summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2-2/+2
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-35/+163
2023-09-07parisc: BTLB: Initialize BTLB tables at CPU startupHelge Deller5-7/+77
2023-09-07parisc: firmware: Simplify calling non-PA20 functionsHelge Deller2-4/+12
2023-09-07parisc: BTLB: _edata symbol has to be page aligned for BTLB supportHelge Deller1-0/+1
2023-09-07parisc: BTLB: Add BTLB insert and purge firmware function wrappersHelge Deller2-9/+36
2023-09-07parisc: BTLB: Clear possibly existing BTLB entriesHelge Deller1-3/+13
2023-09-07parisc: Prepare for Block-TLB support on 32-bit kernelHelge Deller1-0/+2
2023-09-07parisc: shmparam.h: Document aliasing requirements of PA-RISCHelge Deller1-0/+15
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-54/+0
2023-08-31parisc: irq: Make irq_stack_union static to avoid sparse warningHelge Deller1-1/+1
2023-08-31parisc: drivers: Fix sparse warningHelge Deller1-1/+1
2023-08-31parisc: sba-iommu: Fix sparse warnigsHelge Deller1-2/+2
2023-08-31parisc: sba: Fix compile warning wrt list of SBA devicesHelge Deller1-0/+3
2023-08-31parisc: sba_iommu: Fix build warning if procfs if disabledHelge Deller1-8/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-23/+11
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-115/+120
2023-08-29Merge tag 'parisc-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds23-238/+3572
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-08-28parisc: ccio-dma: Create private runway procfs root entryHelge Deller1-3/+0
2023-08-28parisc: chassis: Do not overwrite string on LCD displayHelge Deller1-0/+6
2023-08-28parisc: led: Rewrite LED/LCD driver to utilizize Linux LED subsystemHelge Deller2-11/+3
2023-08-27parisc: led: Fix LAN receive and transmit LEDsHelge Deller1-2/+2
2023-08-27parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Helge Deller2-6/+0
2023-08-27parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Helge Deller2-4/+0
2023-08-27parisc: led: Move register_led_regions() to late_initcall()Helge Deller2-8/+0
2023-08-27parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Helge Deller2-4/+0
2023-08-27parisc: gsc: Convert GSC bus driver to use arch_initcall()Helge Deller2-5/+0
2023-08-27parisc: ccio: Convert CCIO driver to use arch_initcall()Helge Deller2-11/+0
2023-08-27parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Helge Deller2-4/+0
2023-08-27parisc: hppb: Convert HP PB bus driver to use arch_initcall()Helge Deller2-5/+0
2023-08-27parisc: dino: Convert dino PCI bus driver to use arch_initcall()Helge Deller2-5/+0
2023-08-25mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-1/+1
2023-08-25parisc: implement the new page table range APIMatthew Wilcox (Oracle)3-53/+105
2023-08-24parisc: Remove <asm/ide.h>Geert Uytterhoeven1-54/+0
2023-08-22parisc: Avoid ioremap() for same addresss in iosapic_register()Helge Deller1-1/+1
2023-08-22parisc: unaligned: Simplify 32-bit assembly in emulate_std()Helge Deller1-13/+12
2023-08-22parisc: Wire up eBPF JIT compilerHelge Deller2-1/+3
2023-08-22parisc: Fix comment on Elf64 function descriptorHelge Deller1-2/+1
2023-08-22parisc: Add eBPF JIT compiler glue code and MakefileHelge Deller3-0/+689
2023-08-22parisc: Add 64-bit eBPF JIT compilerHelge Deller1-0/+1209
2023-08-22parisc: Add 32-bit eBPF JIT compilerHelge Deller1-0/+1615
2023-08-22parisc: Use generic mmap top-down layout and brk randomizationHelge Deller3-67/+18
2023-08-22parisc: Fix /proc/cpuinfo output for lscpuHelge Deller1-3/+10
2023-08-20parisc: Use page table locks only if DEBUG_KERNEL is enabledHelge Deller1-1/+1
2023-08-20parisc: traps: Drop cpu_lpmc function pointerHelge Deller1-4/+1
2023-08-20parisc: Drop the pa7300lc LPMC handlerHelge Deller4-72/+1
2023-08-20parisc: lasi: Register LASI power-off feature as sys_off_handlerHelge Deller1-6/+0
2023-08-18parisc/kexec: refactor for kernel/Kconfig.kexecEric DeVolder1-23/+11