summaryrefslogtreecommitdiffstats
path: root/arch/parisc/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* parisc: Enable -mlong-calls gcc option with CONFIG_COMPILE_TESTHelge Deller2021-03-021-2/+5
* Merge tag 'clang-lto-v5.12-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-0/+1
|\
| * parisc: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRYSami Tolvanen2021-02-251-0/+1
* | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-0/+1
|\ \
| * \ Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-121-3/+2
| |\ \
| * | | softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner2021-02-101-0/+1
| | |/ | |/|
* | | Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-211-0/+11
|\ \ \
| * | | parisc: Optimize per-pagetable spinlocksHelge Deller2021-02-121-0/+10
| * | | parisc: Use the generic devmem_is_allowed()Helge Deller2021-02-121-0/+1
| | |/ | |/|
* | | Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-1/+0
|\ \ \
| * | | arch: parisc: Remove CONFIG_OPROFILE supportViresh Kumar2021-01-291-1/+0
| | |/ | |/|
* | | Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-211-1/+0
|\ \ \ | |_|/ |/| |
| * | Kconfig: regularize selection of CONFIG_BINFMT_ELFAl Viro2021-01-061-1/+0
| |/
* / parisc: Enable -mlong-calls gcc option by default when !CONFIG_MODULESHelge Deller2021-01-261-3/+2
|/
* parisc: use legacy_timer_tickArnd Bergmann2020-10-301-1/+1
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\
| * uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | Merge branch 'parisc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-151-0/+1
|\ \
| * | parisc: Add qemu fw_cfg interfaceHelge Deller2020-10-151-0/+1
* | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+0
|\ \ \ | |/ / |/| |
| * | dma-mapping: remove dma_cache_syncChristoph Hellwig2020-09-251-1/+0
| |/
* / seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu2020-10-081-16/+0
|/
* Merge branch 'parisc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-041-1/+1
|\
| * parisc: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-281-1/+1
* | Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-041-0/+1
|\ \
| * | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-191-0/+1
| |/
* / arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* parisc: Kconfig: Update references to parisc websiteHelge Deller2020-06-011-1/+1
* parisc: Fix defconfig selectionHelge Deller2020-03-271-0/+5
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-1/+1
|\
| * sched/rt, parisc: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-1/+1
* | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-1/+1
|\ \
| * | scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang2019-12-131-1/+1
| |/
* / parisc: Implement copy_thread_tlsAmanieu d'Antras2020-01-071-0/+1
|/
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-1/+0
|\
| * parisc: don't set ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2019-09-041-1/+0
* | parisc: add support for kexec_file_load() syscallSven Schnelle2019-09-081-0/+10
* | parisc: add kexec syscall supportSven Schnelle2019-09-081-0/+13
* | parisc/ftrace: Add KPROBES_ON_FTRACESven Schnelle2019-08-031-0/+2
|/
* docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
* parisc: add dynamic ftraceSven Schnelle2019-06-081-0/+2
* parisc: Allow building 64-bit kernel without -mlong-calls compiler optionHelge Deller2019-05-201-1/+2
* parisc: Kconfig: remove ARCH_DISCARD_MEMBLOCKMike Rapoport2019-05-201-1/+0
* Merge branch 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-071-8/+9
|\
| * parisc: Add static branch and JUMP_LABEL featureHelge Deller2019-05-061-0/+2
| * parisc: Switch from DISCONTIGMEM to SPARSEMEMHelge Deller2019-05-031-8/+4
| * parisc: Implement kretprobesSven Schnelle2019-05-031-0/+1
| * parisc: Implement kprobesSven Schnelle2019-05-031-0/+1
| * parisc: add KGDB supportSven Schnelle2019-05-031-0/+1