summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-202-28/+33
|\
| * cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo2014-02-191-0/+5
| * Revert "cgroup: use an ordered workqueue for cgroup destruction"Tejun Heo2014-02-131-6/+2Star
| * cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan2014-02-111-16/+18
| * cgroup: fix locking in cgroup_cfts_commit()Tejun Heo2014-02-081-9/+2Star
| * cgroup: fix error return from cgroup_create()Tejun Heo2014-02-081-3/+7
| * cgroup: fix error return value in cgroup_mount()Tejun Heo2014-02-081-3/+3
| * cgroup: use an ordered workqueue for cgroup destructionHugh Dickins2014-02-071-2/+6
| * arm, pm, vmpressure: add missing slab.h includesTejun Heo2014-02-031-0/+1
* | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-201-0/+7
|\ \
| * | workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan2014-02-181-0/+7
| |/
* | user_namespace.c: Remove duplicated word in commentBrian Campbell2014-02-201-1/+1
* | printk: fix syslog() overflowing user bufferLinus Torvalds2014-02-171-2/+0Star
| |
| \
*-. \ Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.k...Linus Torvalds2014-02-162-0/+46
|\ \ \
| | * | genirq: Add devm_request_any_context_irq()Stephen Boyd2014-02-091-0/+45
| * | | genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker2014-02-111-0/+1
| |/ /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-02-162-0/+7
|\ \ \
| * | | tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner2014-02-131-0/+1
| * | | time: Fix overflow when HZ is smaller than 60Mikulas Patocka2014-02-061-0/+6
| | |/ | |/|
* | | ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)2014-02-111-0/+7
| |/ |/|
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-081-0/+1
|\ \
| * | genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble2014-02-051-0/+1
| |/
* / execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-052-2/+2
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-313-15/+16
|\
| * Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2014-01-253-15/+16
| |\
| | * sched/nohz: Fix overflow error in scheduler_tick_max_deferment()Kevin Hilman2014-01-161-1/+1
| | * nohz_full: fix code style issue of tick_nohz_full_stop_tickAlex Shi2014-01-151-8/+8
| | * nohz: Get timekeeping max deferment outside jiffies_lockFrederic Weisbecker2014-01-151-1/+2
| | * tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker2014-01-152-5/+5
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-312-2/+5
|\ \ \
| * | | sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra2014-01-281-1/+3
| * | | sched/deadline: Add sched_dl documentationDario Faggioli2014-01-281-1/+2
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-314-8/+12
|\ \ \ \
| * | | | hung_task: Display every hung task warningAaron Tomlin2014-01-252-5/+9
| * | | | sysctl: Add neg_one as a standard constraintAaron Tomlin2014-01-251-0/+1
| * | | | kgdb/kdb: Fix no KDB config problemMike Travis2014-01-252-4/+3Star
| | |/ / | |/| |
* | | | kernel/smp.c: remove cpumask_ipiRoman Gushchin2014-01-311-16/+1Star
* | | | kernel: use lockless list for smp_call_function_singleChristoph Hellwig2014-01-311-38/+13Star
* | | | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-302-8/+9
|\ \ \ \
| * \ \ \ Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-3131-240/+375
| |\ \ \ \
| * | | | | block: Abstract out bvec iteratorKent Overstreet2013-11-242-8/+9
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-281-11/+0Star
|\ \ \ \ \ \
| * | | | | | introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov2014-01-251-11/+0Star
* | | | | | | softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches2014-01-281-16/+9Star
* | | | | | | softirq: convert printks to pr_<level>Joe Perches2014-01-281-2/+4
* | | | | | | softirq: use ffs() in __do_softirq()Joe Perches2014-01-281-21/+22
* | | | | | | kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang2014-01-281-1/+1
* | | | | | | Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-271-32/+81
|\ \ \ \ \ \ \
| * | | | | | | tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)2014-01-231-0/+6
| * | | | | | | tracing: Fix formatting of trace README fileSteven Rostedt (Red Hat)2014-01-231-52/+64