aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-28fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst1-0/+6
2020-12-22kasan: allow VMAP_STACK for HW_TAGS modeAndrey Konovalov1-4/+4
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+16
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+17
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+17
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport1-0/+3
2020-12-15arm, arm64: move free_unused_memmap() to generic mmMike Rapoport1-0/+3
2020-12-15mm: speedup mremap on 1GB or larger regionsKalesh Singh1-0/+7
2020-12-15arch/Kconfig: fix spelling mistakesColin Ian King1-4/+4
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+17
2020-12-14Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)1-0/+16
2020-12-02s390/vtime: Use the generic IRQ entry accountingFrederic Weisbecker1-1/+6
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor1-0/+9
2020-11-20seccomp/cache: Report cache data through /proc/pid/seccomp_cacheYiFei Zhu1-0/+17
2020-11-19context_tracking: Introduce HAVE_CONTEXT_TRACKING_OFFSTACKFrederic Weisbecker1-0/+17
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