summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86: finish user fault error path with fatal signalJohannes Weiner2013-09-131-18/+17Star
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-3/+5
* mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi2013-09-121-0/+8
* mm: vmstats: track TLB flush stats on UP tooDave Hansen2013-09-121-3/+1Star
* mm: vmstats: tlb flush countersDave Hansen2013-09-121-4/+14
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-09-041-3/+2Star
|\
| * mm: Remove unused variable idx0 in __early_ioremap()Jianguo Wu2013-08-131-3/+2Star
* | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-041-4/+7
|\ \
| * \ Merge branch 'acpi-assorted'Rafael J. Wysocki2013-08-271-4/+7
| |\ \
| | * | ACPI / x86: Print Hot-Pluggable Field in SRAT.Tang Chen2013-08-141-4/+7
| | |/
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-021-2/+2
|\ \ \ | |/ / |/| |
| * | x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAMYinghai Lu2013-08-201-2/+2
* | | x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea2013-08-221-2/+4
* | | Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds2013-08-221-1/+1
|/ /
* / x86 get_unmapped_area(): use proper mmap base for bottom-up directionRadu Caragea2013-08-141-1/+1
|/
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-154-17/+15Star
* mm: remove free_area_cacheMichel Lespinasse2013-07-111-2/+0Star
* mm/pgtable: don't accumulate addr during pgd prepopulate pmdWanpeng Li2013-07-091-3/+1Star
* mm/x86: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-043-49/+3Star
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-042-2/+2
* mm: make __free_pages_bootmem() only available at boot timeJiang Liu2013-07-041-16/+2Star
* mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu2013-07-041-0/+6
* mm/x86: use free_reserved_area() to simplify codeJiang Liu2013-07-042-14/+5Star
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2013-07-031-187/+0Star
|\
| * x86: mm: Remove general hugetlb code from x86.Steve Capper2013-06-141-67/+0Star
| * x86: mm: Remove x86 version of huge_pmd_share.Steve Capper2013-06-141-120/+0Star
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-032-5/+5
|\ \
| * | x86/ioremap: Correct function name outputBorislav Petkov2013-06-281-4/+4
| * | x86_64: Correct phys_addr in cleanup_highmap commentZhang Yanfei2013-05-281-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-021-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/+6Star
|\ \
| * | 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/+1Star
| * | x86/mm/cpa: Cleanup split_large_page() and its calleeBorislav Petkov2013-04-101-5/+4Star
| |/
* | 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-301-2/+2
* | | x86: pageattr-test: remove srandom32 callAkinobu Mita2013-04-301-1/+0Star
* | | x86/mm/numa: use setup_nr_node_ids() instead of opencoding.Cody P Schafer2013-04-301-6/+3Star
* | | x86-64: fall back to regular page vmemmap on allocation failureJohannes Weiner2013-04-301-20/+26
* | | x86-64: use vmemmap_populate_basepages() for !pse setupsJohannes Weiner2013-04-301-40/+38Star
* | | x86-64: remove dead debugging code for !pse setupsJohannes Weiner2013-04-301-3/+0Star
* | | sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner2013-04-301-10/+5Star
* | | mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim2013-04-301-6/+1Star