aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* cgroup: introduce cgroup_tree_mutexTejun Heo2014-02-11
* cgroup: improve css_from_dir() into css_tryget_from_dir()Tejun Heo2014-02-11
* Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15Tejun Heo2014-02-11
|\
| * cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan2014-02-11
* | Merge branch 'for-3.14-fixes' into for-3.15Tejun Heo2014-02-08
|\|
| * cgroup: fix locking in cgroup_cfts_commit()Tejun Heo2014-02-08
| * cgroup: fix error return from cgroup_create()Tejun Heo2014-02-08
| * cgroup: fix error return value in cgroup_mount()Tejun Heo2014-02-08
| * cgroup: use an ordered workqueue for cgroup destructionHugh Dickins2014-02-07
| * arm, pm, vmpressure: add missing slab.h includesTejun Heo2014-02-03
* | cgroup: remove cgroup_root_mutexTejun Heo2014-02-08
* | cgroup: update locking in cgroup_show_options()Tejun Heo2014-02-08
* | cgroup: rename cgroup_subsys->subsys_id to ->idTejun Heo2014-02-08
* | cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-08
* | cgroup: drop module supportTejun Heo2014-02-08
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-31
|\
| * Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2014-01-25
| |\
| | * sched/nohz: Fix overflow error in scheduler_tick_max_deferment()Kevin Hilman2014-01-15
| | * nohz_full: fix code style issue of tick_nohz_full_stop_tickAlex Shi2014-01-15
| | * nohz: Get timekeeping max deferment outside jiffies_lockFrederic Weisbecker2014-01-15
| | * tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker2014-01-15
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-31
|\ \ \
| * | | sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra2014-01-28
| * | | sched/deadline: Add sched_dl documentationDario Faggioli2014-01-28
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-31
|\ \ \ \
| * | | | hung_task: Display every hung task warningAaron Tomlin2014-01-25
| * | | | sysctl: Add neg_one as a standard constraintAaron Tomlin2014-01-25
| * | | | kgdb/kdb: Fix no KDB config problemMike Travis2014-01-25
| | |/ / | |/| |
* | | | kernel/smp.c: remove cpumask_ipiRoman Gushchin2014-01-30
* | | | kernel: use lockless list for smp_call_function_singleChristoph Hellwig2014-01-30
* | | | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-30
|\ \ \ \
| * \ \ \ Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-31
| |\ \ \ \
| * | | | | block: Abstract out bvec iteratorKent Overstreet2013-11-24
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-28
|\ \ \ \ \ \
| * | | | | | introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov2014-01-25
* | | | | | | softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches2014-01-28
* | | | | | | softirq: convert printks to pr_<level>Joe Perches2014-01-28
* | | | | | | softirq: use ffs() in __do_softirq()Joe Perches2014-01-28
* | | | | | | kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang2014-01-28
* | | | | | | Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-27
|\ \ \ \ \ \ \
| * | | | | | | tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)2014-01-23
| * | | | | | | tracing: Fix formatting of trace README fileSteven Rostedt (Red Hat)2014-01-23
| * | | | | | | tracing/README: Add event file usage to tracing mini-HOWTOTom Zanussi2014-01-22
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-25
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | sched/clock: Fixup early initializationPeter Zijlstra2014-01-23
| * | | | | | | Revert "sched: Fix sleep time double accounting in enqueue entity"Vincent Guittot2014-01-23
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-24
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'pm-sleep', 'pm-runtime' and 'pm-apm'Rafael J. Wysocki2014-01-12
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | PM / hibernate: Call platform_leave() in suspend path tooBjørn Mork2014-01-06
| | * | | | | | | Merge back earlier 'pm-sleep' material.Rafael J. Wysocki2013-12-29
| | |\ \ \ \ \ \ \