summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* zonefs: Use str_plural() to fix Coccinelle warningThorsten Blum2024-04-101-1/+1
* Merge tag 'drm-fixes-2024-04-09' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-04-092-4/+9
|\
| * nouveau: fix devinit paths to only handle display on GSP.Dave Airlie2024-04-092-4/+9
* | compiler.h: Add missing quote in macro commentThorsten Blum2024-04-091-1/+1
* | Merge tag 'nativebhi' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2024-04-0919-49/+371
|\ \
| * | KVM: x86: Add BHI_NODaniel Sneddon2024-04-081-1/+1
| * | x86/bhi: Mitigate KVM by defaultPawan Gupta2024-04-086-6/+23
| * | x86/bhi: Add BHI mitigation knobPawan Gupta2024-04-085-7/+165
| * | x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta2024-04-083-8/+21
| * | x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon2024-04-084-2/+8
| * | x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta2024-04-087-3/+96
| * | x86/syscall: Don't force use of indirect calls for system callsLinus Torvalds2024-04-085-16/+50
| * | x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs fileJosh Poimboeuf2024-04-081-12/+12
* | | Merge tag 'for-6.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-04-087-33/+55
|\ \ \
| * | | btrfs: always clear PERTRANS metadata during commitBoris Burkov2024-04-021-1/+1
| * | | btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov2024-04-021-1/+1
| * | | btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_transBoris Burkov2024-04-021-9/+8
| * | | btrfs: record delayed inode root in transactionBoris Burkov2024-04-021-0/+3
| * | | btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov2024-04-024-22/+40
| * | | btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov2024-04-021-0/+2
* | | | Merge tag 'fixes-2024-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-04-084-0/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | memblock tests: fix undefined reference to `BIT'Wei Yang2024-04-041-0/+2
| * | | memblock tests: fix undefined reference to `panic'Wei Yang2024-04-042-0/+20
| * | | memblock tests: fix undefined reference to `early_pfn_to_nid'Wei Yang2024-04-041-0/+5
| | |/ | |/|
* | | Linux 6.9-rc3v6.9-rc3Linus Torvalds2024-04-071-1/+1
* | | Merge tag 'x86-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-04-0717-41/+166
|\ \ \
| * | | x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunkBorislav Petkov (AMD)2024-04-061-0/+1
| * | | Merge branch 'linus' into x86/urgent, to pick up dependent commitIngo Molnar2024-04-06397-2689/+6406
| |\ \ \
| * | | | x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)2024-04-041-1/+3
| * | | | x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)2024-04-048-39/+49
| * | | | x86/cc: Add cc_platform_set/_clear() helpersBorislav Petkov (AMD)2024-04-042-0/+64
| * | | | x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORMBorislav Petkov (AMD)2024-04-041-0/+1
| * | | | x86/coco: Require seeding RNG with RDRAND on CoCo systemsJason A. Donenfeld2024-04-043-0/+45
| * | | | x86/numa/32: Include missing <asm/pgtable_areas.h>Arnd Bergmann2024-04-041-0/+1
| * | | | x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offlineReinette Chatre2024-04-031-1/+2
| | |/ / | |/| |
* | | | Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-04-079-36/+121
|\ \ \ \
| * | | | timers/migration: Return early on deactivationAnna-Maria Behnsen2024-04-051-0/+27
| * | | | timers/migration: Fix ignored event due to missing CPU updateFrederic Weisbecker2024-04-051-1/+4
| * | | | vdso: Use CONFIG_PAGE_SHIFT in vdso/datapage.hArnd Bergmann2024-04-032-9/+2
| * | | | timers: Fix text inconsistencies and spellingRandy Dunlap2024-04-011-11/+11
| * | | | tick/sched: Fix struct tick_sched doc warningsRandy Dunlap2024-04-011-1/+1
| * | | | tick/sched: Fix various kernel-doc warningsRandy Dunlap2024-04-011-3/+15
| * | | | timers: Fix kernel-doc format and add Return valuesRandy Dunlap2024-04-011-2/+10
| * | | | time/timekeeping: Fix kernel-doc warnings and typosRandy Dunlap2024-04-011-7/+42
| * | | | time/timecounter: Fix inline documentationRandy Dunlap2024-04-011-2/+9
| |/ / /
* | | | Merge tag 'perf-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-04-071-4/+4
|\ \ \ \
| * | | | perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS eventKan Liang2024-04-031-4/+4
| |/ / /
* | | | Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-062-14/+3
|\ \ \ \
| * | | | nfsd: hold a lighter-weight client reference over CB_RECALL_ANYJeff Layton2024-04-051-5/+2
| * | | | SUNRPC: Fix a slow server-side memory leak with RPC-over-TCPChuck Lever2024-04-041-9/+1