summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-02-23Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-02-21sched/deadline: Remove useless dl_nr_totalKirill Tkhai
2014-02-21sched/deadline: Test for CPU's presence explicitlyBoris Ostrovsky
2014-02-21sched: Add 'flags' argument to sched_{set,get}attr() syscallsPeter Zijlstra
2014-02-21sched: Fix information leak in sys_sched_getattr()Vegard Nossum
2014-02-21sched,numa: add cond_resched to task_numa_workRik van Riel
2014-02-21sched/core: Make dl_b->lock IRQ safeJuri Lelli
2014-02-21sched/core: Fix sched_rt_global_validateJuri Lelli
2014-02-21sched/deadline: Fix overflow to handle period==0 and deadline!=0Steven Rostedt
2014-02-21sched/deadline: Fix bad accounting of nr_runningJuri Lelli
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-02-20user_namespace.c: Remove duplicated word in commentBrian Campbell
2014-02-19sched_clock: Prevent callers from seeing half-updated dataStephen Boyd
2014-02-18cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo
2014-02-18workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan
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-13tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner
2014-02-12Revert "cgroup: use an ordered workqueue for cgroup destruction"Tejun Heo
2014-02-11ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)
2014-02-11cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan
2014-02-11genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker
2014-02-09genirq: Add devm_request_any_context_irq()Stephen Boyd
2014-02-08Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-02-08cgroup: fix locking in cgroup_cfts_commit()Tejun Heo
2014-02-08cgroup: fix error return from cgroup_create()Tejun Heo
2014-02-08cgroup: fix error return value in cgroup_mount()Tejun Heo
2014-02-07cgroup: use an ordered workqueue for cgroup destructionHugh Dickins
2014-02-06time: Fix overflow when HZ is smaller than 60Mikulas Patocka
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds
2014-02-05genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble
2014-02-03arm, pm, vmpressure: add missing slab.h includesTejun Heo
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-01-30kernel/smp.c: remove cpumask_ipiRoman Gushchin
2014-01-30kernel: use lockless list for smp_call_function_singleChristoph Hellwig
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-28sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra
2014-01-28sched/deadline: Add sched_dl documentationDario Faggioli
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches
2014-01-27softirq: convert printks to pr_<level>Joe Perches
2014-01-27softirq: use ffs() in __do_softirq()Joe Perches
2014-01-27kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang
2014-01-27Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-01-25hung_task: Display every hung task warningAaron Tomlin