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
2013-12-09
rcu: Fix CONFIG_RCU_FANOUT_EXACT for odd fanout/leaf values
Paul E. McKenney
1
-2
/
+2
2013-12-09
rcu: Fix coccinelle warnings
Fengguang Wu
1
-1
/
+1
2013-12-09
posix-timers: Convert abuses of BUG_ON to WARN_ON
Frederic Weisbecker
1
-5
/
+5
2013-12-09
posix-timers: Remove remaining uses of tasklist_lock
Frederic Weisbecker
1
-32
/
+44
2013-12-09
posix-timers: Use sighand lock instead of tasklist_lock on timer deletion
Frederic Weisbecker
1
-6
/
+11
2013-12-09
posix-timers: Use sighand lock instead of tasklist_lock for task clock sample
Frederic Weisbecker
1
-3
/
+13
2013-12-09
posix-timers: Consolidate posix_cpu_clock_get()
Frederic Weisbecker
1
-34
/
+30
2013-12-09
posix-timers: Remove useless clock sample on timers cleanup
Frederic Weisbecker
1
-23
/
+7
2013-12-09
posix-timers: Remove dead task special case
Frederic Weisbecker
1
-45
/
+25
2013-12-09
posix-timers: Cleanup reaped target handling
Frederic Weisbecker
1
-6
/
+0
2013-12-09
posix-timers: Remove dead process posix cpu timers caching
Frederic Weisbecker
1
-34
/
+1
2013-12-09
posix-timers: Remove dead thread posix cpu timers caching
Frederic Weisbecker
1
-18
/
+16
2013-12-07
PCI: Disable Bus Master only on kexec reboot
Khalid Aziz
1
-0
/
+4
2013-12-06
cgroup: remove for_each_root_subsys()
Tejun Heo
1
-22
/
+15
2013-12-06
cgroup: implement for_each_css()
Tejun Heo
1
-26
/
+31
2013-12-06
cgroup: factor out cgroup_subsys_state creation into create_css()
Tejun Heo
1
-38
/
+57
2013-12-06
cgroup: combine css handling loops in cgroup_create()
Tejun Heo
1
-18
/
+7
2013-12-06
cgroup: reorder operations in cgroup_create()
Tejun Heo
1
-37
/
+33
2013-12-06
cgroup: make for_each_subsys() useable under cgroup_root_mutex
Tejun Heo
1
-6
/
+20
2013-12-06
cgroup: css iterations and css_from_dir() are safe under cgroup_mutex
Tejun Heo
1
-26
/
+30
2013-12-06
Merge branch 'for-3.13-fixes' into for-3.14
Tejun Heo
1
-10
/
+21
2013-12-06
cgroup: fix cgroup_create() error handling path
Tejun Heo
1
-10
/
+21
2013-12-06
Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-10
/
+3
2013-12-05
tracing: Only run synchronize_sched() at instance deletion time
Steven Rostedt
2
-10
/
+3
2013-12-05
cgroup: unify pidlist and other file handling
Tejun Heo
1
-49
/
+63
2013-12-05
cgroup: replace cftype->read_seq_string() with cftype->seq_show()
Tejun Heo
5
-41
/
+33
2013-12-05
cgroup: attach cgroup_open_file to all cgroup files
Tejun Heo
1
-30
/
+20
2013-12-05
cgroup: generalize cgroup_pidlist_open_file
Tejun Heo
1
-36
/
+30
2013-12-05
cgroup: unify read path so that seq_file is always used
Tejun Heo
1
-53
/
+15
2013-12-05
cgroup: unify cgroup_write_X64() and cgroup_write_string()
Tejun Heo
1
-75
/
+35
2013-12-05
cgroup: remove cftype->read(), ->read_map() and ->write()
Tejun Heo
1
-22
/
+4
2013-12-05
cpuset: convert away from cftype->read()
Tejun Heo
1
-47
/
+24
2013-12-05
cgroup, sched: convert away from cftype->read_map()
Tejun Heo
2
-9
/
+9
2013-12-05
padata: Fix wrong usage of rcu_dereference()
Mathias Krause
1
-1
/
+1
2013-12-05
sched/numa: Drop idx field of task_numa_env struct
Wanpeng Li
1
-1
/
+1
2013-12-04
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-19
/
+32
2013-12-04
Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/core
Ingo Molnar
6
-47
/
+35
2013-12-04
params: improve standard definitions
Felipe Contreras
1
-16
/
+9
2013-12-03
rcu: Let the world know when RCU adjusts its geometry
Paul E. McKenney
1
-0
/
+2
2013-12-03
rcu: Fix srcu_barrier() docbook header
Paul E. McKenney
1
-0
/
+1
2013-12-03
rcu: Allow task-level idle entry/exit nesting
Paul E. McKenney
1
-6
/
+8
2013-12-03
rcu: Break call_rcu() deadlock involving scheduler and perf
Paul E. McKenney
4
-17
/
+74
2013-12-03
rcu: Fix and comment ordering around wait_event()
Paul E. McKenney
3
-4
/
+13
2013-12-03
rcu: Kick CPU halfway to RCU CPU stall warning
Paul E. McKenney
2
-1
/
+27
2013-12-02
posix-timers: Fix full dynticks CPUs kick on timer rescheduling
Frederic Weisbecker
1
-11
/
+7
2013-12-02
posix-timers: Spare workqueue if there is no full dynticks CPU to kick
Frederic Weisbecker
1
-1
/
+2
2013-12-02
context_tracking: Wrap static key check into more intuitive function name
Frederic Weisbecker
1
-4
/
+4
2013-12-02
nohz: Convert a few places to use local per cpu accesses
Frederic Weisbecker
4
-31
/
+22
2013-12-02
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2013-12-02
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-7
/
+28
[prev]
[next]