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-06-08
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
2
-18
/
+10
2011-06-07
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
4
-25
/
+50
2011-06-07
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
2
-10
/
+25
2011-06-07
sched: Remove pointless in_atomic() definition check
Frederic Weisbecker
1
-2
/
+0
2011-06-07
ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqs
Steven Rostedt
1
-0
/
+7
2011-06-07
kprobes/trace: Fix kprobe selftest for gcc 4.6
Steven Rostedt
1
-2
/
+6
2011-06-07
perf, core: Fix initial task_ctx/event installation
Peter Zijlstra
1
-11
/
+17
2011-06-07
printk: Release console_sem after logbuf_lock
Peter Zijlstra
1
-3
/
+5
2011-06-07
sched: Fix/clarify set_task_cpu() locking rules
Peter Zijlstra
1
-5
/
+16
2011-06-07
lockdep: Fix lock_is_held() on recursion
Peter Zijlstra
1
-1
/
+1
2011-06-06
ftrace: Fix possible undefined return code
GuoWen Li
1
-1
/
+1
2011-06-04
signal: remove three noop tracehooks
Tejun Heo
1
-30
/
+14
2011-06-04
ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit
Tejun Heo
2
-4
/
+9
2011-06-04
job control: introduce task_set_jobctl_pending()
Tejun Heo
2
-9
/
+43
2011-06-04
job control: make task_clear_jobctl_pending() clear TRAPPING automatically
Tejun Heo
1
-5
/
+8
2011-06-04
job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()
Tejun Heo
1
-10
/
+17
2011-06-04
ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop()
Tejun Heo
1
-15
/
+13
2011-06-04
ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments
Tejun Heo
1
-5
/
+19
2011-06-04
job control: rename signal->group_stop and flags to jobctl and update them
Tejun Heo
2
-51
/
+52
2011-06-04
ptrace: remove silly wait_trap variable from ptrace_attach()
Tejun Heo
1
-3
/
+1
2011-06-04
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
4
-27
/
+66
2011-06-04
perf: Comment /proc/sys/kernel/perf_event_paranoid to be part of user ABI
Vince Weaver
1
-0
/
+6
2011-06-04
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Ingo Molnar
20
-233
/
+337
2011-06-03
timers: Consider slack value in mod_timer()
Sebastian Andrzej Siewior
1
-8
/
+7
2011-06-03
genirq: Ensure we locate the passed IRQ in irq_alloc_descs()
Mark Brown
1
-0
/
+6
2011-06-03
genirq: Fix descriptor init on non-sparse IRQs
Linus Walleij
1
-5
/
+3
2011-06-03
irq: Handle spurios irq detection for threaded irqs
Sebastian Andrzej Siewior
3
-16
/
+36
2011-06-03
genirq: Print threaded handler in spurious debug output
Sebastian Andrzej Siewior
1
-4
/
+5
2011-06-03
clockevents: Handle empty cpumask gracefully
Thomas Gleixner
1
-1
/
+4
2011-06-03
Merge commit 'v3.0-rc1' into perf/core
Ingo Molnar
21
-733
/
+876
2011-06-03
Merge branch 'unlikely/sched' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into sched/urgent
Ingo Molnar
2
-4
/
+4
2011-05-31
perf, cgroups: Fix up for new API
Peter Zijlstra
1
-18
/
+4
2011-05-31
sched: Fix schedstat.nr_wakeups_migrate
Peter Zijlstra
1
-4
/
+7
2011-05-31
sched: Fix cross-cpu clock sync on remote wakeups
Peter Zijlstra
1
-0
/
+1
2011-05-31
rcu: Cure load woes
Peter Zijlstra
2
-9
/
+56
2011-05-29
mm: Fix boot crash in mm_alloc()
Linus Torvalds
1
-32
/
+10
2011-05-29
Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6
Linus Torvalds
1
-12
/
+25
2011-05-29
idle governor: Avoid lock acquisition to read pm_qos before entering idle
Tim Chen
1
-12
/
+25
2011-05-28
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
6
-26
/
+57
2011-05-28
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
4
-136
/
+94
2011-05-28
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
8
-24
/
+101
2011-05-28
perf: De-schedule a task context when removing the last event
Peter Zijlstra
1
-0
/
+4
2011-05-28
perf: Change close() semantics for group events
Peter Zijlstra
1
-7
/
+1
2011-05-28
perf: Collect the schedule-in rules in one function
Peter Zijlstra
1
-12
/
+15
2011-05-28
perf: Change and simplify ctx::is_active semantics
Peter Zijlstra
1
-6
/
+8
2011-05-28
perf: Simplify and fix __perf_install_in_context()
Peter Zijlstra
1
-45
/
+35
2011-05-28
perf: Remove task_ctx_sched_in()
Peter Zijlstra
1
-20
/
+6
2011-05-28
perf: Optimize event scheduling locking
Peter Zijlstra
1
-25
/
+36
2011-05-28
perf: Clean up 'ctx' reference counting
Peter Zijlstra
1
-7
/
+3
2011-05-28
perf: Optimize ctx_sched_out()
Peter Zijlstra
1
-2
/
+2
[prev]
[next]