summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: Handle kprobes breakpoints only in kernel contextHelge Deller2023-05-301-2/+2
* parisc: Enable LOCKDEP supportHelge Deller2023-05-301-0/+4
* parisc: Allow to reboot machine after system haltHelge Deller2023-05-301-3/+8
* parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller2023-05-302-2/+7
* parisc: Handle kgdb breakpoints only in kernel contextHelge Deller2023-05-301-2/+2
* parisc: Use num_present_cpus() in alternative patching codeHelge Deller2023-05-301-1/+1
* parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli2023-05-242-4/+24
* parisc: Ensure page alignment in flush functionsHelge Deller2023-05-111-0/+2
* parisc: Fix argument pointer in real64_call_asm()Helge Deller2023-05-111-3/+2
* parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat caseHelge Deller2023-02-091-2/+13
* parisc: Replace hardcoded value with PRIV_USER constant in ptrace.cHelge Deller2023-02-091-3/+3
* parisc: Fix return code of pdc_iodc_print()Helge Deller2023-02-091-2/+3
* parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller2023-01-143-16/+43
* parisc: Drop PMD_SHIFT from calculation in pgtable.hHelge Deller2023-01-071-2/+2
* parisc: Drop duplicate kgdb_pdc consoleHelge Deller2023-01-071-20/+0
* parisc: Add missing FORCE prerequisites in MakefileHelge Deller2023-01-072-4/+4
* parisc: Fix locking in pdc_iodc_print() firmware callHelge Deller2023-01-071-11/+13
* parisc: Drop locking in pdc console codeHelge Deller2023-01-071-13/+3
* parisc: Avoid printing the hardware path twiceHelge Deller2022-10-312-14/+12
* parisc: Use signed char for hardware path in pdc.hHelge Deller2022-10-211-23/+13
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-163-4/+4
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-112-3/+3
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-148-246/+61
|\ \
| * | parisc: Fix userspace graphics card breakage due to pgtable special bitHelge Deller2022-10-142-1/+14
| * | parisc: Convert PDC console to an early consoleHelge Deller2022-10-114-233/+31
| * | parisc: Reduce kernel size by packing alternative tablesHelge Deller2022-10-112-12/+16
* | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-122-7/+0
|\ \ \ | |_|/ |/| |
| * | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-112-7/+0
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-2/+9
|\ \ \
| * | | parisc: remove mmap linked list from cache handlingMatthew Wilcox (Oracle)2022-09-261-2/+7
| * | | mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe2022-09-111-0/+2
| |/ /
* | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-102-4/+2
|\ \ \
| * | | kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-2/+0
| * | | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
| | |/ | |/|
* | | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-072-96/+0
|\ \ \
| * | | Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman2022-09-252-2/+12
| |\| |
| * | | termios: kill uapi termios.h that are identical to generic oneAl Viro2022-09-091-44/+0
| * | | termios: get rid of non-UAPI asm/termios.hAl Viro2022-09-091-7/+0
| * | | termios: start unifying non-UAPI parts of asm/termios.hAl Viro2022-09-091-16/+0
| * | | termios: uninline conversion helpersAl Viro2022-09-091-35/+6
| | |/ | |/|
* | | Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-062-127/+67
|\ \ \ | |_|/ |/| |
| * | parisc: Drop homebrewn io[read|write]64_[lo_hi|hi_lo]Linus Walleij2022-09-231-36/+0
| * | parisc: hide ioread64 declaration on 32-bitArnd Bergmann2022-09-121-0/+2
| * | parisc: Use the generic IO helpersLinus Walleij2022-09-101-89/+43
| * | parisc: Remove 64bit access on 32bit machinesLinus Walleij2022-09-101-2/+22
| |/
* | parisc: Allow CONFIG_64BIT with ARCH=pariscHelge Deller2022-09-151-1/+11
* | asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior2022-09-051-1/+1
|/
* parisc: Add runtime check to prevent PA2.0 kernels on PA1.x machinesHelge Deller2022-08-221-1/+42
* Revert "parisc: Show error if wrong 32/64-bit compiler is being used"Helge Deller2022-08-221-8/+0