summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | parisc: Fix flush_anon_page on PA8800/PA8900John David Anglin2022-06-261-1/+4
* | parisc: align '*' in comment in math-emu codeJiang Jian2022-06-261-1/+1
* | parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STIHelge Deller2022-06-071-1/+1
|/
* Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-06-052-7/+0
|\
| * parisc: remove arch/parisc/nmMasahiro Yamada2022-05-292-7/+0
* | Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-043-17/+5
|\ \
| * | parisc/stifb: Implement fb_is_primary_device()Helge Deller2022-06-041-0/+4
| * | parisc: fix a crash with multicore schedulerMikulas Patocka2022-06-032-17/+1
* | | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-8/+10
|\ \ \
| * | | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-6/+5
| * | | fork: Explicity test for idle tasks in copy_threadEric W. Biederman2022-05-071-1/+1
| * | | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
* | | | Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-031-147/+94
|\ \ \ \
| * | | | termbits.h: Remove posix_types.h includeIlpo Järvinen2022-05-191-2/+0
| * | | | termbits.h: Align lines & formatIlpo Järvinen2022-05-191-39/+38
| * | | | termbits.h: create termbits-common.h for identical bitsIlpo Järvinen2022-05-191-52/+2
| * | | | Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman2022-05-1615-42/+42
| |\ \ \ \
| * | | | | termbits: Convert octal defines to hexIlpo Järvinen2022-05-051-110/+110
| | |/ / / | |/| | |
* | | | | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-313-44/+6
|\ \ \ \ \