summaryrefslogtreecommitdiffstats
path: root/arch/parisc
AgeCommit message (Expand)AuthorLines
2022-12-18parisc: Fix locking in pdc_iodc_print() firmware callHelge Deller-11/+13
2022-12-17parisc: Drop PMD_SHIFT from calculation in pgtable.hHelge Deller-2/+2
2022-12-17parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller-16/+43
2022-12-17parisc: Fix inconsistent indenting in setup_cmdline()Helge Deller-14/+12
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-18/+2
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+9
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-1/+1
2022-11-15parisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov-6/+9
2022-11-08mm/hwpoison: pass pfn to num_poisoned_pages_*()Naoya Horiguchi-1/+1
2022-11-08mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.cNaoya Horiguchi-2/+1
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang-15/+0
2022-10-31parisc: Avoid printing the hardware path twiceHelge Deller-14/+12
2022-10-21parisc: Use signed char for hardware path in pdc.hHelge Deller-23/+13
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+4
2022-10-14Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-246/+61
2022-10-14parisc: Fix userspace graphics card breakage due to pgtable special bitHelge Deller-1/+14
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+0
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-3/+3
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-1/+1
2022-10-11parisc: Convert PDC console to an early consoleHelge Deller-233/+31
2022-10-11parisc: Reduce kernel size by packing alternative tablesHelge Deller-12/+16
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+9
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-4/+2
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-96/+0
2022-10-06Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-127/+67
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada-2/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada-2/+2
2022-09-26parisc: remove mmap linked list from cache handlingMatthew Wilcox (Oracle)-2/+7
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman-2/+12
2022-09-23parisc: Drop homebrewn io[read|write]64_[lo_hi|hi_lo]Linus Walleij-36/+0
2022-09-15parisc: Allow CONFIG_64BIT with ARCH=pariscHelge Deller-1/+11
2022-09-12parisc: hide ioread64 declaration on 32-bitArnd Bergmann-0/+2
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-7/+0
2022-09-11mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe-0/+2
2022-09-10parisc: Use the generic IO helpersLinus Walleij-89/+43
2022-09-10parisc: Remove 64bit access on 32bit machinesLinus Walleij-2/+22
2022-09-09termios: kill uapi termios.h that are identical to generic oneAl Viro-44/+0
2022-09-09termios: get rid of non-UAPI asm/termios.hAl Viro-7/+0
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hAl Viro-16/+0
2022-09-09termios: uninline conversion helpersAl Viro-35/+6
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior-1/+1
2022-08-22parisc: Add runtime check to prevent PA2.0 kernels on PA1.x machinesHelge Deller-1/+42
2022-08-22Revert "parisc: Show error if wrong 32/64-bit compiler is being used"Helge Deller-8/+0
2022-08-22parisc: Make CONFIG_64BIT available for ARCH=parisc64 onlyHelge Deller-15/+6
2022-08-21parisc: Fix exception handler for fldw and fstw instructionsHelge Deller-1/+1
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-7/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-25/+31
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+4
2022-08-05Merge tag 'for-5.20/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-20/+13
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-11/+0