aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+2
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+1
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2024-03-06arch: simplify architecture specific page size configurationGravatar Arnd Bergmann 1-0/+3
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesGravatar Mathieu Desnoyers 1-0/+1
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesGravatar Masahiro Yamada 1-2/+2
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLGravatar Kees Cook 1-1/+1
2024-01-30parisc: Fix random data corruption from exception handlerGravatar Helge Deller 1-1/+0
2023-11-25parisc: Reduce size of the bug_table on 64-bit kernel by halfGravatar Helge Deller 1-2/+5
2023-11-15parisc: fix mmap_base calculation when stack grows upwardsGravatar Helge Deller 1-3/+3
2023-11-01Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-0/+1
2023-10-30parisc: Allow building uncompressed Linux kernelGravatar Helge Deller 1-0/+1
2023-10-22dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbolGravatar Christoph Hellwig 1-0/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-23/+11
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+1
2023-08-22parisc: Wire up eBPF JIT compilerGravatar Helge Deller 1-0/+2
2023-08-22parisc: Use generic mmap top-down layout and brk randomizationGravatar Helge Deller 1-0/+17
2023-08-18parisc/kexec: refactor for kernel/Kconfig.kexecGravatar Eric DeVolder 1-23/+11
2023-08-18parisc: mm: convert to GENERIC_IOREMAPGravatar Baoquan He 1-0/+1
2023-06-30parisc: Default to 8 CPUs for 64-bit kernelGravatar Helge Deller 1-1/+1
2023-06-30parisc: Move TLB_PTLOCK option to Kconfig.debugGravatar Helge Deller 1-10/+0
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2023-05-24parisc: Enable LOCKDEP supportGravatar Helge Deller 1-0/+4
2023-05-15parisc: Switch to hotplug core state synchronizationGravatar Thomas Gleixner 1-0/+1
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryGravatar Niklas Schnelle 1-0/+1
2022-09-15parisc: Allow CONFIG_64BIT with ARCH=pariscGravatar Helge Deller 1-1/+11
2022-08-22parisc: Make CONFIG_64BIT available for ARCH=parisc64 onlyGravatar Helge Deller 1-15/+6
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSGravatar Arnd Bergmann 1-1/+0
2022-06-26parisc: Enable ARCH_HAS_STRICT_MODULE_RWXGravatar Helge Deller 1-0/+1
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+0
2022-05-08parisc: Re-enable GENERIC_CPU_DEVICES for !SMPGravatar Helge Deller 1-0/+1
2022-04-26arch: Add SYSVIPC_COMPAT for all architecturesGravatar Guo Ren 1-4/+0
2022-03-29parisc: Implement __cpu_die() and __cpu_disable() for CPU hotpluggingGravatar Helge Deller 1-0/+1
2022-03-29parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGYGravatar Helge Deller 1-9/+2
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2022-03-17parisc: Enable ARCH_HAS_DEBUG_VM_PGTABLEGravatar Helge Deller 1-0/+1
2022-03-11parisc: Always use the self-extracting kernel featureGravatar Helge Deller 1-12/+0
2022-03-11parisc: Add vDSO supportGravatar Helge Deller 1-0/+1
2022-02-25uaccess: generalize access_ok()Gravatar Arnd Bergmann 1-0/+1
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSGravatar Christophe Leroy 1-0/+1
2022-01-11parisc: Default to 16 CPUs on 32-bit kernelGravatar Helge Deller 1-1/+2
2022-01-11parisc: Enable TOC (transfer of contents) feature unconditionallyGravatar Helge Deller 1-14/+0
2021-12-22parisc: remove ARCH_DEFCONFIGGravatar Masahiro Yamada 1-5/+0
2021-11-01parisc: Move thread_info into task structGravatar Helge Deller 1-0/+1
2021-11-01parisc: add support for TOC (transfer of control)Gravatar Sven Schnelle 1-0/+14
2021-10-30parisc: Add KFENCE supportGravatar Helge Deller 1-2/+3
2021-10-30parisc: Switch to ARCH_STACKWALK implementationGravatar Helge Deller 1-0/+2
2021-10-07firmware: include drivers/firmware/Kconfig unconditionallyGravatar Arnd Bergmann 1-2/+0