index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-20
x86/mm/pti: Introduce pti_finalize()
Joerg Roedel
5
-9
/
+22
2018-07-20
x86/mm/pti: Keep permissions when cloning kernel text in pti_clone_kernel_text()
Joerg Roedel
1
-1
/
+1
2018-07-20
x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
Joerg Roedel
3
-8
/
+12
2018-07-20
x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32
Joerg Roedel
1
-0
/
+20
2018-07-20
x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
Joerg Roedel
1
-4
/
+4
2018-07-20
x86/mm/pti: Add an overflow check to pti_clone_pmds()
Joerg Roedel
1
-0
/
+4
2018-07-20
x86/mm/legacy: Populate the user page-table with user pgd's
Joerg Roedel
1
-0
/
+9
2018-07-20
x86/mm/pae: Populate the user page-table with user pgd's
Joerg Roedel
1
-0
/
+7
2018-07-20
x86/mm/pae: Populate valid user PGD entries
Joerg Roedel
1
-2
/
+26
2018-07-20
x86/pgtable: Move two more functions from pgtable_64.h to pgtable.h
Joerg Roedel
6
-38
/
+21
2018-07-20
x86/pgtable: Move pti_set_user_pgtbl() to pgtable.h
Joerg Roedel
1
-0
/
+23
2018-07-20
x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
Joerg Roedel
2
-49
/
+49
2018-07-20
x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
Joerg Roedel
2
-7
/
+18
2018-07-20
x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
Joerg Roedel
1
-2
/
+3
2018-07-20
x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()
Joerg Roedel
2
-7
/
+7
2018-07-20
x86/entry: Rename update_sp0 to update_task_stack
Joerg Roedel
4
-5
/
+5
2018-07-20
x86/entry/32: Add PTI CR3 switches to NMI handler code
Joerg Roedel
1
-6
/
+33
2018-07-20
x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
Joerg Roedel
1
-4
/
+82
2018-07-20
x86/entry/32: Simplify debug entry point
Joerg Roedel
1
-32
/
+3
2018-07-20
x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
Joerg Roedel
1
-1
/
+115
2018-07-20
x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
Joerg Roedel
1
-4
/
+11
2018-07-20
x86/entry/32: Leave the kernel via trampoline stack
Joerg Roedel
1
-2
/
+77
2018-07-20
x86/entry/32: Enter the kernel via trampoline stack
Joerg Roedel
6
-28
/
+115
2018-07-20
x86/entry/32: Split off return-to-kernel path
Joerg Roedel
1
-3
/
+8
2018-07-20
x86/entry/32: Unshare NMI return path
Joerg Roedel
1
-2
/
+6
2018-07-20
x86/entry/32: Put ESPFIX code into a macro
Joerg Roedel
1
-48
/
+49
2018-07-20
x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
Joerg Roedel
2
-2
/
+9
2018-07-20
x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack
Joerg Roedel
2
-3
/
+4
2018-07-20
x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
Joerg Roedel
2
-2
/
+4
2018-07-19
x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigation
Jiang Biao
1
-1
/
+0
2018-07-16
x86/pti: Make pti_set_kernel_image_nonglobal() static
Jiang Biao
1
-1
/
+1
2018-07-16
x86/apm: Don't access __preempt_count with zeroed fs
Ville Syrjälä
2
-6
/
+5
2018-07-15
x86/events/intel/ds: Fix bts_interrupt_threshold alignment
Hugh Dickins
1
-3
/
+5
2018-07-14
Merge tag 'rtc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...
Linus Torvalds
2
-6
/
+6
2018-07-14
Merge tag 'for-linus-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-16
/
+13
2018-07-14
Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+0
2018-07-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
12
-99
/
+133
2018-07-14
reiserfs: fix buffer overflow with long warning messages
Eric Biggers
1
-60
/
+81
2018-07-14
checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messages
Joe Perches
1
-3
/
+3
2018-07-14
mm: do not bug_on on incorrect length in __mm_populate()
Michal Hocko
2
-19
/
+12
2018-07-14
mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVE
Michal Hocko
1
-1
/
+2
2018-07-14
fs, elf: make sure to page align bss in load_elf_library
Oscar Salvador
1
-3
/
+2
2018-07-14
x86/purgatory: add missing FORCE to Makefile target
Philipp Rudo
1
-1
/
+1
2018-07-14
net/9p/client.c: put refcount of trans_mod in error case in parse_opts()
piaojun
1
-1
/
+2
2018-07-14
mm: allow arch to supply p??_free_tlb functions
Nicholas Piggin
1
-0
/
+8
2018-07-14
autofs: fix slab out of bounds read in getname_kernel()
Tomas Bortoli
1
-9
/
+13
2018-07-14
fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*
Vlastimil Babka
1
-1
/
+2
2018-07-14
mm: do not drop unused pages when userfaultd is running
Christian Borntraeger
1
-1
/
+7
2018-07-14
mm: zero unavailable pages before memmap init
Pavel Tatashin
1
-2
/
+2
2018-07-13
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-11
/
+19
[next]