summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | parisc: unwind: Avoid missing prototype warning for handle_interruption()Helge Deller2023-07-031-2/+3
* | parisc: smp: Add declaration for start_cpu_itimer()Helge Deller2023-07-031-2/+0
* | parisc: pdt: Get prototype for arch_report_meminfo()Helge Deller2023-07-031-0/+1
* | parisc: irq: Add irq-related function declarationsHelge Deller2023-06-301-4/+1
* | parisc: Move init function declarations into header fileHelge Deller2023-06-301-20/+3
* | parisc: unaligned: Include header file to avoid missing prototype warningsHelge Deller2023-06-301-0/+1
* | parisc: signal: Mark do_notify_resume() and sys_rt_sigreturn() asmlinkageHelge Deller2023-06-301-5/+5
* | parisc: unwind: Mark start and stop variables __maybe_unusedHelge Deller2023-06-301-2/+3
* | parisc: traps: Mark functions staticHelge Deller2023-06-301-5/+2
* | parisc: processor: Fix kdoc for init_cpu_profiler()Helge Deller2023-06-301-1/+1
* | parisc: sys_parisc: parisc_personality() is called from asm codeHelge Deller2023-06-301-1/+2
* | parisc: pci-dma: Make pcxl_alloc_range() staticHelge Deller2023-06-301-1/+1
* | parisc: Mark image_size __maybe_unused in perf_write()Helge Deller2023-06-301-1/+1