index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-07-03
11
-814
/
+364
|
\
|
*
x86/mm: Delete a big outdated comment about TLB flushing
Andy Lutomirski
2017-06-30
1
-36
/
+0
|
*
x86/mm: Don't reenter flush_tlb_func_common()
Andy Lutomirski
2017-06-30
1
-2
/
+15
|
*
x86/mmap, ASLR: Do not treat unlimited-stack tasks as legacy mmap
Michal Hocko
2017-06-24
1
-3
/
+0
|
*
x86/ldt: Simplify the LDT switching logic
Andy Lutomirski
2017-06-22
1
-18
/
+2
|
*
Merge branch 'linus' into x86/mm, to pick up fixes
Ingo Molnar
2017-06-22
3
-4
/
+7
|
|
\
|
*
|
x86/mm: Add support for 5-level paging for KASLR
Kirill A. Shutemov
2017-06-13
1
-19
/
+62
|
*
|
x86/mm: Make kernel_physical_mapping_init() support 5-level paging
Kirill A. Shutemov
2017-06-13
1
-9
/
+60
|
*
|
x86/mm: Add sync_global_pgds() for configuration with 5-level paging
Kirill A. Shutemov
2017-06-13
1
-0
/
+39
|
*
|
x86/boot/64: Rename init_level4_pgt and early_level4_pgt
Kirill A. Shutemov
2017-06-13
2
-7
/
+7
|
*
|
x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation
Kirill A. Shutemov
2017-06-13
2
-497
/
+1
|
*
|
x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()
Andy Lutomirski
2017-06-13
2
-6
/
+6
|
*
|
x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush code
Andy Lutomirski
2017-06-05
1
-3
/
+2
|
*
|
x86/mm: Rework lazy TLB to track the actual loaded mm
Andy Lutomirski
2017-06-05
2
-109
/
+109
|
*
|
x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code
Andy Lutomirski
2017-06-05
2
-17
/
+2
|
*
|
x86/mm: Use new merged flush logic in arch_tlbbatch_flush()
Andy Lutomirski
2017-06-05
1
-6
/
+2
|
*
|
x86/mm: Refactor flush_tlb_mm_range() to merge local and remote cases
Andy Lutomirski
2017-06-05
1
-65
/
+48
|
*
|
x86/mm: Change the leave_mm() condition for local TLB flushes
Andy Lutomirski
2017-06-05
1
-1
/
+1
|
*
|
x86/mm: Pass flush_tlb_info to flush_tlb_others() etc
Andy Lutomirski
2017-06-05
1
-32
/
+32
|
*
|
Merge tag 'v4.12-rc4' into x86/mm, to pick up fixes
Ingo Molnar
2017-06-05
1
-1
/
+1
|
|
\
\
|
*
|
|
mm, x86/mm: Make the batched unmap TLB flush API more generic
Andy Lutomirski
2017-05-24
1
-0
/
+17
|
*
|
|
x86/mm: Reduce indentation in flush_tlb_func()
Andy Lutomirski
2017-05-24
1
-16
/
+18
|
*
|
|
x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()
Andy Lutomirski
2017-05-24
1
-27
/
+0
*
|
|
|
x86/mm/hotplug: Fix BUG_ON() after hot-remove by not freeing PUD
Jérôme Glisse
2017-06-26
1
-1
/
+7
|
|
_
|
/
|
/
|
|
*
|
|
mm: larger stack guard gap, between vmas
Hugh Dickins
2017-06-19
1
-1
/
+1
*
|
|
x86/mm: Disable 1GB direct mappings when disabling 2MB mappings
Vlastimil Babka
2017-06-13
1
-3
/
+3
*
|
|
x86/debug: Handle early WARN_ONs proper
Peter Zijlstra
2017-06-12
1
-0
/
+3
|
|
/
|
/
|
*
|
Revert "x86/PAT: Fix Xorg regression on CPUs that don't support PAT"
Ingo Molnar
2017-06-01
1
-6
/
+3
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-05-27
1
-3
/
+6
|
\
\
|
*
|
x86/PAT: Fix Xorg regression on CPUs that don't support PAT
Mikulas Patocka
2017-05-24
1
-3
/
+6
|
|
/
*
|
x86/mm/ftrace: Do not bug in early boot on irqs_disabled in cpu_flush_range()
Steven Rostedt (VMware)
2017-05-26
1
-1
/
+1
|
/
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-05-12
3
-7
/
+20
|
\
|
*
x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()
Laura Abbott
2017-05-09
1
-0
/
+1
|
*
x86/mm: Add support for gbpages to kernel_ident_mapping_init()
Xunlei Pang
2017-05-08
1
-1
/
+13
|
*
x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_glo...
Baoquan He
2017-05-05
1
-6
/
+6
*
|
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-05-10
1
-1
/
+1
|
\
\
|
*
|
Annotate hardware config module parameters in arch/x86/mm/
David Howells
2017-04-04
1
-1
/
+1
*
|
|
x86: use set_memory.h header
Laura Abbott
2017-05-08
5
-4
/
+5
|
|
/
|
/
|
*
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-05-01
16
-216
/
+561
|
\
\
|
*
|
x86/mm: Fix flush_tlb_page() on Xen
Andy Lutomirski
2017-04-26
1
-3
/
+1
|
*
|
x86/mm: Make flush_tlb_mm_range() more predictable
Andy Lutomirski
2017-04-26
1
-5
/
+7
|
*
|
x86/mm: Remove flush_tlb() and flush_tlb_current_task()
Andy Lutomirski
2017-04-26
1
-17
/
+0
|
*
|
x86/mm/64: Fix crash in remove_pagetable()
Kirill A. Shutemov
2017-04-26
1
-3
/
+3
|
*
|
Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...
Ingo Molnar
2017-04-23
2
-1
/
+497
|
*
|
x86/mm: Fix dump pagetables for 4 levels of page tables
Juergen Gross
2017-04-13
1
-1
/
+1
|
*
|
x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space
Joerg Roedel
2017-04-12
1
-9
/
+1
|
*
|
Merge branch 'x86/boot' into x86/mm, to avoid conflict
Ingo Molnar
2017-04-11
12
-30
/
+80
|
|
\
\
|
*
|
|
Revert "x86/mm/numa: Remove numa_nodemask_from_meminfo()"
Thomas Gleixner
2017-04-08
1
-1
/
+20
|
*
|
|
x86/kasan: Extend KASAN to support 5-level paging
Kirill A. Shutemov
2017-04-04
1
-2
/
+16
|
*
|
|
x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=y
Kirill A. Shutemov
2017-04-04
1
-1
/
+31
[next]