summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2013-12-13X.509: Fix certificate gatheringDavid Howells
2013-12-12rcu: Remove "extern" from function declarations in kernel/rcu/rcu.hTeodora Baluta
2013-12-12rcu/torture: Dynamically allocate SRCU output buffer to avoid overflowChen Gang
2013-12-12rcu: Don't activate RCU core on NO_HZ_FULL CPUsPaul E. McKenney
2013-12-12rcu: Warn on allegedly impossible rcu_read_unlock_special() from irqLai Jiangshan
2013-12-12Merge tag 'keys-devel-20131210' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-12-12futex: move user address verification up to common codeLinus Torvalds
2013-12-12futex: fix handling of read-only-mapped hugepagesLinus Torvalds
2013-12-12cgroup: fix missing unlock on error in cgroup_load_subsys()Wei Yongjun
2013-12-11perf: Optimize ring-buffer write by depending on control dependenciesPeter Zijlstra
2013-12-11sched/fair: Rework sched_fair time accountingPeter Zijlstra
2013-12-11sched: Initialize power_orig for overlapping groupsPeter Zijlstra
2013-12-10KEYS: correct alignment of system_certificate_list content in assembly fileHendrik Brueckner
2013-12-10Ignore generated file kernel/x509_certificate_listRusty Russell
2013-12-09rcu: Provide better diagnostics for blocking in RCU callback functionsPaul E. McKenney
2013-12-09rcu: Improve SRCU's grace-period commentsPaul E. McKenney
2013-12-09rcu: Fix CONFIG_RCU_FANOUT_EXACT for odd fanout/leaf valuesPaul E. McKenney
2013-12-09rcu: Fix coccinelle warningsFengguang Wu
2013-12-09posix-timers: Convert abuses of BUG_ON to WARN_ONFrederic Weisbecker
2013-12-09posix-timers: Remove remaining uses of tasklist_lockFrederic Weisbecker
2013-12-09posix-timers: Use sighand lock instead of tasklist_lock on timer deletionFrederic Weisbecker
2013-12-09posix-timers: Use sighand lock instead of tasklist_lock for task clock sampleFrederic Weisbecker
2013-12-09posix-timers: Consolidate posix_cpu_clock_get()Frederic Weisbecker
2013-12-09posix-timers: Remove useless clock sample on timers cleanupFrederic Weisbecker
2013-12-09posix-timers: Remove dead task special caseFrederic Weisbecker
2013-12-09posix-timers: Cleanup reaped target handlingFrederic Weisbecker
2013-12-09posix-timers: Remove dead process posix cpu timers cachingFrederic Weisbecker
2013-12-09posix-timers: Remove dead thread posix cpu timers cachingFrederic Weisbecker
2013-12-07PCI: Disable Bus Master only on kexec rebootKhalid Aziz
2013-12-06cgroup: remove for_each_root_subsys()Tejun Heo
2013-12-06cgroup: implement for_each_css()Tejun Heo
2013-12-06cgroup: factor out cgroup_subsys_state creation into create_css()Tejun Heo
2013-12-06cgroup: combine css handling loops in cgroup_create()Tejun Heo
2013-12-06cgroup: reorder operations in cgroup_create()Tejun Heo
2013-12-06cgroup: make for_each_subsys() useable under cgroup_root_mutexTejun Heo
2013-12-06cgroup: css iterations and css_from_dir() are safe under cgroup_mutexTejun Heo
2013-12-06Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo
2013-12-06cgroup: fix cgroup_create() error handling pathTejun Heo
2013-12-06Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-12-05tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt
2013-12-05cgroup: unify pidlist and other file handlingTejun Heo
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo
2013-12-05cgroup: attach cgroup_open_file to all cgroup filesTejun Heo
2013-12-05cgroup: generalize cgroup_pidlist_open_fileTejun Heo
2013-12-05cgroup: unify read path so that seq_file is always usedTejun Heo
2013-12-05cgroup: unify cgroup_write_X64() and cgroup_write_string()Tejun Heo
2013-12-05cgroup: remove cftype->read(), ->read_map() and ->write()Tejun Heo
2013-12-05cpuset: convert away from cftype->read()Tejun Heo
2013-12-05cgroup, sched: convert away from cftype->read_map()Tejun Heo
2013-12-05padata: Fix wrong usage of rcu_dereference()Mathias Krause