aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-08-27parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Gravatar Helge Deller 1-5/+0
2023-08-27parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Gravatar Helge Deller 1-3/+0
2023-08-27parisc: led: Move register_led_regions() to late_initcall()Gravatar Helge Deller 1-5/+0
2023-08-27parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Gravatar Helge Deller 1-3/+0
2023-08-27parisc: gsc: Convert GSC bus driver to use arch_initcall()Gravatar Helge Deller 1-4/+0
2023-08-27parisc: ccio: Convert CCIO driver to use arch_initcall()Gravatar Helge Deller 1-10/+0
2023-08-27parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Gravatar Helge Deller 1-3/+0
2023-08-27parisc: hppb: Convert HP PB bus driver to use arch_initcall()Gravatar Helge Deller 1-4/+0
2023-08-27parisc: dino: Convert dino PCI bus driver to use arch_initcall()Gravatar Helge Deller 1-4/+0
2023-08-24parisc: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 1-34/+73
2023-08-22parisc: unaligned: Simplify 32-bit assembly in emulate_std()Gravatar Helge Deller 1-13/+12
2023-08-22parisc: Use generic mmap top-down layout and brk randomizationGravatar Helge Deller 2-67/+1
2023-08-22parisc: Fix /proc/cpuinfo output for lscpuGravatar Helge Deller 1-3/+10
2023-08-20parisc: traps: Drop cpu_lpmc function pointerGravatar Helge Deller 1-4/+1
2023-08-20parisc: Drop the pa7300lc LPMC handlerGravatar Helge Deller 3-55/+1
2023-08-20parisc: lasi: Register LASI power-off feature as sys_off_handlerGravatar Helge Deller 1-6/+0
2023-08-14parisc: Fix CONFIG_TLB_PTLOCK to work with lightweight spinlock checksGravatar Helge Deller 1-24/+23
2023-08-11Merge tag 'io_uring-6.5-2023-08-11' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-10/+5
2023-08-10parisc: perf: Make cpu_device variable staticGravatar Helge Deller 1-1/+1
2023-08-10parisc: ftrace: Add declaration for ftrace_function_trampoline()Gravatar Helge Deller 1-1/+1
2023-08-10parisc: processor: Include asm/smp.h for init_per_cpu()Gravatar Helge Deller 1-0/+1
2023-08-10parisc: unaligned: Include linux/sysctl.h for unaligned_enabledGravatar Helge Deller 1-0/+1
2023-08-10parisc: Move proc_mckinley_root and proc_runway_root to sba_iommuGravatar Helge Deller 2-49/+1
2023-08-10parisc: dma: Add prototype for pcxl_dma_startGravatar Helge Deller 1-1/+1
2023-08-10parisc: parisc_ksyms: Include libgcc.h for libgcc prototypesGravatar Helge Deller 1-6/+1
2023-08-10parisc: firmware: Mark pdc_result buffers localGravatar Helge Deller 1-2/+2
2023-08-10parisc: firmware: Fix sparse context imbalance warningsGravatar Helge Deller 1-2/+2
2023-08-10parisc: signal: Fix sparse incorrect type in assignment warningGravatar Helge Deller 1-1/+1
2023-08-10parisc: pdt: Use PTR_ERR_OR_ZERO() to simplify codeGravatar Yang Yingliang 1-3/+1
2023-08-10parisc: Fix lightweight spinlock checks to not break futexesGravatar Helge Deller 1-3/+20
2023-08-08io_uring/parisc: Adjust pgoff in io_uring mmap() for pariscGravatar Helge Deller 1-10/+5
2023-08-03parisc: unaligned: Add required spaces after ','Gravatar hanyu001@208suo.com 1-9/+9
2023-08-03parisc: pci-dma: remove unused and dead EISA code and commentGravatar Petr Tesarik 1-8/+0
2023-07-27arch: Register fchmodat2, usually as syscall 452Gravatar Palmer Dabbelt 1-0/+1
2023-07-22Merge tag 'io_uring-6.5-2023-07-21' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-5/+10
2023-07-21io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()Gravatar Helge Deller 1-5/+10
2023-07-03parisc: syscalls: Avoid compiler warnings with W=1Gravatar Helge Deller 1-0/+3
2023-07-03parisc: unwind: Avoid missing prototype warning for handle_interruption()Gravatar Helge Deller 1-2/+3
2023-07-03parisc: smp: Add declaration for start_cpu_itimer()Gravatar Helge Deller 1-2/+0
2023-07-03parisc: pdt: Get prototype for arch_report_meminfo()Gravatar Helge Deller 1-0/+1
2023-06-30parisc: irq: Add irq-related function declarationsGravatar Helge Deller 1-4/+1
2023-06-30parisc: Move init function declarations into header fileGravatar Helge Deller 1-20/+3
2023-06-30parisc: unaligned: Include header file to avoid missing prototype warningsGravatar Helge Deller 1-0/+1
2023-06-30parisc: signal: Mark do_notify_resume() and sys_rt_sigreturn() asmlinkageGravatar Helge Deller 1-5/+5
2023-06-30parisc: unwind: Mark start and stop variables __maybe_unusedGravatar Helge Deller 1-2/+3
2023-06-30parisc: traps: Mark functions staticGravatar Helge Deller 1-5/+2
2023-06-30parisc: processor: Fix kdoc for init_cpu_profiler()Gravatar Helge Deller 1-1/+1
2023-06-30parisc: sys_parisc: parisc_personality() is called from asm codeGravatar Helge Deller 1-1/+2
2023-06-30parisc: pci-dma: Make pcxl_alloc_range() staticGravatar Helge Deller 1-1/+1
2023-06-30parisc: Mark image_size __maybe_unused in perf_write()Gravatar Helge Deller 1-1/+1