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
2017-05-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+6
2017-05-26
x86/mm/ftrace: Do not bug in early boot on irqs_disabled in cpu_flush_range()
Steven Rostedt (VMware)
1
-1
/
+1
2017-05-24
x86/PAT: Fix Xorg regression on CPUs that don't support PAT
Mikulas Patocka
1
-3
/
+6
2017-05-12
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-7
/
+20
2017-05-10
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2017-05-09
x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()
Laura Abbott
1
-0
/
+1
2017-05-08
x86: use set_memory.h header
Laura Abbott
5
-4
/
+5
2017-05-08
x86/mm: Add support for gbpages to kernel_ident_mapping_init()
Xunlei Pang
1
-1
/
+13
2017-05-05
x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_glo...
Baoquan He
1
-6
/
+6
2017-05-01
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
16
-216
/
+561
2017-05-01
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+5
2017-05-01
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
12
-30
/
+80
2017-04-26
x86/mm: Fix flush_tlb_page() on Xen
Andy Lutomirski
1
-3
/
+1
2017-04-26
x86/mm: Make flush_tlb_mm_range() more predictable
Andy Lutomirski
1
-5
/
+7
2017-04-26
x86/mm: Remove flush_tlb() and flush_tlb_current_task()
Andy Lutomirski
1
-17
/
+0
2017-04-26
x86/mm/64: Fix crash in remove_pagetable()
Kirill A. Shutemov
1
-3
/
+3
2017-04-23
Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...
Ingo Molnar
2
-1
/
+497
2017-04-13
x86/mm: Fix dump pagetables for 4 levels of page tables
Juergen Gross
1
-1
/
+1
2017-04-12
mm: Tighten x86 /dev/mem with zeroing reads
Kees Cook
1
-11
/
+30
2017-04-12
x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space
Joerg Roedel
1
-9
/
+1
2017-04-11
Merge branch 'x86/urgent' into x86/cpu, to resolve conflict
Ingo Molnar
3
-3
/
+4
2017-04-11
Merge branch 'x86/boot' into x86/mm, to avoid conflict
Ingo Molnar
12
-30
/
+80
2017-04-11
Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branch
Ingo Molnar
12
-30
/
+80
2017-04-08
Revert "x86/mm/numa: Remove numa_nodemask_from_meminfo()"
Thomas Gleixner
1
-1
/
+20
2017-04-04
Annotate hardware config module parameters in arch/x86/mm/
David Howells
1
-1
/
+1
2017-04-04
x86/kasan: Extend KASAN to support 5-level paging
Kirill A. Shutemov
1
-2
/
+16
2017-04-04
x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=y
Kirill A. Shutemov
1
-1
/
+31
2017-04-03
Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch
Ingo Molnar
3
-3
/
+4
2017-04-03
x86/mm/numa: Remove numa_nodemask_from_meminfo()
Wei Yang
1
-20
/
+1
2017-04-03
x86/mm/numa: Improve alloc_node_data() error path message
Wei Yang
1
-2
/
+2
2017-03-31
x86/boot/32: Flip the logic in test_wp_bit()
Borislav Petkov
1
-8
/
+7
2017-03-30
x86/boot/32: Rewrite test_wp_bit()
Andy Lutomirski
1
-34
/
+7
2017-03-30
Merge branch 'x86/cpu' into x86/mm, before applying dependent patch
Ingo Molnar
1
-4
/
+5
2017-03-30
x86/dump_pagetables: Add support for 5-level paging
Kirill A. Shutemov
1
-14
/
+45
2017-03-27
x86: Convert the rest of the code to support p4d_t
Kirill A. Shutemov
1
-38
/
+145
2017-03-27
x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>
Kirill A. Shutemov
1
-2
/
+13
2017-03-27
x86/mm/pat: Add 5-level paging support
Kirill A. Shutemov
1
-14
/
+40
2017-03-24
x86/mm/KASLR: Exclude EFI region from KASLR VA space randomization
Baoquan He
1
-2
/
+2
2017-03-18
x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation
Kirill A. Shutemov
2
-497
/
+1
2017-03-18
x86/mm: Correct fixmap header usage on adaptable MODULES_END
Thomas Garnier
2
-2
/
+0
2017-03-16
x86/mpx: Make unnecessarily global function static
Tobias Klauser
1
-1
/
+1
2017-03-16
x86/mm: Adapt MODULES_END based on fixmap section size
Thomas Garnier
2
-0
/
+2
2017-03-14
x86/hugetlb: Adjust to the new native/compat mmap bases
Dmitry Safonov
2
-3
/
+20
2017-03-14
x86/mm/vmalloc: Add 5-level paging support
Kirill A. Shutemov
1
-3
/
+24
2017-03-14
x86/mm/ident_map: Add 5-level paging support
Kirill A. Shutemov
1
-7
/
+44
2017-03-14
x86/mm/gup: Add 5-level paging support
Kirill A. Shutemov
1
-6
/
+27
2017-03-14
x86/mm: Convert trivial cases of page table walk to 5-level paging
Kirill A. Shutemov
5
-15
/
+61
2017-03-14
x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y
Andrey Ryabinin
1
-0
/
+1
2017-03-13
x86/mm: Introduce mmap_compat_base() for 32-bit mmap()
Dmitry Safonov
1
-13
/
+34
2017-03-13
x86/mm: Add task_size parameter to mmap_base()
Dmitry Safonov
1
-18
/
+32
[next]