Age | Commit message (Expand) | Author | Files | Lines |
2016-04-08 | parisc: Unbreak handling exceptions from kernel modules | Helge Deller | 1 | -0/+1 |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 1 | -1/+1 |
2016-03-23 | parisc: Use generic extable search and sort routines | Helge Deller | 1 | -7/+2 |
2016-03-17 | mm: cleanup *pte_alloc* interfaces | Kirill A. Shutemov | 1 | -1/+1 |
2016-01-30 | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM | Toshi Kani | 1 | -3/+3 |
2016-01-16 | parisc: Protect huge page pte changes with spinlocks | Helge Deller | 1 | -12/+48 |
2015-11-22 | Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -23/+179 |
2015-11-22 | parisc: Map kernel text and data on huge pages | Helge Deller | 1 | -23/+17 |
2015-11-22 | parisc: Add Huge Page and HUGETLBFS support | Helge Deller | 2 | -0/+162 |
2015-11-08 | parisc: Fixes and cleanups in kernel uapi header files | Helge Deller | 1 | -0/+16 |
2015-09-08 | parisc: Additionally check for in_atomic() in page fault handler | Helge Deller | 1 | -1/+1 |
2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 1 | -2/+2 |
2015-04-14 | parisc: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 1 | -1/+1 |
2015-02-16 | parisc: hpux - Remove hpux gateway page | Helge Deller | 1 | -72/+0 |
2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 1 | -0/+2 |
2014-07-24 | parisc: Eliminate memset after alloc_bootmem_pages | HIMANGI SARAOGI | 1 | -1/+0 |
2014-05-20 | Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -14/+30 |
2014-05-15 | parisc: ratelimit userspace segfault printing | Helge Deller | 1 | -14/+30 |
2014-04-03 | parisc: Replace __get_cpu_var uses for address calculation | Christoph Lameter | 1 | -1/+1 |
2014-01-21 | mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT | Mel Gorman | 1 | -42/+17 |
2013-11-30 | parisc: fix kernel memory layout in vmlinux.ld.S | Helge Deller | 1 | -3/+16 |
2013-11-19 | parisc: improve SIGBUS/SIGSEGV error reporting | Helge Deller | 1 | -2/+20 |
2013-11-07 | parisc: signal fixup - SIGBUS vs. SIGSEGV | Helge Deller | 1 | -4/+14 |
2013-11-07 | parisc: provide macro to create exception table entries | Helge Deller | 1 | -0/+6 |
2013-10-13 | parisc: optimize variable initialization in do_page_fault | John David Anglin | 1 | -5/+10 |
2013-09-30 | arch/parisc/mm/fault.c: fix uninitialized variable usage | Felipe Pena | 1 | -2/+3 |
2013-09-12 | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 1 | -2/+5 |
2013-07-03 | mm/PARISC: prepare for killing free_all_bootmem_node() | Jiang Liu | 1 | -11/+1 |
2013-07-03 | mm/PARISC: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -44/+3 |
2013-07-03 | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 1 | -2/+2 |
2013-07-03 | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 1 | -2/+2 |
2013-07-03 | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 1 | -1/+2 |
2013-06-18 | parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50 (part 2) | Helge Deller | 1 | -1/+1 |
2013-05-11 | parisc: implement irq stacks - part 2 (v2) | Helge Deller | 1 | -2/+2 |
2013-05-07 | parisc: more irq statistics in /proc/interrupts | Helge Deller | 1 | -0/+2 |
2013-04-29 | mm/parisc: use common help functions to free reserved pages | Jiang Liu | 1 | -21/+2 |
2013-04-29 | mm, show_mem: suppress page counts in non-blockable contexts | David Rientjes | 1 | -0/+2 |
2013-02-20 | parisc/mm/fault.c: Port OOM changes to do_page_fault | Kautuk Consul | 1 | -5/+25 |
2012-05-05 | parisc: Use generic init_task | Thomas Gleixner | 1 | -0/+12 |
2011-05-25 | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 1 | -2/+0 |
2011-05-25 | arch, mm: filter disallowed nodes from arch specific show_mem functions | David Rientjes | 1 | -1/+1 |
2011-05-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jej... | Linus Torvalds | 1 | -117/+143 |
2011-04-21 | [PARISC] set memory ranges in N_NORMAL_MEMORY when onlined | David Rientjes | 1 | -1/+3 |
2011-04-15 | [PARISC] only make executable areas executable | James Bottomley | 1 | -117/+143 |
2011-03-24 | lib, arch: add filter argument to show_mem and fix private implementations | David Rientjes | 1 | -1/+1 |
2010-08-12 | parisc: fix wrong page aligned size calculation in ioremapping code | Florian Zumbiehl | 1 | -1/+1 |
2010-05-30 | parisc: invoke oom-killer from page fault | Nick Piggin | 1 | -4/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-09-27 | parisc: rename parisc's vmalloc_start to parisc_vmalloc_start | Helge Deller | 1 | -5/+6 |
2009-09-22 | arches: drop superfluous casts in nr_free_pages() callers | Geert Uytterhoeven | 1 | -1/+1 |