summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2014-02-17rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney
2014-02-17rcu: Optimize rcu_is_nocb_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney
2014-02-17rcu: Move SRCU grace period work to power efficient workqueueShaibal Dutta
2014-02-17rcu: Disambiguate CONFIG_RCU_NOCB_CPUsPaul Bolle
2014-02-17rcu: Remove ACCESS_ONCE() from jiffiesPaul E. McKenney
2014-02-17rcu: Stop tracking FSF's postal addressPaul E. McKenney
2014-02-17rcu: Add ACCESS_ONCE() to ->n_force_qs_lh accessesPaul E. McKenney
2014-02-17printk: fix syslog() overflowing user bufferLinus Torvalds
2014-02-15Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.k...Linus Torvalds
2014-02-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-02-14nohz: ensure users are aware boot CPU is not NO_HZ_FULLPaul Gortmaker
2014-02-14timer: Spare IPI when deferrable timer is queued on idle remote targetsViresh Kumar
2014-02-14cgroup: fix memory leak in cgroup_mount()Li Zefan
2014-02-14cgroup: fix locking in cgroupstats_build()Li Zefan
2014-02-13lto: Disable LTO for sys_niAndi Kleen
2014-02-13lto: Handle LTO common symbols in module loaderJoe Mario
2014-02-13asmlinkage: Make trace_hardirqs_on/off_caller visibleAndi Kleen
2014-02-13asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen
2014-02-13asmlinkage: Mark rwsem functions that can be called from assembler asmlinkageAndi Kleen
2014-02-13asmlinkage: Make main_extable_sort_needed visibleAndi Kleen
2014-02-13asmlinkage, mutex: Mark __visibleAndi Kleen
2014-02-13asmlinkage: Make trace_hardirq visibleAndi Kleen
2014-02-13asmlinkage: Make lockdep_sys_exit asmlinkageAndi Kleen
2014-02-13asmlinkage: Make jiffies visibleAndi Kleen
2014-02-13cgroup: fix coccinelle warningsFengguang Wu
2014-02-13tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner
2014-02-13cgroup: unexport functionsTejun Heo
2014-02-13cgroup: cosmetic updates to cgroup_attach_task()Tejun Heo
2014-02-13cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size()Tejun Heo
2014-02-13cpuset: don't use cgroup_taskset_cur_css()Tejun Heo
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo
2014-02-13cgroup: move css_set_rwsem locking outside of cgroup_task_migrate()Tejun Heo
2014-02-13cgroup: separate out put_css_set_locked() and remove put_css_set_taskexit()Tejun Heo
2014-02-13cgroup: remove css_scan_tasks()Tejun Heo
2014-02-13cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()Tejun Heo
2014-02-13cgroup: make css_set_lock a rwsem and rename it to css_set_rwsemTejun Heo
2014-02-13cgroup: reimplement cgroup_transfer_tasks() without using css_scan_tasks()Tejun Heo
2014-02-13cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo
2014-02-13cgroup: relocate cgroup_enable_task_cg_lists()Tejun Heo
2014-02-13cgroup: enable task_cg_lists on the first cgroup mountTejun Heo
2014-02-13cgroup: drop CGRP_ROOT_SUBSYS_BOUNDTejun Heo
2014-02-13cgroup: disallow xattr, release_agent and name if sane_behaviorTejun Heo
2014-02-12Revert "cgroup: use an ordered workqueue for cgroup destruction"Tejun Heo
2014-02-12cgroup: remove cgroupfs_root->refcntTejun Heo
2014-02-12cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it ato...Tejun Heo
2014-02-12cgroup: remove cgroup->nameTejun Heo
2014-02-12cgroup: make cgroup hold onto its kernfs_nodeTejun Heo
2014-02-12cgroup: simplify dynamic cftype addition and removalTejun Heo
2014-02-12cgroup: remove cftype_setTejun Heo
2014-02-12cgroup: relocate cgroup_rm_cftypes()Tejun Heo