summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
* blkcg: move body parsing from blkg_conf_prep() to its callersTejun Heo2015-08-18
* blkcg: mark existing cftypes as legacyTejun Heo2015-08-18
* blkcg: rename subsystem name from blkio to ioTejun Heo2015-08-18
* blkcg: move io_service_bytes and io_serviced stats into blkcg_gqTejun Heo2015-08-18
* blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gqTejun Heo2015-08-18
* blkcg: make blkcg_[rw]stat per-cpuTejun Heo2015-08-18
* blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with itTejun Heo2015-08-18
* blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo2015-08-18
* blkcg: move root blkg lookup optimization from throtl_lookup_tg() to __blkg_l...Tejun Heo2015-08-18
* blkcg: inline [__]blkg_lookup()Tejun Heo2015-08-18
* blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methodsTejun Heo2015-08-18
* blkcg: minor updates around blkcg_policy_dataTejun Heo2015-08-18
* blkcg: make blkcg_policy methods take a pointer to blkcg_policy_dataTejun Heo2015-08-18
* blk-throttle: clean up blkg_policy_data alloc/init/exit/free methodsTejun Heo2015-08-18
* blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methodsTejun Heo2015-08-18
* blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy()Tejun Heo2015-08-18
* blkcg: remove unnecessary request_list->blkg NULL test in blk_put_rl()Tejun Heo2015-08-18
* kernfs: implement kernfs_path_len()Tejun Heo2015-08-18
* writeback: bdi_for_each_wb() iteration is memcg ID based not blkcgTejun Heo2015-08-18
* Merge branch 'for-4.3-unified-base' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2015-08-18
|\
| * cgroup: introduce cgroup_subsys->legacy_nameTejun Heo2015-08-18
| * cgroup: make cftype->private a unsigned longTejun Heo2015-08-11
| * cgroup: define controller file conventionsTejun Heo2015-08-04
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-26
|\ \
| * \ Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-07-21
| |\ \
| | * | efi: Handle memory error structures produced based on old versions of standardLuck, Tony2015-07-15
* | | | Merge tag 'trace-v4.2-rc2-fix3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-07-25
|\ \ \ \
| * | | | ftrace: Fix breakage of set_ftrace_pidSteven Rostedt (Red Hat)2015-07-24
| | |_|/ | |/| |
* | | | Merge tag 'for-linus-20150724' of git://git.infradead.org/linux-mtdLinus Torvalds2015-07-25
|\ \ \ \
| * | | | mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflictScott Wood2015-07-07
| |/ / /
* | | | Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-24
|\ \ \ \
| * | | | libata: add ATA_HORKAGE_MAX_SEC_1024 to revert back to previous max_sectors l...David Milburn2015-07-15
| * | | | libata: add ATA_HORKAGE_NOTRIMArne Fitzenreiter2015-07-15
| |/ / /
* | / / mmc: sdhci-esdhc-imx: clear f_max in boarddataDong Aisheng2015-07-24
| |/ / |/| |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-18
|\ \ \
| * | | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-18
| * | | x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-18
* | | | mm/page_owner: set correct gfp_mask on page_ownerJoonsoo Kim2015-07-17
* | | | Update Viresh Kumar's email addressViresh Kumar2015-07-17
* | | | include, lib: add __printf attributes to several function prototypesNicolas Iooss2015-07-17
* | | | mm: hugetlb: allow hugepages_supported to be architecture specificDominik Dingel2015-07-17
* | | | Merge tag 'staging-4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-07-17
|\ \ \ \
| * \ \ \ Merge tag 'iio-fixes-for-4.2a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-07-13
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | hid-sensor: Fix suspend/resume delaySrinivas Pandruvada2015-06-02
* | | | | Merge tag 'gpio-v4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-07-17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | gpio: Remove double "base" in commentGeert Uytterhoeven2015-07-16
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-07-16
|\ \ \ \
| * | | | blkcg: fix blkcg_policy_data allocation bugTejun Heo2015-07-09
| * | | | blkcg: implement all_blkcgs listTejun Heo2015-07-09
* | | | | Merge tag 'locks-v4.2-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-07-15
|\ \ \ \ \