aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-12-13X.509: Fix certificate gatheringDavid Howells1-2/+3
2013-12-12rcu: Remove "extern" from function declarations in kernel/rcu/rcu.hTeodora Baluta1-1/+1
2013-12-12rcu/torture: Dynamically allocate SRCU output buffer to avoid overflowChen Gang1-33/+34
2013-12-12rcu: Don't activate RCU core on NO_HZ_FULL CPUsPaul E. McKenney3-0/+25
2013-12-12rcu: Warn on allegedly impossible rcu_read_unlock_special() from irqLai Jiangshan1-2/+6
2013-12-12Merge tag 'keys-devel-20131210' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-4/+15
2013-12-12futex: move user address verification up to common codeLinus Torvalds1-2/+3
2013-12-12futex: fix handling of read-only-mapped hugepagesLinus Torvalds1-1/+1
2013-12-12cgroup: fix missing unlock on error in cgroup_load_subsys()Wei Yongjun1-0/+1
2013-12-11perf: Optimize ring-buffer write by depending on control dependenciesPeter Zijlstra1-16/+26
2013-12-11sched/fair: Rework sched_fair time accountingPeter Zijlstra1-80/+64
2013-12-11sched: Initialize power_orig for overlapping groupsPeter Zijlstra1-0/+1
2013-12-10KEYS: correct alignment of system_certificate_list content in assembly fileHendrik Brueckner2-4/+14
2013-12-10Ignore generated file kernel/x509_certificate_listRusty Russell1-0/+1
2013-12-09rcu: Provide better diagnostics for blocking in RCU callback functionsPaul E. McKenney2-0/+8
2013-12-09rcu: Improve SRCU's grace-period commentsPaul E. McKenney1-7/+49
2013-12-09rcu: Fix CONFIG_RCU_FANOUT_EXACT for odd fanout/leaf valuesPaul E. McKenney1-2/+2
2013-12-09rcu: Fix coccinelle warningsFengguang Wu1-1/+1
2013-12-09posix-timers: Convert abuses of BUG_ON to WARN_ONFrederic Weisbecker1-5/+5
2013-12-09posix-timers: Remove remaining uses of tasklist_lockFrederic Weisbecker1-32/+44
2013-12-09posix-timers: Use sighand lock instead of tasklist_lock on timer deletionFrederic Weisbecker1-6/+11
2013-12-09posix-timers: Use sighand lock instead of tasklist_lock for task clock sampleFrederic Weisbecker1-3/+13
2013-12-09posix-timers: Consolidate posix_cpu_clock_get()Frederic Weisbecker1-34/+30
2013-12-09posix-timers: Remove useless clock sample on timers cleanupFrederic Weisbecker1-23/+7
2013-12-09posix-timers: Remove dead task special caseFrederic Weisbecker1-45/+25
2013-12-09posix-timers: Cleanup reaped target handlingFrederic Weisbecker1-6/+0
2013-12-09posix-timers: Remove dead process posix cpu timers cachingFrederic Weisbecker1-34/+1
2013-12-09posix-timers: Remove dead thread posix cpu timers cachingFrederic Weisbecker1-18/+16
2013-12-07PCI: Disable Bus Master only on kexec rebootKhalid Aziz1-0/+4
2013-12-06cgroup: remove for_each_root_subsys()Tejun Heo1-22/+15
2013-12-06cgroup: implement for_each_css()Tejun Heo1-26/+31
2013-12-06cgroup: factor out cgroup_subsys_state creation into create_css()Tejun Heo1-38/+57
2013-12-06cgroup: combine css handling loops in cgroup_create()Tejun Heo1-18/+7
2013-12-06cgroup: reorder operations in cgroup_create()Tejun Heo1-37/+33
2013-12-06cgroup: make for_each_subsys() useable under cgroup_root_mutexTejun Heo1-6/+20
2013-12-06cgroup: css iterations and css_from_dir() are safe under cgroup_mutexTejun Heo1-26/+30
2013-12-06Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo1-10/+21
2013-12-06cgroup: fix cgroup_create() error handling pathTejun Heo1-10/+21
2013-12-06Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-10/+3
2013-12-05tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt2-10/+3
2013-12-05cgroup: unify pidlist and other file handlingTejun Heo1-49/+63
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo5-41/+33
2013-12-05cgroup: attach cgroup_open_file to all cgroup filesTejun Heo1-30/+20
2013-12-05cgroup: generalize cgroup_pidlist_open_fileTejun Heo1-36/+30
2013-12-05cgroup: unify read path so that seq_file is always usedTejun Heo1-53/+15
2013-12-05cgroup: unify cgroup_write_X64() and cgroup_write_string()Tejun Heo1-76/+36
2013-12-05cgroup: remove cftype->read(), ->read_map() and ->write()Tejun Heo1-22/+4
2013-12-05cpuset: convert away from cftype->read()Tejun Heo1-47/+24
2013-12-05cgroup, sched: convert away from cftype->read_map()Tejun Heo2-9/+9
2013-12-05padata: Fix wrong usage of rcu_dereference()Mathias Krause1-1/+1