summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-06-101-6/+0
|\
| * clk: Move HAVE_CLK config out of architecture layerStephen Boyd2020-05-121-6/+0
* | scs: Remove references to asm/scs.h from core codeWill Deacon2020-05-181-2/+2
* | scs: Disable when function graph tracing is enabledSami Tolvanen2020-05-151-0/+1
* | scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen2020-05-151-0/+24
|/
* Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-04-041-4/+11
|\
| * dma-direct: provide a arch_dma_clear_uncached hookChristoph Hellwig2020-03-161-0/+7
| * dma-direct: make uncached_kernel_address more generalChristoph Hellwig2020-03-161-4/+4
| * dma-direct: remove the cached_kernel_address hookChristoph Hellwig2020-03-161-1/+1
* | Merge tag 'timers-nohz-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-5/+11
|\ \
| * | context-tracking: Introduce CONFIG_HAVE_TIF_NOHZFrederic Weisbecker2020-02-141-5/+11
| |/
* / arch/Kconfig: update HAVE_RELIABLE_STACKTRACE descriptionMiroslav Benes2020-03-061-2/+3
|/
* asm-generic/tlb: provide MMU_GATHER_TABLE_FREEPeter Zijlstra2020-02-041-0/+5
* asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHERPeter Zijlstra2020-02-041-1/+1
* asm-generic/tlb: rename HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2020-02-041-1/+1
* asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra2020-02-041-1/+1
* asm-generic/tlb: add missing CONFIG symbolPeter Zijlstra2020-02-041-0/+3
* mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra2020-02-041-3/+0
* arch/Kconfig: fix indentationKrzysztof Kozlowski2019-12-041-11/+11
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-011-4/+5
|\
| * fork: support VMAP_STACK with KASAN_VMALLOCDaniel Axtens2019-12-011-4/+5
* | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-9/+2
|\ \ | |/ |/|
| * y2038: allow disabling time32 system callsArnd Bergmann2019-11-151-1/+2
| * y2038: remove CONFIG_64BIT_TIMEArnd Bergmann2019-11-151-8/+0
* | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-271-0/+8
|\ \
| * | tracing: Use xarray for syscall trace eventsHassan Naveed2019-11-221-0/+8
| |/
* / locking/refcount: Consolidate implementations of refcount_tWill Deacon2019-11-251-21/+0
|/
* arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti2019-09-241-0/+1
* arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti2019-09-241-0/+10
* Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-0/+3
|\
| * x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/KconfigThiago Jung Bauermann2019-08-091-0/+3
* | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-0/+7
|\ \
| * | kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-221-0/+7
| |/
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-3/+0
|\ \