aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-25locking/mutex: Kill arch specific codePeter Zijlstra1-1/+0
2016-10-11Merge branch 'parisc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds6-17/+29
2016-10-11parisc: Show trap name in kernel crashHelge Deller3-8/+14
2016-10-11parisc: Zero-initialize newly alloced memblockHelge Deller1-0/+2
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2016-10-09parisc: Move exception table into read-only sectionHelge Deller1-3/+4
2016-10-09parisc: Fix kernel memory layout regarding position of __gpHelge Deller1-2/+5
2016-10-09parisc: Increase initial kernel mapping sizeHelge Deller1-3/+3
2016-10-08Merge branch 'work.const-qstr' into work.miscAl Viro1-1/+1
2016-10-08parisc: Migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+1
2016-10-07Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds19-186/+304
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-10-07atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta1-1/+0
2016-10-07parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernelsHelge Deller2-1/+9
2016-10-07parisc: Drop bootmem and switch to memblockHelge Deller3-66/+64
2016-10-06parisc: Add hardened usercopy featureHelge Deller3-19/+41
2016-10-05parisc: Add cfi_startproc and cfi_endproc to assembly codeHelge Deller8-80/+121
2016-10-05parisc: Move hpmc stack into page aligned bss sectionHelge Deller1-4/+8
2016-09-25parisc: Fix self-detected CPU stall warnings on Mako machinesHelge Deller1-6/+0
2016-09-24parisc: Report trap type as human readable stringHelge Deller1-1/+47
2016-09-20parisc: Update comment regarding implementation of copy_user_page_asmJohn David Anglin1-5/+11
2016-09-20parisc: Use kmalloc_array() in add_system_map_addresses()Markus Elfring1-1/+1
2016-09-20parisc: Check return value of smp_boot_one_cpu()Helge Deller1-2/+2
2016-09-20parisc: Drop BROKEN_RODATA config optionHelge Deller1-1/+0
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar4-14/+16
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+4
2016-09-13parisc: fix copy_from_user()Al Viro1-2/+4
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen1-0/+5
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf4-13/+12
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-1/+1
2016-08-20parisc: Fix order of EREFUSED define in errno.hHelge Deller1-2/+2
2016-08-20parisc: Fix automatic selection of cr16 clocksourceHelge Deller2-20/+0
2016-08-07parisc: use %pDAl Viro1-1/+1
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds3-141/+35
2016-08-04Merge branch 'parisc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds4-35/+182
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-9/+9
2016-08-02parisc: Change structure intialisation to C99 style in iomap.cAmitoj Kaur Chawla1-32/+32
2016-08-02parisc: Add break statements to pdc_pat_io_pci_cfg_read()Helge Deller1-3/+3
2016-08-02parisc: Add <asm/hash.h>George Spelvin2-0/+147
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-4/+5
2016-07-27Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds2-2/+2
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+62
2016-06-27parisc: use the new LED disk activity triggerStephan Linz2-2/+2
2016-06-24parisc: get rid of superfluous __GFP_REPEATMichal Hocko1-2/+1
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-2/+2
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/parisc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-8/+57