aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
AgeCommit message (Expand)Author
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-03-02Add HAVE_64BIT_ALIGNED_ACCESSJames Hogan
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-14burying unused conditionalsAl Viro
2013-02-03generic sys_sigaction() and compat_sys_sigaction()Al Viro
2013-02-03generic sys_compat_rt_sigaction()Al Viro
2013-02-03old sigsuspend variants in kernel/signal.cAl Viro
2013-02-03generic compat_sys_rt_sigqueueinfo()Al Viro
2013-02-03generic compat_sys_rt_sigpending()Al Viro
2013-02-03generic compat_sys_rt_sigprocmask()Al Viro
2013-02-03sanitize rt_sigaction() situation a bitAl Viro
2013-01-21kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro
2012-12-19Merge tag 'byteswap-for-linus-20121219' of git://git.infradead.org/users/dwmw...Linus Torvalds
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-06byteorder: allow arch to opt to use GCC intrinsics for byteswappingDavid Woodhouse
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker
2012-11-28generic sys_fork / sys_vfork / sys_cloneAl Viro
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-09thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-09-30preparation for generic kernel_thread()Al Viro
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells
2012-09-26rcu: Settle config for userspace extended quiescent stateFrederic Weisbecker
2012-09-25cputime: Make finegrained irqtime accounting generally availableFrederic Weisbecker
2012-08-17cputime: Generalize CONFIG_VIRT_CPU_ACCOUNTINGFrederic Weisbecker
2012-08-10perf: Add ability to attach user stack dump to sampleJiri Olsa
2012-08-10perf: Unified API to record selective sets of arch registersJiri Olsa
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-05-21drivers: add Contiguous Memory AllocatorMarek Szyprowski
2012-05-08tracing: Fix kconfig warning due to a typoSrikar Dronamraju
2012-05-08task_allocator: Use config switches instead of magic definesThomas Gleixner
2012-05-07tracing: Provide trace events interface for uprobesSrikar Dronamraju
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner
2012-05-05init_task: Create generic init_task instanceThomas Gleixner
2012-04-26smp: Provide generic idle thread allocationThomas Gleixner
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar
2012-04-14ptrace,seccomp: Add PTRACE_SECCOMP supportWill Drewry
2012-04-14seccomp: Add SECCOMP_RET_TRAPWill Drewry