| Commit message (Expand) | Author | Age | Files | Lines |
* | genirq: prevent wakeup of freed irq thread | Linus Torvalds | 2009-08-13 | 1 | -10/+7 |
* | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-08-13 | 1 | -102/+236 |
|\ |
|
| * | perf_counter: Report the cloning task as parent on perf_counter_fork() | Peter Zijlstra | 2009-08-13 | 1 | -2/+2 |
| * | perf_counter: Fix an ipi-deadlock | Peter Zijlstra | 2009-08-13 | 1 | -1/+5 |
| * | perf: Rework/fix the whole read vs group stuff | Peter Zijlstra | 2009-08-13 | 1 | -72/+202 |
| * | perf_counter: Fix swcounter context invariance | Peter Zijlstra | 2009-08-13 | 1 | -26/+18 |
| * | perf_counter: Provide hw_perf_counter_setup_online() APIs | Ingo Molnar | 2009-08-13 | 1 | -1/+9 |
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-08-13 | 3 | -10/+29 |
|\ \ |
|
| * | | futex: Fix handling of bad requeue syscall pairing | Darren Hart | 2009-08-10 | 1 | -2/+9 |
| * | | futex: Fix compat_futex to be same as futex for REQUEUE_PI | Dinakar Guniguntala | 2009-08-10 | 1 | -2/+4 |
| * | | locking, sched: Give waitqueue spinlocks their own lockdep classes | Peter Zijlstra | 2009-08-10 | 1 | -2/+3 |
| * | | futex: Update futex_q lock_ptr on requeue proxy lock | Darren Hart | 2009-08-10 | 1 | -4/+13 |
* | | | Remove double removal of blktrace directory | Alan D. Brunelle | 2009-08-12 | 1 | -11/+1 |
| |/
|/| |
|
* | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-08-10 | 1 | -94/+145 |
|\ \ |
|
| * | | perf_counter: Require CAP_SYS_ADMIN for raw tracepoint data | Peter Zijlstra | 2009-08-10 | 1 | -0/+8 |
| * | | perf_counter: Correct PERF_SAMPLE_RAW output | Peter Zijlstra | 2009-08-10 | 1 | -6/+24 |
| * | | perf_counter: Fix a race on perf_counter_ctx | Peter Zijlstra | 2009-08-09 | 1 | -15/+15 |
| * | | perf_counter: Fix tracepoint sampling to be part of generic sampling | Frederic Weisbecker | 2009-08-09 | 1 | -10/+10 |
| * | | perf_counter: Work around gcc warning by initializing tracepoint record uncon... | Frederic Weisbecker | 2009-08-09 | 1 | -3/+4 |
| * | | perf_counter: Fix software counters for fast moving event sources | Peter Zijlstra | 2009-08-09 | 1 | -70/+94 |
* | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-08-10 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86/irq: Fix move_irq_desc() for nodes without ram | Yinghai Lu | 2009-08-08 | 1 | -2/+2 |
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-08-09 | 1 | -3/+4 |
|\ \ \ |
|
| * | | | posix_cpu_timers_exit_group(): Do not use thread_group_cputimer() | Stanislaw Gruszka | 2009-08-08 | 1 | -3/+4 |
| |/ / |
|
* | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-08-09 | 5 | -20/+42 |
|\ \ \
| | |/
| |/| |
|
| * | | perf_counter: Fix/complete ftrace event records sampling | Frederic Weisbecker | 2009-08-09 | 3 | -5/+18 |
| * | | perf_counter, ftrace: Fix perf_counter integration | Peter Zijlstra | 2009-08-09 | 1 | -3/+3 |
| * | | Merge branch 'linus' into tracing/urgent | Ingo Molnar | 2009-08-09 | 12 | -116/+254 |
| |\| |
|
| * | | tracing/filters: Always free pred on filter_add_subsystem_pred() failure | Tom Zanussi | 2009-08-08 | 1 | -5/+11 |
| * | | tracing/filters: Don't use pred on alloc failure | Tom Zanussi | 2009-08-08 | 1 | -0/+4 |
| * | | ring-buffer: Fix memleak in ring_buffer_free() | Eric Dumazet | 2009-08-07 | 1 | -0/+1 |
| * | | ring-buffer: Fix advance of reader in rb_buffer_peek() | Robert Richter | 2009-08-06 | 1 | -6/+4 |
| * | | ring-buffer: do not disable ring buffer on oops_in_progress | Steven Rostedt | 2009-08-06 | 1 | -1/+1 |
| * | | ring-buffer: fix check of try_to_discard result | Steven Rostedt | 2009-08-06 | 1 | -1/+1 |
* | | | Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-08-09 | 2 | -4/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | lockdep: Fix file mode of lock_stat | Li Zefan | 2009-08-07 | 1 | -1/+2 |
| * | | rtmutex: Avoid deadlock in rt_mutex_start_proxy_lock() | Darren Hart | 2009-08-06 | 1 | -3/+1 |
* | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-08-07 | 3 | -3/+3 |
|\ \ \ |
|
| * | | | perf_counter: Fix double list iteration in per task precise stats | Peter Zijlstra | 2009-08-06 | 1 | -1/+1 |
| * | | | ftrace: Fix perf-tracepoint OOPS | Peter Zijlstra | 2009-08-06 | 2 | -2/+2 |
| |/ / |
|
* | | | execve: must clear current->clear_child_tid | Eric Dumazet | 2009-08-07 | 1 | -11/+11 |
* | | | generic-ipi: fix hotplug_cfd() | Xiao Guangrong | 2009-08-07 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-08-05 | 2 | -33/+72 |
|\ \ |
|
| * | | perf_counter: Full task tracing | Peter Zijlstra | 2009-08-02 | 2 | -32/+59 |
| * | | perf_counter: Collapse inherit on read() | Peter Zijlstra | 2009-08-02 | 1 | -1/+13 |
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-08-05 | 2 | -14/+33 |
|\ \ \ |
|
| * | | | sched: Fix race in cpupri introduced by cpumask_var changes | Gregory Haskins | 2009-08-02 | 1 | -1/+14 |
| * | | | sched: Fix latencytop and sleep profiling vs group scheduling | Peter Zijlstra | 2009-08-02 | 1 | -13/+19 |
| |/ / |
|
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-08-05 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW | Hiroshi Shimamoto | 2009-08-04 | 1 | -0/+7 |