index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-15
x86/kasan: Panic if there is not enough memory to boot
Andrey Ryabinin
1
-10
/
+14
2018-01-08
x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()
Jike Song
1
-26
/
+6
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-05
x86/mm: Map cpu_entry_area at the same place on 4/5 level
Thomas Gleixner
1
-1
/
+1
2018-01-03
x86/pti: Make sure the user/kernel PTEs match
Thomas Gleixner
1
-1
/
+2
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
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-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-11-10
x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...
Juergen Gross
1
-1
/
+1
2017-11-09
x86/mm: Unbreak modules that rely on external PAGE_KERNEL availability
Jiri Kosina
1
-1
/
+1
2017-11-07
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
Ingo Molnar
32
-4
/
+55
2017-11-06
Merge branch 'x86/mm' into x86/asm, to pick up pending changes
Ingo Molnar
2
-26
/
+85
2017-11-05
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+14
2017-11-04
Revert "x86/mm: Stop calling leave_mm() in idle code"
Andy Lutomirski
1
-3
/
+14
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
31
-0
/
+31
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
31
-0
/
+31
2017-11-01
x86/mm: Relocate page fault error codes to traps.h
Ricardo Neri
1
-54
/
+34
2017-11-01
x86/mm: fix use-after-free of vma during userfaultfd fault
Vlastimil Babka
1
-1
/
+10
2017-10-30
x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...
Baoquan He
1
-5
/
+5
2017-10-30
Merge tag 'v4.14-rc7' into x86/mm, to pick up fixes
Ingo Molnar
1
-12
/
+0
[next]