| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 2012-05-25 |
|\ |
|
| * | drivers: add Contiguous Memory Allocator | Marek Szyprowski | 2012-05-21 |
* | | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-05-24 |
|\ \ |
|
| * | | tracing: Fix kconfig warning due to a typo | Srikar Dronamraju | 2012-05-08 |
| * | | tracing: Provide trace events interface for uprobes | Srikar Dronamraju | 2012-05-07 |
| * | | Merge branch 'perf/core' into perf/uprobes | Ingo Molnar | 2012-04-14 |
| |\| |
|
| * | | uprobes: Move to kernel/events/ | Ingo Molnar | 2012-02-22 |
| * | | uprobes/core: Clean up, refactor and improve the code | Ingo Molnar | 2012-02-17 |
| * | | uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints | Srikar Dronamraju | 2012-02-17 |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2012-05-21 |
|\ \ \ |
|
| * | | | ptrace,seccomp: Add PTRACE_SECCOMP support | Will Drewry | 2012-04-13 |
| * | | | seccomp: Add SECCOMP_RET_TRAP | Will Drewry | 2012-04-13 |
| * | | | seccomp: add SECCOMP_RET_ERRNO | Will Drewry | 2012-04-13 |
| * | | | seccomp: add system call filtering using BPF | Will Drewry | 2012-04-13 |
| | |/
| |/| |
|
* | | | task_allocator: Use config switches instead of magic defines | Thomas Gleixner | 2012-05-08 |
* | | | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK | Thomas Gleixner | 2012-05-05 |
* | | | init_task: Create generic init_task instance | Thomas Gleixner | 2012-05-05 |
* | | | smp: Provide generic idle thread allocation | Thomas Gleixner | 2012-04-26 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2012-03-29 |
|\ \ |
|
| * | | [PATCH v3] ipc: provide generic compat versions of IPC syscalls | Chris Metcalf | 2012-03-15 |
| |/ |
|
* | | nmi watchdog: do not use cpp symbol in Kconfig | Cong Wang | 2012-03-23 |
* | | static keys: Introduce 'struct static_key', static_key_true()/false() and sta... | Ingo Molnar | 2012-02-24 |
|/ |
|
* | mm,x86,um: move CMPXCHG_DOUBLE config option | Heiko Carstens | 2012-01-12 |
* | mm,x86,um: move CMPXCHG_LOCAL config option | Heiko Carstens | 2012-01-12 |
* | mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCAL | Heiko Carstens | 2012-01-12 |
* | oprofile, x86: Reimplement nmi timer mode using perf event | Robert Richter | 2011-11-04 |
* | Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHG | Huang Ying | 2011-08-03 |
* | mm, powerpc: move the RCU page-table freeing into generic code | Peter Zijlstra | 2011-05-25 |
* | arch:Kconfig.locks Remove unused config option. | Justin P. Mattock | 2011-04-10 |
* | mutexes, sched: Introduce arch_mutex_cpu_relax() | Gerald Schaefer | 2010-11-26 |
* | jump label: Add work around to i386 gcc asm goto bug | Steven Rostedt | 2010-10-29 |
* | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2010-09-24 |
|\ |
|
| * | jump label: Base patch for jump label | Jason Baron | 2010-09-22 |
* | | kprobes: Fix Kconfig dependency | Masami Hiramatsu | 2010-09-13 |
|/ |
|
* | Merge branch 'perf/nmi' into perf/core | Ingo Molnar | 2010-08-05 |
|\ |
|
| * | lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTOR | Frederic Weisbecker | 2010-05-15 |
| * | lockup_detector: Adapt CONFIG_PERF_EVENT_NMI to other archs | Frederic Weisbecker | 2010-05-15 |
* | | hw-breakpoints: Separate constraint space for data and instruction breakpoints | Frederic Weisbecker | 2010-04-30 |
* | | kprobes: Hide CONFIG_OPTPROBES and set if arch supports optimized kprobes | Masami Hiramatsu | 2010-03-16 |
|/ |
|
* | Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2010-03-05 |
|\ |
|
| * | kprobes: Introduce kprobes jump optimization | Masami Hiramatsu | 2010-02-25 |
* | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-02-28 |
|\ \ |
|
| * | | tracing/kprobes: Add short documentation for HAVE_REGS_AND_STACK_ACCESS_API | Heiko Carstens | 2010-02-22 |
| * | | tracing/kprobes: Make Kconfig dependencies generic | Heiko Carstens | 2010-02-17 |
| |/ |
|
* | | oprofile/x86: remove OPROFILE_IBS config option | Robert Richter | 2010-02-26 |
* | | oprofile: remove EXPERIMENTAL from the config option description | Robert Richter | 2010-02-26 |
* | | oprofile: remove tracing build dependency | Robert Richter | 2010-02-26 |
|/ |
|
* | hw-breakpoints: Fix hardware breakpoints -> perf events dependency | Frederic Weisbecker | 2009-12-18 |
* | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-12-08 |
|\ |
|
| * | core, x86: Add user return notifiers | Avi Kivity | 2009-10-01 |