aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+3
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+7
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+30
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu1-0/+30
2020-09-16mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching raceNicholas Piggin1-0/+7
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig1-0/+3
2020-09-01static_call: Add simple self-test for static callsPeter Zijlstra1-0/+6
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf1-0/+4
2020-09-01static_call: Add basic static call infrastructureJosh Poimboeuf1-0/+3
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+0
2020-08-06lib/vdso: Allow to add architecture-specific vdso dataSven Schnelle1-0/+3
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-08-04Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2020-07-24entry: Provide generic syscall entry functionalityThomas Gleixner1-0/+3
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-3/+0
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-7/+0
2020-06-26docs: move other kAPI documents to core-apiMauro Carvalho Chehab1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-6/+0
2020-05-18scs: Remove references to asm/scs.h from core codeWill Deacon1-2/+2
2020-05-15scs: Disable when function graph tracing is enabledSami Tolvanen1-0/+1
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen1-0/+24
2020-05-12clk: Move HAVE_CLK config out of architecture layerStephen Boyd1-6/+0
2020-04-04Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-4/+11
2020-03-30Merge tag 'timers-nohz-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+11
2020-03-16dma-direct: provide a arch_dma_clear_uncached hookChristoph Hellwig1-0/+7
2020-03-16dma-direct: make uncached_kernel_address more generalChristoph Hellwig1-4/+4
2020-03-16dma-direct: remove the cached_kernel_address hookChristoph Hellwig1-1/+1
2020-03-06arch/Kconfig: update HAVE_RELIABLE_STACKTRACE descriptionMiroslav Benes1-2/+3
2020-02-14context-tracking: Introduce CONFIG_HAVE_TIF_NOHZFrederic Weisbecker1-5/+11
2020-02-04asm-generic/tlb: provide MMU_GATHER_TABLE_FREEPeter Zijlstra1-0/+5
2020-02-04asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHERPeter Zijlstra1-1/+1
2020-02-04asm-generic/tlb: rename HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra1-1/+1
2020-02-04asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra1-1/+1
2020-02-04asm-generic/tlb: add missing CONFIG symbolPeter Zijlstra1-0/+3
2020-02-04mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra1-3/+0
2019-12-04arch/Kconfig: fix indentationKrzysztof Kozlowski1-11/+11
2019-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+5
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-9/+2
2019-12-01fork: support VMAP_STACK with KASAN_VMALLOCDaniel Axtens1-4/+5
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+8
2019-11-25locking/refcount: Consolidate implementations of refcount_tWill Deacon1-21/+0
2019-11-22tracing: Use xarray for syscall trace eventsHassan Naveed1-0/+8
2019-11-15y2038: allow disabling time32 system callsArnd Bergmann1-1/+2
2019-11-15y2038: remove CONFIG_64BIT_TIMEArnd Bergmann1-8/+0
2019-09-24arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti1-0/+1
2019-09-24arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti1-0/+10
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+3
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+7