| Commit message (Expand) | Author | Age | Files | Lines |
* | arch, mm: remove arch specific show_mem | Michal Hocko | 2017-02-22 | 1 | -49/+0 |
* | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-21 | 1 | -1/+1 |
|\ |
|
| * | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX | Laura Abbott | 2017-02-07 | 1 | -1/+1 |
* | | parisc: Add line-break when printing segfault info | Helge Deller | 2017-01-02 | 1 | -1/+1 |
|/ |
|
* | parisc: Show trap name in kernel crash | Helge Deller | 2016-10-11 | 1 | -6/+11 |
* | parisc: Zero-initialize newly alloced memblock | Helge Deller | 2016-10-11 | 1 | -0/+2 |
* | parisc: Migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2016-10-08 | 1 | -1/+1 |
* | parisc: Drop bootmem and switch to memblock | Helge Deller | 2016-10-07 | 1 | -64/+62 |
* | parisc: Report trap type as human readable string | Helge Deller | 2016-09-24 | 1 | -1/+47 |
* | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 2016-07-26 | 1 | -1/+1 |
* | parisc: Unbreak handling exceptions from kernel modules | Helge Deller | 2016-04-08 | 1 | -0/+1 |
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | parisc: Use generic extable search and sort routines | Helge Deller | 2016-03-23 | 1 | -7/+2 |
* | mm: cleanup *pte_alloc* interfaces | Kirill A. Shutemov | 2016-03-17 | 1 | -1/+1 |
* | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM | Toshi Kani | 2016-01-30 | 1 | -3/+3 |
* | parisc: Protect huge page pte changes with spinlocks | Helge Deller | 2016-01-16 | 1 | -12/+48 |
* | Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-11-22 | 3 | -23/+179 |
|\ |
|
| * | parisc: Map kernel text and data on huge pages | Helge Deller | 2015-11-22 | 1 | -23/+17 |
| * | parisc: Add Huge Page and HUGETLBFS support | Helge Deller | 2015-11-22 | 2 | -0/+162 |
* | | parisc: Fixes and cleanups in kernel uapi header files | Helge Deller | 2015-11-08 | 1 | -0/+16 |
|/ |
|
* | parisc: Additionally check for in_atomic() in page fault handler | Helge Deller | 2015-09-08 | 1 | -1/+1 |
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 2015-05-19 | 1 | -2/+2 |
* | parisc: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 2015-04-14 | 1 | -1/+1 |
* | parisc: hpux - Remove hpux gateway page | Helge Deller | 2015-02-16 | 1 | -72/+0 |
* | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 2015-01-29 | 1 | -0/+2 |
* | parisc: Eliminate memset after alloc_bootmem_pages | HIMANGI SARAOGI | 2014-07-24 | 1 | -1/+0 |
* | Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-05-20 | 1 | -14/+30 |
|\ |
|
| * | parisc: ratelimit userspace segfault printing | Helge Deller | 2014-05-15 | 1 | -14/+30 |
* | | parisc: Replace __get_cpu_var uses for address calculation | Christoph Lameter | 2014-04-03 | 1 | -1/+1 |
|/ |
|
* | mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT | Mel Gorman | 2014-01-21 | 1 | -42/+17 |
* | parisc: fix kernel memory layout in vmlinux.ld.S | Helge Deller | 2013-11-30 | 1 | -3/+16 |
* | parisc: improve SIGBUS/SIGSEGV error reporting | Helge Deller | 2013-11-19 | 1 | -2/+20 |
* | parisc: signal fixup - SIGBUS vs. SIGSEGV | Helge Deller | 2013-11-07 | 1 | -4/+14 |
* | parisc: provide macro to create exception table entries | Helge Deller | 2013-11-07 | 1 | -0/+6 |
* | parisc: optimize variable initialization in do_page_fault | John David Anglin | 2013-10-13 | 1 | -5/+10 |
* | arch/parisc/mm/fault.c: fix uninitialized variable usage | Felipe Pena | 2013-09-30 | 1 | -2/+3 |
* | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 2013-09-12 | 1 | -2/+5 |
* | mm/PARISC: prepare for killing free_all_bootmem_node() | Jiang Liu | 2013-07-03 | 1 | -11/+1 |
* | mm/PARISC: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2013-07-03 | 1 | -44/+3 |
* | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 2013-07-03 | 1 | -2/+2 |
* | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 2013-07-03 | 1 | -2/+2 |
* | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 2013-07-03 | 1 | -1/+2 |
* | parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50 (part 2) | Helge Deller | 2013-06-18 | 1 | -1/+1 |
* | parisc: implement irq stacks - part 2 (v2) | Helge Deller | 2013-05-11 | 1 | -2/+2 |
* | parisc: more irq statistics in /proc/interrupts | Helge Deller | 2013-05-07 | 1 | -0/+2 |
* | mm/parisc: use common help functions to free reserved pages | Jiang Liu | 2013-04-29 | 1 | -21/+2 |
* | mm, show_mem: suppress page counts in non-blockable contexts | David Rientjes | 2013-04-29 | 1 | -0/+2 |
* | parisc/mm/fault.c: Port OOM changes to do_page_fault | Kautuk Consul | 2013-02-20 | 1 | -5/+25 |
* | parisc: Use generic init_task | Thomas Gleixner | 2012-05-05 | 1 | -0/+12 |
* | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 2011-05-25 | 1 | -2/+0 |