aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-3/+3
2020-06-01parisc: Kconfig: Update references to parisc websiteGravatar Helge Deller 1-1/+1
2020-03-27parisc: Fix defconfig selectionGravatar Helge Deller 1-0/+5
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2020-01-07parisc: Implement copy_thread_tlsGravatar Amanieu d'Antras 1-0/+1
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Gravatar Shile Zhang 1-1/+1
2019-12-08sched/rt, parisc: Use CONFIG_PREEMPTIONGravatar Thomas Gleixner 1-1/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+0
2019-09-08parisc: add support for kexec_file_load() syscallGravatar Sven Schnelle 1-0/+10
2019-09-08parisc: add kexec syscall supportGravatar Sven Schnelle 1-0/+13
2019-09-04parisc: don't set ARCH_NO_COHERENT_DMA_MMAPGravatar Christoph Hellwig 1-1/+0
2019-08-03parisc/ftrace: Add KPROBES_ON_FTRACEGravatar Sven Schnelle 1-0/+2
2019-07-15docs: admin-guide: add a series of orphaned documentsGravatar Mauro Carvalho Chehab 1-1/+1
2019-06-08parisc: add dynamic ftraceGravatar Sven Schnelle 1-0/+2
2019-05-20parisc: Allow building 64-bit kernel without -mlong-calls compiler optionGravatar Helge Deller 1-1/+2
2019-05-20parisc: Kconfig: remove ARCH_DISCARD_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2019-05-07Merge branch 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-8/+9
2019-05-06parisc: Add static branch and JUMP_LABEL featureGravatar Helge Deller 1-0/+2
2019-05-03parisc: Switch from DISCONTIGMEM to SPARSEMEMGravatar Helge Deller 1-8/+4
2019-05-03parisc: Implement kretprobesGravatar Sven Schnelle 1-0/+1
2019-05-03parisc: Implement kprobesGravatar Sven Schnelle 1-0/+1
2019-05-03parisc: add KGDB supportGravatar Sven Schnelle 1-0/+1
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsGravatar Waiman Long 1-6/+0
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionGravatar Yury Norov 1-0/+1
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2018-12-13dma-mapping: always build the direct mapping codeGravatar Christoph Hellwig 1-1/+0
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINGravatar Christoph Hellwig 1-0/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciGravatar Christoph Hellwig 1-0/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMGravatar Mike Rapoport 1-1/+0
2018-09-20dma-mapping: merge direct and noncoherent opsGravatar Christoph Hellwig 1-1/+1
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-27/+0
2018-08-13parisc: Add HAVE_REGS_AND_STACK_ACCESS_API featureGravatar Helge Deller 1-0/+1
2018-08-13parisc: use generic dma_noncoherent_opsGravatar Christoph Hellwig 1-0/+4
2018-08-10lib/ubsan: remove null-pointer checksGravatar Andrey Ryabinin 1-1/+0
2018-08-08parisc: Enable CONFIG_MLONGCALLS by defaultGravatar Helge Deller 1-1/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigGravatar Christoph Hellwig 1-1/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuGravatar Christoph Hellwig 1-2/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigGravatar Christoph Hellwig 1-24/+0
2018-06-28parisc: Default to 4 SMP CPUsGravatar Helge Deller 1-1/+1
2018-06-28parisc: Mark 16kB and 64kB page sizes BROKENGravatar Helge Deller 1-2/+2
2018-06-15arch/*: Kconfig: fix documentation for NMI watchdogGravatar Mauro Carvalho Chehab 1-1/+1
2018-05-09dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigGravatar Christoph Hellwig 1-3/+1
2018-05-09scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigGravatar Christoph Hellwig 1-3/+1
2018-04-11parisc: Switch to generic COMPAT_BINFMT_ELFGravatar Helge Deller 1-0/+1
2018-03-27parisc/Kconfig: SMP kernels boot on all machinesGravatar Helge Deller 1-4/+2
2017-11-17arch: Fix duplicates in Kconfig for parisc and sparcGravatar Babu Moger 1-3/+0
2017-11-17parisc: Add CPU topology supportGravatar Helge Deller 1-0/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1