Sign in
android-kvm
/
linux
/
5d0901a3a0c39c97ca504f73d24030f63cfc9fa2
/
kernel
897e81b
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
c3fa27d
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
96fa2b50
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
7a797cd
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
bb2166c
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
0bf7969
Merge branch 'core-softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
69f061e
Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
60778176
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
d0b093a
Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
3e72b81
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
9b269d4
Merge branch 'core-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
c08f782
mutex: Fix missing conditions to build mutex_spin_on_owner()
by Frederic Weisbecker
· 15 years ago
c022602
mutex: Better control mutex adaptive spinning config
by Frederic Weisbecker
· 15 years ago
d9a3da0
rcu: Add expedited grace-period support for preemptible RCU
by Paul E. McKenney
· 15 years ago
cf244dc
rcu: Enable fourth level of TREE_RCU hierarchy
by Paul E. McKenney
· 15 years ago
d3f6bad
rcu: Rename "quiet" functions
by Paul E. McKenney
· 15 years ago
c84d6ef
Merge branch 'master' into next
by James Morris
· 15 years ago
35dead4
modules: don't export section names of empty sections via sysfs
by Helge Deller
· 15 years ago
0cf55e1
sched, cputime: Introduce thread_group_times()
by Hidetoshi Seto
· 15 years ago
d99ca3b
sched, cputime: Cleanups related to task_times()
by Hidetoshi Seto
· 15 years ago
bdddd29
sched: Fix isolcpus boot option
by Rusty Russell
· 15 years ago
8592e64
sched: Revert 498657a478c60be092208422fefa9c7b248729c2
by Tejun Heo
· 15 years ago
ec70ccd
perf: Don't free perf_mmap_data until work has been done
by Kristian Høgsberg
· 15 years ago
7be077f
trace_syscalls: Remove unused syscall_name_to_nr()
by Lai Jiangshan
· 15 years ago
3bbe84e
trace_syscalls: Simplify syscall profile
by Lai Jiangshan
· 15 years ago
a1301da
trace_syscalls: Remove duplicate init_enter_##sname()
by Lai Jiangshan
· 15 years ago
c252f65
trace_syscalls: Add syscall_nr field to struct syscall_metadata
by Lai Jiangshan
· 15 years ago
fcc1943
trace_syscalls: Remove enter_id exit_id
by Lai Jiangshan
· 15 years ago
31c16b1
trace_syscalls: Set event_enter_##sname->data to its metadata
by Lai Jiangshan
· 15 years ago
bf56a4e
trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit
by Lai Jiangshan
· 15 years ago
f13a48b
SLOW_WORK: Move slow_work's proc file to debugfs
by David Howells
· 15 years ago
fa1dae4
SLOW_WORK: Fix the CONFIG_MODULES=n case
by David Howells
· 15 years ago
59d069e
perf_event: Initialize data.period in perf_swevent_hrtimer()
by Xiao Guangrong
· 15 years ago
ba8665d
trace_kprobes: Fix a memory leak bug and check kstrdup() return value
by Masami Hiramatsu
· 15 years ago
52a11f3
trace_kprobes: Don't output zero offset
by Lai Jiangshan
· 15 years ago
3d9b2e1
trace_kprobes: Always show group name
by Lai Jiangshan
· 15 years ago
abab9d3
trace_kprobes: Fix memory leak
by Lai Jiangshan
· 15 years ago
0f1ef51
trace_syscalls: Add syscall nr field
by Lai Jiangshan
· 15 years ago
dd1853c
hw-breakpoints: Use struct perf_event_attr to define kernel breakpoints
by Frederic Weisbecker
· 15 years ago
5fa10b2
hw-breakpoints: Use struct perf_event_attr to define user breakpoints
by Frederic Weisbecker
· 15 years ago
e5af022
softlockup: Fix hung_task_check_count sysctl
by Anton Blanchard
· 15 years ago
b2e74a2
perf_events: Fix read() bogus counts when in error state
by Stephane Eranian
· 15 years ago
b7b20df9
sched, time: Define nsecs_to_jiffies()
by Hidetoshi Seto
· 15 years ago
d5b7c78
sched: Remove task_{u,s,g}time()
by Hidetoshi Seto
· 15 years ago
d180c5b
sched: Introduce task_times() to replace task_{u,s}time() pair
by Hidetoshi Seto
· 15 years ago
ba005e1
tracepoint: Add signal loss events
by Masami Hiramatsu
· 15 years ago
f9d4257
tracepoint: Add signal deliver event
by Masami Hiramatsu
· 15 years ago
d1eb650
tracepoint: Move signal sending tracepoint to events/signal.h
by Masami Hiramatsu
· 15 years ago
16bc67e
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 15 years ago
80bbf6b
hw-breakpoints: Fix unused function in off-case
by Frederic Weisbecker
· 15 years ago
f663011
sched: Limit the number of scheduler debug messages
by Mike Travis
· 15 years ago
11e6635
kernel/hw_breakpoint.c: Fix local/global shadowing
by Andrew Morton
· 15 years ago
605bfae
hw-breakpoints: Simplify error handling in breakpoint creation requests
by Frederic Weisbecker
· 15 years ago
c6567f6
hw-breakpoints: Improve in-kernel event creation error granularity
by Frederic Weisbecker
· 15 years ago
d99be40
ksym_tracer: Fix breakpoint removal after modification
by Frederic Weisbecker
· 15 years ago
7ac0743
ring-buffer-benchmark: Add parameters to set produce/consumer priorities
by Steven Rostedt
· 15 years ago
93335a2
sched.c: Call debug_show_all_locks() when dumping all tasks
by Shmulik Ladkani
· 15 years ago
99df5a6
trace/syscalls: Change ret param in struct syscall_trace_exit to long
by Tom Zanussi
· 15 years ago
fe61267
perf_events: Fix bad software/trace event recursion counting
by Frederic Weisbecker
· 15 years ago
710390d
sched: Optimize branch hint in context_switch()
by Tim Blechmann
· 15 years ago
36ace27
sched: Optimize branch hint in pick_next_task_fair()
by Tim Blechmann
· 15 years ago
184d3da
perf_events: Fix bogus copy_to_user() in perf_event_read_group()
by Stephane Eranian
· 15 years ago
b3a222e
remove CONFIG_SECURITY_FILE_CAPABILITIES compile option
by Serge E. Hallyn
· 15 years ago
c4a5af5
Silence the existing API for capability version compatibility check.
by Andrew G. Morgan
· 15 years ago
4299472
sched_feat_write(): Update ppos instead of file->f_pos
by Jan Blunck
· 15 years ago
f5ffe02
perf: Add kernel side syscall events support for breakpoints
by Frederic Weisbecker
· 15 years ago
fdf6bc9
hw-breakpoints: Check the breakpoint params from perf tools
by Frederic Weisbecker
· 15 years ago
ba6909b
hw-breakpoint: Attribute authorship of hw-breakpoint related files
by K.Prasad
· 15 years ago
acd1d7c
perf_events: Restore sanity to scaling land
by Peter Zijlstra
· 15 years ago
4ed7c92
perf_events: Undo some recursion damage
by Peter Zijlstra
· 15 years ago
f67218c
perf_events: Fix __perf_event_exit_task() vs. update_event_times() locking
by Peter Zijlstra
· 15 years ago
5e942bb
perf_events: Update the context time on exit
by Peter Zijlstra
· 15 years ago
2e2af50
perf_events: Disable events when we detach them
by Peter Zijlstra
· 15 years ago
6c2bfcb
perf_events: Fix style nits
by Peter Zijlstra
· 15 years ago
a66a305
perf_events: Undo copy/paste damage
by Peter Zijlstra
· 15 years ago
a4234bf
perf_events: Optimize the swcounter hotpath
by Ingo Molnar
· 15 years ago
457dc92
tracing, function tracer: Clean up strstrip() usage
by Ingo Molnar
· 15 years ago
6e3d833
perf events: Do not generate function trace entries in perf code
by Ingo Molnar
· 15 years ago
98e4833
ring-buffer benchmark: Run producer/consumer threads at nice +19
by Ingo Molnar
· 15 years ago
6ebb237
rcu: Re-arrange code to reduce #ifdef pain
by Paul E. McKenney
· 15 years ago
9f680ab
rcu: Eliminate unneeded function wrapping
by Paul E. McKenney
· 15 years ago
b668c9c
rcu: Fix grace-period-stall bug on large systems with CPU hotplug
by Paul E. McKenney
· 15 years ago
645e8cc
perf_events: Fix modular build
by Ingo Molnar
· 15 years ago
96b02d7
perf_event: Remove redundant zero fill
by Márton Németh
· 15 years ago
b3a7554
hw-breakpoints: Remove x86 specific headers from core file
by Frederic Weisbecker
· 15 years ago
28889bf
tracing: Forget about the NMI buffer for syscall events
by Frederic Weisbecker
· 15 years ago
ce71b9d
tracing: Use the perf recursion protection from trace event
by Frederic Weisbecker
· 15 years ago
8904b18
perf_events: Fix default watermark calculation
by Stephane Eranian
· 15 years ago
6f10581
perf: Fix locking for PERF_FORMAT_GROUP
by Peter Zijlstra
· 15 years ago
59ed446
perf: Fix event scaling for inherited counters
by Peter Zijlstra
· 15 years ago
2b8988c
perf: Fix time locking
by Peter Zijlstra
· 15 years ago
58e5ad1
perf: Simplify __perf_event_read
by Peter Zijlstra
· 15 years ago
3dbebf1
perf: Simplify __perf_event_sync_stat
by Peter Zijlstra
· 15 years ago
f6f8378
perf: Optimize __perf_event_read()
by Peter Zijlstra
· 15 years ago
02ffdbc
perf: Optimize perf_event_task_sched_out
by Peter Zijlstra
· 15 years ago
abf4868
perf: Fix PERF_FORMAT_GROUP scale info
by Peter Zijlstra
· 15 years ago
f6d9dd2
perf: Optimize perf_event_mmap_ctx()
by Peter Zijlstra
· 15 years ago
f6595f3
perf: Optimize perf_event_comm_ctx()
by Peter Zijlstra
· 15 years ago
d6ff86c
perf: Optimize perf_event_task_ctx()
by Peter Zijlstra
· 15 years ago
8152018
perf: Optimize perf_swevent_ctx_event()
by Peter Zijlstra
· 15 years ago
Next »