index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-10
Fix build error in vma.c
Greg Kroah-Hartman
1
-0
/
+1
2018-01-10
Map the vsyscall page with _PAGE_USER
Borislav Petkov
3
-4
/
+37
2018-01-10
x86/tlb: Drop the _GPL from the cpu_tlbstate export
Thomas Gleixner
1
-1
/
+1
2018-01-10
parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel
Helge Deller
3
-4
/
+20
2018-01-10
x86/microcode/AMD: Add support for fam17h microcode loading
Tom Lendacky
1
-0
/
+4
2018-01-10
ARC: uaccess: dont use "l" gcc inline asm constraint modifier
Vineet Gupta
1
-2
/
+3
2018-01-10
kernel: make groups_sort calling a responsibility group_info allocators
Thiago Rafael Becker
1
-0
/
+1
2018-01-10
x86/kasan: Write protect kasan zero shadow
Andrey Ryabinin
1
-2
/
+8
2018-01-05
kaiser: Set _PAGE_NX only if supported
Guenter Roeck
1
-1
/
+2
2018-01-05
x86/kasan: Clear kasan_zero_page after TLB flush
Andrey Ryabinin
1
-3
/
+8
2018-01-05
x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap
Andy Lutomirski
7
-13
/
+41
2018-01-05
x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader
Andy Lutomirski
1
-35
/
+46
2018-01-05
KPTI: Report when enabled
Kees Cook
1
-1
/
+6
2018-01-05
KPTI: Rename to PAGE_TABLE_ISOLATION
Kees Cook
11
-24
/
+24
2018-01-05
x86/kaiser: Move feature detection up
Borislav Petkov
3
-2
/
+9
2018-01-05
kaiser: disabled on Xen PV
Jiri Kosina
1
-0
/
+5
2018-01-05
x86/paravirt: Dont patch flush_tlb_single
Thomas Gleixner
1
-2
/
+0
2018-01-05
kaiser: kaiser_flush_tlb_on_return_to_user() check PCID
Hugh Dickins
3
-9
/
+9
2018-01-05
kaiser: asm/tlbflush.h handle noPGE at lower level
Hugh Dickins
1
-24
/
+3
2018-01-05
kaiser: drop is_atomic arg to kaiser_pagetable_walk()
Hugh Dickins
1
-8
/
+2
2018-01-05
kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush
Hugh Dickins
3
-16
/
+8
2018-01-05
x86/kaiser: Check boottime cmdline params
Borislav Petkov
1
-18
/
+41
2018-01-05
x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling
Borislav Petkov
2
-19
/
+19
2018-01-05
kaiser: add "nokaiser" boot option, using ALTERNATIVE
Hugh Dickins
15
-65
/
+141
2018-01-05
kaiser: fix unlikely error in alloc_ldt_struct()
Hugh Dickins
1
-1
/
+1
2018-01-05
kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stalls
Hugh Dickins
1
-2
/
+4
2018-01-05
kaiser: paranoid_entry pass cr3 need to paranoid_exit
Hugh Dickins
2
-18
/
+36
2018-01-05
kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user
Hugh Dickins
3
-16
/
+16
2018-01-05
kaiser: PCID 0 for kernel and 128 for user
Hugh Dickins
3
-10
/
+19
2018-01-05
kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user
Hugh Dickins
5
-80
/
+114
2018-01-05
kaiser: enhanced by kernel and user PCIDs
Dave Hansen
11
-17
/
+181
2018-01-05
kaiser: vmstat show NR_KAISERTABLE as nr_overhead
Hugh Dickins
1
-5
/
+11
2018-01-05
kaiser: delete KAISER_REAL_SWITCH option
Hugh Dickins
2
-8
/
+0
2018-01-05
kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSET
Hugh Dickins
2
-4
/
+7
2018-01-05
kaiser: cleanups while trying for gold link
Hugh Dickins
2
-6
/
+1
2018-01-05
kaiser: kaiser_remove_mapping() move along the pgd
Hugh Dickins
1
-4
/
+6
2018-01-05
kaiser: tidied up kaiser_add/remove_mapping slightly
Hugh Dickins
1
-6
/
+3
2018-01-05
kaiser: tidied up asm/kaiser.h somewhat
Hugh Dickins
1
-19
/
+13
2018-01-05
kaiser: ENOMEM if kaiser_pagetable_walk() NULL
Hugh Dickins
1
-3
/
+7
2018-01-05
kaiser: fix perf crashes
Hugh Dickins
1
-12
/
+45
2018-01-05
kaiser: fix regs to do_nmi() ifndef CONFIG_KAISER
Hugh Dickins
1
-5
/
+6
2018-01-05
kaiser: fix build and FIXME in alloc_ldt_struct()
Hugh Dickins
1
-6
/
+4
2018-01-05
kaiser: do not set _PAGE_NX on pgd_none
Hugh Dickins
3
-38
/
+56
2018-01-05
kaiser: merged update
Dave Hansen
12
-184
/
+515
2018-01-05
KAISER: Kernel Address Isolation
Richard Fellner
17
-15
/
+388
2018-01-05
x86/boot: Add early cmdline parsing for options with arguments
Tom Lendacky
2
-0
/
+107
2018-01-02
x86/smpboot: Remove stale TLB flush invocations
Thomas Gleixner
1
-9
/
+0
2018-01-02
x86/mm/64: Fix reboot interaction with CR4.PCIDE
Andy Lutomirski
1
-0
/
+4
2018-01-02
x86/mm: Enable CR4.PCIDE on supported systems
Andy Lutomirski
3
-0
/
+36
2018-01-02
x86/mm: Add the 'nopcid' boot option to turn off PCID
Andy Lutomirski
1
-0
/
+18
[next]