index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
module.lds.S
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-12
x86/cpu/amd: Make the CPUID 0x80000008 parser correct
Thomas Gleixner
1
-6
/
+18
2024-04-12
x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI
Josh Poimboeuf
2
-15
/
+4
2024-04-12
x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto
Josh Poimboeuf
4
-21
/
+1
2024-04-11
x86/bugs: Clarify that syscall hardening isn't a BHI mitigation
Josh Poimboeuf
3
-11
/
+9
2024-04-11
x86/bugs: Fix BHI handling of RRSBA
Josh Poimboeuf
1
-12
/
+18
2024-04-11
x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'
Ingo Molnar
3
-42
/
+42
2024-04-11
x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES
Josh Poimboeuf
1
-15
/
+7
2024-04-11
x86/bugs: Fix BHI documentation
Josh Poimboeuf
2
-12
/
+15
2024-04-10
x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n
Sean Christopherson
1
-1
/
+2
2024-04-10
x86/topology: Don't update cpu_possible_map in topo_set_cpuids()
Thomas Gleixner
1
-2
/
+5
2024-04-10
x86/bugs: Fix return type of spectre_bhi_state()
Daniel Sneddon
1
-1
/
+1
2024-04-09
compiler.h: Add missing quote in macro comment
Thorsten Blum
1
-1
/
+1
2024-04-09
nouveau: fix devinit paths to only handle display on GSP.
Dave Airlie
2
-4
/
+9
2024-04-08
KVM: x86: Add BHI_NO
Daniel Sneddon
1
-1
/
+1
2024-04-08
x86/bhi: Mitigate KVM by default
Pawan Gupta
6
-6
/
+23
2024-04-08
x86/bhi: Add BHI mitigation knob
Pawan Gupta
5
-7
/
+165
2024-04-08
x86/bhi: Enumerate Branch History Injection (BHI) bug
Pawan Gupta
3
-8
/
+21
2024-04-08
x86/bhi: Define SPEC_CTRL_BHI_DIS_S
Daniel Sneddon
4
-2
/
+8
2024-04-08
x86/bhi: Add support for clearing branch history at syscall entry
Pawan Gupta
7
-3
/
+96
2024-04-08
x86/syscall: Don't force use of indirect calls for system calls
Linus Torvalds
5
-16
/
+50
2024-04-08
x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file
Josh Poimboeuf
1
-12
/
+12
2024-04-08
x86/apic: Force native_apic_mem_read() to use the MOV instruction
Adam Dunlap
1
-1
/
+2
2024-04-07
Linux 6.9-rc3
v6.9-rc3
Linus Torvalds
1
-1
/
+1
2024-04-06
x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk
Borislav Petkov (AMD)
1
-0
/
+1
2024-04-06
firewire: ohci: mask bus reset interrupts between ISR and bottom half
Adam Goldman
1
-1
/
+5
2024-04-05
stackdepot: rename pool_index to pool_index_plus_1
Peter Collingbourne
2
-6
/
+5
2024-04-05
x86/mm/pat: fix VM_PAT handling in COW mappings
David Hildenbrand
2
-14
/
+39
2024-04-05
MAINTAINERS: change vmware.com addresses to broadcom.com
Alexey Makhalov
2
-23
/
+28
2024-04-05
selftests/mm: include strings.h for ffsl
Edward Liaw
1
-1
/
+1
2024-04-05
mm: vmalloc: fix lockdep warning
Uladzislau Rezki (Sony)
1
-30
/
+43
2024-04-05
mm: vmalloc: bail out early in find_vmap_area() if vmap is not init
Uladzislau Rezki (Sony)
1
-0
/
+3
2024-04-05
init: open output files from cpio unpacking with O_LARGEFILE
John Sperbeck
1
-1
/
+1
2024-04-05
mm/secretmem: fix GUP-fast succeeding on secretmem folios
David Hildenbrand
1
-2
/
+2
2024-04-05
nfsd: hold a lighter-weight client reference over CB_RECALL_ANY
Jeff Layton
1
-5
/
+2
2024-04-05
aio: Fix null ptr deref in aio_complete() wakeup
Kent Overstreet
1
-1
/
+1
2024-04-05
timers/migration: Return early on deactivation
Anna-Maria Behnsen
1
-0
/
+27
2024-04-05
timers/migration: Fix ignored event due to missing CPU update
Frederic Weisbecker
1
-1
/
+4
2024-04-05
x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined word
Sean Christopherson
2
-0
/
+4
2024-04-04
riscv: process: Fix kernel gp leakage
Stefan O'Rear
1
-3
/
+0
2024-04-04
riscv: Disable preemption when using patch_map()
Alexandre Ghiti
1
-0
/
+8
2024-04-04
riscv: Fix warning by declaring arch_cpu_idle() as noinstr
Alexandre Ghiti
1
-1
/
+1
2024-04-04
riscv: use KERN_INFO in do_trap
Andreas Schwab
1
-1
/
+1
2024-04-04
ASoC: SOF: Core: Add remove_late() to sof_init_environment failure path
Chaitanya Kumar Borah
1
-6
/
+8
2024-04-04
PM: EM: fix wrong utilization estimation in em_cpu_energy()
Vincent Guittot
1
-1
/
+0
2024-04-04
gpio: cdev: fix missed label sanitizing in debounce_setup()
Kent Gibson
1
-21
/
+28
2024-04-04
netfilter: validate user input for expected length
Eric Dumazet
4
-0
/
+18
2024-04-04
net/sched: act_skbmod: prevent kernel-infoleak
Eric Dumazet
1
-5
/
+5
2024-04-04
net: usb: ax88179_178a: avoid the interface always configured as random address
Jose Ignacio Tornos Martinez
1
-0
/
+2
2024-04-04
nvme-fc: rename free_ctrl callback to match name pattern
Daniel Wagner
1
-2
/
+2
2024-04-04
nvmet-fc: move RCU read lock to nvmet_fc_assoc_exists
Daniel Wagner
1
-7
/
+10
[next]