summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-12-14parisc/ftrace: Fix function graph tracing disablementJosh Poimboeuf1-1/+1
2024-10-17parisc: Fix 64-bit userspace syscall pathHelge Deller1-6/+8
2024-10-17parisc: 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-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-01Revert "parisc: Only list existing CPUs in cpu_possible_mask"Helge Deller1-8/+0
2024-02-23parisc: Fix random data corruption from exception handlerHelge Deller1-22/+22
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/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-10-10parisc: Fix crash with nr_cpus=1 optionHelge Deller1-1/+3
2023-10-06parisc: irq: Make irq_stack_union static to avoid sparse warningHelge Deller1-1/+1
2023-10-06parisc: drivers: Fix sparse warningHelge Deller1-1/+1
2023-09-13parisc: Fix /proc/cpuinfo output for lscpuHelge Deller1-3/+10
2023-09-02parisc: sys_parisc: parisc_personality() is called from asm codeHelge Deller1-1/+2
2023-09-02parisc: Cleanup mmap implementation regarding color alignmentJohn David Anglin1-103/+63
2023-06-21parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()Helge Deller1-1/+17
2023-05-30parisc: Handle kprobes breakpoints only in kernel contextHelge Deller1-2/+2
2023-05-30parisc: Allow to reboot machine after system haltHelge Deller1-3/+8
2023-05-30parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller1-2/+3
2023-05-30parisc: Handle kgdb breakpoints only in kernel contextHelge Deller1-2/+2
2023-05-30parisc: Use num_present_cpus() in alternative patching codeHelge Deller1-1/+1
2023-05-24parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli1-4/+23
2023-05-11parisc: Ensure page alignment in flush functionsHelge Deller1-0/+2
2023-05-11parisc: Fix argument pointer in real64_call_asm()Helge Deller1-3/+2
2023-02-09parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat caseHelge Deller1-2/+13
2023-02-09parisc: Replace hardcoded value with PRIV_USER constant in ptrace.cHelge Deller1-3/+3
2023-02-09parisc: Fix return code of pdc_iodc_print()Helge Deller1-2/+3
2023-01-14parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller2-1/+29
2023-01-07parisc: Drop duplicate kgdb_pdc consoleHelge Deller1-20/+0
2023-01-07parisc: Add missing FORCE prerequisites in MakefileHelge Deller2-4/+4
2023-01-07parisc: Fix locking in pdc_iodc_print() firmware callHelge Deller1-11/+13
2023-01-07parisc: Drop locking in pdc console codeHelge Deller1-13/+3
2022-10-31parisc: Avoid printing the hardware path twiceHelge Deller1-8/+6
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+4
2022-10-14Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-233/+43
2022-10-14parisc: Fix userspace graphics card breakage due to pgtable special bitHelge Deller1-0/+8
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+0
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld2-3/+3
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-11parisc: Convert PDC console to an early consoleHelge Deller3-230/+31
2022-10-11parisc: Reduce kernel size by packing alternative tablesHelge Deller1-3/+4
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+7
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2