summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: Add line-break when printing segfault infoHelge Deller2017-01-021-1/+1
* parisc: Drop TIF_RESTORE_SIGMASK and switch to generic codeHelge Deller2016-12-291-1/+0
* parisc: Mark cr16 clocksource unstable on SMP systemsHelge Deller2016-12-291-3/+20
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2412-12/+12
* Merge branch 'parisc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-2112-139/+67
|\
| * parisc: Optimize timer interrupt functionHelge Deller2016-12-203-92/+29
| * parisc: perf: return -EFAULT on errorDan Carpenter2016-12-121-3/+2
| * parisc: Enhance CPU detection code on PAT machinesHelge Deller2016-12-124-17/+19
| * parisc: Re-enable interrupts earlyHelge Deller2016-12-121-9/+3
| * parisc: Enable KASLRHelge Deller2016-12-124-18/+14
* | arch/parisc: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-5/+15
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-122-2/+0
|\ \
| * \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-118-105/+67
| |\ \ | | |/
| * | locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0
| * | locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0
| * | locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
| * | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-113-36/+40
| |\ \
| * | | locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-103-25/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | parisc: Fix TLB related boot crash on SMP machinesHelge Deller2016-12-081-0/+11
| * | | parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_ic...John David Anglin2016-12-071-21/+1
| * | | parisc: Purge TLB before setting PTEJohn David Anglin2016-12-071-4/+4
* | | | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-301-0/+2
|/ / /
* | | parisc: Also flush data TLB in flush_icache_page_asmJohn David Anglin2016-11-251-15/+22
* | | parisc: Fix race in pci-dma.cJohn David Anglin2016-11-251-1/+1
* | | parisc: Switch to generic sched_clock implementationHelge Deller2016-11-252-47/+14
* | | parisc: Fix races in parisc_setup_cache_timing()John David Anglin2016-11-252-19/+16
* | | parisc: Fix printk continuations in system detectionHelge Deller2016-11-221-4/+4
| |/ |/|
* | parisc: Ignore the pkey system calls for nowHelge Deller2016-11-021-1/+3
* | parisc: Use LINUX_GATEWAY_ADDR define instead of hardcoded valueHelge Deller2016-11-021-1/+1
* | parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin2016-11-021-2/+9
* | parisc: Avoid trashing sr2 and sr3 in LWS codeJohn David Anglin2016-11-021-29/+24
* | parisc: use KERN_CONT when printing device inventoryHelge Deller2016-11-021-3/+3
|/
* Merge branch 'parisc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-10-116-17/+29
|\
| * parisc: Show trap name in kernel crashHelge Deller2016-10-113-8/+14
| * parisc: Zero-initialize newly alloced memblockHelge Deller2016-10-111-0/+2
| * parisc: Move exception table into read-only sectionHelge Deller2016-10-091-3/+4
| * parisc: Fix kernel memory layout regarding position of __gpHelge Deller2016-10-091-2/+5
| * parisc: Increase initial kernel mapping sizeHelge Deller2016-10-091-3/+3
| * parisc: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-10-081-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \
| * \ Merge branch 'work.const-qstr' into work.miscAl Viro2016-10-081-1/+1
| |\ \
| | * | parisc: use %pDAl Viro2016-08-071-1/+1
* | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-101-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/pkeys: Allocation/free syscallsDave Hansen2016-09-091-0/+5
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-072-1/+1
|\ \ \ \
| * | | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
| * | | | atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta2016-10-071-1/+0
* | | | | Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-10-0719-186/+304
|\ \ \ \ \ | |/ / / / |/| | | |
OpenPOWER on IntegriCloud