summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-25rust: workqueue: add low-level workqueue bindingsAlice Ryhl3-0/+111
2023-09-25rust: sync: add `Arc::{from_raw, into_raw}`Wedson Almeida Filho2-2/+45
2023-09-25Linux 6.6-rc3v6.6-rc3Linus Torvalds1-1/+1
2023-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds20-161/+209
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-30/+85
2023-09-24Merge tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-33/+60
2023-09-23Merge tag 'gpio-fixes-for-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-39/+29
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds16-91/+111
2023-09-23Merge tag '6.6-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-27/+60
2023-09-23Merge tag 'i2c-for-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-2/+29
2023-09-23mfd: cs42l43: Use correct macro for new-style PM runtime opsCharles Keepax1-2/+2
2023-09-23Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds26-134/+177
2023-09-23Merge tag 's390-6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds4-13/+25
2023-09-23Merge tag 'iomap-6.6-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-23/+32
2023-09-23Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini350-1241/+2321
2023-09-23KVM: SVM: Do not use user return MSR support for virtualized TSC_AUXTom Lendacky1-1/+33
2023-09-23KVM: SVM: Fix TSC_AUX virtualization setupTom Lendacky3-12/+29
2023-09-23KVM: SVM: INTERCEPT_RDTSCP is never intercepted anywayPaolo Bonzini1-4/+1
2023-09-23KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson6-103/+68
2023-09-23KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()Paolo Bonzini3-19/+14
2023-09-23Merge tag 'hardening-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2023-09-23Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds28-241/+441
2023-09-23cxl/acpi: Annotate struct cxl_cxims_data with __counted_byKees Cook1-2/+2
2023-09-23cxl/port: Fix cxl_test register enumeration regressionDan Williams1-4/+9
2023-09-22eventfs: Remember what dentries were created on dir openSteven Rostedt (Google)1-17/+70
2023-09-22ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian1-13/+15
2023-09-22Merge tag 'thermal-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+5
2023-09-22Merge tag 'acpi-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-0/+5
2023-09-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds6-4/+24
2023-09-22Merge tag 'x86_urgent_for_v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+2
2023-09-22Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-55/+56
2023-09-22Merge tag 'sched-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+2
2023-09-22Merge tag 'locking-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-11/+3
2023-09-22x86,static_call: Fix static-call vs return-thunkPeter Zijlstra2-1/+3
2023-09-22x86/alternatives: Remove faulty optimizationJosh Poimboeuf1-8/+0
2023-09-22Merge branch 'acpi-processor'Rafael J. Wysocki1-0/+1
2023-09-22Merge tag 'efi-fixes-for-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+29
2023-09-22Merge tag 'drm-fixes-2023-09-22-2' of git://anongit.freedesktop.org/drm/drmLinus Torvalds23-53/+61
2023-09-22Merge tag 'v6.6-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+5
2023-09-22Merge tag 'platform-drivers-x86-v6.6-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-26/+46
2023-09-22i2c: xiic: Correct return value check for xiic_reinit()Daniel Scally1-1/+1
2023-09-22gpio: sim: fix an invalid __free() usageBartosz Golaszewski1-37/+23
2023-09-22MAINTAINERS: remove myself as nouveau maintainerBen Skeggs1-1/+0
2023-09-22Merge tag 'amd-drm-fixes-6.6-2023-09-20' of https://gitlab.freedesktop.org/ag...Dave Airlie7-24/+25
2023-09-22Merge tag 'drm-intel-fixes-2023-09-21' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-3/+5
2023-09-22Merge tag 'drm-misc-fixes-2023-09-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie12-25/+31
2023-09-21Merge tag 'fix-ia64-build-for-v6.6' of ssh://gitolite.kernel.org/pub/scm/linu...Rafael J. Wysocki1-0/+4
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds93-540/+1489
2023-09-21Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-178/+38
2023-09-21MAINTAINERS: Add x86 platform drivers patchworkIlpo Järvinen1-0/+1