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
path:
root
/
arch
/
x86
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-05
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-28
/
+14
2018-01-05
x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
Thomas Gleixner
1
-3
/
+3
2018-01-05
x86/tlb: Drop the _GPL from the cpu_tlbstate export
Thomas Gleixner
1
-1
/
+1
2018-01-05
x86/kaslr: Fix the vaddr_end mess
Thomas Gleixner
1
-23
/
+9
2018-01-04
x86/mm: Map cpu_entry_area at the same place on 4/5 level
Thomas Gleixner
1
-1
/
+1
2018-01-03
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2018-01-03
x86/pti: Make sure the user/kernel PTEs match
Thomas Gleixner
1
-1
/
+2
2017-12-31
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-2
/
+2
2017-12-29
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
8
-49
/
+638
2017-12-23
x86/mm/dump_pagetables: Allow dumping current pagetables
Thomas Gleixner
2
-5
/
+72
2017-12-23
x86/mm/dump_pagetables: Check user space page table for WX pages
Thomas Gleixner
2
-6
/
+26
2017-12-23
x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchy
Borislav Petkov
1
-5
/
+10
2017-12-23
x86/mm: Use INVPCID for __native_flush_tlb_single()
Dave Hansen
1
-27
/
+37
2017-12-23
x86/mm: Use/Fix PCID to optimize user/kernel switches
Peter Zijlstra
2
-1
/
+2
2017-12-23
x86/mm: Abstract switching CR3
Dave Hansen
1
-2
/
+20
2017-12-23
x86/mm: Allow flushing for future ASID switches
Dave Hansen
1
-0
/
+35
2017-12-23
x86/pti: Map the vsyscall page if needed
Andy Lutomirski
1
-0
/
+65
2017-12-23
x86/pti: Put the LDT in its own PGD if PTI is on
Andy Lutomirski
1
-0
/
+9
2017-12-23
x86/cpu_entry_area: Add debugstore entries to cpu_entry_area
Thomas Gleixner
1
-0
/
+27
2017-12-23
x86/mm/pti: Map ESPFIX into user space
Andy Lutomirski
1
-0
/
+11
2017-12-23
x86/mm/pti: Share entry text PMD
Thomas Gleixner
1
-0
/
+10
2017-12-23
x86/mm/pti: Share cpu_entry_area with user space page tables
Andy Lutomirski
1
-0
/
+25
2017-12-23
x86/mm/pti: Add functions to clone kernel PMDs
Andy Lutomirski
1
-0
/
+127
2017-12-23
x86/mm/pti: Allocate a separate user PGD
Dave Hansen
1
-2
/
+3
2017-12-23
x86/mm/pti: Add mapping helper functions
Dave Hansen
1
-0
/
+41
2017-12-23
x86/pti: Add the pti= cmdline option and documentation
Borislav Petkov
1
-1
/
+25
2017-12-23
x86/mm/pti: Add infrastructure for page table isolation
Thomas Gleixner
3
-3
/
+90
2017-12-23
x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=y
Dave Hansen
1
-3
/
+9
2017-12-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-58
/
+227
2017-12-23
x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bit
Thomas Gleixner
1
-1
/
+2
2017-12-22
x86/cpu_entry_area: Move it out of the fixmap
Thomas Gleixner
5
-30
/
+78
2017-12-22
x86/cpu_entry_area: Move it to a separate unit
Thomas Gleixner
2
-1
/
+105
2017-12-22
x86/mm: Move the CR3 construction functions to tlbflush.h
Dave Hansen
1
-4
/
+4
2017-12-22
x86/mm: Use __flush_tlb_one() for kernel memory
Peter Zijlstra
1
-1
/
+1
2017-12-22
x86/mm/dump_pagetables: Make the address hints correct and readable
Thomas Gleixner
1
-37
/
+53
2017-12-22
x86/mm/dump_pagetables: Check PAGE_PRESENT for real
Thomas Gleixner
1
-1
/
+1
2017-12-19
Do not hash userspace addresses in fault handlers
Kees Cook
1
-1
/
+1
2017-12-18
Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-1
/
+17
2017-12-18
x86/mm: Unbreak modules that use the DMA API
Tom Lendacky
1
-2
/
+2
2017-12-17
x86/kasan/64: Teach KASAN about the cpu_entry_area
Andy Lutomirski
1
-1
/
+17
2017-12-17
x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow
Andrey Ryabinin
1
-7
/
+136
2017-12-17
Merge commit 'upstream-x86-virt' into WIP.x86/mm
Ingo Molnar
1
-1
/
+1
2017-12-17
Merge branch 'upstream-x86-selftests' into WIP.x86/pti.base
Ingo Molnar
2
-26
/
+85
2017-12-17
Merge commit 'upstream-x86-entry' into WIP.x86/mm
Ingo Molnar
1
-54
/
+34
2017-12-15
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-7
/
+9
2017-12-11
x86/mm/kmmio: Fix mmiotrace for page unaligned addresses
Karol Herbst
2
-7
/
+9
2017-12-08
kmemcheck: rip it out for real
Michal Hocko
9
-9
/
+0
2017-12-06
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+3
2017-12-05
x86: don't hash faulting address in oops printout
Linus Torvalds
1
-1
/
+1
2017-12-05
locking/refcounts: Do not force refcount_t usage as GPL-only export
Kees Cook
1
-1
/
+1
[next]