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-12-20
binary_sysctl(): fix memory leak
Michel Lespinasse
1
-1
/
+1
2011-12-20
cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemask
David Rientjes
1
-5
/
+24
2011-12-20
Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblock
Ingo Molnar
1
-1
/
+1
2011-12-19
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tip
Martin Schwidefsky
18
-2272
/
+2479
2011-12-19
cgroups: remove redundant get/put of css_set from css_set_check_fetched()
Mandeep Singh Baines
1
-8
/
+2
2011-12-19
cgroups: fix a css_set not found bug in cgroup_attach_proc
Mandeep Singh Baines
1
-5
/
+0
2011-12-19
time/clocksource: Fix kernel-doc warnings
Kusanagi Kouichi
1
-3
/
+9
2011-12-18
writeback: dirty ratelimit - think time compensation
Wu Fengguang
1
-0
/
+1
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://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
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-14
block, cfq: unlink cfq_io_context's immediately
Tejun Heo
1
-1
/
+1
2011-12-14
block: make ioc get/put interface more conventional and fix race on alloction
Tejun Heo
1
-3
/
+5
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_attach() and attach()
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
[prev]
[next]