aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2024-03-26prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss1-0/+14
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2024-03-16Merge tag 'parisc-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-91/+99
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+10
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-9/+4
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann2-9/+4
2024-02-27parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit buildsGuenter Roeck1-0/+1
2024-02-27parisc: Fix csum_ipv6_magic on 64-bit systemsGuenter Roeck1-2/+2
2024-02-27parisc: Fix csum_ipv6_magic on 32-bit systemsGuenter Roeck1-1/+2
2024-02-27parisc: Fix ip_fast_csumGuenter Roeck1-1/+1
2024-02-27parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt macrosJohn David Anglin1-8/+10
2024-02-27parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()Guenter Roeck1-15/+12
2024-02-27parisc: make parisc_bus_type constRicardo B. Marliere2-2/+2
2024-02-27parisc: avoid c23 'nullptr' idenitifierArnd Bergmann10-60/+60
2024-02-27parisc: Show kernel unaligned memory accessesHelge Deller1-0/+7
2024-02-27parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367Helge Deller1-2/+2
2024-02-23Merge tag 'parisc-for-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-18/+9
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2-0/+10
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada1-2/+2
2024-02-19parisc: Fix stack unwinderGuenter Roeck1-8/+6
2024-02-16parisc/kprobes: always include asm-generic/kprobes.hMax Kellermann1-1/+2
2024-02-16parisc/ftrace: add missing CONFIG_DYNAMIC_FTRACE checkMax Kellermann1-1/+1
2024-02-15kbuild: use 4-space indentation when followed by conditionalsMasahiro Yamada1-2/+2
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2024-02-07Revert "parisc: Only list existing CPUs in cpu_possible_mask"Helge Deller1-8/+0
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook1-1/+1
2024-02-01Merge tag 'parisc-for-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-74/+118
2024-01-31kbuild: Replace tabs with spaces when followed by conditionalsDmitry Goncharov1-2/+2
2024-01-31parisc: BTLB: Fix crash when setting up BTLB at CPU bringupHelge Deller1-1/+1
2024-01-30parisc: Fix random data corruption from exception handlerHelge Deller8-71/+108
2024-01-28parisc: Drop unneeded semicolon in parse_tree_node()Helge Deller1-1/+1
2024-01-28parisc: Prevent hung tasks when printing inventory on serial consoleHelge Deller1-0/+3
2024-01-28parisc: Check for valid stride size for cache flushesHelge Deller1-0/+4
2024-01-28parisc: Make RO_DATA page aligned in vmlinux.lds.SHelge Deller1-1/+1
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-0/+1
2024-01-17Merge tag 'parisc-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2024-01-12arch/parisc: Detect primary video device from device instanceThomas Zimmermann1-1/+1
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+0
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+4
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+2
2024-01-07parisc/firmware: Fix F-extend for PDC addressesHelge Deller1-2/+2
2023-12-20shm: Slim down dependenciesKent Overstreet1-0/+1
2023-12-20kexec_file, parisc: print out debugging message if requiredBaoquan He1-4/+4
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi1-0/+2
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti1-0/+1
2023-11-27parisc: Fix asm operand number out of range build error in bug tableHelge Deller1-1/+1
2023-11-25parisc: Reduce size of the bug_table on 64-bit kernel by halfHelge Deller2-19/+22
2023-11-25parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller1-2/+0
2023-11-25parisc: Use natural CPU alignment for bug_tableHelge Deller1-12/+18
2023-11-25parisc: Ensure 32-bit alignment on parisc unwind sectionHelge Deller1-0/+1
2023-11-25parisc: Mark lock_aligned variables 16-byte aligned on SMPHelge Deller1-1/+1
2023-11-25parisc: Mark jump_table naturally alignedHelge Deller1-2/+6
2023-11-25parisc: Mark altinstructions read-only and 32-bit alignedHelge Deller1-3/+6
2023-11-25parisc: Mark ex_table entries 32-bit aligned in uaccess.hHelge Deller1-0/+1
2023-11-25parisc: Mark ex_table entries 32-bit aligned in assembly.hHelge Deller1-0/+1
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang1-6/+0
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He1-2/+0
2023-11-18Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-11-18parisc: Replace strlcpy() with strscpy()Kees Cook1-1/+1
2023-11-15parisc: fix mmap_base calculation when stack grows upwardsHelge Deller4-13/+7
2023-11-12LSM: wireup Linux Security Module syscallsCasey Schaufler1-0/+3
2023-11-10parisc: Prevent booting 64-bit kernels on PA1.x machinesHelge Deller1-3/+2
2023-11-07parisc/pgtable: Do not drop upper 5 address bits of physical addressHelge Deller1-4/+3
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-6/+2
2023-11-03Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2023-11-01Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...Linus Torvalds1-0/+1
2023-11-01Merge tag 'parisc-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-54/+94
2023-10-30parisc: Show default CPU PSW.W setting as reported by PDCHelge Deller2-5/+5
2023-10-30parisc/pdc: Add width field to struct pdc_modelHelge Deller1-0/+1
2023-10-30parisc: Add nop instructions after TLB insertsJohn David Anglin1-29/+52
2023-10-30parisc: simplify smp_prepare_boot_cpu()Russell King (Oracle)1-7/+1
2023-10-30parisc/firmware: Use PDC constants for narrow/wide firmwareHelge Deller1-7/+7
2023-10-30parisc: Move parisc_narrow_firmware variable to header fileHelge Deller2-3/+1
2023-10-30parisc: Allow building uncompressed Linux kernelHelge Deller2-1/+2
2023-10-30parisc: Add some missing PDC functions and constantsHelge Deller1-2/+25
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada1-6/+2
2023-10-22dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbolChristoph Hellwig1-0/+1
2023-10-21staging: qlge: Retire the driverBenjamin Poirier1-1/+0
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar5-25/+25
2023-10-07Merge tag 'parisc-for-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-23/+23
2023-10-07parisc: Restore __ldcw_align for PA-RISC 2.0 processorsJohn David Anglin2-22/+20
2023-10-07parisc: Fix crash with nr_cpus=1 optionHelge Deller1-1/+3
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta1-0/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta1-1/+1
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2-2/+2
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org1-0/+1
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-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-23/+11
2023-08-29Merge 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-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-1/+1
2023-08-24parisc: 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
2023-08-18parisc: mm: convert to GENERIC_IOREMAPBaoquan He3-63/+15
2023-08-14parisc: Fix CONFIG_TLB_PTLOCK to work with lightweight spinlock checksHelge Deller1-24/+23
2023-08-11Merge tag 'io_uring-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds1-10/+5
2023-08-10parisc: perf: Make cpu_device variable staticHelge Deller1-1/+1
2023-08-10parisc: ftrace: Add declaration for ftrace_function_trampoline()Helge Deller2-1/+5
2023-08-10parisc: boot: Nuke some sparse warnings in decompressorHelge Deller1-5/+5
2023-08-10parisc: processor: Include asm/smp.h for init_per_cpu()Helge Deller1-0/+1
2023-08-10parisc: unaligned: Include linux/sysctl.h for unaligned_enabledHelge Deller1-0/+1
2023-08-10parisc: Move proc_mckinley_root and proc_runway_root to sba_iommuHelge Deller2-49/+1
2023-08-10parisc: dma: Add prototype for pcxl_dma_startHelge Deller3-5/+3
2023-08-10parisc: parisc_ksyms: Include libgcc.h for libgcc prototypesHelge Deller1-6/+1
2023-08-10parisc: ucmpdi2: Fix no previous prototype for '__ucmpdi2' warningHelge Deller1-1/+2
2023-08-10parisc: firmware: Mark pdc_result buffers localHelge Deller1-2/+2
2023-08-10parisc: firmware: Fix sparse context imbalance warningsHelge Deller1-2/+2
2023-08-10parisc: signal: Fix sparse incorrect type in assignment warningHelge Deller1-1/+1
2023-08-10parisc: ioremap: Fix sparse warningsHelge Deller1-5/+4
2023-08-10parisc: fault: Use C99 arrary initializersHelge Deller1-25/+25
2023-08-10parisc: pdt: Use PTR_ERR_OR_ZERO() to simplify codeYang Yingliang1-3/+1
2023-08-10parisc: Fix lightweight spinlock checks to not break futexesHelge Deller4-6/+27
2023-08-08io_uring/parisc: Adjust pgoff in io_uring mmap() for pariscHelge Deller1-10/+5
2023-08-03parisc: unaligned: Add required spaces after ','hanyu001@208suo.com1-9/+9
2023-08-03parisc: pci-dma: remove unused and dead EISA code and commentPetr Tesarik1-8/+0
2023-08-03parisc/mm: preallocate fixmap page tables at initMike Rapoport (IBM)2-3/+34
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2-2/+2
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt1-0/+1
2023-07-22Merge tag 'io_uring-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds1-5/+10
2023-07-21io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()Helge Deller1-5/+10
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-1/+1
2023-07-03parisc: syscalls: Avoid compiler warnings with W=1Helge Deller1-0/+3
2023-07-03parisc: math-emu: Avoid compiler warnings with W=1Helge Deller1-1/+2
2023-07-03parisc: unwind: Avoid missing prototype warning for handle_interruption()Helge Deller2-2/+4
2023-07-03parisc: smp: Add declaration for start_cpu_itimer()Helge Deller2-2/+1
2023-07-03parisc: pdt: Get prototype for arch_report_meminfo()Helge Deller1-0/+1
2023-06-30parisc: Refresh defconfigsHelge Deller2-18/+83
2023-06-30parisc: irq: Add irq-related function declarationsHelge Deller2-4/+4
2023-06-30parisc: Move init function declarations into header fileHelge Deller2-20/+35
2023-06-30parisc: unaligned: Include header file to avoid missing prototype warningsHelge Deller1-0/+1
2023-06-30parisc: signal: Mark do_notify_resume() and sys_rt_sigreturn() asmlinkageHelge Deller1-5/+5
2023-06-30parisc: unwind: Mark start and stop variables __maybe_unusedHelge Deller1-2/+3
2023-06-30parisc: init: Drop unused variable end_paddrHelge Deller1-2/+0
2023-06-30parisc: traps: Mark functions staticHelge Deller1-5/+2
2023-06-30parisc: processor: Fix kdoc for init_cpu_profiler()Helge Deller1-1/+1
2023-06-30parisc: sys_parisc: parisc_personality() is called from asm codeHelge Deller1-1/+2
2023-06-30parisc: pci-dma: Make pcxl_alloc_range() staticHelge Deller1-1/+1
2023-06-30parisc: Mark image_size __maybe_unused in perf_write()Helge Deller1-1/+1
2023-06-30parisc: module: Mark symindex __maybe_unusedHelge Deller1-1/+1
2023-06-30parisc: pdc_chassis: Fix kdoc warningsHelge Deller1-6/+11
2023-06-30parisc: firmware: Fix kdoc warningsHelge Deller1-18/+21
2023-06-30parisc: drivers: Fix kdoc warningsHelge Deller1-16/+17
2023-06-30parisc: Fold 32-bit compat code into audit_classify_syscall()Helge Deller2-21/+4
2023-06-30sticon/parisc: Allow 64-bit STI calls in PDC firmware abstrationHelge Deller2-9/+17
2023-06-30parisc: Default to 8 CPUs for 64-bit kernelHelge Deller1-1/+1
2023-06-30parisc: Fix missing prototype warning for arch_report_meminfo()Helge Deller1-0/+1
2023-06-30parisc: Add cacheflush() syscallHelge Deller3-0/+62
2023-06-30parisc: Check if IRQs are disabled when calling arch_local_irq_restore()Helge Deller1-0/+5
2023-06-30parisc: Move TLB_PTLOCK option to Kconfig.debugHelge Deller2-10/+11
2023-06-29parisc: fix expand_stack() conversionLinus Torvalds1-1/+1
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-1/+0
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-16/+37