summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methodsTejun Heo2015-08-181-7/+10
* blkcg: minor updates around blkcg_policy_dataTejun Heo2015-08-181-4/+10
* blkcg: make blkcg_policy methods take a pointer to blkcg_policy_dataTejun Heo2015-08-181-4/+4
* blk-throttle: clean up blkg_policy_data alloc/init/exit/free methodsTejun Heo2015-08-181-2/+0
* blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methodsTejun Heo2015-08-181-9/+9
* blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy()Tejun Heo2015-08-181-3/+0
* blkcg: remove unnecessary request_list->blkg NULL test in blk_put_rl()Tejun Heo2015-08-181-2/+1
* kernfs: implement kernfs_path_len()Tejun Heo2015-08-181-0/+4
* writeback: bdi_for_each_wb() iteration is memcg ID based not blkcgTejun Heo2015-08-181-12/+12
* Merge branch 'for-4.3-unified-base' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2015-08-182-1/+13
|\
| * cgroup: introduce cgroup_subsys->legacy_nameTejun Heo2015-08-181-0/+3
| * cgroup: make cftype->private a unsigned longTejun Heo2015-08-111-1/+1
| * cgroup: define controller file conventionsTejun Heo2015-08-041-0/+9
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-261-1/+21
|\ \
| * \ Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-07-211-1/+21
| |\ \
| | * | efi: Handle memory error structures produced based on old versions of standardLuck, Tony2015-07-151-1/+21
* | | | Merge tag 'trace-v4.2-rc2-fix3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-07-251-0/+3
|\ \ \ \
| * | | | ftrace: Fix breakage of set_ftrace_pidSteven Rostedt (Red Hat)2015-07-241-0/+3
| | |_|/ | |/| |
* | | | Merge tag 'for-linus-20150724' of git://git.infradead.org/linux-mtdLinus Torvalds2015-07-251-5/+5
|\ \ \ \
| * | | | mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflictScott Wood2015-07-071-5/+5
| |/ / /
* | | | Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-242-0/+3
|\ \ \ \
| * | | | libata: add ATA_HORKAGE_MAX_SEC_1024 to revert back to previous max_sectors l...David Milburn2015-07-152-1/+2
| * | | | libata: add ATA_HORKAGE_NOTRIMArne Fitzenreiter2015-07-151-0/+2
| |/ / /
* | / / mmc: sdhci-esdhc-imx: clear f_max in boarddataDong Aisheng2015-07-241-1/+0
| |/ / |/| |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-181-2/+14
|\ \ \
| * | | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-181-1/+5
| * | | x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-181-2/+10
* | | | mm/page_owner: set correct gfp_mask on page_ownerJoonsoo Kim2015-07-171-0/+13
* | | | Update Viresh Kumar's email addressViresh Kumar2015-07-172-2/+2
* | | | include, lib: add __printf attributes to several function prototypesNicolas Iooss2015-07-1711-28/+33
* | | | mm: hugetlb: allow hugepages_supported to be architecture specificDominik Dingel2015-07-171-9/+8
* | | | Merge tag 'staging-4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-07-171-0/+1
|\ \ \ \
| * \ \ \ Merge tag 'iio-fixes-for-4.2a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-07-131-0/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | hid-sensor: Fix suspend/resume delaySrinivas Pandruvada2015-06-021-0/+1
* | | | | Merge tag 'gpio-v4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-07-171-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | gpio: Remove double "base" in commentGeert Uytterhoeven2015-07-161-1/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-07-161-8/+3
|\ \ \ \
| * | | | blkcg: fix blkcg_policy_data allocation bugTejun Heo2015-07-091-8/+2
| * | | | blkcg: implement all_blkcgs listTejun Heo2015-07-091-0/+1
* | | | | Merge tag 'locks-v4.2-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-07-151-10/+20
|\ \ \ \ \
| * | | | | locks: inline posix_lock_file_wait and flock_lock_file_waitJeff Layton2015-07-131-18/+14
| * | | | | locks: new helpers - flock_lock_inode_wait and posix_lock_inode_waitJeff Layton2015-07-131-0/+14
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-07-151-0/+18
|\ \ \ \ \ \
| * | | | | | KVM: count number of assigned devicesPaolo Bonzini2015-07-101-0/+18
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'module-final-v4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-152-78/+84
|\ \ \ \ \ \
| * | | | | | module: relocate module_init from init.h to module.hPaul Gortmaker2015-07-052-78/+84
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-132-1/+8
|\ \ \ \ \ \
| * | | | | | can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-121-0/+2
| * | | | | | cdc_ncm: Add support for moving NDP to end of NCM frameEnrico Mioso2015-07-091-1/+6
* | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-07-122-3/+5
|\ \ \ \ \ \ \