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-08-05
x86/mm/pti: Clear Global bit more aggressively
Dave Hansen
2
-10
/
+30
2018-06-27
x86/mm: Clean up the printk()s in show_fault_oops()
Dmitry Vyukov
1
-7
/
+4
2018-06-26
x86/mm: Get rid of KERN_CONT in show_fault_oops()
Dmitry Vyukov
1
-7
/
+3
2018-06-22
Merge branch 'linus' into x86/urgent
Thomas Gleixner
11
-42
/
+45
2018-06-21
x86/platform/UV: Add adjustable set memory block size function
mike.travis@hpe.com
1
-4
/
+16
2018-06-15
treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX
Stefan Agner
2
-2
/
+2
2018-06-15
mm: fix devmem_is_allowed() for sub-page System RAM intersections
Dan Williams
1
-1
/
+3
2018-06-10
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+8
2018-06-07
mm: add pt_mm to struct page
Matthew Wilcox
1
-3
/
+2
2018-06-06
x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SME
Kirill A. Shutemov
2
-0
/
+8
2018-06-04
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+5
2018-06-04
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-11
/
+11
2018-06-04
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-23
/
+21
2018-06-04
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2018-05-19
x86/mm: Stop pretending pgtable_l5_enabled is a variable
Kirill A. Shutemov
7
-19
/
+19
2018-05-19
x86/mm: Unify pgtable_l5_enabled usage in early boot code
Kirill A. Shutemov
1
-4
/
+2
2018-05-14
x86/pkeys: Override pkey when moving away from PROT_EXEC
Dave Hansen
1
-10
/
+11
2018-05-13
x86: Remove pr_fmt duplicate logging prefixes
Joe Perches
1
-11
/
+11
2018-04-26
x86/fault: Dump user opcode bytes on fatal faults
Borislav Petkov
1
-2
/
+5
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+1
2018-04-25
x86/pti: Disallow global kernel text with RANDSTRUCT
Dave Hansen
1
-0
/
+10
2018-04-25
x86/pti: Reduce amount of kernel text allowed to be Global
Dave Hansen
1
-3
/
+13
2018-04-25
x86/pti: Fix boot warning from Global-bit setting
Dave Hansen
1
-10
/
+30
2018-04-25
x86/pti: Fix boot problems from Global-bit setting
Dave Hansen
1
-2
/
+2
2018-04-17
x86/mm: Prevent kernel Oops in PTDUMP code with HIGHPTE=y
Joerg Roedel
1
-5
/
+6
2018-04-15
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
11
-69
/
+239
2018-04-12
x86/pgtable: Don't set huge PUD/PMD on non-leaf entries
Joerg Roedel
1
-0
/
+9
2018-04-12
x86/pti: Leave kernel text global for !PCID
Dave Hansen
2
-4
/
+80
2018-04-12
x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image
Dave Hansen
3
-10
/
+35
2018-04-12
x86/pti: Enable global pages for shared areas
Dave Hansen
2
-2
/
+35
2018-04-12
x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init
Dave Hansen
1
-2
/
+4
2018-04-12
x86/mm: Remove extra filtering in pageattr code
Dave Hansen
1
-4
/
+2
2018-04-12
x86/mm: Do not auto-massage page protections
Dave Hansen
5
-1
/
+28
2018-04-11
xen, mm: allow deferred page initialization for xen pv domains
Pavel Tatashin
2
-0
/
+2
2018-04-11
exec: pass stack rlimit into mm layout functions
Kees Cook
1
-7
/
+11
2018-04-09
x86/mm: Introduce "default" kernel PTE mask
Dave Hansen
3
-1
/
+18
2018-04-09
x86/mm: Undo double _PAGE_PSE clearing
Dave Hansen
1
-3
/
+6
2018-04-09
x86/mm: Factor out pageattr _PAGE_GLOBAL setting
Dave Hansen
1
-43
/
+23
2018-04-05
x86/mm/memory_hotplug: determine block size based on the end of boot memory
Pavel Tatashin
1
-4
/
+29
2018-04-02
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2018-04-02
Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-87
/
+3
2018-04-02
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
12
-722
/
+750
2018-04-02
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+0
2018-03-27
x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_S...
David Rientjes
1
-11
/
+0
2018-03-27
Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict
Ingo Molnar
2
-32
/
+76
2018-03-24
Merge branch 'linus' into x86/dma, to resolve a conflict with upstream
Ingo Molnar
2
-32
/
+76
2018-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+48
2018-03-22
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-32
/
+28
2018-03-22
x86/mm: implement free pmd/pte page interfaces
Toshi Kani
1
-2
/
+26
2018-03-22
mm/vmalloc: add interfaces to free unmapped page table
Toshi Kani
1
-0
/
+24
[next]