Age | Commit message (Expand) | Author | Files | Lines |
2014-03-02 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+6 |
2014-02-27 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2 | -2/+2 |
2014-02-27 | perf: Fix hotplug splat | Peter Zijlstra | 1 | -6/+6 |
2014-02-23 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -17/+29 |
2014-02-21 | sched/deadline: Remove useless dl_nr_total | Kirill Tkhai | 2 | -4/+1 |
2014-02-21 | sched/deadline: Test for CPU's presence explicitly | Boris Ostrovsky | 1 | -3/+3 |
2014-02-21 | sched: Add 'flags' argument to sched_{set,get}attr() syscalls | Peter Zijlstra | 1 | -5/+6 |
2014-02-21 | sched: Fix information leak in sys_sched_getattr() | Vegard Nossum | 1 | -1/+1 |
2014-02-21 | sched,numa: add cond_resched to task_numa_work | Rik van Riel | 1 | -0/+2 |
2014-02-21 | sched/core: Make dl_b->lock IRQ safe | Juri Lelli | 1 | -4/+6 |
2014-02-21 | sched/core: Fix sched_rt_global_validate | Juri Lelli | 1 | -1/+2 |
2014-02-21 | sched/deadline: Fix overflow to handle period==0 and deadline!=0 | Steven Rostedt | 1 | -1/+1 |
2014-02-21 | sched/deadline: Fix bad accounting of nr_running | Juri Lelli | 1 | -4/+2 |
2014-02-20 | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -28/+33 |
2014-02-20 | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+7 |
2014-02-20 | user_namespace.c: Remove duplicated word in comment | Brian Campbell | 1 | -1/+1 |
2014-02-19 | sched_clock: Prevent callers from seeing half-updated data | Stephen Boyd | 1 | -17/+29 |
2014-02-18 | cgroup: update cgroup_enable_task_cg_lists() to grab siglock | Tejun Heo | 1 | -0/+5 |
2014-02-18 | workqueue: ensure @task is valid across kthread_stop() | Lai Jiangshan | 1 | -0/+7 |
2014-02-18 | inotify: Fix reporting of cookies for inotify events | Jan Kara | 2 | -2/+2 |
2014-02-17 | printk: fix syslog() overflowing user buffer | Linus Torvalds | 1 | -2/+0 |
2014-02-15 | Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.k... | Linus Torvalds | 2 | -0/+46 |
2014-02-15 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -0/+7 |
2014-02-13 | tick: Clear broadcast pending bit when switching to oneshot | Thomas Gleixner | 1 | -0/+1 |
2014-02-12 | Revert "cgroup: use an ordered workqueue for cgroup destruction" | Tejun Heo | 1 | -6/+2 |
2014-02-11 | ring-buffer: Fix first commit on sub-buffer having non-zero delta | Steven Rostedt (Red Hat) | 1 | -0/+7 |
2014-02-11 | cgroup: protect modifications to cgroup_idr with cgroup_mutex | Li Zefan | 1 | -16/+18 |
2014-02-11 | genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=n | Paul Gortmaker | 1 | -0/+1 |
2014-02-09 | genirq: Add devm_request_any_context_irq() | Stephen Boyd | 1 | -0/+45 |
2014-02-08 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2014-02-08 | cgroup: fix locking in cgroup_cfts_commit() | Tejun Heo | 1 | -9/+2 |
2014-02-08 | cgroup: fix error return from cgroup_create() | Tejun Heo | 1 | -3/+7 |
2014-02-08 | cgroup: fix error return value in cgroup_mount() | Tejun Heo | 1 | -3/+3 |
2014-02-07 | cgroup: use an ordered workqueue for cgroup destruction | Hugh Dickins | 1 | -2/+6 |
2014-02-06 | time: Fix overflow when HZ is smaller than 60 | Mikulas Patocka | 1 | -0/+6 |
2014-02-05 | execve: use 'struct filename *' for executable name passing | Linus Torvalds | 2 | -2/+2 |
2014-02-05 | genirq: Generic irq chip requires IRQ_DOMAIN | Nitin A Kamble | 1 | -0/+1 |
2014-02-03 | arm, pm, vmpressure: add missing slab.h includes | Tejun Heo | 1 | -0/+1 |
2014-01-31 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -15/+16 |
2014-01-31 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -2/+5 |
2014-01-31 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -8/+12 |
2014-01-30 | kernel/smp.c: remove cpumask_ipi | Roman Gushchin | 1 | -16/+1 |
2014-01-30 | kernel: use lockless list for smp_call_function_single | Christoph Hellwig | 1 | -38/+13 |
2014-01-30 | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -8/+9 |
2014-01-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -11/+0 |
2014-01-28 | sched: Make sched_class::get_rr_interval() optional | Peter Zijlstra | 1 | -1/+3 |
2014-01-28 | sched/deadline: Add sched_dl documentation | Dario Faggioli | 1 | -1/+2 |
2014-01-27 | softirq: use const char * const for softirq_to_name, whitespace neatening | Joe Perches | 1 | -16/+9 |
2014-01-27 | softirq: convert printks to pr_<level> | Joe Perches | 1 | -2/+4 |
2014-01-27 | softirq: use ffs() in __do_softirq() | Joe Perches | 1 | -21/+22 |