summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller2019-08-041-10/+18
* parisc: Ensure userspace privilege for ptraced processes in regset functionsHelge Deller2019-08-041-1/+2
* parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller2019-05-252-3/+3
* parisc: Export running_on_qemu symbol for modulesHelge Deller2019-05-251-0/+1
* parisc: Use cr16 interval timers unconditionally on qemuHelge Deller2019-04-171-1/+1
* parisc: Detect QEMU earlier in boot processHelge Deller2019-04-172-6/+3
* parisc: Fix ptrace syscall number modificationDmitry V. Levin2019-02-271-8/+21
* parisc: Fix exported address of os_hpmc handlerHelge Deller2018-11-211-2/+1
* parisc: Fix HPMC handler by increasing size to multiple of 16 bytesHelge Deller2018-11-211-1/+5
* parisc: Align os_hpmc_size on word boundaryHelge Deller2018-11-211-0/+1
* parisc: Fix address in HPMC IVAJohn David Anglin2018-11-132-2/+3
* parisc: Remove ordered stores from syscall.SJohn David Anglin2018-08-241-12/+12
* parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin2018-08-153-0/+7
* parisc: Fix out of array access in match_pci_device()Helge Deller2018-04-201-0/+4
* parisc: Handle case where flush_cache_range is called with no contextJohn David Anglin2018-03-221-9/+32
* parisc: Fix ordering of cache and TLB flushesJohn David Anglin2018-03-112-26/+53
* parisc: qemu idle sleep supportHelge Deller2018-01-101-0/+39
* parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller2018-01-102-4/+18
* parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin2017-11-301-3/+3
* parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin2017-10-271-3/+3
* parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav2017-10-081-45/+49
* parisc: Handle vma's whose context is not current in flush_cache_rangeJohn David Anglin2017-08-111-3/+2
* parisc: Suspend lockup detectors before system haltHelge Deller2017-08-061-0/+2
* parisc: Extend disabled preemption in copy_user_pageJohn David Anglin2017-08-061-1/+1
* parisc: Prevent TLB speculation on flushed pages on CPUs that only support eq...John David Anglin2017-08-061-20/+14
* parisc: use compat_sys_keyctl()Eric Biggers2017-07-211-1/+1
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-241-6/+9
* parisc: Avoid stalled CPU warnings after system shutdownHelge Deller2017-04-081-0/+2
* parisc: Clean up fixup routines for get_user()/put_user()Helge Deller2017-04-081-10/+0
* parisc: Fix system shutdown haltHelge Deller2017-03-261-0/+2
* parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_rangeJohn David Anglin2017-03-261-0/+22
* parisc: Mark cr16 clocksource unstable on SMP systemsHelge Deller2017-01-121-3/+20
* 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: 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-251-46/+11
* 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: 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-112-7/+11
|\
| * parisc: Show trap name in kernel crashHelge Deller2016-10-111-2/+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
* | 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