summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2023-06-21parisc: Delete redundant register definitions in <asm/assembly.h>Ben Hutchings1-4/+0
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: Enable LOCKDEP supportHelge Deller1-0/+4
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 Deller2-2/+7
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. Piccoli2-4/+24
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 Deller3-16/+43
2023-01-07parisc: Drop PMD_SHIFT from calculation in pgtable.hHelge Deller1-2/+2
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 Deller2-14/+12
2022-10-21parisc: Use signed char for hardware path in pdc.hHelge Deller1-23/+13
2022-10-17Merge 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 Torvalds8-246/+61
2022-10-14parisc: Fix userspace graphics card breakage due to pgtable special bitHelge Deller2-1/+14
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+0
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld2-3/+3
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-11parisc: Convert PDC console to an early consoleHelge Deller4-233/+31
2022-10-11parisc: Reduce kernel size by packing alternative tablesHelge Deller2-12/+16
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+9
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-4/+2
2022-10-08Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-96/+0
2022-10-06Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-127/+67
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-2/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-27parisc: remove mmap linked list from cache handlingMatthew Wilcox (Oracle)1-2/+7
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman2-2/+12
2022-09-23parisc: Drop homebrewn io[read|write]64_[lo_hi|hi_lo]Linus Walleij1-36/+0
2022-09-15parisc: Allow CONFIG_64BIT with ARCH=pariscHelge Deller1-1/+11
2022-09-12parisc: hide ioread64 declaration on 32-bitArnd Bergmann1-0/+2
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang2-7/+0
2022-09-12mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe1-0/+2
2022-09-10parisc: Use the generic IO helpersLinus Walleij1-89/+43
2022-09-10parisc: Remove 64bit access on 32bit machinesLinus Walleij1-2/+22
2022-09-09termios: kill uapi termios.h that are identical to generic oneAl Viro1-44/+0
2022-09-09termios: get rid of non-UAPI asm/termios.hAl Viro1-7/+0
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hAl Viro1-16/+0
2022-09-09termios: uninline conversion helpersAl Viro1-35/+6
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior1-1/+1