aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-02-19parisc: Fix stack unwinderGravatar Guenter Roeck 1-8/+6
2024-02-16parisc/ftrace: add missing CONFIG_DYNAMIC_FTRACE checkGravatar Max Kellermann 1-1/+1
2024-02-07Revert "parisc: Only list existing CPUs in cpu_possible_mask"Gravatar Helge Deller 1-8/+0
2024-01-31parisc: BTLB: Fix crash when setting up BTLB at CPU bringupGravatar Helge Deller 1-1/+1
2024-01-30parisc: Fix random data corruption from exception handlerGravatar Helge Deller 2-24/+24
2024-01-28parisc: Drop unneeded semicolon in parse_tree_node()Gravatar Helge Deller 1-1/+1
2024-01-28parisc: Prevent hung tasks when printing inventory on serial consoleGravatar Helge Deller 1-0/+3
2024-01-28parisc: Check for valid stride size for cache flushesGravatar Helge Deller 1-0/+4
2024-01-28parisc: Make RO_DATA page aligned in vmlinux.lds.SGravatar Helge Deller 1-1/+1
2024-01-17Merge tag 'parisc-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-4/+4
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-0/+2
2024-01-07parisc/firmware: Fix F-extend for PDC addressesGravatar Helge Deller 1-2/+2
2023-12-20kexec_file, parisc: print out debugging message if requiredGravatar Baoquan He 1-4/+4
2023-12-14wire up syscalls for statmount/listmountGravatar Miklos Szeredi 1-0/+2
2023-11-25parisc: Ensure 32-bit alignment on parisc unwind sectionGravatar Helge Deller 1-0/+1
2023-11-18Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-11-18parisc: Replace strlcpy() with strscpy()Gravatar Kees Cook 1-1/+1
2023-11-15parisc: fix mmap_base calculation when stack grows upwardsGravatar Helge Deller 1-1/+1
2023-11-12LSM: wireup Linux Security Module syscallsGravatar Casey Schaufler 1-0/+3
2023-11-10parisc: Prevent booting 64-bit kernels on PA1.x machinesGravatar Helge Deller 1-3/+2
2023-11-07parisc/pgtable: Do not drop upper 5 address bits of physical addressGravatar Helge Deller 1-4/+3
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2023-11-01Merge tag 'parisc-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-51/+65
2023-10-30parisc: Show default CPU PSW.W setting as reported by PDCGravatar Helge Deller 2-5/+5
2023-10-30parisc: Add nop instructions after TLB insertsGravatar John David Anglin 1-29/+52
2023-10-30parisc: simplify smp_prepare_boot_cpu()Gravatar Russell King (Oracle) 1-7/+1
2023-10-30parisc/firmware: Use PDC constants for narrow/wide firmwareGravatar Helge Deller 1-7/+7
2023-10-30parisc: Move parisc_narrow_firmware variable to header fileGravatar Helge Deller 1-3/+0
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 1-1/+3
2023-10-07parisc: Fix crash with nr_cpus=1 optionGravatar Helge Deller 1-1/+3
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesGravatar Sohil Mehta 1-0/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Gravatar Sohil Mehta 1-1/+1
2023-09-21futex: Add sys_futex_requeue()Gravatar peterz@infradead.org 1-0/+1
2023-09-21futex: Add sys_futex_wait()Gravatar peterz@infradead.org 1-0/+1
2023-09-21futex: Add sys_futex_wake()Gravatar peterz@infradead.org 1-0/+1
2023-09-07parisc: BTLB: Initialize BTLB tables at CPU startupGravatar Helge Deller 2-7/+3
2023-09-07parisc: firmware: Simplify calling non-PA20 functionsGravatar Helge Deller 1-2/+12
2023-09-07parisc: BTLB: _edata symbol has to be page aligned for BTLB supportGravatar Helge Deller 1-0/+1
2023-09-07parisc: BTLB: Add BTLB insert and purge firmware function wrappersGravatar Helge Deller 1-9/+33
2023-09-07parisc: BTLB: Clear possibly existing BTLB entriesGravatar Helge Deller 1-3/+13
2023-09-07parisc: Prepare for Block-TLB support on 32-bit kernelGravatar Helge Deller 1-0/+2
2023-08-31parisc: irq: Make irq_stack_union static to avoid sparse warningGravatar Helge Deller 1-1/+1
2023-08-31parisc: drivers: Fix sparse warningGravatar Helge Deller 1-1/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-34/+73
2023-08-29Merge tag 'parisc-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 9-194/+31
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2023-08-28parisc: chassis: Do not overwrite string on LCD displayGravatar Helge Deller 1-0/+6
2023-08-28parisc: led: Rewrite LED/LCD driver to utilizize Linux LED subsystemGravatar Helge Deller 1-5/+0