aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Gravatar Linus Torvalds 1-0/+3
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+17
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-0/+23
2012-05-21drivers: add Contiguous Memory AllocatorGravatar Marek Szyprowski 1-0/+3
2012-05-08tracing: Fix kconfig warning due to a typoGravatar Srikar Dronamraju 1-1/+1
2012-05-08task_allocator: Use config switches instead of magic definesGravatar Thomas Gleixner 1-0/+8
2012-05-07tracing: Provide trace events interface for uprobesGravatar Srikar Dronamraju 1-1/+1
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKGravatar Thomas Gleixner 1-1/+2
2012-05-05init_task: Create generic init_task instanceGravatar Thomas Gleixner 1-0/+3
2012-04-26smp: Provide generic idle thread allocationGravatar Thomas Gleixner 1-0/+3
2012-04-14Merge branch 'perf/core' into perf/uprobesGravatar Ingo Molnar 1-8/+25
2012-04-14ptrace,seccomp: Add PTRACE_SECCOMP supportGravatar Will Drewry 1-5/+5
2012-04-14seccomp: Add SECCOMP_RET_TRAPGravatar Will Drewry 1-5/+9
2012-04-14seccomp: add SECCOMP_RET_ERRNOGravatar Will Drewry 1-2/+4
2012-04-14seccomp: add system call filtering using BPFGravatar Will Drewry 1-0/+17
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 1-0/+3
2012-03-23nmi watchdog: do not use cpp symbol in KconfigGravatar Cong Wang 1-0/+3
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsGravatar Chris Metcalf 1-0/+3
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Gravatar Ingo Molnar 1-9/+20
2012-02-22uprobes: Move to kernel/events/Gravatar Ingo Molnar 1-1/+1
2012-02-17uprobes/core: Clean up, refactor and improve the codeGravatar Ingo Molnar 1-4/+10
2012-02-17uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsGravatar Srikar Dronamraju 1-0/+11
2012-01-12mm,x86,um: move CMPXCHG_DOUBLE config optionGravatar Heiko Carstens 1-0/+3
2012-01-12mm,x86,um: move CMPXCHG_LOCAL config optionGravatar Heiko Carstens 1-0/+3
2012-01-12mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCALGravatar Heiko Carstens 1-0/+8
2011-11-04oprofile, x86: Reimplement nmi timer mode using perf eventGravatar Robert Richter 1-0/+4
2011-08-03Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGGravatar Huang Ying 1-0/+3
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codeGravatar Peter Zijlstra 1-0/+3
2011-04-10arch:Kconfig.locks Remove unused config option.Gravatar Justin P. Mattock 1-3/+0
2010-11-26mutexes, sched: Introduce arch_mutex_cpu_relax()Gravatar Gerald Schaefer 1-0/+3
2010-10-29jump label: Add work around to i386 gcc asm goto bugGravatar Steven Rostedt 1-0/+14
2010-09-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 1-0/+3
2010-09-22jump label: Base patch for jump labelGravatar Jason Baron 1-0/+3
2010-09-13kprobes: Fix Kconfig dependencyGravatar Masami Hiramatsu 1-2/+2
2010-08-05Merge branch 'perf/nmi' into perf/coreGravatar Ingo Molnar 1-0/+7
2010-05-16lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTORGravatar Frederic Weisbecker 1-0/+4
2010-05-16lockup_detector: Adapt CONFIG_PERF_EVENT_NMI to other archsGravatar Frederic Weisbecker 1-0/+3
2010-05-01hw-breakpoints: Separate constraint space for data and instruction breakpointsGravatar Frederic Weisbecker 1-0/+11
2010-03-16kprobes: Hide CONFIG_OPTPROBES and set if arch supports optimized kprobesGravatar Masami Hiramatsu 1-7/+2
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+13
2010-02-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+8
2010-02-26oprofile/x86: remove OPROFILE_IBS config optionGravatar Robert Richter 1-14/+0
2010-02-26oprofile: remove EXPERIMENTAL from the config option descriptionGravatar Robert Richter 1-1/+1
2010-02-26oprofile: remove tracing build dependencyGravatar Robert Richter 1-2/+0
2010-02-25kprobes: Introduce kprobes jump optimizationGravatar Masami Hiramatsu 1-0/+13
2010-02-22tracing/kprobes: Add short documentation for HAVE_REGS_AND_STACK_ACCESS_APIGravatar Heiko Carstens 1-0/+5
2010-02-17tracing/kprobes: Make Kconfig dependencies genericGravatar Heiko Carstens 1-0/+3
2009-12-18hw-breakpoints: Fix hardware breakpoints -> perf events dependencyGravatar Frederic Weisbecker 1-3/+1
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+9
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsGravatar Frederic Weisbecker 1-0/+3