summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-11-19Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-11-18parisc: Replace strlcpy() with strscpy()Kees Cook1-1/+1
2023-11-16parisc: fix mmap_base calculation when stack grows upwardsHelge Deller1-1/+1
2023-11-10parisc: Prevent booting 64-bit kernels on PA1.x machinesHelge Deller1-3/+2
2023-11-07parisc/pgtable: Do not drop upper 5 address bits of physical addressHelge Deller1-4/+3
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2023-11-01Merge tag 'parisc-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-51/+65
2023-10-30parisc: Show default CPU PSW.W setting as reported by PDCHelge Deller2-5/+5
2023-10-30parisc: Add nop instructions after TLB insertsJohn David Anglin1-29/+52
2023-10-30parisc: simplify smp_prepare_boot_cpu()Russell King (Oracle)1-7/+1
2023-10-30parisc/firmware: Use PDC constants for narrow/wide firmwareHelge Deller1-7/+7
2023-10-30parisc: Move parisc_narrow_firmware variable to header fileHelge Deller1-3/+0
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar1-1/+3
2023-10-07parisc: Fix crash with nr_cpus=1 optionHelge Deller1-1/+3
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta1-0/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta1-1/+1
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org1-0/+1
2023-09-07parisc: BTLB: Initialize BTLB tables at CPU startupHelge Deller2-7/+3
2023-09-07parisc: firmware: Simplify calling non-PA20 functionsHelge Deller1-2/+12
2023-09-07parisc: BTLB: _edata symbol has to be page aligned for BTLB supportHelge Deller1-0/+1
2023-09-07parisc: BTLB: Add BTLB insert and purge firmware function wrappersHelge Deller1-9/+33
2023-09-07parisc: BTLB: Clear possibly existing BTLB entriesHelge Deller1-3/+13
2023-09-07parisc: Prepare for Block-TLB support on 32-bit kernelHelge Deller1-0/+2
2023-08-31parisc: irq: Make irq_stack_union static to avoid sparse warningHelge Deller1-1/+1
2023-08-31parisc: drivers: Fix sparse warningHelge Deller1-1/+1
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-34/+73
2023-08-29Merge tag 'parisc-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-194/+31
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-08-28parisc: chassis: Do not overwrite string on LCD displayHelge Deller1-0/+6
2023-08-28parisc: led: Rewrite LED/LCD driver to utilizize Linux LED subsystemHelge Deller1-5/+0
2023-08-27parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Helge Deller1-5/+0
2023-08-27parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Helge Deller1-3/+0
2023-08-27parisc: led: Move register_led_regions() to late_initcall()Helge Deller1-5/+0
2023-08-27parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Helge Deller1-3/+0
2023-08-27parisc: gsc: Convert GSC bus driver to use arch_initcall()Helge Deller1-4/+0
2023-08-27parisc: ccio: Convert CCIO driver to use arch_initcall()Helge Deller1-10/+0
2023-08-27parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Helge Deller1-3/+0
2023-08-27parisc: hppb: Convert HP PB bus driver to use arch_initcall()Helge Deller1-4/+0
2023-08-27parisc: dino: Convert dino PCI bus driver to use arch_initcall()Helge Deller1-4/+0
2023-08-25parisc: implement the new page table range APIMatthew Wilcox (Oracle)1-34/+73
2023-08-22parisc: unaligned: Simplify 32-bit assembly in emulate_std()Helge Deller1-13/+12
2023-08-22parisc: Use generic mmap top-down layout and brk randomizationHelge Deller2-67/+1
2023-08-22parisc: Fix /proc/cpuinfo output for lscpuHelge Deller1-3/+10
2023-08-20parisc: traps: Drop cpu_lpmc function pointerHelge Deller1-4/+1
2023-08-20parisc: Drop the pa7300lc LPMC handlerHelge Deller3-55/+1
2023-08-20parisc: lasi: Register LASI power-off feature as sys_off_handlerHelge Deller1-6/+0
2023-08-14parisc: Fix CONFIG_TLB_PTLOCK to work with lightweight spinlock checksHelge Deller1-24/+23
2023-08-11Merge tag 'io_uring-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds1-10/+5