summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-11-02arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-08-28parisc: Update comments in make_insert_tlbJohn David Anglin1-5/+12
2025-08-28parisc: Revise gateway LWS calls to probe user read accessJohn David Anglin1-9/+21
2025-08-28parisc: Rename pte_needs_flush() to pte_needs_cache_flush() in cache.cJohn David Anglin1-2/+2
2025-08-28parisc: Drop WARN_ON_ONCE() from flush_cache_vmapJohn David Anglin1-1/+1
2025-06-27parisc/unaligned: Fix hex output to show 8 hex charsHelge Deller1-1/+1
2025-05-02parisc: PDT: Fix missing prototype warningYu-Chun Lin1-0/+2
2024-12-09parisc/ftrace: Fix function graph tracing disablementJosh Poimboeuf1-1/+1
2024-10-10parisc: Fix 64-bit userspace syscall pathHelge Deller1-6/+8
2024-10-10parisc: Fix itlb miss handler for 64-bit programsHelge Deller1-4/+2
2024-08-29parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367Helge Deller1-2/+2
2024-07-05parisc: use generic sys_fanotify_mark implementationArnd Bergmann2-10/+1
2024-07-05parisc: use correct compat recv/recvfrom syscallsArnd Bergmann1-2/+2
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+3
2024-06-21parisc: Try to fix random segmentation faults in package buildsJohn David Anglin1-154/+259
2024-06-12parisc: add missing export of __cmpxchg_u8()Al Viro1-0/+1
2024-04-03parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()Guenter Roeck1-15/+12
2024-03-26parisc/ftrace: add missing CONFIG_DYNAMIC_FTRACE checkMax Kellermann1-1/+1
2024-03-01parisc: Fix stack unwinderGuenter Roeck1-8/+6
2024-03-01Revert "parisc: Only list existing CPUs in cpu_possible_mask"Helge Deller1-8/+0
2024-02-23parisc: Fix random data corruption from exception handlerHelge Deller2-24/+24
2024-02-23parisc: BTLB: Fix crash when setting up BTLB at CPU bringupHelge Deller1-1/+1
2024-02-23parisc: Prevent hung tasks when printing inventory on serial consoleHelge Deller1-0/+3
2024-01-31parisc/firmware: Fix F-extend for PDC addressesHelge Deller1-2/+2
2023-12-08parisc: Ensure 32-bit alignment on parisc unwind sectionHelge Deller1-0/+1
2023-11-28parisc: fix mmap_base calculation when stack grows upwardsHelge Deller1-1/+1
2023-11-28parisc/pgtable: Do not drop upper 5 address bits of physical addressHelge Deller1-4/+3
2023-11-28parisc: Prevent booting 64-bit kernels on PA1.x machinesHelge Deller1-3/+2
2023-11-28parisc: Add nop instructions after TLB insertsJohn David Anglin1-29/+52
2023-10-07parisc: Fix crash with nr_cpus=1 optionHelge Deller1-1/+3
2023-09-07parisc: BTLB: Initialize BTLB tables at CPU startupHelge Deller2-7/+3
2023-09-07parisc: firmware: Simplify calling non-PA20 functionsHelge Deller1-2/+12
2023-09-07parisc: BTLB: _edata symbol has to be page aligned for BTLB supportHelge Deller1-0/+1
2023-09-07parisc: BTLB: Add BTLB insert and purge firmware function wrappersHelge Deller1-9/+33
2023-09-07parisc: BTLB: Clear possibly existing BTLB entriesHelge Deller1-3/+13
2023-09-07parisc: Prepare for Block-TLB support on 32-bit kernelHelge Deller1-0/+2
2023-08-31parisc: irq: Make irq_stack_union static to avoid sparse warningHelge Deller1-1/+1
2023-08-31parisc: drivers: Fix sparse warningHelge Deller1-1/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-34/+73
2023-08-29Merge tag 'parisc-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-194/+31
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-08-28parisc: chassis: Do not overwrite string on LCD displayHelge Deller1-0/+6
2023-08-28parisc: led: Rewrite LED/LCD driver to utilizize Linux LED subsystemHelge Deller1-5/+0
2023-08-27parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Helge Deller1-5/+0
2023-08-27parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Helge Deller1-3/+0
2023-08-27parisc: led: Move register_led_regions() to late_initcall()Helge Deller1-5/+0
2023-08-27parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Helge Deller1-3/+0
2023-08-27parisc: gsc: Convert GSC bus driver to use arch_initcall()Helge Deller1-4/+0
2023-08-27parisc: ccio: Convert CCIO driver to use arch_initcall()Helge Deller1-10/+0
2023-08-27parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Helge Deller1-3/+0