summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-131-1/+1
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-101-49/+0
|\
| * x86_64/vsyscall: Move all of the gate_area code to vsyscall_64.cAndy Lutomirski2014-10-281-49/+0
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-12-1010-166/+347
|\ \
| * | x86: mm: Move PAT only functions to mm/pat.cThomas Gleixner2014-11-161-0/+69
| * | x86: Enable PAT to use cache mode translation tablesJuergen Gross2014-11-163-2/+58
| * | x86: Respect PAT bit when copying pte values between large and normal pagesJuergen Gross2014-11-161-10/+23
| * | x86: Support PAT bit in pagetable dump for lower levelsJuergen Gross2014-11-161-13/+11
| * | x86: Use new cache mode type in memtype related functionsJuergen Gross2014-11-165-75/+71
| * | x86: Use new cache mode type in mm/ioremap.cJuergen Gross2014-11-162-35/+42
| * | x86: Use new cache mode type in setting page attributesJuergen Gross2014-11-161-24/+28
| * | x86: Remove looking for setting of _PAGE_PAT_LARGE in pageattr.cJuergen Gross2014-11-161-1/+1
| * | x86: Use new cache mode type in track_pfn_remap() and track_pfn_insert()Juergen Gross2014-11-161-16/+16
| * | x86: Use new cache mode type in mm/iomap_32.cJuergen Gross2014-11-162-13/+17
| * | x86: Use new cache mode type in asm/pgtable.hJuergen Gross2014-11-162-3/+8
| * | x86: Use new cache mode type in arch/x86/mm/init_64.cJuergen Gross2014-11-161-3/+6
| * | x86: Make page cache mode a real typeJuergen Gross2014-11-161-0/+29
| * | x86: mm: Use 2GB memory block size on large-memory x86-64 systemsDaniel J Blueman2014-11-041-5/+2
| |/
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-101-0/+3
|\ \
| * \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2014-11-161-0/+3
| |\ \
| | * | x86, ptdump: Add section for EFI runtime servicesMathias Krause2014-11-111-0/+3
| | |/
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-101-1/+1
|\ \ \
| * | | x86: Replace seq_printf() with seq_puts()Rasmus Villemoes2014-12-081-1/+1
| | |/ | |/|
* | | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-102-0/+930
|\ \ \
| * | | x86 mpx: Change return type of get_reg_offset()Dave Hansen2014-11-191-5/+4
| * | | x86, mpx: Cleanup unused bound tablesDave Hansen2014-11-181-0/+393
| * | | x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-181-5/+218
| * | | x86, mpx: Decode MPX instruction to get bound violation informationDave Hansen2014-11-181-0/+237
| * | | x86, mpx: Add MPX-specific mmap interfaceQiaowei Ren2014-11-182-0/+88
| | |/ | |/|
* | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-091-2/+2
|\ \ \
| * | | /dev/mem: Use more consistent data typesThierry Reding2014-11-101-2/+2
| | |/ | |/|
* | | x86, mm: Set NX across entire PMD at bootKees Cook2014-11-181-1/+10
| |/ |/|
* | x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAEDexuan Cui2014-10-291-1/+1
|/
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-7/+7
|\
| * x86: Replace __get_cpu_var usesChristoph Lameter2014-08-261-7/+7
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-10-142-48/+61
|\ \
| * | arch/x86/mm/numa.c: fix boot failure when all nodes are hotpluggableXishi Qiu2014-10-141-44/+45
| * | x86: use optimized ioresource lookup in ioremap functionMike Travis2014-10-141-4/+16
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-144-68/+39
|\ \ \ | |/ / |/| |
| * | x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data()Luiz Capitulino2014-09-161-20/+14
| * | x86/mm/hotplug: Modify PGD entry when removing memoryYasuaki Ishimatsu2014-09-162-9/+20
| * | x86/mm/hotplug: Pass sync_global_pgds() a correct argument in remove_pagetable()Yasuaki Ishimatsu2014-09-161-4/+5
| * | x86: Remove set_pmd_pfnMatthew Wilcox2014-09-011-35/+0
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-4/+1
|\ \ \
| * | | sched: Add helper for task stack page overrun checkingAaron Tomlin2014-09-191-3/+1
| * | | init/main.c: Give init_task a canaryAaron Tomlin2014-09-191-2/+1
| |/ /
* | | x86: remove the Xen-specific _PAGE_IOMAP PTE flagDavid Vrabel2014-09-232-2/+2
* | | x86: skip check for spurious faults for non-present faultsDavid Vrabel2014-09-231-2/+20
* | | x86/mm: Apply the section attribute to the variable, not its typeJan-Simon Möller2014-09-091-1/+1
* | | x86-64, ptdump: Mark espfix area only if existentMathias Krause2014-09-081-0/+4
|/ /