summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc/firmware: Fix F-extend for PDC addressesHelge Deller2024-02-231-2/+2
* parisc/pgtable: Do not drop upper 5 address bits of physical addressHelge Deller2023-11-281-4/+3
* parisc: Prevent booting 64-bit kernels on PA1.x machinesHelge Deller2023-11-281-3/+2
* parisc/pdc: Add width field to struct pdc_modelHelge Deller2023-11-281-0/+1
* parisc: Restore __ldcw_align for PA-RISC 2.0 processorsJohn David Anglin2023-10-102-21/+20
* parisc: irq: Make irq_stack_union static to avoid sparse warningHelge Deller2023-10-101-1/+1
* parisc: drivers: Fix sparse warningHelge Deller2023-10-101-1/+1
* parisc: sba: Fix compile warning wrt list of SBA devicesHelge Deller2023-10-101-0/+3
* parisc: Drop loops_per_jiffy from per_cpu structHelge Deller2023-09-232-4/+2
* parisc: led: Fix LAN receive and transmit LEDsHelge Deller2023-09-231-2/+2
* parisc: Fix /proc/cpuinfo output for lscpuHelge Deller2023-09-231-3/+10
* init: Remove check_bugs() leftoversThomas Gleixner2023-08-081-20/+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: Fix argument pointer in real64_call_asm()Helge Deller2023-05-171-3/+2
* parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat caseHelge Deller2023-02-221-2/+13
* parisc: Fix return code of pdc_iodc_print()Helge Deller2023-02-221-2/+3
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-061-1/+1
* parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller2023-01-183-10/+36
* parisc: Avoid printing the hardware path twiceHelge Deller2022-11-102-14/+12
* parisc: Add runtime check to prevent PA2.0 kernels on PA1.x machinesHelge Deller2022-09-151-1/+42
* parisc: Fix exception handler for fldw and fstw instructionsHelge Deller2022-09-051-1/+1
* parisc: Fix device names in /proc/iomemHelge Deller2022-08-251-5/+4
* parisc: define get_cycles macro for arch-overrideJason A. Donenfeld2022-06-251-1/+2
* parisc: Merge model and model name into one line in /proc/cpuinfoHelge Deller2022-05-121-2/+1
* 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: Avoid calling faulthandler_disabled() twiceJohn David Anglin2022-01-271-1/+1
* 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-19/+5
* 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
* parisc/entry: fix trace test in syscall exit pathSven Schnelle2021-11-261-1/+1
* parisc/kgdb: add kgdb_roundup() to make kgdb work with idle pollingSven Schnelle2021-11-261-2/+17
* parisc/unwind: fix unwinder when CONFIG_64BIT is enabledSven Schnelle2021-11-261-7/+14
* parisc: fix warning in flush_tlb_allSven Schnelle2021-11-261-2/+2
* parisc: Fix ptrace check on syscall returnHelge Deller2021-11-261-1/+1
* parisc: Use absolute_pointer() to define PAGE0Helge Deller2021-10-061-1/+1
* parisc: fix crash with signals and allocaMikulas Patocka2021-09-221-0/+6
* parisc: avoid a warning on u8 cast for cmpxchg on u8 pointersGao Xiang2021-04-141-1/+1
* parisc: Bump 64-bit IRQ stack size to 64 KBJohn David Anglin2021-03-071-0/+4
* parisc: Implement __smp_store_release and __smp_load_acquire barriersJohn David Anglin2020-08-191-0/+61
* parisc: add support for cmpxchg on u8 pointersLiam Beguin2020-08-052-0/+14
* parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin2020-07-291-0/+2
* parisc: Fix kernel panic in mem_init()Helge Deller2020-06-031-1/+1
* parisc: Use proper printk format for resource_size_tKrzysztof Kozlowski2020-02-051-2/+2
* parisc: Fix compiler warnings in debug_core.cHelge Deller2020-01-121-2/+8
* parisc: add missing __init annotationSven Schnelle2020-01-121-1/+1
* parisc: Fix vmap memory leak in ioremap()/iounmap()Helge Deller2019-10-291-5/+7