index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2013-08-13
sched: Consolidate open coded preemptible() checks
Frederic Weisbecker
-5
/
+2
2013-08-12
Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux...
Ingo Molnar
-1
/
+1
2013-07-25
Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
-3
/
+2
2013-07-24
nohz: fix compile warning in tick_nohz_init()
Li Zhong
-2
/
+0
2013-07-24
nohz: Do not warn about unstable tsc unless user uses nohz_full
Steven Rostedt
-1
/
+2
2013-07-22
Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
-151
/
+166
2013-07-22
sched_clock: Fix integer overflow
Baruch Siach
-1
/
+1
2013-07-19
tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()
Oleg Nesterov
-2
/
+0
2013-07-19
Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+2
2013-07-19
tracing: Kill trace_array->waiter
Oleg Nesterov
-1
/
+0
2013-07-18
tracing: Do not (ab)use trace_seq in event_id_read()
Oleg Nesterov
-13
/
+4
2013-07-18
tracing: Simplify the iteration logic in f_start/f_next
Oleg Nesterov
-38
/
+22
2013-07-18
tracing: Add ref_data to function and fgraph tracer structs
Steven Rostedt (Red Hat)
-2
/
+11
2013-07-18
tracing: Miscellaneous fixes for trace_array ref counting
Alexander Z Lam
-8
/
+37
2013-07-18
tracing: Fix error handling to ensure instances can always be removed
Alexander Z Lam
-1
/
+3
2013-07-18
tracing/kprobe: Wait for disabling all running kprobe handlers
Masami Hiramatsu
-6
/
+17
2013-07-18
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
Oleg Nesterov
-20
/
+4
2013-07-18
tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is empty
Oleg Nesterov
-4
/
+8
2013-07-18
tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e...
Oleg Nesterov
-2
/
+4
2013-07-18
tracing: Typo fix on ring buffer comments
zhangwei(Jovi)
-7
/
+9
2013-07-18
tracing: Use trace_seq_puts()/trace_seq_putc() where possible
zhangwei(Jovi)
-45
/
+45
2013-07-18
Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-2
/
+0
2013-07-16
sysfs.h: add __ATTR_RW() macro
Greg Kroah-Hartman
-2
/
+0
2013-07-15
tracing: Use correct config guard CONFIG_STACK_TRACER
zhangwei(Jovi)
-2
/
+2
2013-07-14
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
-33
/
+33
2013-07-14
rcu: delete __cpuinit usage from all rcu files
Paul Gortmaker
-11
/
+11
2013-07-15
PM / Sleep: avoid 'autosleep' in shutdown progress
Liu ShuoX
-1
/
+2
2013-07-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-10
/
+1
2013-07-14
cgroup: we can use simple_lookup() now
Al Viro
-10
/
+1
2013-07-13
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-9
/
+11
2013-07-13
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+1
2013-07-13
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-62
/
+75
2013-07-13
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-3
/
+25
2013-07-13
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-0
/
+1
2013-07-13
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
-12
/
+0
2013-07-12
sched: Fix HRTICK
Peter Zijlstra
-9
/
+11
2013-07-12
tick: broadcast: Check broadcast mode on CPU hotplug
Stephen Boyd
-1
/
+4
2013-07-12
Merge branch 'linus' into timers/urgent
Thomas Gleixner
-2553
/
+3927
2013-07-12
mutex: Move ww_mutex definitions to ww_mutex.h
Maarten Lankhorst
-0
/
+1
2013-07-12
perf: Fix perf_lock_task_context() vs RCU
Peter Zijlstra
-1
/
+14
2013-07-12
perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario
Jiri Olsa
-1
/
+10
2013-07-12
perf: Clone child context from parent context pmu
Jiri Olsa
-1
/
+1
2013-07-11
Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
-265
/
+650
2013-07-10
Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+1
2013-07-10
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
-4
/
+0
2013-07-10
mm: remove free_area_cache
Michel Lespinasse
-4
/
+0
2013-07-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+2
2013-07-10
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-35
/
+44
2013-07-10
Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Ingo Molnar
-61
/
+71
2013-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-1
/
+0
[next]