Age | Commit message (Expand) | Author | Files | Lines |
2011-01-13 | kernel: clean up USE_GENERIC_SMP_HELPERS | Amerigo Wang | 1 | -1/+1 |
2011-01-11 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2011-01-07 | tracing: Fix TRACE_EVENT power tracepoint creation | Mathieu Desnoyers | 1 | -0/+1 |
2010-12-14 | kbuild: fix interaction of CONFIG_IKCONFIG and KCONFIG_CONFIG | Ben Gardiner | 1 | -1/+1 |
2010-10-21 | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+0 |
2010-10-21 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+3 |
2010-10-18 | irq_work: Add generic hardirq context callbacks | Peter Zijlstra | 1 | -0/+2 |
2010-09-22 | jump label: Base patch for jump label | Jason Baron | 1 | -1/+1 |
2010-08-31 | Merge commit 'v2.6.36-rc3' into x86/memblock | Ingo Molnar | 1 | -5/+4 |
2010-08-27 | x86: Remove not used early_res code | Yinghai Lu | 1 | -1/+0 |
2010-08-20 | rcu: Add a TINY_PREEMPT_RCU | Paul E. McKenney | 1 | -0/+1 |
2010-08-10 | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 1 | -2/+3 |
2010-08-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -2/+0 |
2010-08-05 | Merge branch 'perf/nmi' into perf/core | Ingo Molnar | 1 | -1/+1 |
2010-07-28 | Audit: split audit watch Kconfig | Eric Paris | 1 | -2/+3 |
2010-07-23 | slow-work: kill it | Tejun Heo | 1 | -2/+0 |
2010-05-20 | Move kernel/kgdb.c to kernel/debug/debug_core.c | Jason Wessel | 1 | -1/+1 |
2010-05-12 | lockup_detector: Combine nmi_watchdog and softlockup detector | Don Zickus | 1 | -2/+1 |
2010-05-12 | Merge commit 'v2.6.34-rc7' into perf/nmi | Frederic Weisbecker | 1 | -1/+6 |
2010-05-08 | cpu_stop: add dummy implementation for UP | Tejun Heo | 1 | -1/+1 |
2010-03-06 | elf coredump: replace ELF_CORE_EXTRA_* macros by functions | Daisuke HATAYAMA | 1 | -0/+3 |
2010-03-03 | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+2 |
2010-02-16 | core: Move early_res from arch/x86 to kernel/ | Yinghai Lu | 1 | -0/+1 |
2010-02-10 | x86: Move range related operation to one file | Yinghai Lu | 1 | -1/+1 |
2010-02-08 | nmi_watchdog: Config option to enable new nmi_watchdog | Don Zickus | 1 | -0/+1 |
2010-01-06 | padata: Generic parallelization/serialization interface | Steffen Klassert | 1 | -0/+1 |
2009-12-08 | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 1 | -1/+1 |
2009-12-05 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+2 |
2009-12-05 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
2009-12-03 | Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33 | Avi Kivity | 1 | -0/+1 |
2009-12-01 | SLOW_WORK: Move slow_work's proc file to debugfs | David Howells | 1 | -1/+1 |
2009-11-23 | perf events: Do not generate function trace entries in perf code | Ingo Molnar | 1 | -0/+1 |
2009-11-19 | SLOW_WORK: Allow the work items to be viewed through a /proc file | David Howells | 1 | -0/+1 |
2009-11-06 | sysctl: Separate the binary sysctl logic into it's own file. | Eric W. Biederman | 1 | -1/+1 |
2009-10-26 | rcu: "Tiny RCU", The Bloatwatch Edition | Paul E. McKenney | 1 | -0/+1 |
2009-10-25 | x86: Fix user return notifier build | Avi Kivity | 1 | -0/+1 |
2009-10-18 | Merge commit 'perf/core' into perf/hw-breakpoint | Frederic Weisbecker | 1 | -4/+1 |
2009-09-24 | cgroups: move the cgroup debug subsys into cgroup.c to access internal state | Paul Menage | 1 | -1/+0 |
2009-09-21 | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
2009-09-21 | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 1 | -1/+1 |
2009-09-18 | tracing: Remove markers | Christoph Hellwig | 1 | -1/+0 |
2009-09-15 | driver-core: move dma-coherent.c from kernel to driver/base | Ming Lei | 1 | -1/+0 |
2009-09-15 | Merge branch 'linus' into tracing/hw-breakpoints | Ingo Molnar | 1 | -4/+2 |
2009-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 1 | -1/+1 |
2009-09-07 | Merge branch 'tracing/core' into tracing/hw-breakpoints | Ingo Molnar | 1 | -1/+3 |
2009-08-23 | rcu: Remove CONFIG_PREEMPT_RCU | Paul E. McKenney | 1 | -2/+0 |
2009-08-23 | rcu: Merge preemptable-RCU functionality into hierarchical RCU | Paul E. McKenney | 1 | -0/+1 |
2009-08-18 | kconfig: keep config.gz around even if CONFIG_IKCONFIG_PROC is not set | Steven Rostedt | 1 | -1/+1 |
2009-08-15 | Merge commit 'v2.6.31-rc6' into core/rcu | Ingo Molnar | 1 | -1/+2 |