aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-201-6/+3
|\
| * introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-191-0/+3
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-191-6/+0
* | Merge tag 'byteswap-for-linus-20121219' of git://git.infradead.org/users/dwmw...Linus Torvalds2012-12-191-0/+19
|\ \
| * | byteorder: allow arch to opt to use GCC intrinsics for byteswappingDavid Woodhouse2012-12-051-0/+19
* | | percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov2012-12-171-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-121-0/+14
|\ \ \ | | |/ | |/|
| * | generic sys_fork / sys_vfork / sys_cloneAl Viro2012-11-281-0/+14
| |/
* / context_tracking: New context tracking susbsystemFrederic Weisbecker2012-11-301-7/+8
|/
* 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-121-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-091-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-131-5/+5
| * | | seccomp: Add SECCOMP_RET_TRAPWill Drewry2012-04-131-5/+9
| * | | seccomp: add SECCOMP_RET_ERRNOWill Drewry2012-04-131-2/+4
| * | | seccomp: add system call filtering using BPFWill Drewry2012-04-131-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