index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-07
tracing: Still trace filtered irq functions when irq trace is disabled
Steven Rostedt
2
-17
/
+35
2011-07-07
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
Linus Torvalds
1
-1
/
+5
2011-07-07
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
2
-11
/
+12
2011-07-07
genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)
Simon Guinot
1
-2
/
+16
2011-07-07
ftrace: Fix regression of :mod:module function enabling
Steven Rostedt
2
-10
/
+5
2011-07-07
tracing: Have "enable" file use refcounts like the "filter" file
Steven Rostedt
1
-9
/
+22
2011-07-07
tracing: Fix bug when reading system filters on module removal
Steven Rostedt
3
-11
/
+82
2011-07-06
PM / Hibernate: Fix free_unnecessary_pages()
Rafael J. Wysocki
1
-1
/
+5
2011-07-06
resource: ability to resize an allocated resource
Ram Pai
1
-18
/
+98
2011-07-05
Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
Ingo Molnar
13
-316
/
+324
2011-07-02
PM: Allow the clocks management code to be used during system suspend
Rafael J. Wysocki
1
-2
/
+2
2011-07-02
PM / Domains: Support for generic I/O PM domains (v8)
Rafael J. Wysocki
1
-0
/
+4
2011-07-01
Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into sched/core
Ingo Molnar
2
-4
/
+5
2011-07-01
perf: export perf_event_refresh() to modules
Avi Kivity
1
-1
/
+2
2011-07-01
perf: Add context field to perf_event
Avi Kivity
3
-10
/
+23
2011-07-01
perf: Remove the perf_output_begin(.sample) argument
Peter Zijlstra
2
-24
/
+21
2011-07-01
perf: Remove the nmi parameter from the swevent and overflow interface
Peter Zijlstra
5
-45
/
+33
2011-07-01
perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4
Cyrill Gorcunov
1
-1
/
+5
2011-07-01
events: Ensure that timers are updated without requiring read() call
Eric B Munson
1
-2
/
+13
2011-07-01
events: Move lockless timer calculation into helper function
Eric B Munson
1
-7
/
+15
2011-07-01
events: Add note to update_event_times comment about holding ctx->lock
Eric B Munson
1
-0
/
+1
2011-07-01
perf_events: Fix perf buffer watermark setting
Vince Weaver
2
-8
/
+12
2011-07-01
sched: Skip autogroup when looking for all rt sched groups
Yong Zhang
2
-5
/
+18
2011-07-01
sched: Simplify mutex_spin_on_owner()
Thomas Gleixner
1
-16
/
+9
2011-07-01
sched: Remove rcu_read_lock() from wake_affine()
Nikunj A. Dadhania
1
-2
/
+0
2011-07-01
Merge commit 'v3.0-rc5' into sched/core
Ingo Molnar
38
-854
/
+1076
2011-07-01
Merge commit 'v3.0-rc5' into perf/core
Ingo Molnar
16
-521
/
+611
2011-07-01
sched, cgroups: Fix MIN_SHARES on 64-bit boxen
Mike Galbraith
1
-6
/
+3
2011-06-30
netfilter: add SELinux context support to AUDIT target
Mr Dash Four
1
-0
/
+29
2011-06-30
Merge branch 'linus' into next
James Morris
19
-524
/
+628
2011-06-29
jump_label: Fix jump_label update for modules
Xiao Guangrong
1
-5
/
+9
2011-06-27
taskstats: don't allow duplicate entries in listener mode
Vasiliy Kulikov
1
-3
/
+12
2011-06-27
x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
Suresh Siddha
1
-1
/
+1
2011-06-27
stop_machine: implement stop_machine_from_inactive_cpu()
Tejun Heo
1
-1
/
+61
2011-06-27
stop_machine: reorganize stop_cpus() implementation
Tejun Heo
1
-4
/
+12
2011-06-27
x86, mtrr: lock stop machine during MTRR rendezvous sequence
Suresh Siddha
1
-1
/
+1
2011-06-27
ptrace: wait_consider_task: s/same_thread_group/ptrace_reparented/
Oleg Nesterov
1
-2
/
+1
2011-06-27
ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented()
Oleg Nesterov
1
-16
/
+4
2011-06-27
do not change dead_task->exit_signal
Oleg Nesterov
2
-2
/
+0
2011-06-27
kill task_detached()
Oleg Nesterov
1
-3
/
+2
2011-06-27
reparent_leader: check EXIT_DEAD instead of task_detached()
Oleg Nesterov
1
-1
/
+1
2011-06-27
make do_notify_parent() __must_check, update the callers
Oleg Nesterov
1
-21
/
+8
2011-06-27
__ptrace_detach: avoid task_detached(), check do_notify_parent()
Oleg Nesterov
1
-15
/
+18
2011-06-27
kill tracehook_notify_death()
Oleg Nesterov
1
-8
/
+13
2011-06-27
make do_notify_parent() return bool
Oleg Nesterov
2
-11
/
+15
2011-06-25
Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-70
/
+88
2011-06-23
sched: Generalize sleep inside spinlock detection
Frederic Weisbecker
1
-1
/
+1
2011-06-22
ptrace: kill clone/exec tracehooks
Tejun Heo
1
-9
/
+32
2011-06-22
ptrace: kill trivial tracehooks
Tejun Heo
3
-10
/
+7
2011-06-22
ptrace: kill task_ptrace()
Tejun Heo
2
-11
/
+11
[prev]
[next]