summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* 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-102-1/+5
* | parisc: boot: Nuke some sparse warnings in decompressorHelge Deller2023-08-101-5/+5
* | 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-103-5/+3
* | parisc: parisc_ksyms: Include libgcc.h for libgcc prototypesHelge Deller2023-08-101-6/+1
* | parisc: ucmpdi2: Fix no previous prototype for '__ucmpdi2' warningHelge Deller2023-08-101-1/+2
* | 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: ioremap: Fix sparse warningsHelge Deller2023-08-101-5/+4
* | parisc: fault: Use C99 arrary initializersHelge Deller2023-08-101-25/+25
* | 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-104-6/+27
|/
* 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
* parisc/mm: preallocate fixmap page tables at initMike Rapoport (IBM)2023-08-032-3/+34
* arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2023-07-292-2/+2
* 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: math-emu: Avoid compiler warnings with W=1Helge Deller2023-07-031-1/+2
* | parisc: unwind: Avoid missing prototype warning for handle_interruption()Helge Deller2023-07-032-2/+4
* | parisc: smp: Add declaration for start_cpu_itimer()Helge Deller2023-07-032-2/+1
* | parisc: pdt: Get prototype for arch_report_meminfo()Helge Deller2023-07-031-0/+1
* | parisc: Refresh defconfigsHelge Deller2023-06-302-18/+83
* | parisc: irq: Add irq-related function declarationsHelge Deller2023-06-302-4/+4
* | parisc: Move init function declarations into header fileHelge Deller2023-06-302-20/+35
* | 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: init: Drop unused variable end_paddrHelge Deller2023-06-301-2/+0
* | 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
* | parisc: module: Mark symindex __maybe_unusedHelge Deller2023-06-301-1/+1
* | parisc: pdc_chassis: Fix kdoc warningsHelge Deller2023-06-301-6/+11
* | parisc: firmware: Fix kdoc warningsHelge Deller2023-06-301-18/+21
* | parisc: drivers: Fix kdoc warningsHelge Deller2023-06-301-16/+17
* | parisc: Fold 32-bit compat code into audit_classify_syscall()Helge Deller2023-06-302-21/+4
* | sticon/parisc: Allow 64-bit STI calls in PDC firmware abstrationHelge Deller2023-06-302-9/+17
* | parisc: Default to 8 CPUs for 64-bit kernelHelge Deller2023-06-301-1/+1
* | parisc: Fix missing prototype warning for arch_report_meminfo()Helge Deller2023-06-301-0/+1