summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | include/linux/printk.h: remove double asmlinkage in printk_emitSimon Kågström2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | printk: remove duplicated check for log levelPetr Mladek2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | err.h: use bool for IS_ERR and IS_ERR_OR_NULLJoe Perches2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | kernel/groups.c: remove return value of set_groupsWang YanQing2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | include/linux/syscalls.h: add sys32_quotactl() prototypeRashika Kheria2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | kobject: don't block for each kobject_ueventVladimir Davydov2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | drop_caches: add some documentation and info messageDave Hansen2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: remove read_cache_page_async()Sasha Levin2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | include/linux/mm.h: remove ifdef conditionRashika Kheria2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: keep page cache radix tree nodes in checkJohannes Weiner2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib: radix_tree: tree node interfaceJohannes Weiner2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: thrash detection-based file cache sizingJohannes Weiner2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: filemap: move radix tree hole searching hereJohannes Weiner2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib: radix-tree: add radix_tree_delete_item()Johannes Weiner2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: vmstat: fix UP zone state accountingJohannes Weiner2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm, hugetlb: fix race in region trackingDavidlohr Bueso2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm, hugetlb: unify region structure handlingJoonsoo Kim2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: optimize put_mems_allowed() usageMel Gorman2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | quota: provide function to grab quota structure referenceJan Kara2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | fanotify: convert access_mutex to spinlockJan Kara2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | kmemleak: remove redundant codeLi Zefan2014-04-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | bdi: avoid oops on device removalJan Kara2014-04-03
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'vfio-v3.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2014-04-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vfio: Add external user check extension interfaceAlex Williamson2014-02-26
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove useless argument from cgroup_exit()Li Zefan2014-03-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: implement CFTYPE_ONLY_ON_DFLTejun Heo2014-03-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: make cgrp_dfl_root mountableTejun Heo2014-03-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2014-03-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: rename cgroup_dummy_root and related namesTejun Heo2014-03-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: move ->subsys_mask from cgroupfs_root to cgroupTejun Heo2014-03-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove NULL checks from [pr_cont_]cgroup_{name|path}()Tejun Heo2014-03-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: drop task_lock() protection around task->cgroupsTejun Heo2014-02-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: split process / task migration into four stepsTejun Heo2014-02-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: use css_set->mg_tasks to track target tasks during migrationTejun Heo2014-02-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: add css_set->mg_tasksTejun Heo2014-02-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: deal with dummp_top in cgroup_name() and cgroup_path()Li Zefan2014-02-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size()Tejun Heo2014-02-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo2014-02-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove css_scan_tasks()Tejun Heo2014-02-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo2014-02-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: drop CGRP_ROOT_SUBSYS_BOUNDTejun Heo2014-02-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: disallow xattr, release_agent and name if sane_behaviorTejun Heo2014-02-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove cgroupfs_root->refcntTejun Heo2014-02-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it ato...Tejun Heo2014-02-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove cgroup->nameTejun Heo2014-02-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove cftype_setTejun Heo2014-02-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: warn if "xattr" is specified with "sane_behavior"Tejun Heo2014-02-12