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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-19
sched: Add default-disabled option to BUG() when stack end location is overwritten
Aaron Tomlin
1
-0
/
+3
2014-09-19
sched: Add helper for task stack page overrun checking
Aaron Tomlin
1
-1
/
+1
2014-09-19
init/main.c: Give init_task a canary
Aaron Tomlin
2
-6
/
+10
2014-09-19
sched: Do not stop cpu in set_cpus_allowed_ptr() if task is not running
Kirill Tkhai
1
-15
/
+32
2014-09-19
sched/dl: Simplify pick_dl_task()
Kirill Tkhai
1
-3
/
+1
2014-09-19
sched/rt: Remove useless if from cleanup pick_next_task_rt()
Kirill Tkhai
1
-2
/
+1
2014-09-19
sched/core: Use put_prev_task() accessor where possible
Kirill Tkhai
1
-4
/
+4
2014-09-19
sched/fair: cleanup: Remove useless assignment in select_task_rq_fair()
Kirill Tkhai
1
-5
/
+2
2014-09-19
sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()
Kirill Tkhai
2
-4
/
+0
2014-09-19
sched, time: Fix lock inversion in thread_group_cputime()
Rik van Riel
1
-2
/
+3
2014-09-19
smp: Add new wake_up_all_idle_cpus() function
Chuansheng Liu
1
-0
/
+22
2014-09-19
sched: Add new API wake_up_if_idle() to wake up the idle cpu
Chuansheng Liu
1
-0
/
+19
2014-09-19
sched/numa: Use select_idle_sibling() to select a destination for task_numa_move()
Rik van Riel
1
-0
/
+8
2014-09-18
rcu: Eliminate deadlock between CPU hotplug and expedited grace periods
Paul E. McKenney
3
-14
/
+32
2014-09-18
cpuset: simplify proc_cpuset_show()
Zefan Li
1
-12
/
+3
2014-09-18
cgroup: simplify proc_cgroup_show()
Zefan Li
1
-15
/
+3
2014-09-18
cgroup: use a per-cgroup work for release agent
Zefan Li
1
-75
/
+33
2014-09-18
cgroup: fix unbalanced locking
Zefan Li
1
-1
/
+0
2014-09-18
cgroup: remove bogus comments
Li Zefan
1
-8
/
+0
2014-09-18
cgroup: remove redundant code in cgroup_rmdir()
Li Zefan
1
-3
/
+0
2014-09-18
cgroup: remove some useless forward declarations
Li Zefan
1
-2
/
+0
2014-09-18
Merge branch 'for-3.17-fixes' of ra.kernel.org:/pub/scm/linux/kernel/git/tj/cgroup into for-3.18
Tejun Heo
1
-14
/
+33
2014-09-16
rcutorture: Rename rcutorture_runnable parameter
Paul E. McKenney
2
-13
/
+4
2014-09-16
locktorture: Introduce torture context
Davidlohr Bueso
1
-79
/
+82
2014-09-16
locktorture: Support rwsems
Davidlohr Bueso
1
-1
/
+67
2014-09-16
locktorture: Add infrastructure for torturing read locks
Davidlohr Bueso
1
-20
/
+156
2014-09-16
torture: Address race in module cleanup
Davidlohr Bueso
3
-5
/
+17
2014-09-16
locktorture: Make statistics generic
Davidlohr Bueso
1
-16
/
+16
2014-09-16
locktorture: Teach about lock debugging
Davidlohr Bueso
1
-2
/
+13
2014-09-16
locktorture: Support mutexes
Davidlohr Bueso
1
-2
/
+39
2014-09-16
locktorture: Rename locktorture_runnable parameter
Davidlohr Bueso
1
-4
/
+4
2014-09-16
Merge branch 'rcu-tasks.2014.09.10a' into HEAD
Paul E. McKenney
8
-62
/
+451
2014-09-16
Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b' and 'torture.2014.09.07a' into HEAD
Paul E. McKenney
7
-200
/
+447
2014-09-16
rcu: Avoid misordering in nocb_leader_wait()
Paul E. McKenney
1
-0
/
+1
2014-09-16
rcu: Handle NOCB callbacks from irq-disabled idle code
Paul E. McKenney
1
-0
/
+11
2014-09-16
rcu: Avoid misordering in __call_rcu_nocb_enqueue()
Paul E. McKenney
1
-1
/
+2
2014-09-16
rcu: Don't track sysidle state if no nohz_full= CPUs
Paul E. McKenney
1
-1
/
+18
2014-09-16
rcu: Eliminate redundant rcu_sysidle_state variable
Paul E. McKenney
1
-17
/
+6
2014-09-16
rcu: Check for have_rcu_nocb_mask instead of rcu_nocb_mask
Pranith Kumar
1
-3
/
+3
2014-09-16
rcu: Create rcuo kthreads only for onlined CPUs
Paul E. McKenney
3
-13
/
+86
2014-09-16
rcu: Rationalize kthread spawning
Paul E. McKenney
3
-10
/
+7
2014-09-16
rcu: Return false instead of 0 in rcu_nocb_adopt_orphan_cbs()
Pranith Kumar
1
-1
/
+1
2014-09-16
rcu: Use false for return in __call_rcu_nocb()
Pranith Kumar
1
-1
/
+1
2014-09-16
rcu: Use true/false for return in rcu_nocb_adopt_orphan_cbs()
Pranith Kumar
1
-2
/
+2
2014-09-16
rcu: Use true/false for return in __call_rcu_nocb()
Pranith Kumar
1
-2
/
+2
2014-09-16
rcu: Check the return value of zalloc_cpumask_var()
Pranith Kumar
1
-1
/
+4
2014-09-16
rcu: Fix attempt to avoid unsolicited offloading of callbacks
Paul E. McKenney
1
-31
/
+61
2014-09-16
perf: Do not check PERF_EVENT_STATE_EXIT on syscall read path
Jiri Olsa
1
-2
/
+1
2014-09-16
locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definition
Davidlohr Bueso
1
-4
/
+3
2014-09-13
Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-36
/
+55
[prev]
[next]