summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-0/+19
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-0/+19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-0/+3
|\ \
| * | infrastructure for saner ret_from_kernel_thread semanticsAl Viro2012-10-121-0/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-0/+3
|\| |
| * | preparation for generic kernel_thread()Al Viro2012-09-301-0/+3
| |/
* | thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer2012-10-091-0/+3
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-011-0/+9
|\ \
| * | cputime: Make finegrained irqtime accounting generally availableFrederic Weisbecker2012-09-251-0/+6
| * | cputime: Generalize CONFIG_VIRT_CPU_ACCOUNTINGFrederic Weisbecker2012-08-171-0/+3
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-011-0/+13
|\ \
| * | perf: Add ability to attach user stack dump to sampleJiri Olsa2012-08-101-0/+7
| * | perf: Unified API to record selective sets of arch registersJiri Olsa2012-08-101-0/+6
| |/
* / rcu: Settle config for userspace extended quiescent stateFrederic Weisbecker2012-09-261-0/+10
|/
* ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-0/+7
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-251-0/+3
|\
| * drivers: add Contiguous Memory AllocatorMarek Szyprowski2012-05-211-0/+3
* | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-241-0/+17
|\ \
| * | tracing: Fix kconfig warning due to a typoSrikar Dronamraju2012-05-081-1/+1
| * | tracing: Provide trace events interface for uprobesSrikar Dronamraju2012-05-071-1/+1
| * | Merge branch 'perf/core' into perf/uprobesIngo Molnar2012-04-141-8/+25
| |\|
| * | uprobes: Move to kernel/events/Ingo Molnar2012-02-221-1/+1
| * | uprobes/core: Clean up, refactor and improve the codeIngo Molnar2012-02-171-4/+10
| * | uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju2012-02-171-0/+11
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-211-0/+23
|\ \ \
| * | | ptrace,seccomp: Add PTRACE_SECCOMP supportWill Drewry2012-04-141-5/+5
| * | | seccomp: Add SECCOMP_RET_TRAPWill Drewry2012-04-141-5/+9
| * | | seccomp: add SECCOMP_RET_ERRNOWill Drewry2012-04-141-2/+4
| * | | seccomp: add system call filtering using BPFWill Drewry2012-04-141-0/+17
| | |/ | |/|
* | | task_allocator: Use config switches instead of magic definesThomas Gleixner2012-05-081-0/+8
* | | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+2
* | | init_task: Create generic init_task instanceThomas Gleixner2012-05-051-0/+3
* | | smp: Provide generic idle thread allocationThomas Gleixner2012-04-261-0/+3
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-03-291-0/+3
|\ \
| * | [PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf2012-03-151-0/+3
| |/
* | nmi watchdog: do not use cpp symbol in KconfigCong Wang2012-03-231-0/+3
* | static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-9/+20
|/
* mm,x86,um: move CMPXCHG_DOUBLE config optionHeiko Carstens2012-01-121-0/+3
* mm,x86,um: move CMPXCHG_LOCAL config optionHeiko Carstens2012-01-121-0/+3
* mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCALHeiko Carstens2012-01-121-0/+8
* oprofile, x86: Reimplement nmi timer mode using perf eventRobert Richter2011-11-041-0/+4
* Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying2011-08-031-0/+3
* mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra2011-05-251-0/+3
* arch:Kconfig.locks Remove unused config option.Justin P. Mattock2011-04-101-3/+0
* mutexes, sched: Introduce arch_mutex_cpu_relax()Gerald Schaefer2010-11-261-0/+3
* jump label: Add work around to i386 gcc asm goto bugSteven Rostedt2010-10-291-0/+14
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-241-0/+3
|\
| * jump label: Base patch for jump labelJason Baron2010-09-221-0/+3
* | kprobes: Fix Kconfig dependencyMasami Hiramatsu2010-09-131-2/+2
|/
* Merge branch 'perf/nmi' into perf/coreIngo Molnar2010-08-051-0/+7
|\