summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin2014-08-071-11/+28
* x86, ioremap: Speed up check for RAM pagesRoland Dreier2014-07-171-7/+19
* x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is offH. Peter Anvin2014-02-221-5/+9
* x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAMYinghai Lu2013-09-071-2/+2
* x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea2013-08-291-2/+4
* Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds2013-08-291-1/+1
* x86 get_unmapped_area(): use proper mmap base for bottom-up directionRadu Caragea2013-08-201-1/+1
* x86: Fix adjust_range_size_mask calling positionYinghai Lu2013-05-311-3/+3
* x86/mm: Add missing comments for initial kernel direct mappingZhang Yanfei2013-05-101-1/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+1
|\
| * proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-291-0/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-04-303-8/+6
|\ \
| * | x86/mm/hotplug: Put kernel_physical_mapping_remove() declaration in CONFIG_ME...Tang Chen2013-04-151-1/+1
| * | x86/mm/numa: Simplify some bit manglingMartin Bundgaard2013-04-101-2/+1
| * | x86/mm/cpa: Cleanup split_large_page() and its calleeBorislav Petkov2013-04-101-5/+4
| |/
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-301-1/+1
|\ \
| * | x86, cpu: Convert F00F bug detectionBorislav Petkov2013-04-021-1/+1
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-301-3/+5
|\ \
| * | context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker2013-03-071-2/+4
| * | context_tracking: Move exception handling to generic codeFrederic Weisbecker2013-03-071-1/+1
* | | x86: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+2
* | | x86: pageattr-test: remove srandom32 callAkinobu Mita2013-04-291-1/+0
* | | x86/mm/numa: use setup_nr_node_ids() instead of opencoding.Cody P Schafer2013-04-291-6/+3
* | | x86-64: fall back to regular page vmemmap on allocation failureJohannes Weiner2013-04-291-20/+26
* | | x86-64: use vmemmap_populate_basepages() for !pse setupsJohannes Weiner2013-04-291-40/+38
* | | x86-64: remove dead debugging code for !pse setupsJohannes Weiner2013-04-291-3/+0
* | | sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner2013-04-291-10/+5
* | | mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim2013-04-291-6/+1
* | | mm/x86: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-292-10/+1
* | | mm/x86: use common help functions to free reserved pagesJiang Liu2013-04-292-7/+3
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-143-8/+12
|\ \ \
| * | | x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is setBoris Ostrovsky2013-04-121-0/+2
| * | | x86/mm/cpa/selftest: Fix false positive in CPA self testAndrea Arcangeli2013-04-121-1/+1
| * | | x86/mm/cpa: Convert noop to functional fixAndrea Arcangeli2013-04-111-5/+5
| * | | x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio2013-04-101-2/+4
| | |/ | |/|
* / | x86-32: Fix possible incomplete TLB invalidate with PAE pagetablesDave Hansen2013-04-121-0/+7
|/ /
* | x86: Do not try to sync identity map for non-mapped pagesDave Hansen2013-03-071-0/+7
* | x86, mm: Make sure to find a 2M free block for the first mapped areaYinghai Lu2013-03-061-3/+2
|/
* x86, ACPI, mm: Revert movablemem_map supportYinghai Lu2013-03-022-128/+8
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-263-12/+49
|\
| * x86/mm/pageattr: Prevent PSE and GLOABL leftovers to confuse pmd/pte_present ...Andrea Arcangeli2013-02-241-3/+47
| * Revert "x86, mm: Make spurious_fault check explicitly check explicitly check ...Andrea Arcangeli2013-02-241-7/+1
| * x86/mm/numa: Don't check if node is NUMA_NO_NODEWen Congyang2013-02-241-2/+1
* | Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds2013-02-235-33/+565
|\ \
| * | acpi, memory-hotplug: support getting hotplug info from SRATTang Chen2013-02-231-5/+66
| * | acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen2013-02-231-3/+61
| * | acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen2013-02-231-2/+4
| * | x86: get pg_data_t's memory from other nodeYasuaki Ishimatsu2013-02-231-3/+2
| * | cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang2013-02-231-2/+2
| * | cpu_hotplug: clear apicid to node when the cpu is hotremovedWen Congyang2013-02-231-1/+1