summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cgroup: convert to kernfsTejun Heo2014-02-111-753/+362
* cgroup: relocate functions in preparation of kernfs conversionTejun Heo2014-02-111-115/+117
* cgroup: misc preps for kernfs conversionTejun Heo2014-02-111-32/+53
* cgroup: introduce cgroup_ino()Tejun Heo2014-02-111-1/+4
* cgroup: introduce cgroup_init/exit_cftypes()Tejun Heo2014-02-111-7/+25
* cgroup: update the meaning of cftype->max_write_lenTejun Heo2014-02-111-10/+8
* cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()Tejun Heo2014-02-111-21/+8
* cgroup: update cgroup name handlingTejun Heo2014-02-111-13/+22
* cgroup: factor out cgroup_setup_root() from cgroup_mount()Tejun Heo2014-02-111-98/+113
* cgroup: restructure locking and error handling in cgroup_mount()Tejun Heo2014-02-111-33/+40
* cgroup: release cgroup_mutex over file removalsTejun Heo2014-02-111-5/+10
* cgroup: introduce cgroup_tree_mutexTejun Heo2014-02-111-13/+53
* cgroup: improve css_from_dir() into css_tryget_from_dir()Tejun Heo2014-02-112-25/+17
* Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15Tejun Heo2014-02-111-16/+18
|\
| * cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan2014-02-111-16/+18
* | Merge branch 'for-3.14-fixes' into for-3.15Tejun Heo2014-02-082-17/+19
|\ \ | |/
| * cgroup: fix locking in cgroup_cfts_commit()Tejun Heo2014-02-081-9/+2
| * 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
* | cgroup: remove cgroup_root_mutexTejun Heo2014-02-081-41/+1
* | cgroup: update locking in cgroup_show_options()Tejun Heo2014-02-081-3/+16
* | cgroup: rename cgroup_subsys->subsys_id to ->idTejun Heo2014-02-081-10/+10
* | cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-086-39/+33
* | cgroup: drop module supportTejun Heo2014-02-081-268/+16
|/
* 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/+3
| | |/ / | |/| |
* | | | kernel/smp.c: remove cpumask_ipiRoman Gushchin2014-01-301-16/+1
* | | | kernel: use lockless list for smp_call_function_singleChristoph Hellwig2014-01-301-38/+13
* | | | 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-232-8/+9
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-281-11/+0
|\ \ \ \ \ \
| * | | | | | introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov2014-01-251-11/+0
* | | | | | | softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches2014-01-271-16/+9
* | | | | | | softirq: convert printks to pr_<level>Joe Perches2014-01-271-2/+4
* | | | | | | softirq: use ffs() in __do_softirq()Joe Perches2014-01-271-21/+22
* | | | | | | kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang2014-01-271-1/+1
OpenPOWER on IntegriCloud