aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2015-09-10kexec: split kexec_load syscall from kexec core codeGravatar Dave Young 1-0/+3
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2015-08-15percpu-rwsem: kill CONFIG_PERCPU_RWSEMGravatar Oleg Nesterov 1-1/+0
2015-08-03locking/static_keys: Add selftestGravatar Peter Zijlstra 1-0/+6
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Gravatar Ingo Molnar 1-0/+4
2015-06-25clone: support passing tls argument via C rather than pt_regs magicGravatar Josh Triplett 1-0/+7
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Gravatar Linus Torvalds 1-1/+1
2015-04-14mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEGravatar Kees Cook 1-0/+1
2015-04-14mm: expose arch_mmap_rnd when availableGravatar Kees Cook 1-0/+7
2015-04-14lib/ioremap.c: add huge I/O map capability interfacesGravatar Toshi Kani 1-0/+3
2015-04-14mm: define default PGTABLE_LEVELS to twoGravatar Kirill A. Shutemov 1-0/+4
2015-04-11oprofile: Disable oprofile NMI timer on ppc64Gravatar Anton Blanchard 1-1/+1
2014-09-03seccomp: Document two-phase seccomp and arch-provided seccomp_dataGravatar Andy Lutomirski 1-0/+11
2014-07-18seccomp: add "seccomp" syscallGravatar Kees Cook 1-0/+1
2014-03-18uprobes: Kconfig dependency fixGravatar David A. Long 1-5/+1
2013-12-20stackprotector: Introduce CONFIG_CC_STACKPROTECTOR_STRONGGravatar Kees Cook 1-3/+48
2013-12-20stackprotector: Unify the HAVE_CC_STACKPROTECTOR logic between architecturesGravatar Kees Cook 1-0/+22
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSGravatar Christoph Hellwig 1-3/+0
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+12
2013-10-01irq: Optimize softirq stack selection in irq exitGravatar Frederic Weisbecker 1-0/+10
2013-09-30vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN KconfigGravatar Kevin Hilman 1-0/+12
2013-09-28mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdefGravatar Heiko Carstens 1-3/+0
2013-08-13microblaze: fix clone syscallGravatar Michal Simek 1-0/+6
2013-07-03mm: soft-dirty bits for user memory changes trackingGravatar Pavel Emelyanov 1-0/+3
2013-05-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+3
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+6
2013-05-05idle: Fix hlt/nohlt command-line handling in new generic idleGravatar Kevin Hilman 1-0/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+0
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Gravatar Rusty Russell 1-0/+6
2013-03-12Select VIRT_TO_BUS directly where neededGravatar Stephen Rothwell 1-7/+0
2013-03-03make HAVE_SYSCALL_WRAPPERS unconditionalGravatar Al Viro 1-3/+0
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+16
2013-03-02Add HAVE_64BIT_ALIGNED_ACCESSGravatar James Hogan 1-0/+16
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSGravatar Stephen Rothwell 1-0/+7
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+26
2013-02-14burying unused conditionalsGravatar Al Viro 1-15/+0
2013-02-03generic sys_sigaction() and compat_sys_sigaction()Gravatar Al Viro 1-0/+11
2013-02-03generic sys_compat_rt_sigaction()Gravatar Al Viro 1-0/+3
2013-02-03old sigsuspend variants in kernel/signal.cGravatar Al Viro 1-0/+10
2013-02-03generic compat_sys_rt_sigqueueinfo()Gravatar Al Viro 1-0/+3
2013-02-03generic compat_sys_rt_sigpending()Gravatar Al Viro 1-0/+3
2013-02-03generic compat_sys_rt_sigprocmask()Gravatar Al Viro 1-0/+3
2013-02-03sanitize rt_sigaction() situation a bitGravatar Al Viro 1-0/+5
2013-01-21kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cGravatar Masami Hiramatsu 1-0/+12
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+3
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itGravatar Al Viro 1-0/+3
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 1-6/+0
2012-12-19Merge tag 'byteswap-for-linus-20121219' of git://git.infradead.org/users/dwmw...Gravatar Linus Torvalds 1-0/+19
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMGravatar Oleg Nesterov 1-0/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+14