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
2014-02-20
tracing: Pass trace_array to set_flag callback
Steven Rostedt (Red Hat)
8
-17
/
+27
2014-02-20
Merge branch 'master' into for-next
Jiri Kosina
98
-2988
/
+8296
2014-02-19
genirq: Update the a comment typo
Chuansheng Liu
1
-1
/
+1
2014-02-19
genirq: Provide irq_wake_thread()
Thomas Gleixner
3
-2
/
+30
2014-02-19
genirq: Provide synchronize_hardirq()
Thomas Gleixner
1
-20
/
+50
2014-02-19
sched_clock: Prevent callers from seeing half-updated data
Stephen Boyd
1
-17
/
+29
2014-02-19
user_namespace.c: Remove duplicated word in comment
Brian Campbell
1
-1
/
+1
2014-02-19
treewide: Fix typo in Documentation/DocBook
Masanari Iida
2
-2
/
+2
2014-02-18
cgroup: update cgroup_enable_task_cg_lists() to grab siglock
Tejun Heo
1
-0
/
+5
2014-02-18
cgroup: add a validation check to cgroup_add_cftyps()
Li Zefan
1
-0
/
+3
2014-02-18
workqueue: ensure @task is valid across kthread_stop()
Lai Jiangshan
1
-0
/
+7
2014-02-18
inotify: Fix reporting of cookies for inotify events
Jan Kara
2
-2
/
+2
2014-02-17
rcu: Optimize RCU_FAST_NO_HZ for RCU_NOCB_CPU_ALL
Paul E. McKenney
1
-2
/
+5
2014-02-17
rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALL
Paul E. McKenney
2
-1
/
+5
2014-02-17
rcu: Optimize rcu_is_nocb_cpu() for RCU_NOCB_CPU_ALL
Paul E. McKenney
1
-0
/
+2
2014-02-17
rcu: Move SRCU grace period work to power efficient workqueue
Shaibal Dutta
1
-2
/
+3
2014-02-17
rcu: Disambiguate CONFIG_RCU_NOCB_CPUs
Paul Bolle
1
-1
/
+1
2014-02-17
rcu: Remove ACCESS_ONCE() from jiffies
Paul E. McKenney
2
-5
/
+5
2014-02-17
rcu: Stop tracking FSF's postal address
Paul E. McKenney
10
-20
/
+20
2014-02-17
rcu: Add ACCESS_ONCE() to ->n_force_qs_lh accesses
Paul E. McKenney
2
-3
/
+3
2014-02-17
printk: fix syslog() overflowing user buffer
Linus Torvalds
1
-2
/
+0
2014-02-15
Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-0
/
+46
2014-02-15
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-0
/
+7
2014-02-14
nohz: ensure users are aware boot CPU is not NO_HZ_FULL
Paul Gortmaker
1
-1
/
+1
2014-02-14
timer: Spare IPI when deferrable timer is queued on idle remote targets
Viresh Kumar
1
-1
/
+8
2014-02-14
cgroup: fix memory leak in cgroup_mount()
Li Zefan
1
-0
/
+2
2014-02-14
cgroup: fix locking in cgroupstats_build()
Li Zefan
1
-2
/
+6
2014-02-13
lto: Disable LTO for sys_ni
Andi Kleen
1
-0
/
+3
2014-02-13
lto: Handle LTO common symbols in module loader
Joe Mario
1
-0
/
+4
2014-02-13
asmlinkage: Make trace_hardirqs_on/off_caller visible
Andi Kleen
1
-2
/
+2
2014-02-13
asmlinkage Make __stack_chk_failed and memcmp visible
Andi Kleen
1
-1
/
+1
2014-02-13
asmlinkage: Mark rwsem functions that can be called from assembler asmlinkage
Andi Kleen
1
-0
/
+4
2014-02-13
asmlinkage: Make main_extable_sort_needed visible
Andi Kleen
1
-1
/
+1
2014-02-13
asmlinkage, mutex: Mark __visible
Andi Kleen
1
-5
/
+5
2014-02-13
asmlinkage: Make trace_hardirq visible
Andi Kleen
1
-2
/
+2
2014-02-13
asmlinkage: Make lockdep_sys_exit asmlinkage
Andi Kleen
1
-1
/
+1
2014-02-13
asmlinkage: Make jiffies visible
Andi Kleen
1
-1
/
+1
2014-02-13
cgroup: fix coccinelle warnings
Fengguang Wu
1
-3
/
+1
2014-02-13
tick: Clear broadcast pending bit when switching to oneshot
Thomas Gleixner
1
-0
/
+1
2014-02-13
cgroup: unexport functions
Tejun Heo
1
-8
/
+0
2014-02-13
cgroup: cosmetic updates to cgroup_attach_task()
Tejun Heo
1
-22
/
+23
2014-02-13
cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size()
Tejun Heo
1
-30
/
+0
2014-02-13
cpuset: don't use cgroup_taskset_cur_css()
Tejun Heo
1
-3
/
+6
2014-02-13
cgroup: drop @skip_css from cgroup_taskset_for_each()
Tejun Heo
4
-6
/
+6
2014-02-13
cgroup: move css_set_rwsem locking outside of cgroup_task_migrate()
Tejun Heo
1
-5
/
+11
2014-02-13
cgroup: separate out put_css_set_locked() and remove put_css_set_taskexit()
Tejun Heo
1
-27
/
+23
2014-02-13
cgroup: remove css_scan_tasks()
Tejun Heo
1
-162
/
+0
2014-02-13
cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()
Tejun Heo
1
-128
/
+58
2014-02-13
cgroup: make css_set_lock a rwsem and rename it to css_set_rwsem
Tejun Heo
1
-47
/
+57
2014-02-13
cgroup: reimplement cgroup_transfer_tasks() without using css_scan_tasks()
Tejun Heo
1
-11
/
+20
[prev]
[next]