| Commit message (Expand) | Author | Age |
* | hw-breakpoints: Separate the kernel part from breakpoint headers | Frederic Weisbecker | 2009-11-22 |
* | tracing: Use the perf recursion protection from trace event | Frederic Weisbecker | 2009-11-22 |
* | perf: Fix event scaling for inherited counters | Peter Zijlstra | 2009-11-21 |
* | perf: Allow for custom overflow handlers | Peter Zijlstra | 2009-11-21 |
* | Merge branch 'tracing/hw-breakpoints' into perf/core | Ingo Molnar | 2009-11-21 |
|\ |
|
| * | hw-breakpoints: Fix build on !perf architectures | Ingo Molnar | 2009-11-13 |
| * | hw-breakpoints: Provide an off-case for counter_arch_bp() | Frederic Weisbecker | 2009-11-13 |
| * | hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events | Frederic Weisbecker | 2009-11-08 |
| * | hw-breakpoint: Move asm-generic/hw_breakpoint.h to linux/hw_breakpoint.h | Frederic Weisbecker | 2009-11-05 |
| * | perf/core: Add a callback to perf events | Frederic Weisbecker | 2009-11-03 |
| * | perf/core: Provide a kernel-internal interface to get to performance counters | Arjan van de Ven | 2009-11-03 |
* | | Merge branch 'perf/core' into perf/probes | Ingo Molnar | 2009-11-17 |
|\ \ |
|
| * | | perf_event: Optimize perf_output_lock() | Peter Zijlstra | 2009-11-16 |
| | | | |
| | \ | |
| *-. \ | Merge branches 'perf/powerpc' and 'perf/bench' into perf/core | Ingo Molnar | 2009-11-15 |
| |\ \ \ |
|
| | * | | | perf_event: Add alignment-faults and emulation-faults software events | Anton Blanchard | 2009-10-28 |
| * | | | | Merge commit 'v2.6.32-rc7' into perf/core | Ingo Molnar | 2009-11-15 |
| |\ \ \ \ |
|
| | * | | | | serial: add support for the Lava Quattro PCI quad-port 16550A card | Lennert Buytenhek | 2009-11-12 |
| | * | | | | fb: remove fb_save_state() and fb_restore_state operations | Krzysztof Helt | 2009-11-12 |
| | * | | | | ext3: Wait for proper transaction commit on fsync | Jan Kara | 2009-11-11 |
| | * | | | | i2c: Add an interface to lock/unlock an I2C bus segment | Jean Delvare | 2009-11-07 |
| | * | | | | i2c-piix4: Modify code name SB900 to Hudson-2 | Crane Cai | 2009-11-07 |
| * | | | | | perf_event: Fix invalid type in ioctl definition | Arjan van de Ven | 2009-11-14 |
| | |_|/ /
| |/| | | |
|
| * | | | | Merge commit 'v2.6.32-rc6' into perf/core | Ingo Molnar | 2009-11-04 |
| |\| | |
| | |_|/
| |/| | |
|
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-11-03 |
| | |\ \ |
|
| | | * | | net: fix sk_forward_alloc corruption | Eric Dumazet | 2009-10-30 |
| | | * | | net: fix kmemcheck annotations | Eric Dumazet | 2009-10-30 |
| | * | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-11-02 |
| | |\ \ \ |
|
| | | * | | | perf events: Fix swevent hrtimer sampling by keeping track of remaining time ... | Soeren Sandmann | 2009-10-23 |
| | * | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-11-02 |
| | |\ \ \ \ |
|
| | | * | | | | tracing: Remove cpu arg from the rb_time_stamp() function | Jiri Olsa | 2009-10-24 |
| | * | | | | | Driver core: allow certain drivers prohibit bind/unbind via sysfs | Dmitry Torokhov | 2009-10-30 |
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-param-fixes | Linus Torvalds | 2009-10-29 |
| | |\ \ \ \ \ |
|
| | | * | | | | | param: fix lots of bugs with writing charp params from sysfs, by leaking mem. | Rusty Russell | 2009-10-28 |
| | | |/ / / / |
|
| | * | | | | | Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2009-10-29 |
| | |\ \ \ \ \ |
|
| | | * | | | | | HWPOISON: Clean up PR_MCE_KILL interface | Andi Kleen | 2009-10-03 |
| | * | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-10-29 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | rcu: Stopgap fix for synchronize_rcu_expedited() for TREE_PREEMPT_RCU | Paul E. McKenney | 2009-10-15 |
| | * | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-10-29 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | sched: Disable SD_PREFER_LOCAL for MC/CPU domains | Peter Zijlstra | 2009-10-14 |
| | | |/ / / / / / |
|
| | * | | | | | | | 8250_pci: add IBM Saturn serial card | Benjamin Herrenschmidt | 2009-10-29 |
| | * | | | | | | | serial: add ADDI-DATA GmbH PCI-Express communication cards in 8250_pci.c and ... | Krauth.Julien | 2009-10-29 |
| | * | | | | | | | strstrip(): mark as as must_check | KOSAKI Motohiro | 2009-10-29 |
| | * | | | | | | | cpufreq: add cpufreq_get() stub for CONFIG_CPU_FREQ=n | Randy Dunlap | 2009-10-29 |
| | | |_|/ / / /
| | |/| | | | | |
|
| | * | | | | | | virtio_blk: Revert serial number support | Rusty Russell | 2009-10-22 |
| | * | | | | | | virtio: let header files include virtio_ids.h | Christian Borntraeger | 2009-10-22 |
| | * | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-10-16 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | ahci / atiixp / pci quirks: rename AMD SB900 into Hudson-2 | Shane Huang | 2009-10-16 |
| | | | |_|_|_|/
| | | |/| | | | |
|
* | | | | | | | | tracing, perf_events: Protect the buffer from recursion in perf | Frederic Weisbecker | 2009-11-08 |
* | | | | | | | | Merge branch 'perf/core' into perf/probes | Ingo Molnar | 2009-10-23 |
|\| | | | | | | |
|
| * | | | | | | | tracing/profile: Add filter support | Li Zefan | 2009-10-15 |