| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-10-30 | Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/nextkvmarm-6.7next | Oliver Upton | 9 | -56/+1204 |
| 2023-10-30 | Merge branch kvm-arm64/mops into kvmarm/next | Oliver Upton | 8 | -53/+78 |
| 2023-10-30 | Merge branch kvm-arm64/writable-id-regs into kvmarm/next | Oliver Upton | 20 | -699/+1095 |
| 2023-10-30 | KVM: selftests: Avoid using forced target for generating arm64 headers | Oliver Upton | 1 | -6/+5 |
| 2023-10-30 | tools headers arm64: Fix references to top srcdir in Makefile | Oliver Upton | 1 | -8/+8 |
| 2023-10-30 | Merge branch kvm-arm64/sgi-injection into kvmarm/next | Oliver Upton | 13 | -153/+212 |
| 2023-10-30 | Merge branch kvm-arm64/stage2-vhe-load into kvmarm/next | Oliver Upton | 15 | -62/+90 |
| 2023-10-30 | Merge branch kvm-arm64/nv-trap-fixes into kvmarm/next | Oliver Upton | 3 | -13/+133 |
| 2023-10-30 | Merge branch kvm-arm64/smccc-filter-cleanups into kvmarm/next | Oliver Upton | 2 | -15/+23 |
| 2023-10-30 | Merge branch kvm-arm64/pmevtyper-filter into kvmarm/next | Oliver Upton | 4 | -14/+44 |
| 2023-10-30 | Merge branch kvm-arm64/feature-flag-refactor into kvmarm/next | Oliver Upton | 10 | -79/+72 |
| 2023-10-30 | Merge branch kvm-arm64/misc into kvmarm/next | Oliver Upton | 8 | -34/+69 |
| 2023-10-30 | KVM: arm64: Add tracepoint for MMIO accesses where ISV==0 | Oliver Upton | 2 | -1/+28 |
| 2023-10-30 | KVM: arm64: selftest: Perform ISB before reading PAR_EL1 | Zenghui Yu | 1 | -1/+1 |
| 2023-10-30 | KVM: arm64: selftest: Add the missing .guest_prepare() | Zenghui Yu | 1 | -0/+3 |
| 2023-10-30 | KVM: arm64: Always invalidate TLB for stage-2 permission faults | Oliver Upton | 1 | -1/+1 |
| 2023-10-25 | KVM: arm64: Handle AArch32 SPSR_{irq,abt,und,fiq} as RAZ/WI | Marc Zyngier | 2 | -3/+17 |
| 2023-10-25 | KVM: arm64: Do not let a L1 hypervisor access the *32_EL2 sysregs | Marc Zyngier | 1 | -4/+4 |
| 2023-10-25 | KVM: arm64: Refine _EL2 system register list that require trap reinjection | Miguel Luis | 1 | -6/+71 |
| 2023-10-25 | arm64: Add missing _EL2 encodings | Miguel Luis | 1 | -0/+30 |
| 2023-10-25 | arm64: Add missing _EL12 encodings | Miguel Luis | 1 | -0/+11 |
| 2023-10-24 | KVM: selftests: aarch64: vPMU test for validating user accesses | Raghavendra Rao Ananta | 1 | -1/+86 |
| 2023-10-24 | KVM: selftests: aarch64: vPMU register test for unimplemented counters | Reiji Watanabe | 2 | -7/+76 |
| 2023-10-24 | KVM: selftests: aarch64: vPMU register test for implemented counters | Reiji Watanabe | 1 | -4/+266 |
| 2023-10-24 | KVM: selftests: aarch64: Introduce vpmu_counter_access test | Reiji Watanabe | 2 | -0/+256 |
| 2023-10-24 | tools: Import arm_pmuv3.h | Raghavendra Rao Ananta | 1 | -0/+308 |
| 2023-10-24 | KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest | Reiji Watanabe | 1 | -4/+42 |
| 2023-10-24 | KVM: arm64: Sanitize PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} before first run | Raghavendra Rao Ananta | 3 | -2/+14 |
| 2023-10-24 | KVM: arm64: Add {get,set}_user for PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} | Raghavendra Rao Ananta | 1 | -6/+45 |
| 2023-10-24 | KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU | Raghavendra Rao Ananta | 4 | -15/+43 |
| 2023-10-24 | KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0 | Reiji Watanabe | 4 | -11/+25 |
| 2023-10-24 | KVM: arm64: Select default PMU in KVM_ARM_VCPU_INIT handler | Reiji Watanabe | 3 | -12/+29 |
| 2023-10-24 | KVM: arm64: Add PMU event filter bits required if EL3 is implemented | Oliver Upton | 2 | -5/+19 |
| 2023-10-24 | KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertised | Oliver Upton | 3 | -9/+25 |
| 2023-10-24 | KVM: arm64: PMU: Introduce helpers to set the guest's PMU | Reiji Watanabe | 1 | -15/+35 |
| 2023-10-23 | KVM: arm64: Move VTCR_EL2 into struct s2_mmu | Marc Zyngier | 9 | -24/+33 |
| 2023-10-20 | KVM: arm64: Load the stage-2 MMU context in kvm_vcpu_load_vhe() | Oliver Upton | 1 | -10/+5 |
| 2023-10-20 | KVM: arm64: Rename helpers for VHE vCPU load/put | Oliver Upton | 5 | -19/+25 |
| 2023-10-20 | KVM: arm64: Reload stage-2 for VMID change on VHE | Marc Zyngier | 3 | -5/+13 |
| 2023-10-20 | KVM: arm64: Restore the stage-2 context in VHE's __tlb_switch_to_host() | Marc Zyngier | 1 | -3/+14 |
| 2023-10-20 | KVM: arm64: Don't zero VTTBR in __tlb_switch_to_host() | Oliver Upton | 1 | -1/+0 |
| 2023-10-18 | KVM: arm64: selftests: Test for setting ID register from usersapce | Jing Zhang | 2 | -0/+482 |
| 2023-10-18 | tools headers arm64: Update sysreg.h with kernel sources | Jing Zhang | 6 | -661/+232 |
| 2023-10-18 | KVM: selftests: Generate sysreg-defs.h and add to include path | Oliver Upton | 1 | -3/+20 |
| 2023-10-18 | perf build: Generate arm64's sysreg-defs.h and add to include path | Oliver Upton | 2 | -3/+14 |
| 2023-10-18 | tools: arm64: Add a Makefile for generating sysreg-defs.h | Oliver Upton | 2 | -0/+39 |
| 2023-10-09 | KVM: arm64: Expose MOPS instructions to guests | Kristina Martsenko | 3 | -4/+5 |
| 2023-10-09 | KVM: arm64: Add handler for MOPS exceptions | Kristina Martsenko | 5 | -49/+73 |
| 2023-10-05 | KVM: arm64: Use mtree_empty() to determine if SMCCC filter configured | Oliver Upton | 2 | -9/+2 |
| 2023-10-05 | KVM: arm64: Only insert reserved ranges when SMCCC filter is used | Oliver Upton | 1 | -6/+16 |
| 2023-10-05 | KVM: arm64: Add a predicate for testing if SMCCC filter is configured | Oliver Upton | 1 | -1/+6 |
| 2023-10-04 | KVM: arm64: Document vCPU feature selection UAPIs | Oliver Upton | 3 | -0/+53 |
| 2023-10-04 | KVM: arm64: Allow userspace to change ID_AA64ZFR0_EL1 | Oliver Upton | 1 | -1/+1 |
| 2023-10-04 | KVM: arm64: Allow userspace to change ID_AA64PFR0_EL1 | Jing Zhang | 1 | -1/+7 |
| 2023-10-04 | KVM: arm64: Allow userspace to change ID_AA64MMFR{0-2}_EL1 | Jing Zhang | 1 | -3/+17 |
| 2023-10-04 | KVM: arm64: Allow userspace to change ID_AA64ISAR{0-2}_EL1 | Oliver Upton | 1 | -12/+26 |
| 2023-10-04 | KVM: arm64: Bump up the default KVM sanitised debug version to v8p8 | Oliver Upton | 1 | -4/+7 |
| 2023-10-04 | KVM: arm64: Reject attempts to set invalid debug arch version | Oliver Upton | 1 | -3/+29 |
| 2023-10-04 | KVM: arm64: Advertise selected DebugVer in DBGDIDR.Version | Oliver Upton | 1 | -5/+6 |
| 2023-10-04 | KVM: arm64: Use guest ID register values for the sake of emulation | Jing Zhang | 1 | -3/+3 |
| 2023-10-04 | KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS | Jing Zhang | 1 | -0/+48 |
| 2023-10-04 | KVM: arm64: Allow userspace to get the writable masks for feature ID registers | Jing Zhang | 5 | -0/+112 |
| 2023-09-30 | KVM: arm64: Clarify the ordering requirements for vcpu/RD creation | Marc Zyngier | 1 | -0/+7 |
| 2023-09-30 | KVM: arm64: vgic-v3: Optimize affinity-based SGI injection | Marc Zyngier | 1 | -53/+11 |
| 2023-09-30 | KVM: arm64: Fast-track kvm_mpidr_to_vcpu() when mpidr_data is available | Marc Zyngier | 1 | -0/+12 |
| 2023-09-30 | KVM: arm64: Build MPIDR to vcpu index cache at runtime | Marc Zyngier | 2 | -0/+82 |
| 2023-09-30 | KVM: arm64: Simplify kvm_vcpu_get_mpidr_aff() | Marc Zyngier | 1 | -1/+1 |
| 2023-09-30 | KVM: arm64: Use vcpu_idx for invalidation tracking | Marc Zyngier | 1 | -2/+2 |
| 2023-09-30 | KVM: arm64: vgic: Use vcpu_idx for the debug information | Marc Zyngier | 1 | -3/+3 |
| 2023-09-30 | KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_id | Marc Zyngier | 1 | -6/+2 |
| 2023-09-30 | KVM: arm64: vgic-v3: Refactor GICv3 SGI generation | Marc Zyngier | 1 | -51/+59 |
| 2023-09-30 | KVM: arm64: vgic-its: Treat the collection target address as a vcpu_id | Marc Zyngier | 1 | -22/+27 |
| 2023-09-30 | KVM: arm64: vgic: Make kvm_vgic_inject_irq() take a vcpu pointer | Marc Zyngier | 6 | -27/+18 |
| 2023-09-30 | KVM: arm64: Do not transfer page refcount for THP adjustment | Vincent Donnefort | 1 | -20/+0 |
| 2023-09-24 | Linux 6.6-rc3 | Linus Torvalds | 1 | -1/+1 |
| 2023-09-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 20 | -161/+209 |
| 2023-09-24 | Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2 | -30/+85 |
| 2023-09-24 | Merge tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -33/+60 |
| 2023-09-23 | Merge tag 'gpio-fixes-for-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -39/+29 |
| 2023-09-23 | Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s... | Linus Torvalds | 16 | -91/+111 |
| 2023-09-23 | Merge tag '6.6-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 11 | -27/+60 |
| 2023-09-23 | Merge tag 'i2c-for-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -2/+29 |
| 2023-09-23 | mfd: cs42l43: Use correct macro for new-style PM runtime ops | Charles Keepax | 1 | -2/+2 |
| 2023-09-23 | Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 26 | -134/+177 |
| 2023-09-23 | Merge tag 's390-6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 4 | -13/+25 |
| 2023-09-23 | Merge tag 'iomap-6.6-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2 | -23/+32 |
| 2023-09-23 | Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ... | Paolo Bonzini | 350 | -1241/+2321 |
| 2023-09-23 | KVM: SVM: Do not use user return MSR support for virtualized TSC_AUX | Tom Lendacky | 1 | -1/+33 |
| 2023-09-23 | KVM: SVM: Fix TSC_AUX virtualization setup | Tom Lendacky | 3 | -12/+29 |
| 2023-09-23 | KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway | Paolo Bonzini | 1 | -4/+1 |
| 2023-09-23 | KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronously | Sean Christopherson | 6 | -103/+68 |
| 2023-09-23 | KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe() | Paolo Bonzini | 3 | -19/+14 |
| 2023-09-22 | Merge tag 'hardening-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+7 |
| 2023-09-22 | Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 28 | -241/+441 |
| 2023-09-22 | cxl/acpi: Annotate struct cxl_cxims_data with __counted_by | Kees Cook | 1 | -2/+2 |
| 2023-09-22 | cxl/port: Fix cxl_test register enumeration regression | Dan Williams | 1 | -4/+9 |
| 2023-09-22 | eventfs: Remember what dentries were created on dir open | Steven Rostedt (Google) | 1 | -17/+70 |
| 2023-09-22 | ring-buffer: Fix bytes info in per_cpu buffer stats | Zheng Yejian | 1 | -13/+15 |
| 2023-09-22 | Merge tag 'thermal-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+5 |
| 2023-09-22 | Merge tag 'acpi-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2 | -0/+5 |
| 2023-09-22 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 6 | -4/+24 |
| 2023-09-22 | Merge tag 'x86_urgent_for_v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -8/+2 |
| 2023-09-22 | Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 11 | -55/+56 |
| 2023-09-22 | Merge tag 'sched-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -1/+2 |
| 2023-09-22 | Merge tag 'locking-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -11/+3 |
| 2023-09-22 | KVM: arm64: Avoid soft lockups due to I-cache maintenance | Oliver Upton | 1 | -6/+31 |
| 2023-09-22 | arm64: tlbflush: Rename MAX_TLBI_OPS | Oliver Upton | 1 | -4/+4 |
| 2023-09-22 | x86,static_call: Fix static-call vs return-thunk | Peter Zijlstra | 2 | -1/+3 |
| 2023-09-22 | x86/alternatives: Remove faulty optimization | Josh Poimboeuf | 1 | -8/+0 |
| 2023-09-22 | Merge branch 'acpi-processor' | Rafael J. Wysocki | 1 | -0/+1 |
| 2023-09-22 | Merge tag 'efi-fixes-for-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+29 |
| 2023-09-22 | Merge tag 'drm-fixes-2023-09-22-2' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 23 | -53/+61 |
| 2023-09-22 | Merge tag 'v6.6-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -1/+5 |
| 2023-09-22 | Merge tag 'platform-drivers-x86-v6.6-3' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 3 | -26/+46 |
| 2023-09-22 | i2c: xiic: Correct return value check for xiic_reinit() | Daniel Scally | 1 | -1/+1 |
| 2023-09-22 | gpio: sim: fix an invalid __free() usage | Bartosz Golaszewski | 1 | -37/+23 |
| 2023-09-22 | MAINTAINERS: remove myself as nouveau maintainer | Ben Skeggs | 1 | -1/+0 |
| 2023-09-22 | Merge tag 'amd-drm-fixes-6.6-2023-09-20' of https://gitlab.freedesktop.org/ag... | Dave Airlie | 7 | -24/+25 |
| 2023-09-22 | Merge tag 'drm-intel-fixes-2023-09-21' of git://anongit.freedesktop.org/drm/d... | Dave Airlie | 3 | -3/+5 |
| 2023-09-22 | Merge tag 'drm-misc-fixes-2023-09-21' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie | 12 | -25/+31 |
| 2023-09-21 | Merge tag 'fix-ia64-build-for-v6.6' of ssh://gitolite.kernel.org/pub/scm/linu... | Rafael J. Wysocki | 1 | -0/+4 |
| 2023-09-21 | Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 93 | -540/+1489 |
| 2023-09-21 | KVM: arm64: Get rid of vCPU-scoped feature bitmap | Oliver Upton | 8 | -22/+18 |
| 2023-09-21 | KVM: arm64: Remove unused return value from kvm_reset_vcpu() | Oliver Upton | 5 | -15/+9 |
| 2023-09-21 | KVM: arm64: Hoist NV+SVE check into KVM_ARM_VCPU_INIT ioctl handler | Oliver Upton | 2 | -7/+6 |
| 2023-09-21 | KVM: arm64: Prevent NV feature flag on systems w/o nested virt | Oliver Upton | 1 | -0/+3 |
| 2023-09-21 | KVM: arm64: Hoist PAuth checks into KVM_ARM_VCPU_INIT ioctl | Oliver Upton | 2 | -18/+16 |
| 2023-09-21 | KVM: arm64: Hoist SVE check into KVM_ARM_VCPU_INIT ioctl handler | Oliver Upton | 2 | -11/+6 |
| 2023-09-21 | KVM: arm64: Hoist PMUv3 check into KVM_ARM_VCPU_INIT ioctl handler | Oliver Upton | 2 | -5/+3 |
| 2023-09-21 | KVM: arm64: Add generic check for system-supported vCPU features | Oliver Upton | 1 | -3/+13 |
| 2023-09-21 | Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 10 | -178/+38 |
| 2023-09-21 | MAINTAINERS: Add x86 platform drivers patchwork | Ilpo Järvinen | 1 | -0/+1 |
| 2023-09-21 | Merge tag 'powerpc-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 6 | -26/+60 |
| 2023-09-21 | Merge tag 'for-linus-6.6a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 16 | -155/+123 |
| 2023-09-21 | Merge tag 'fixes-2023-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -5/+10 |
| 2023-09-21 | Merge tag 'sound-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 65 | -249/+352 |
| 2023-09-21 | Merge tag 'hwmon-for-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+4 |
| 2023-09-21 | KVM: x86/mmu: Open code leaf invalidation from mmu_notifier | Sean Christopherson | 3 | -7/+12 |
| 2023-09-21 | KVM: riscv: selftests: Selectively filter-out AIA registers | Anup Patel | 1 | -2/+21 |
| 2023-09-21 | KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-list | Anup Patel | 1 | -14/+21 |
| 2023-09-21 | RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensions | Anup Patel | 1 | -1/+4 |
| 2023-09-21 | RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registers | Anup Patel | 1 | -1/+1 |
| 2023-09-21 | Merge tag 'nf-23-09-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne... | Paolo Abeni | 3 | -5/+23 |
| 2023-09-21 | i2c: mux: gpio: Add missing fwnode_handle_put() | Liang He | 1 | -1/+3 |
| 2023-09-21 | sfc: handle error pointers returned by rhashtable_lookup_get_insert_fast() | Edward Cree | 4 | -4/+30 |
| 2023-09-21 | fbdev/sh7760fb: Depend on FB=y | Thomas Zimmermann | 1 | -1/+1 |
| 2023-09-21 | igc: Expose tx-usecs coalesce setting to user | Muhammad Husaini Zulkifli | 1 | -12/+19 |
| 2023-09-21 | Merge branch 'add-missing-xdp_do_flush-invocations' | Paolo Abeni | 3 | -6/+21 |
| 2023-09-21 | octeontx2-pf: Do xdp_do_flush() after redirects. | Sebastian Andrzej Siewior | 1 | -6/+13 |
| 2023-09-21 | bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI | Sebastian Andrzej Siewior | 1 | -0/+5 |
| 2023-09-21 | net: ena: Flush XDP packets on error. | Sebastian Andrzej Siewior | 1 | -0/+3 |
| 2023-09-21 | locking/seqlock: Do the lockdep annotation before locking in do_write_seqcoun... | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2023-09-20 | smb3: fix confusing debug message | Steve French | 1 | -1/+1 |
| 2023-09-20 | drm/amdkfd: Use gpu_offset for user queue's wptr | YuBiao Wang | 1 | -1/+1 |
| 2023-09-20 | drm/amd/display: fix the ability to use lower resolution modes on eDP | Hamza Mahfooz | 1 | -2/+2 |
| 2023-09-20 | drm/amdgpu: fix a memory leak in amdgpu_ras_feature_enable | Cong Liu | 1 | -0/+1 |
| 2023-09-20 | i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() | Xiaoke Wang | 1 | -0/+4 |
| 2023-09-20 | Revert "drm/amdgpu: Report vbios version instead of PN" | Lijo Lazar | 1 | -1/+1 |
| 2023-09-20 | drm/amd/display: Fix MST recognizes connected displays as one | Muhammad Ahmed | 3 | -20/+20 |
| 2023-09-20 | smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLED | Paulo Alcantara | 1 | -0/+3 |
| 2023-09-21 | drm/virtio: clean out_fence on complete_submit | José Pekkarinen | 1 | -1/+0 |
| 2023-09-20 | smb3: remove duplicate error mapping | Steve French | 1 | -2/+0 |
| 2023-09-20 | Merge tag 'media/v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 12 | -22/+25 |
| 2023-09-20 | Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -53/+69 |
| 2023-09-20 | Merge tag 'spi-fix-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -5/+25 |
| 2023-09-20 | Merge tag 'regulator-fix-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
| 2023-09-20 | KVM: selftests: Assert that vasprintf() is successful | Sean Christopherson | 1 | -1/+1 |
| 2023-09-20 | Revert "fs: add infrastructure for multigrain timestamps" | Christian Brauner | 3 | -162/+7 |
| 2023-09-20 | Revert "btrfs: convert to multigrain timestamps" | Christian Brauner | 2 | -7/+22 |
| 2023-09-20 | Revert "ext4: switch to multigrain timestamps" | Christian Brauner | 1 | -1/+1 |
| 2023-09-20 | Revert "xfs: switch to multigrain timestamps" | Christian Brauner | 3 | -7/+7 |
| 2023-09-20 | Revert "tmpfs: add support for multigrain timestamps" | Christian Brauner | 1 | -1/+1 |
| 2023-09-20 | i915/pmu: Move execlist stats initialization to execlist specific setup | Umesh Nerlige Ramappa | 2 | -1/+2 |
| 2023-09-20 | drm/i915/gt: Prevent error pointer dereference | Dan Carpenter | 1 | -2/+3 |
| 2023-09-20 | drm/meson: fix memory leak on ->hpd_notify callback | Jani Nikula | 1 | -0/+2 |
| 2023-09-20 | Merge tag 'asoc-fix-v6.6-rc2' of https://git.kernel.org/pub/scm/linux/kernel/... | Takashi Iwai | 26 | -113/+192 |
| 2023-09-20 | accel/ivpu/40xx: Fix buttress interrupt handling | Karol Wachowski | 1 | -1/+8 |
| 2023-09-20 | net/handshake: Fix memory leak in __sock_create() and sock_alloc_file() | Jinjie Ruan | 1 | -7/+7 |
| 2023-09-20 | net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable dereferenced b... | Cai Huoqing | 1 | -3/+0 |
| 2023-09-20 | gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() | Christophe JAILLET | 1 | -1/+5 |
| 2023-09-20 | netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP | Jozsef Kadlecsik | 1 | -2/+10 |
| 2023-09-20 | netfilter: nf_tables: fix memleak when more than 255 elements expired | Florian Westphal | 2 | -3/+9 |
| 2023-09-20 | netfilter: nf_tables: disable toggling dormant table state more than once | Florian Westphal | 1 | -0/+4 |
| 2023-09-20 | vxlan: Add missing entries to vxlan_get_size() | Benjamin Poirier | 1 | -0/+4 |
| 2023-09-20 | net: rds: Fix possible NULL-pointer dereference | Artem Chernyshev | 1 | -5/+7 |
| 2023-09-20 | locking/atomic: scripts: fix fallback ifdeffery | Mark Rutland | 2 | -10/+2 |
| 2023-09-20 | docs/zh_CN/LoongArch: Update the links of ABI | Tiezhu Yang | 1 | -2/+2 |
| 2023-09-20 | docs/LoongArch: Update the links of ABI | Tiezhu Yang | 1 | -2/+2 |
| 2023-09-20 | LoongArch: Don't inline kasan_mem_to_shadow()/kasan_shadow_to_mem() | Huacai Chen | 2 | -53/+57 |
| 2023-09-20 | kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usage | Huacai Chen | 3 | -8/+12 |
| 2023-09-20 | LoongArch: Set all reserved memblocks on Node#0 at initialization | Huacai Chen | 1 | -1/+3 |
| 2023-09-20 | LoongArch: Remove dead code in relocate_new_kernel | Tiezhu Yang | 1 | -1/+0 |
| 2023-09-20 | LoongArch: Use _UL() and _ULL() | Andy Shevchenko | 1 | -6/+6 |
| 2023-09-20 | LoongArch: Fix some build warnings with W=1 | Bibo Mao | 16 | -39/+72 |
| 2023-09-20 | LoongArch: Fix lockdep static memory detection | Helge Deller | 1 | -27/+28 |
| 2023-09-20 | crypto: sm2 - Fix crash caused by uninitialized context | Tianjia Zhang | 1 | -1/+5 |
| 2023-09-19 | cifs: Fix UAF in cifs_demultiplex_thread() | Zhang Xiaoxu | 2 | -11/+24 |
| 2023-09-20 | nouveau/u_memcpya: fix NULL vs error pointer bug | Dan Carpenter | 1 | -1/+1 |
| 2023-09-20 | nouveau/u_memcpya: use vmemdup_user | Dave Airlie | 1 | -14/+5 |
| 2023-09-20 | drm/nouveau: sched: fix leaking memory of timedout job | Danilo Krummrich | 2 | -4/+10 |