summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: Delete redundant register definitions in <asm/assembly.h>Ben Hutchings2023-07-051-4/+0
* parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()Helge Deller2023-06-211-1/+17
* parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller2023-05-302-2/+8
* parisc: Allow to reboot machine after system haltHelge Deller2023-05-301-3/+8
* parisc: Handle kgdb breakpoints only in kernel contextHelge Deller2023-05-301-2/+2
* parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli2023-05-242-4/+24
* parisc: Fix argument pointer in real64_call_asm()Helge Deller2023-05-111-3/+2
* genirq: Add and use an irq_data_update_affinity helperSamuel Holland2023-03-111-1/+1
* parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat caseHelge Deller2023-02-091-2/+13
* parisc: Fix return code of pdc_iodc_print()Helge Deller2023-02-091-2/+3
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-011-1/+1
* parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller2023-01-143-15/+41
* parisc: Avoid printing the hardware path twiceHelge Deller2022-11-102-14/+12
* parisc: Allow CONFIG_64BIT with ARCH=pariscHelge Deller2022-09-231-1/+11
* parisc: Add runtime check to prevent PA2.0 kernels on PA1.x machinesHelge Deller2022-09-151-1/+42
* Revert "parisc: Show error if wrong 32/64-bit compiler is being used"Helge Deller2022-09-151-8/+0
* parisc: Fix exception handler for fldw and fstw instructionsHelge Deller2022-08-311-1/+1
* parisc: Make CONFIG_64BIT available for ARCH=parisc64 onlyHelge Deller2022-08-311-15/+6
* parisc: io_pgetevents_time64() needs compat syscall in 32-bit compat modeHelge Deller2022-08-171-1/+1
* parisc: Drop pa_swapper_pg_lock spinlockHelge Deller2022-08-171-3/+0
* parisc: Fix device names in /proc/iomemHelge Deller2022-08-171-5/+4
* parisc: Enable ARCH_HAS_STRICT_MODULE_RWXHelge Deller2022-06-291-0/+1
* parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STIHelge Deller2022-06-291-1/+1
* parisc/stifb: Implement fb_is_primary_device()Helge Deller2022-06-091-0/+4
* parisc: define get_cycles macro for arch-overrideJason A. Donenfeld2022-05-301-1/+2
* Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized"Helge Deller2022-05-122-5/+3
* parisc: Merge model and model name into one line in /proc/cpuinfoHelge Deller2022-05-121-2/+1
* parisc: Fix patch code locking and flushingJohn David Anglin2022-04-131-14/+11
* parisc: Fix handling off probe non-access faultsJohn David Anglin2022-04-083-0/+92
* parisc/unaligned: Fix ldw() and stw() unalignment handlersHelge Deller2022-03-021-3/+3
* parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernelHelge Deller2022-03-021-4/+4
* parisc: Add ioread64_lo_hi() and iowrite64_lo_hi()Andy Shevchenko2022-02-231-0/+18
* parisc: Drop __init from map_pages declarationJohn David Anglin2022-02-231-5/+4
* parisc: Show error if wrong 32/64-bit compiler is being usedHelge Deller2022-02-231-0/+8
* parisc: Fix lpa and lpa_user definesJohn David Anglin2022-01-271-20/+24
* parisc: Avoid calling faulthandler_disabled() twiceJohn David Anglin2022-01-271-1/+1
* parisc: Clear stale IIR value on instruction access rights trapHelge Deller2022-01-051-0/+2
* parisc: Fix mask used to select futex spinlockJohn David Anglin2021-12-291-2/+2
* parisc: Correct completer in lws startJohn David Anglin2021-12-291-1/+1
* parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller2021-12-081-22/+8
* parisc: Fix "make install" on newer debian releasesHelge Deller2021-12-081-0/+1
* parisc: Fix KBUILD_IMAGE for self-extracting kernelHelge Deller2021-12-081-0/+5
* Revert "parisc: Fix backtrace to always include init funtion names"Helge Deller2021-12-011-2/+1
* Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Helge Deller2021-11-253-8/+9
* parisc/entry: fix trace test in syscall exit pathSven Schnelle2021-11-211-1/+1
* parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin2021-11-182-4/+10
* parisc: Fix backtrace to always include init funtion namesHelge Deller2021-11-181-1/+2
* parisc/kgdb: add kgdb_roundup() to make kgdb work with idle pollingSven Schnelle2021-11-181-2/+17
* parisc/unwind: fix unwinder when CONFIG_64BIT is enabledSven Schnelle2021-11-181-7/+14
* parisc: fix warning in flush_tlb_allSven Schnelle2021-11-181-2/+2