| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix __wait_on_atomic_t() to call the action func if the counter != 0 | David Howells | 2013-07-23 | 1 | -1/+2 |
* | Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2013-07-22 | 13 | -151/+166 |
|\ |
|
| * | tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open() | Oleg Nesterov | 2013-07-19 | 1 | -2/+0 |
| * | tracing: Kill trace_array->waiter | Oleg Nesterov | 2013-07-19 | 1 | -1/+0 |
| * | tracing: Do not (ab)use trace_seq in event_id_read() | Oleg Nesterov | 2013-07-18 | 1 | -13/+4 |
| * | tracing: Simplify the iteration logic in f_start/f_next | Oleg Nesterov | 2013-07-18 | 1 | -38/+22 |
| * | tracing: Add ref_data to function and fgraph tracer structs | Steven Rostedt (Red Hat) | 2013-07-18 | 3 | -2/+11 |
| * | tracing: Miscellaneous fixes for trace_array ref counting | Alexander Z Lam | 2013-07-18 | 2 | -8/+37 |
| * | tracing: Fix error handling to ensure instances can always be removed | Alexander Z Lam | 2013-07-18 | 1 | -1/+3 |
| * | tracing/kprobe: Wait for disabling all running kprobe handlers | Masami Hiramatsu | 2013-07-18 | 1 | -6/+17 |
| * | tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare() | Oleg Nesterov | 2013-07-18 | 4 | -20/+4 |
| * | tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is empty | Oleg Nesterov | 2013-07-18 | 1 | -4/+8 |
| * | tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e... | Oleg Nesterov | 2013-07-18 | 1 | -2/+4 |
| * | tracing: Typo fix on ring buffer comments | zhangwei(Jovi) | 2013-07-18 | 1 | -7/+9 |
| * | tracing: Use trace_seq_puts()/trace_seq_putc() where possible | zhangwei(Jovi) | 2013-07-18 | 6 | -45/+45 |
| * | tracing: Use correct config guard CONFIG_STACK_TRACER | zhangwei(Jovi) | 2013-07-15 | 1 | -2/+2 |
* | | Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-07-19 | 1 | -1/+2 |
|\ \ |
|
| * | | PM / Sleep: avoid 'autosleep' in shutdown progress | Liu ShuoX | 2013-07-15 | 1 | -1/+2 |
| |/ |
|
* | | Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-07-18 | 1 | -2/+0 |
|\ \ |
|
| * | | sysfs.h: add __ATTR_RW() macro | Greg Kroah-Hartman | 2013-07-16 | 1 | -2/+0 |
| |/ |
|
* | | kernel: delete __cpuinit usage from all core kernel files | Paul Gortmaker | 2013-07-14 | 15 | -33/+33 |
* | | rcu: delete __cpuinit usage from all rcu files | Paul Gortmaker | 2013-07-14 | 4 | -11/+11 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-07-14 | 1 | -10/+1 |
|\ |
|
| * | cgroup: we can use simple_lookup() now | Al Viro | 2013-07-14 | 1 | -10/+1 |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-07-13 | 1 | -9/+11 |
|\ \ |
|
| * | | sched: Fix HRTICK | Peter Zijlstra | 2013-07-12 | 1 | -9/+11 |
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-07-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | genirq: generic chip: Use DIV_ROUND_UP to calculate numchips | Axel Lin | 2013-07-05 | 1 | -1/+1 |
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2013-07-13 | 4 | -62/+75 |
|\ \ \ \ |
|
| * | | | | tick: broadcast: Check broadcast mode on CPU hotplug | Stephen Boyd | 2013-07-12 | 1 | -1/+4 |
| * | | | | Merge branch 'linus' into timers/urgent | Thomas Gleixner | 2013-07-12 | 62 | -2553/+3927 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 2013-07-10 | 3 | -61/+71 |
| |\ \ \ \ |
|
| | * | | | | nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbs | Frederic Weisbecker | 2013-06-20 | 1 | -10/+0 |
| | * | | | | watchdog: Boot-disable by default on full dynticks | Frederic Weisbecker | 2013-06-20 | 1 | -0/+8 |
| | * | | | | watchdog: Rename confusing state variable | Frederic Weisbecker | 2013-06-20 | 2 | -17/+17 |
| | * | | | | watchdog: Register / unregister watchdog kthreads on sysctl control | Frederic Weisbecker | 2013-06-20 | 1 | -40/+47 |
| | * | | | | nohz: Warn if the machine can not perform nohz_full | Steven Rostedt | 2013-06-20 | 1 | -0/+5 |
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-07-13 | 1 | -3/+25 |
|\ \ \ \ \ \ |
|
| * | | | | | | perf: Fix perf_lock_task_context() vs RCU | Peter Zijlstra | 2013-07-12 | 1 | -1/+14 |
| * | | | | | | perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario | Jiri Olsa | 2013-07-12 | 1 | -1/+10 |
| * | | | | | | perf: Clone child context from parent context pmu | Jiri Olsa | 2013-07-12 | 1 | -1/+1 |
* | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-07-13 | 1 | -0/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | mutex: Move ww_mutex definitions to ww_mutex.h | Maarten Lankhorst | 2013-07-12 | 1 | -0/+1 |
* | | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2013-07-13 | 1 | -12/+0 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | irqdomain: Remove temporary MIPS workaround code | Grant Likely | 2013-06-18 | 1 | -12/+0 |
* | | | | | | | | Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2013-07-11 | 13 | -265/+650 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | tracing: Make tracing_open_generic_{tr,tc}() static | Steven Rostedt (Red Hat) | 2013-07-02 | 1 | -2/+2 |
| * | | | | | | | | tracing: Remove ftrace() function | zhangwei(Jovi) | 2013-07-02 | 2 | -14/+0 |
| * | | | | | | | | tracing: Remove TRACE_EVENT_TYPE enum definition | zhangwei(Jovi) | 2013-07-02 | 1 | -6/+0 |
| * | | | | | | | | tracing: Make tracer_tracing_{off,on,is_on}() static | Steven Rostedt (Red Hat) | 2013-07-02 | 1 | -3/+3 |