summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* parisc: BTLB: Initialize BTLB tables at CPU startupHelge Deller2023-09-072-7/+3
* parisc: firmware: Simplify calling non-PA20 functionsHelge Deller2023-09-071-2/+12
* parisc: BTLB: _edata symbol has to be page aligned for BTLB supportHelge Deller2023-09-071-0/+1
* parisc: BTLB: Add BTLB insert and purge firmware function wrappersHelge Deller2023-09-071-9/+33
* parisc: BTLB: Clear possibly existing BTLB entriesHelge Deller2023-09-071-3/+13
* parisc: Prepare for Block-TLB support on 32-bit kernelHelge Deller2023-09-071-0/+2
* parisc: irq: Make irq_stack_union static to avoid sparse warningHelge Deller2023-08-311-1/+1
* parisc: drivers: Fix sparse warningHelge Deller2023-08-311-1/+1
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-34/+73
|\
| * parisc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-34/+73
* | Merge tag 'parisc-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-299-194/+31
|\ \
| * | parisc: chassis: Do not overwrite string on LCD displayHelge Deller2023-08-281-0/+6
| * | parisc: led: Rewrite LED/LCD driver to utilizize Linux LED subsystemHelge Deller2023-08-281-5/+0
| * | parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Helge Deller2023-08-271-5/+0
| * | parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Helge Deller2023-08-271-3/+0
| * | parisc: led: Move register_led_regions() to late_initcall()Helge Deller2023-08-271-5/+0
| * | parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Helge Deller2023-08-271-3/+0
| * | parisc: gsc: Convert GSC bus driver to use arch_initcall()Helge Deller2023-08-271-4/+0
| * | parisc: ccio: Convert CCIO driver to use arch_initcall()Helge Deller2023-08-271-10/+0
| * | parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Helge Deller2023-08-271-3/+0
| * | parisc: hppb: Convert HP PB bus driver to use arch_initcall()Helge Deller2023-08-271-4/+0
| * | parisc: dino: Convert dino PCI bus driver to use arch_initcall()Helge Deller2023-08-271-4/+0
| * | parisc: unaligned: Simplify 32-bit assembly in emulate_std()Helge Deller2023-08-221-13/+12
| * | parisc: Use generic mmap top-down layout and brk randomizationHelge Deller2023-08-222-67/+1
| * | parisc: Fix /proc/cpuinfo output for lscpuHelge Deller2023-08-221-3/+10
| * | parisc: traps: Drop cpu_lpmc function pointerHelge Deller2023-08-201-4/+1
| * | parisc: Drop the pa7300lc LPMC handlerHelge Deller2023-08-203-55/+1
| * | parisc: lasi: Register LASI power-off feature as sys_off_handlerHelge Deller2023-08-201-6/+0
* | | Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-281-0/+1
|\ \ \ | |/ / |/| |
| * | arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt2023-07-271-0/+1
* | | parisc: Fix CONFIG_TLB_PTLOCK to work with lightweight spinlock checksHelge Deller2023-08-141-24/+23
* | | Merge tag 'io_uring-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds2023-08-111-10/+5
|\ \ \
| * | | io_uring/parisc: Adjust pgoff in io_uring mmap() for pariscHelge Deller2023-08-081-10/+5
* | | | parisc: perf: Make cpu_device variable staticHelge Deller2023-08-101-1/+1
* | | | parisc: ftrace: Add declaration for ftrace_function_trampoline()Helge Deller2023-08-101-1/+1
* | | | parisc: processor: Include asm/smp.h for init_per_cpu()Helge Deller2023-08-101-0/+1
* | | | parisc: unaligned: Include linux/sysctl.h for unaligned_enabledHelge Deller2023-08-101-0/+1
* | | | parisc: Move proc_mckinley_root and proc_runway_root to sba_iommuHelge Deller2023-08-102-49/+1
* | | | parisc: dma: Add prototype for pcxl_dma_startHelge Deller2023-08-101-1/+1
* | | | parisc: parisc_ksyms: Include libgcc.h for libgcc prototypesHelge Deller2023-08-101-6/+1
* | | | parisc: firmware: Mark pdc_result buffers localHelge Deller2023-08-101-2/+2
* | | | parisc: firmware: Fix sparse context imbalance warningsHelge Deller2023-08-101-2/+2
* | | | parisc: signal: Fix sparse incorrect type in assignment warningHelge Deller2023-08-101-1/+1
* | | | parisc: pdt: Use PTR_ERR_OR_ZERO() to simplify codeYang Yingliang2023-08-101-3/+1
* | | | parisc: Fix lightweight spinlock checks to not break futexesHelge Deller2023-08-101-3/+20
|/ / /
* | | parisc: unaligned: Add required spaces after ','hanyu001@208suo.com2023-08-031-9/+9
* | | parisc: pci-dma: remove unused and dead EISA code and commentPetr Tesarik2023-08-031-8/+0
| |/ |/|
* | Merge tag 'io_uring-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds2023-07-221-5/+10
|\ \ | |/ |/|
| * io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()Helge Deller2023-07-211-5/+10
* | parisc: syscalls: Avoid compiler warnings with W=1Helge Deller2023-07-031-0/+3