aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-02-20tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)8-17/+27
2014-02-20Merge branch 'master' into for-nextJiri Kosina98-2988/+8296
2014-02-19genirq: Update the a comment typoChuansheng Liu1-1/+1
2014-02-19genirq: Provide irq_wake_thread()Thomas Gleixner3-2/+30
2014-02-19genirq: Provide synchronize_hardirq()Thomas Gleixner1-20/+50
2014-02-19sched_clock: Prevent callers from seeing half-updated dataStephen Boyd1-17/+29
2014-02-19user_namespace.c: Remove duplicated word in commentBrian Campbell1-1/+1
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida2-2/+2
2014-02-18cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo1-0/+5
2014-02-18cgroup: add a validation check to cgroup_add_cftyps()Li Zefan1-0/+3
2014-02-18workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan1-0/+7
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara2-2/+2
2014-02-17rcu: Optimize RCU_FAST_NO_HZ for RCU_NOCB_CPU_ALLPaul E. McKenney1-2/+5
2014-02-17rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney2-1/+5
2014-02-17rcu: Optimize rcu_is_nocb_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney1-0/+2
2014-02-17rcu: Move SRCU grace period work to power efficient workqueueShaibal Dutta1-2/+3
2014-02-17rcu: Disambiguate CONFIG_RCU_NOCB_CPUsPaul Bolle1-1/+1
2014-02-17rcu: Remove ACCESS_ONCE() from jiffiesPaul E. McKenney2-5/+5
2014-02-17rcu: Stop tracking FSF's postal addressPaul E. McKenney10-20/+20
2014-02-17rcu: Add ACCESS_ONCE() to ->n_force_qs_lh accessesPaul E. McKenney2-3/+3
2014-02-17printk: fix syslog() overflowing user bufferLinus Torvalds1-2/+0
2014-02-15Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+46
2014-02-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+7
2014-02-14nohz: ensure users are aware boot CPU is not NO_HZ_FULLPaul Gortmaker1-1/+1
2014-02-14timer: Spare IPI when deferrable timer is queued on idle remote targetsViresh Kumar1-1/+8
2014-02-14cgroup: fix memory leak in cgroup_mount()Li Zefan1-0/+2
2014-02-14cgroup: fix locking in cgroupstats_build()Li Zefan1-2/+6
2014-02-13lto: Disable LTO for sys_niAndi Kleen1-0/+3
2014-02-13lto: Handle LTO common symbols in module loaderJoe Mario1-0/+4
2014-02-13asmlinkage: Make trace_hardirqs_on/off_caller visibleAndi Kleen1-2/+2
2014-02-13asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen1-1/+1
2014-02-13asmlinkage: Mark rwsem functions that can be called from assembler asmlinkageAndi Kleen1-0/+4
2014-02-13asmlinkage: Make main_extable_sort_needed visibleAndi Kleen1-1/+1
2014-02-13asmlinkage, mutex: Mark __visibleAndi Kleen1-5/+5
2014-02-13asmlinkage: Make trace_hardirq visibleAndi Kleen1-2/+2
2014-02-13asmlinkage: Make lockdep_sys_exit asmlinkageAndi Kleen1-1/+1
2014-02-13asmlinkage: Make jiffies visibleAndi Kleen1-1/+1
2014-02-13cgroup: fix coccinelle warningsFengguang Wu1-3/+1
2014-02-13tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner1-0/+1
2014-02-13cgroup: unexport functionsTejun Heo1-8/+0
2014-02-13cgroup: cosmetic updates to cgroup_attach_task()Tejun Heo1-22/+23
2014-02-13cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size()Tejun Heo1-30/+0
2014-02-13cpuset: don't use cgroup_taskset_cur_css()Tejun Heo1-3/+6
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo4-6/+6
2014-02-13cgroup: move css_set_rwsem locking outside of cgroup_task_migrate()Tejun Heo1-5/+11
2014-02-13cgroup: separate out put_css_set_locked() and remove put_css_set_taskexit()Tejun Heo1-27/+23
2014-02-13cgroup: remove css_scan_tasks()Tejun Heo1-162/+0
2014-02-13cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()Tejun Heo1-128/+58
2014-02-13cgroup: make css_set_lock a rwsem and rename it to css_set_rwsemTejun Heo1-47/+57
2014-02-13cgroup: reimplement cgroup_transfer_tasks() without using css_scan_tasks()Tejun Heo1-11/+20