summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)Author
2023-08-29Merge tag 'parisc-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-28parisc: ccio-dma: Create private runway procfs root entryHelge Deller
2023-08-28parisc: chassis: Do not overwrite string on LCD displayHelge Deller
2023-08-28parisc: led: Rewrite LED/LCD driver to utilizize Linux LED subsystemHelge Deller
2023-08-27parisc: led: Fix LAN receive and transmit LEDsHelge Deller
2023-08-27parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Helge Deller
2023-08-27parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Helge Deller
2023-08-27parisc: led: Move register_led_regions() to late_initcall()Helge Deller
2023-08-27parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Helge Deller
2023-08-27parisc: gsc: Convert GSC bus driver to use arch_initcall()Helge Deller
2023-08-27parisc: ccio: Convert CCIO driver to use arch_initcall()Helge Deller
2023-08-27parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Helge Deller
2023-08-27parisc: hppb: Convert HP PB bus driver to use arch_initcall()Helge Deller
2023-08-27parisc: dino: Convert dino PCI bus driver to use arch_initcall()Helge Deller
2023-08-22parisc: Avoid ioremap() for same addresss in iosapic_register()Helge Deller
2023-08-22parisc: unaligned: Simplify 32-bit assembly in emulate_std()Helge Deller
2023-08-22parisc: Wire up eBPF JIT compilerHelge Deller
2023-08-22parisc: Fix comment on Elf64 function descriptorHelge Deller
2023-08-22parisc: Add eBPF JIT compiler glue code and MakefileHelge Deller
2023-08-22parisc: Add 64-bit eBPF JIT compilerHelge Deller
2023-08-22parisc: Add 32-bit eBPF JIT compilerHelge Deller
2023-08-22parisc: Use generic mmap top-down layout and brk randomizationHelge Deller
2023-08-22parisc: Fix /proc/cpuinfo output for lscpuHelge Deller
2023-08-20parisc: Use page table locks only if DEBUG_KERNEL is enabledHelge Deller
2023-08-20parisc: traps: Drop cpu_lpmc function pointerHelge Deller
2023-08-20parisc: Drop the pa7300lc LPMC handlerHelge Deller
2023-08-20parisc: lasi: Register LASI power-off feature as sys_off_handlerHelge Deller
2023-08-14parisc: Fix CONFIG_TLB_PTLOCK to work with lightweight spinlock checksHelge Deller
2023-08-11Merge tag 'io_uring-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-10parisc: perf: Make cpu_device variable staticHelge Deller
2023-08-10parisc: ftrace: Add declaration for ftrace_function_trampoline()Helge Deller
2023-08-10parisc: boot: Nuke some sparse warnings in decompressorHelge Deller
2023-08-10parisc: processor: Include asm/smp.h for init_per_cpu()Helge Deller
2023-08-10parisc: unaligned: Include linux/sysctl.h for unaligned_enabledHelge Deller
2023-08-10parisc: Move proc_mckinley_root and proc_runway_root to sba_iommuHelge Deller
2023-08-10parisc: dma: Add prototype for pcxl_dma_startHelge Deller
2023-08-10parisc: parisc_ksyms: Include libgcc.h for libgcc prototypesHelge Deller
2023-08-10parisc: ucmpdi2: Fix no previous prototype for '__ucmpdi2' warningHelge Deller
2023-08-10parisc: firmware: Mark pdc_result buffers localHelge Deller
2023-08-10parisc: firmware: Fix sparse context imbalance warningsHelge Deller
2023-08-10parisc: signal: Fix sparse incorrect type in assignment warningHelge Deller
2023-08-10parisc: ioremap: Fix sparse warningsHelge Deller
2023-08-10parisc: fault: Use C99 arrary initializersHelge Deller
2023-08-10parisc: pdt: Use PTR_ERR_OR_ZERO() to simplify codeYang Yingliang
2023-08-10parisc: Fix lightweight spinlock checks to not break futexesHelge Deller
2023-08-08io_uring/parisc: Adjust pgoff in io_uring mmap() for pariscHelge Deller
2023-08-03parisc: unaligned: Add required spaces after ','hanyu001@208suo.com
2023-08-03parisc: pci-dma: remove unused and dead EISA code and commentPetr Tesarik
2023-08-03parisc/mm: preallocate fixmap page tables at initMike Rapoport (IBM)