summaryrefslogtreecommitdiffstats
path: root/arch/parisc/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-2/+2
|\
| * treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada2024-02-201-2/+2
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-0/+1
|\ \
| * | Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-221-0/+1
| |/
* | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-121-1/+1
|\ \
| * | ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook2024-02-061-1/+1
* | | arch: simplify architecture specific page size configurationArnd Bergmann2024-03-061-0/+3
| |/ |/|
* | parisc: Fix random data corruption from exception handlerHelge Deller2024-01-301-1/+0
|/
* parisc: Reduce size of the bug_table on 64-bit kernel by halfHelge Deller2023-11-251-2/+5
* parisc: fix mmap_base calculation when stack grows upwardsHelge Deller2023-11-151-3/+3
* Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-11-011-0/+1
|\
| * dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbolChristoph Hellwig2023-10-221-0/+1
* | parisc: Allow building uncompressed Linux kernelHelge Deller2023-10-301-0/+1
|/
* Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-23/+11
|\
| * parisc/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-23/+11
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-0/+1
|\ \
| * | parisc: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-181-0/+1
| |/
* | parisc: Wire up eBPF JIT compilerHelge Deller2023-08-221-0/+2
* | parisc: Use generic mmap top-down layout and brk randomizationHelge Deller2023-08-221-0/+17
|/
* parisc: Default to 8 CPUs for 64-bit kernelHelge Deller2023-06-301-1/+1
* parisc: Move TLB_PTLOCK option to Kconfig.debugHelge Deller2023-06-301-10/+0
* Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-0/+1
|\
| * parisc: Switch to hotplug core state synchronizationThomas Gleixner2023-05-151-0/+1
* | parisc: Enable LOCKDEP supportHelge Deller2023-05-241-0/+4
|/
* Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle2023-04-051-0/+1
* parisc: Allow CONFIG_64BIT with ARCH=pariscHelge Deller2022-09-151-1/+11
* parisc: Make CONFIG_64BIT available for ARCH=parisc64 onlyHelge Deller2022-08-221-15/+6
* Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-1/+0
|\
| * arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-281-1/+0
* | parisc: Enable ARCH_HAS_STRICT_MODULE_RWXHelge Deller2022-06-261-0/+1
|/
* Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-311-4/+0
|\
| * arch: Add SYSVIPC_COMPAT for all architecturesGuo Ren2022-04-261-4/+0
* | parisc: Re-enable GENERIC_CPU_DEVICES for !SMPHelge Deller2022-05-081-0/+1
|/
* parisc: Implement __cpu_die() and __cpu_disable() for CPU hotpluggingHelge Deller2022-03-291-0/+1
* parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGYHelge Deller2022-03-291-9/+2
* Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-0/+1
|\
| * asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy2022-02-161-0/+1
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-0/+1
|\ \
| * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-0/+1
| |/
* | parisc: Enable ARCH_HAS_DEBUG_VM_PGTABLEHelge Deller2022-03-171-0/+1
* | parisc: Always use the self-extracting kernel featureHelge Deller2022-03-111-12/+0
* | parisc: Add vDSO supportHelge Deller2022-03-111-0/+1
|/
* parisc: Default to 16 CPUs on 32-bit kernelHelge Deller2022-01-111-1/+2
* parisc: Enable TOC (transfer of contents) feature unconditionallyHelge Deller2022-01-111-14/+0
* parisc: remove ARCH_DEFCONFIGMasahiro Yamada2021-12-221-5/+0
* parisc: Move thread_info into task structHelge Deller2021-11-011-0/+1
* parisc: add support for TOC (transfer of control)Sven Schnelle2021-11-011-0/+14
* parisc: Add KFENCE supportHelge Deller2021-10-301-2/+3
* parisc: Switch to ARCH_STACKWALK implementationHelge Deller2021-10-301-0/+2
* firmware: include drivers/firmware/Kconfig unconditionallyArnd Bergmann2021-10-071-2/+0