| Commit message (Expand) | Author | Age | Files | Lines |
* | swap: add per-partition lock for swapfile | Shaohua Li | 2013-02-24 | 1 | -1/+1 |
* | memory-hotplug: remove memmap of sparse-vmemmap | Tang Chen | 2013-02-24 | 1 | -0/+4 |
* | memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap | Yasuaki Ishimatsu | 2013-02-24 | 1 | -0/+1 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-22 | 1 | -13/+11 |
|\ |
|
| * | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 | H. Peter Anvin | 2013-01-30 | 2 | -98/+34 |
| |\ |
|
| * | | sparc, mm: Remove calling of free_all_bootmem_node() | Yinghai Lu | 2012-11-17 | 1 | -13/+11 |
* | | | sparc64: Fix tsb_grow() in atomic context. | David S. Miller | 2013-02-20 | 3 | -9/+35 |
* | | | sparc64: Handle hugepage TSB being NULL. | David S. Miller | 2013-02-20 | 1 | -16/+22 |
* | | | sparc64: Fix gfp_flags setting in tsb_grow(). | David S. Miller | 2013-02-20 | 1 | -1/+1 |
* | | | sparc64: Fix get_user_pages_fast() wrt. THP. | David S. Miller | 2013-02-13 | 1 | -2/+57 |
| |/
|/| |
|
* | | SPARC: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -3/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-12 | 1 | -1/+1 |
|\ \ |
|
| * | | Merge branch 'arch-frv' into no-rebases | Al Viro | 2012-11-17 | 1 | -2/+62 |
| |\| |
|
| * | | sparc64: clear syscall_noerror on the entry to syscall, not on the exit | Al Viro | 2012-10-15 | 1 | -1/+1 |
* | | | mm: use vm_unmapped_area() in hugetlbfs on sparc64 architecture | Michel Lespinasse | 2012-12-12 | 1 | -94/+30 |
| |/
|/| |
|
* | | sparc64: Add global PMU register dumping via sysrq. | David S. Miller | 2012-10-16 | 1 | -2/+62 |
|/ |
|
* | sparc64: Fix deficiencies in sun4v error reporting. | David S. Miller | 2012-10-11 | 1 | -2/+0 |
* | sparc64: Support transparent huge pages. | David Miller | 2012-10-09 | 5 | -84/+306 |
* | sparc64: Eliminate PTE table memory wastage. | David Miller | 2012-10-09 | 2 | -0/+110 |
* | sparc64: Only support 4MB huge pages and 8KB base pages. | David Miller | 2012-10-09 | 2 | -24/+2 |
* | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 2012-10-09 | 2 | -0/+2 |
* | sparc: fix format string argument for prom_printf() | Akinobu Mita | 2012-10-03 | 2 | -5/+6 |
* | sparc64: Use cpu_pgsz_mask for linear kernel mapping config. | David S. Miller | 2012-09-07 | 1 | -39/+65 |
* | sparc64: Probe cpu page size support more portably. | David S. Miller | 2012-09-07 | 1 | -0/+31 |
* | sparc64: Support 2GB and 16GB page sizes for kernel linear mappings. | David S. Miller | 2012-09-07 | 2 | -29/+112 |
* | sparc64: Be less verbose during vmemmap population. | David S. Miller | 2012-08-15 | 1 | -5/+23 |
* | sparc32: delete dead code in show_mem() | Sam Ravnborg | 2012-07-27 | 1 | -7/+0 |
* | sparc32: move kmap_init() to highmem.c | Sam Ravnborg | 2012-07-27 | 2 | -13/+17 |
* | sparc32: move probe_memory() to srmmu.c | Sam Ravnborg | 2012-07-27 | 2 | -13/+11 |
* | sparc32: centralize all mmu context handling in srmmu.c | Sam Ravnborg | 2012-07-27 | 3 | -33/+60 |
* | sparc32: drop quicklist | Sam Ravnborg | 2012-07-27 | 1 | -2/+0 |
* | sparc32: drop sparc model check in paging_init | Sam Ravnborg | 2012-07-27 | 1 | -13/+1 |
* | sparc32: drop sparc_unmapped_base | Sam Ravnborg | 2012-07-27 | 1 | -2/+0 |
* | sparc32,leon: drop leon_init() | Sam Ravnborg | 2012-07-27 | 1 | -2/+0 |
* | sparc32: drop fixmap.h | Sam Ravnborg | 2012-07-27 | 1 | -3/+4 |
* | sparc32: drop unused kmap_atomic_to_page | Sam Ravnborg | 2012-07-27 | 1 | -18/+0 |
* | sparc32: beautify srmmu_inherit_prom_mappings() | Sam Ravnborg | 2012-07-27 | 1 | -10/+16 |
* | sparc32: use void * in nocache get/free | Sam Ravnborg | 2012-07-27 | 1 | -27/+34 |
* | sparc32: fix coding-style in srmmu.c | Sam Ravnborg | 2012-07-27 | 1 | -68/+64 |
* | sparc32: sort includes in srmmu.c | Sam Ravnborg | 2012-07-27 | 1 | -21/+21 |
* | sparc32: define a few srmmu functions __init | Sam Ravnborg | 2012-07-27 | 1 | -2/+2 |
* | sparc32: srmmu_probe now knows about leon too | Sam Ravnborg | 2012-05-28 | 2 | -5/+22 |
* | sparc32: introduce run-time patching of srmmu access functions | Sam Ravnborg | 2012-05-28 | 2 | -0/+83 |
* | sparc32,leon: always include leon_smp + leon_mm in build | Sam Ravnborg | 2012-05-28 | 1 | -1/+1 |
* | sparc32: use the common implementation of alloc_thread_info_node() | Sam Ravnborg | 2012-05-22 | 1 | -27/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 2012-05-21 | 14 | -3917/+523 |
|\ |
|
| * | sparc32: drop unused inline functions in srmmu.c | Sam Ravnborg | 2012-05-20 | 1 | -26/+0 |
| * | sparc32: drop unused functions in pgtsrmmu.h | Sam Ravnborg | 2012-05-20 | 1 | -2/+14 |
| * | sparc32,leon: move leon mmu functions to leon_mm.c | Sam Ravnborg | 2012-05-20 | 3 | -81/+85 |
| * | sparc32: cleanup mm/fault_32.c | Sam Ravnborg | 2012-05-15 | 1 | -50/+44 |