aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-16/+15
2017-08-22parisc/core: Fix section mismatchesHelge Deller1-3/+3
2017-08-22parisc: Make existing core files reuseable for bootloaderHelge Deller2-1/+18
2017-08-22parisc/random: Add machine specific randomnessHelge Deller1-3/+21
2017-08-22parisc: Static initialization of pcxl_res_lock spinlockHelge Deller1-2/+1
2017-08-22parisc: Static initialization of spinlocks in perf and unwind codeHelge Deller2-6/+2
2017-08-22parisc: PDT: Add full support for memory failure via Page Deallocation Table (PDT)Helge Deller1-41/+239
2017-08-22parisc: PDT/firmware: Add support to read PDT on older PAT-machinesHelge Deller1-8/+39
2017-07-31parisc: Increase thread and stack size to 32kbHelge Deller1-1/+1
2017-07-31parisc: Handle vma's whose context is not current in flush_cache_rangeJohn David Anglin1-3/+2
2017-07-25parisc: Extend disabled preemption in copy_user_pageJohn David Anglin1-1/+1
2017-07-25parisc: Prevent TLB speculation on flushed pages on CPUs that only support equivalent aliasesJohn David Anglin1-20/+14
2017-07-25parisc: Suspend lockup detectors before system haltHelge Deller1-0/+2
2017-07-25parisc: Show DIMM slot number which holds broken memory moduleHelge Deller1-5/+14
2017-07-25parisc: Add function to return DIMM slot of physical addressHelge Deller1-0/+25
2017-07-25parisc: Fix crash when calling PDC_PAT_MEM PDT firmware functionHelge Deller2-3/+12
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman1-16/+15
2017-07-23parisc: Merge millicode routines via linker scriptHelge Deller1-0/+2
2017-07-23parisc: Disable further stack checks when panic occurs during stack checkHelge Deller1-1/+7
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-10/+13
2017-07-03Merge branch 'parisc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds9-14/+289
2017-07-02parisc: use compat_sys_keyctl()Eric Biggers1-1/+1
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-5/+0
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-6/+9
2017-06-09parisc: Don't hardcode PSW values in hpmc codeHelge Deller1-2/+3
2017-06-09parisc: parisc_bus_type: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-10/+13
2017-05-12parisc: Add Page Deallocation Table (PDT) supportHelge Deller4-1/+261
2017-05-10parisc: Enhance detection of synchronous cr16 clocksourcesHelge Deller2-5/+24
2017-05-10parisc: Drop per_cpu uaccess related exception_data structHelge Deller1-5/+0
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-28/+0
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-1/+1
2017-04-20parisc: Use generic pci_mmap_resource_range()David Woodhouse1-29/+0
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse1-1/+2
2017-03-29parisc: Avoid stalled CPU warnings after system shutdownHelge Deller1-0/+2
2017-03-29parisc: Clean up fixup routines for get_user()/put_user()Helge Deller1-10/+0
2017-03-18parisc: Fix system shutdown haltHelge Deller1-0/+2
2017-03-18parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav1-45/+49
2017-03-15parisc: Wire up statx system callHelge Deller1-0/+1
2017-03-15parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_rangeJohn David Anglin1-0/+22
2017-03-15parisc: support R_PARISC_SECREL32 relocation in modulesMikulas Patocka1-0/+8
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds2-24/+7
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar5-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar2-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar2-0/+2
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1