| Commit message (Expand) | Author | Age |
* | 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 |
* | | hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events | Frederic Weisbecker | 2009-11-08 |
* | | Merge commit 'perf/core' into perf/hw-breakpoint | Frederic Weisbecker | 2009-10-17 |
|\| |
|
| * | oprofile: fix oprofile regression: select RING_BUFFER_ALLOW_SWAP | Christian Borntraeger | 2009-09-17 |
* | | Merge branch 'linus' into tracing/hw-breakpoints | Ingo Molnar | 2009-09-15 |
|\| |
|
| * | oprofile: Implement performance counter multiplexing | Jason Yeh | 2009-07-20 |
* | | Merge branch 'tracing/core' into tracing/hw-breakpoints | Ingo Molnar | 2009-09-07 |
|\| |
|
| * | gcov: add gcov profiling infrastructure | Peter Oberparleiter | 2009-06-18 |
* | | hw-breakpoints: introducing generic hardware breakpoint handler interfaces | K.Prasad | 2009-06-02 |
|/ |
|
* | mutex: have non-spinning mutexes on s390 by default | Heiko Carstens | 2009-04-09 |