| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/memblock: add extra "flags" to memblock to allow selection of memory based... | Tony Luck | 2015-06-24 | 1 | -2/+4 |
* | Merge branch 'linus' into sched/core, to resolve conflict | Ingo Molnar | 2015-06-02 | 1 | -21/+53 |
|\ |
|
| * | sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTE | Khalid Aziz | 2015-05-31 | 1 | -21/+53 |
* | | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 2015-05-19 | 1 | -1/+1 |
|/ |
|
* | sparc: Fix /proc/kcore | David S. Miller | 2015-03-18 | 1 | -1/+1 |
* | mm/debug-pagealloc: make debug-pagealloc boottime configurable | Joonsoo Kim | 2014-12-13 | 1 | -1/+1 |
* | sparc64: Kill unnecessary tables and increase MAX_BANKS. | David S. Miller | 2014-10-05 | 1 | -23/+2 |
* | sparc64: Adjust vmalloc region size based upon available virtual address bits. | David S. Miller | 2014-10-05 | 1 | -11/+19 |
* | sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53. | David S. Miller | 2014-10-05 | 1 | -1/+8 |
* | sparc64: Use kernel page tables for vmemmap. | David S. Miller | 2014-10-05 | 1 | -38/+34 |
* | sparc64: Fix physical memory management regressions with large max_phys_bits. | David S. Miller | 2014-10-05 | 1 | -225/+168 |
* | sparc64: Adjust KTSB assembler to support larger physical addresses. | David S. Miller | 2014-10-05 | 1 | -3/+25 |
* | sparc64: Define VA hole at run time, rather than at compile time. | David S. Miller | 2014-10-05 | 1 | -0/+21 |
* | sparc64: Switch to 4-level page tables. | David S. Miller | 2014-10-05 | 1 | -4/+27 |
* | sparc64: Fix reversed start/end in flush_tlb_kernel_range() | David S. Miller | 2014-10-04 | 1 | -2/+2 |
* | sparc64: mem boot option correction | bob picco | 2014-09-16 | 1 | -1/+48 |
* | sparc64: find_node adjustment | bob picco | 2014-09-16 | 1 | -1/+4 |
* | sparc64: Fix up merge thinko. | David S. Miller | 2014-08-05 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | David S. Miller | 2014-08-05 | 1 | -0/+32 |
|\ |
|
| * | sparc64: Guard against flushing openfirmware mappings. | David S. Miller | 2014-08-04 | 1 | -0/+23 |
| * | sparc64: Do not insert non-valid PTEs into the TSB hash table. | David S. Miller | 2014-08-04 | 1 | -0/+8 |
* | | sparc64 - add mem to iomem resource | bob picco | 2014-07-21 | 1 | -0/+65 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 2014-06-19 | 1 | -2/+7 |
|\ |
|
| * | sparc64: fix sparse warnings in int_64.c | Sam Ravnborg | 2014-05-18 | 1 | -2/+6 |
| * | sparc64: fix sparse warnings in init_64.c | Sam Ravnborg | 2014-05-18 | 1 | -0/+1 |
* | | sparc64: Use 'ILOG2_4MB' instead of constant '22'. | David S. Miller | 2014-05-03 | 1 | -6/+6 |
|/ |
|
* | memblock: make memblock_set_node() support different memblock_type | Tang Chen | 2014-01-21 | 1 | -2/+3 |
* | sparc64: merge fix | Stephen Rothwell | 2013-11-18 | 1 | -2/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 2013-11-15 | 1 | -167/+115 |
|\ |
|
| * | sparc64: Encode huge PMDs using PTE encoding. | David S. Miller | 2013-11-13 | 1 | -101/+1 |
| * | sparc64: Move to 64-bit PGDs and PMDs. | David S. Miller | 2013-11-12 | 1 | -1/+1 |
| * | sparc64: Move from 4MB to 8MB huge pages. | David S. Miller | 2013-11-12 | 1 | -59/+15 |
| * | sparc64: Make PAGE_OFFSET variable. | David S. Miller | 2013-11-12 | 1 | -0/+92 |
| * | sparc64: Use PAGE_OFFSET instead of a magic constant. | David S. Miller | 2013-11-12 | 1 | -7/+7 |
* | | sparc: handle pgtable_page_ctor() fail | Kirill A. Shutemov | 2013-11-15 | 1 | -5/+6 |
|/ |
|
* | sparc: delete __cpuinit/__CPUINIT usage from all users | Paul Gortmaker | 2013-07-14 | 1 | -1/+1 |
* | mm/SPARC: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2013-07-03 | 1 | -21/+3 |
* | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
* | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 2013-07-03 | 1 | -2/+2 |
* | sparc64 address-congruence property | bob picco | 2013-06-19 | 1 | -1/+8 |
* | mm/SPARC: use common help functions to free reserved pages | Jiang Liu | 2013-05-07 | 1 | -22/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | David S. Miller | 2013-05-04 | 1 | -4/+3 |
|\ |
|
| * | sparse-vmemmap: specify vmemmap population range in bytes | Johannes Weiner | 2013-04-29 | 1 | -4/+3 |
* | | sparc64: Do not save/restore interrupts in get_new_mmu_context() | Kirill Tkhai | 2013-04-08 | 1 | -3/+2 |
* | | sparc64: Do not change num_physpages during initmem freeing | Tkhai Kirill | 2013-03-20 | 1 | -2/+0 |
|/ |
|
* | memory-hotplug: remove memmap of sparse-vmemmap | Tang Chen | 2013-02-23 | 1 | -0/+4 |
* | memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap | Yasuaki Ishimatsu | 2013-02-23 | 1 | -0/+1 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 1 | -13/+11 |
|\ |
|
| * | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 | H. Peter Anvin | 2013-01-29 | 1 | -4/+4 |
| |\ |
|
| * | | sparc, mm: Remove calling of free_all_bootmem_node() | Yinghai Lu | 2012-11-17 | 1 | -13/+11 |