summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-0/+6
|\
| * softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner2021-02-101-0/+6
* | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-231-0/+90
|\ \
| * | kbuild: lto: fix module versioningSami Tolvanen2021-01-141-1/+0
| * | kbuild: add support for Clang LTOSami Tolvanen2021-01-141-0/+91
* | | Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds2021-02-221-2/+2
|\ \ \
| * | | arch/Kconfig: update a broken file referenceLukas Bulwahn2021-01-211-2/+2
| | |/ | |/|
* | | Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-02-211-0/+4
|\ \ \
| * | | s390,alpha: switch to 64-bit ino_tHeiko Carstens2021-02-131-0/+4
| |/ /
* | | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-0/+9
|\ \ \
| * | | preempt: Introduce CONFIG_PREEMPT_DYNAMICMichal Hocko2021-02-171-0/+9
| |/ /
* | | Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-32/+0
|\ \ \
| * | | drivers: Remove CONFIG_OPROFILE supportViresh Kumar2021-01-291-32/+0
| |/ /
* | | Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-211-0/+3
|\ \ \ | |/ / |/| |
| * | [amd64] clean PRSTATUS_SIZE/SET_PR_FPVALID up properlyAl Viro2021-01-061-0/+3
| |/
* / fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst2020-12-281-0/+6
|/
* kasan: allow VMAP_STACK for HW_TAGS modeAndrey Konovalov2020-12-221-4/+4
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-0/+16
|\
| * Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)2020-12-141-0/+16
* | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-161-0/+17
|\ \
| * | seccomp/cache: Report cache data through /proc/pid/seccomp_cacheYiFei Zhu2020-11-201-0/+17
| |/
* | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-151-1/+6
|\ \
| * | s390/vtime: Use the generic IRQ entry accountingFrederic Weisbecker2020-12-021-1/+6
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-4/+17
|\ \
| * | arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport2020-12-151-0/+3
| * | arm, arm64: move free_unused_memmap() to generic mmMike Rapoport2020-12-151-0/+3
| * | mm: speedup mremap on 1GB or larger regionsKalesh Singh2020-12-151-0/+7
| * | arch/Kconfig: fix spelling mistakesColin Ian King2020-12-151-4/+4
* | | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-0/+17
|\ \ \ | |/ / |/| |
| * | context_tracking: Introduce HAVE_CONTEXT_TRACKING_OFFSTACKFrederic Weisbecker2020-11-191-0/+17
| |/
* / kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor2020-12-011-0/+9
|/
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+3
|\
| * uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+3
* | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-161-0/+7
|\ \
| * | mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching raceNicholas Piggin2020-09-161-0/+7
| |/
* | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-0/+30
|\ \
| * | seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu2020-10-081-0/+30
| |/
* | static_call: Add simple self-test for static callsPeter Zijlstra2020-09-011-0/+6
* | static_call: Add inline static call infrastructureJosh Poimboeuf2020-09-011-0/+4
* | static_call: Add basic static call infrastructureJosh Poimboeuf2020-09-011-0/+3
|/
* Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-141-0/+3
|\
| * lib/vdso: Allow to add architecture-specific vdso dataSven Schnelle2020-08-061-0/+3
* | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-3/+0
|\ \ | |/ |/|
| * kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-3/+0
* | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-1/+1
|\ \
| * | docs: move other kAPI documents to core-apiMauro Carvalho Chehab2020-06-261-1/+1
| |/
* | Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-0/+3
|\ \
| * | entry: Provide generic syscall entry functionalityThomas Gleixner2020-07-241-0/+3
| |/
* / arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-7/+0
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2