aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-6/+3
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-0/+3
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-6/+0
2012-12-19Merge tag 'byteswap-for-linus-20121219' of git://git.infradead.org/users/dwmw2/byteswapLinus Torvalds1-0/+19
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov1-0/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+14
2012-12-06byteorder: allow arch to opt to use GCC intrinsics for byteswappingDavid Woodhouse1-0/+19
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker1-7/+8
2012-11-28generic sys_fork / sys_vfork / sys_cloneAl Viro1-0/+14
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+19
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+3
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro1-0/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+3
2012-10-09thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer1-0/+3
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+13
2012-09-30preparation for generic kernel_thread()Al Viro1-0/+3
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-0/+19
2012-09-26rcu: Settle config for userspace extended quiescent stateFrederic Weisbecker1-0/+10
2012-09-25cputime: Make finegrained irqtime accounting generally availableFrederic Weisbecker1-0/+6
2012-08-17cputime: Generalize CONFIG_VIRT_CPU_ACCOUNTINGFrederic Weisbecker1-0/+3
2012-08-10perf: Add ability to attach user stack dump to sampleJiri Olsa1-0/+7
2012-08-10perf: Unified API to record selective sets of arch registersJiri Olsa1-0/+6
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon1-0/+7
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-0/+3
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+17
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+23
2012-05-21drivers: add Contiguous Memory AllocatorMarek Szyprowski1-0/+3
2012-05-08tracing: Fix kconfig warning due to a typoSrikar Dronamraju1-1/+1
2012-05-08task_allocator: Use config switches instead of magic definesThomas Gleixner1-0/+8
2012-05-07tracing: Provide trace events interface for uprobesSrikar Dronamraju1-1/+1
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner1-1/+2
2012-05-05init_task: Create generic init_task instanceThomas Gleixner1-0/+3
2012-04-26smp: Provide generic idle thread allocationThomas Gleixner1-0/+3
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar1-8/+25
2012-04-14ptrace,seccomp: Add PTRACE_SECCOMP supportWill Drewry1-5/+5
2012-04-14seccomp: Add SECCOMP_RET_TRAPWill Drewry1-5/+9
2012-04-14seccomp: add SECCOMP_RET_ERRNOWill Drewry1-2/+4
2012-04-14seccomp: add system call filtering using BPFWill Drewry1-0/+17
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+3
2012-03-23nmi watchdog: do not use cpp symbol in KconfigCong Wang1-0/+3
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf1-0/+3
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-9/+20
2012-02-22uprobes: Move to kernel/events/Ingo Molnar1-1/+1
2012-02-17uprobes/core: Clean up, refactor and improve the codeIngo Molnar1-4/+10
2012-02-17uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju1-0/+11
2012-01-12mm,x86,um: move CMPXCHG_DOUBLE config optionHeiko Carstens1-0/+3
2012-01-12mm,x86,um: move CMPXCHG_LOCAL config optionHeiko Carstens1-0/+3
2012-01-12mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCALHeiko Carstens1-0/+8
2011-11-04oprofile, x86: Reimplement nmi timer mode using perf eventRobert Richter1-0/+4