summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-262-4/+8
|\
| * mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
| * arch: x86: charge page tables to kmemcgVladimir Davydov2016-07-261-3/+7
* | Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-07-262-115/+3
|\ \ | |/ |/|
| * Merge branch 'acpi-numa'Rafael J. Wysocki2016-07-252-115/+3
| |\
| | * ACPI / NUMA: Move acpi_numa_memory_affinity_init() to drivers/acpi/numa.cHanjun Guo2016-05-301-57/+0
| | * ACPI / NUMA: remove unneeded acpi_numa=1Hanjun Guo2016-05-301-2/+0
| | * ACPI / NUMA: move bad_srat() and srat_disabled() to drivers/acpi/numa.cDavid Daney2016-05-302-14/+1
| | * x86 / ACPI / NUMA: cleanup acpi_numa_processor_affinity_init()Hanjun Guo2016-05-301-16/+5
| | * ACPI / NUMA: move acpi_numa_slit_init() to drivers/acpi/numa.cHanjun Guo2016-05-301-27/+0
| | * ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 onlyRobert Richter2016-05-301-2/+0
* | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-07-251-5/+8
|\ \ \
| * | | x86/dumpstack: Add show_stack_regs() and use itBorislav Petkov2016-07-081-5/+8
* | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-256-72/+300
|\ \ \ \
| * | | | x86/mm: Do not reference phys addr beyond kernelThomas Garnier2016-07-101-2/+10
| * | | | x86/mm: Add memory hotplug support for KASLR memory randomizationThomas Garnier2016-07-081-1/+6
| * | | | x86/mm: Enable KASLR for vmalloc memory regionsThomas Garnier2016-07-081-1/+4
| * | | | x86/mm: Enable KASLR for physical mapping memory regionsThomas Garnier2016-07-081-3/+15
| * | | | x86/mm: Implement ASLR for kernel memory regionsThomas Garnier2016-07-084-4/+166
| * | | | x86/mm: Separate variable for trampoline PGDThomas Garnier2016-07-081-0/+3
| * | | | x86/mm: Add PUD VA support for physical mappingThomas Garnier2016-07-081-4/+9
| * | | | x86/mm: Update physical mapping variable namesThomas Garnier2016-07-081-66/+96
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-256-70/+17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/mm/cpa: Add missing comment in populate_pdg()Andy Lutomirski2016-07-231-0/+5
| * | | | x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDsAndy Lutomirski2016-07-231-5/+2
| * | | | x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar2016-07-151-1/+1
| * | | | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski2016-07-152-2/+2
| * | | | x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mmAndy Lutomirski2016-07-151-1/+1
| * | | | x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski2016-07-151-28/+0
| * | | | x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populatedAndy Lutomirski2016-07-151-3/+6
| * | | | x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()Ingo Molnar2016-07-151-27/+0
| * | | | x86/mm: Use pte_none() to test for empty PTEDave Hansen2016-07-133-8/+8
| |/ / /
| * | | x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina2016-07-081-4/+1
| |/ /
* | | kasan: add newline to messagesDmitry Vyukov2016-07-151-2/+2
|/ /
* | x86: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-1/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-251-3/+8
|\
| * x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault codeAndy Lutomirski2016-05-201-3/+8
* | x86: mm: use hugetlb_bad_size()Vaishali Thakkar2016-05-191-0/+1
* | include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-191-3/+1
|/
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-163-76/+80
|\
| * x86/boot: Add missing file header commentsKees Cook2016-05-101-0/+5
| * x86/boot: Split out kernel_ident_mapping_init()Yinghai Lu2016-05-072-73/+75
| * x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSETBaoquan He2016-04-221-3/+0
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-168-73/+158
|\ \
| * | x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski2016-04-291-0/+10
| * | Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar2016-04-291-2/+3
| |\ \
| * \ \ Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-191-4/+10
| |\ \ \ | | | |/ | | |/|
| * | | x86/extable: Add a comment about early exception handlersAndy Lutomirski2016-04-131-0/+14
| * | | x86/msr: Carry on after a non-"safe" MSR access failsAndy Lutomirski2016-04-131-0/+27
| * | | x86/traps: Enable all exception handler callbacks earlyAndy Lutomirski2016-04-131-17/+2
OpenPOWER on IntegriCloud