index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-18
writeback: charge leaked page dirties to active tasks
Wu Fengguang
1
-0
/
+3
2011-12-17
Merge branches 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://...
Linus Torvalds
2
-8
/
+14
2011-12-16
sched: Fix select_idle_sibling() regression in selecting an idle SMT sibling
Peter Zijlstra
1
-6
/
+8
2011-12-16
sched: Add missing rcu_dereference() around ->real_parent usage
Kees Cook
1
-1
/
+1
2011-12-15
[S390] cputime: add sparse checking and cleanup
Martin Schwidefsky
11
-174
/
+116
2011-12-15
Merge commit 'v3.2-rc5' into sched/core
Ingo Molnar
22
-55
/
+311
2011-12-14
clocksource: convert sysdev_class to a regular subsystem
Kay Sievers
1
-18
/
+19
2011-12-14
rtmutex-tester: convert sysdev_class to a regular subsystem
Kay Sievers
1
-18
/
+19
2011-12-14
perf events: Fix ring_buffer_wakeup() brown paperbag bug
Will Deacon
1
-2
/
+6
2011-12-13
resource cgroups: remove bogus cast
Davidlohr Bueso
1
-2
/
+1
2011-12-12
cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()
Tejun Heo
1
-47
/
+5
2011-12-12
cgroup, cpuset: don't use ss->pre_attach()
Tejun Heo
1
-17
/
+12
2011-12-12
cgroup: don't use subsys->can_attach_task() or ->attach_task()
Tejun Heo
4
-65
/
+63
2011-12-12
cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...
Tejun Heo
3
-19
/
+100
2011-12-12
cgroup: improve old cgroup handling in cgroup_attach_proc()
Tejun Heo
1
-24
/
+42
2011-12-12
cgroup: always lock threadgroup during migration
Tejun Heo
1
-35
/
+27
2011-12-12
threadgroup: extend threadgroup_lock() to cover exit and exec
Tejun Heo
1
-0
/
+10
2011-12-12
threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem
Tejun Heo
2
-11
/
+10
2011-12-12
cgroup: add cgroup_root_mutex
Tejun Heo
1
-22
/
+42
2011-12-12
cpu: Export cpu_up()
Paul E. McKenney
1
-0
/
+1
2011-12-11
rcu: Apply ACCESS_ONCE() to rcu_boost() return value
Paul E. McKenney
2
-3
/
+4
2011-12-11
Revert "rcu: Permit rt_mutex_unlock() with irqs disabled"
Paul E. McKenney
2
-13
/
+0
2011-12-11
rcu: Augment rcu_batch_end tracing for idle and callback state
Paul E. McKenney
3
-4
/
+39
2011-12-11
rcu: Add rcutorture tests for srcu_read_lock_raw()
Paul E. McKenney
1
-1
/
+25
2011-12-11
rcu: Make rcutorture test for hotpluggability before offlining CPUs
Paul E. McKenney
1
-2
/
+2
2011-12-11
rcu: Remove redundant rcu_cpu_stall_suppress declaration
Paul E. McKenney
1
-2
/
+0
2011-12-11
rcu: Adaptive dyntick-idle preparation
Paul E. McKenney
1
-11
/
+43
2011-12-11
rcu: Keep invoking callbacks if CPU otherwise idle
Paul E. McKenney
3
-1
/
+19
2011-12-11
rcu: Irq nesting is always 0 on rcu_enter_idle_common
Frederic Weisbecker
1
-3
/
+2
2011-12-11
rcu: Don't check irq nesting from rcu idle entry/exit
Frederic Weisbecker
1
-10
/
+8
2011-12-11
rcu: Permit dyntick-idle with callbacks pending
Paul E. McKenney
3
-4
/
+76
2011-12-11
rcu: Identify dyntick-idle CPUs on first force_quiescent_state() pass
Paul E. McKenney
1
-1
/
+1
2011-12-11
rcu: Remove dynticks false positives and RCU failures
Paul E. McKenney
1
-2
/
+3
2011-12-11
rcu: Reduce latency of rcu_prepare_for_idle()
Paul E. McKenney
1
-5
/
+7
2011-12-11
rcu: Eliminate RCU_FAST_NO_HZ grace-period hang
Paul E. McKenney
3
-81
/
+2
2011-12-11
rcu: Avoid needlessly IPIing CPUs at GP end
Paul E. McKenney
1
-2
/
+14
2011-12-11
rcu: Go dyntick-idle more quickly if CPU has serviced current grace period
Paul E. McKenney
1
-6
/
+18
2011-12-11
rcu: Add tracing for RCU_FAST_NO_HZ
Paul E. McKenney
1
-3
/
+15
2011-12-11
nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()
Frederic Weisbecker
1
-7
/
+8
2011-12-11
rcu: Add rcutorture CPU-hotplug capability
Paul E. McKenney
1
-5
/
+112
2011-12-11
events: Make events use the new is_idle_task() API
Paul E. McKenney
1
-1
/
+1
2011-12-11
kdb: Make KDB use the new is_idle_task() API
Paul E. McKenney
1
-1
/
+1
2011-12-11
rcu: Make RCU use the new is_idle_task() API
Paul E. McKenney
2
-4
/
+4
2011-12-11
rcu: Control rcutorture startup from kernel boot parameters
Paul E. McKenney
1
-0
/
+2
2011-12-11
rcu: Add rcutorture system-shutdown capability
Paul E. McKenney
1
-4
/
+64
2011-12-11
rcu: Fix idle-task checks
Paul E. McKenney
2
-4
/
+4
2011-12-11
rcu: Allow dyntick-idle mode for CPUs with callbacks
Paul E. McKenney
3
-33
/
+132
2011-12-11
rcu: Add more information to the wrong-idle-task complaint
Paul E. McKenney
2
-4
/
+20
2011-12-11
rcu: Deconfuse dynticks entry-exit tracing
Paul E. McKenney
3
-26
/
+44
2011-12-11
rcu: Fix early call to rcu_idle_enter()
Frederic Weisbecker
1
-1
/
+1
[prev]
[next]