summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* parisc: Make CONFIG_64BIT available for ARCH=parisc64 onlyHelge Deller2022-08-221-15/+6
* parisc: Fix exception handler for fldw and fstw instructionsHelge Deller2022-08-211-1/+1
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-7/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-7/+0
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-054-25/+31
|\ \
| * | parisc: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport2022-07-172-7/+7
| * | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-1/+0
| * | parisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-18/+21
| * | Merge branch 'master' into mm-stableakpm2022-06-274-3/+7
| |\|
| * | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* | | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-054-5/+4
|\ \ \
| * | | arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-283-5/+2
| * | | arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior2022-06-151-0/+2
| |/ /
* | | Merge tag 'for-5.20/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-057-20/+13
|\ \ \
| * | | parisc: io_pgetevents_time64() needs compat syscall in 32-bit compat modeHelge Deller2022-08-011-1/+1
| * | | parisc: Drop zero variable initialisations in mm/init.cJason Wang2022-08-011-1/+1
| * | | parisc: Do not initialise statics to 0Xin Gao2022-08-011-2/+2
| * | | parisc: Drop pa_swapper_pg_lock spinlockHelge Deller2022-08-011-3/+0
| * | | parisc: Fix comment typo in fault.cJason Wang2022-08-011-1/+1
| * | | parisc: Fix device names in /proc/iomemHelge Deller2022-08-011-5/+4
| * | | parisc: Clean up names in hardware databaseHelge Deller2022-08-011-7/+4
* | | | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-042-11/+0
|\ \ \ \
| * | | | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-6/+0
| * | | | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-5/+0
| | |/ / | |/| |
* | | | Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-08-032-4/+4
|\ \ \ \
| * | | | highmem: Make __kunmap_{local,atomic}() take const void pointerFabio M. De Francesco2022-07-252-4/+4
| | |/ / | |/| |
* | | | Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-011-1/+1
|\ \ \ \
| * | | | genirq: Add and use an irq_data_update_affinity helperSamuel Holland2022-07-071-1/+1
| | |/ / | |/| |
* | | | Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-011-11/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | jump_label: make initial NOP patching the special caseArd Biesheuvel2022-06-241-11/+0
| |/ /
* | | parisc: Fix vDSO signal breakage on 32-bit kernelHelge Deller2022-07-021-0/+5
* | | parisc/unaligned: Fix emulate_ldw() breakageHelge Deller2022-06-271-1/+1
| |/ |/|
* | parisc: Enable ARCH_HAS_STRICT_MODULE_RWXHelge Deller2022-06-261-0/+1