summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-108-56/+104
|\
| * blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo2014-09-241-0/+1
| * percpu_ref: make INIT_ATOMIC and switch_to_atomic() stickyTejun Heo2014-09-241-1/+4
| * percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo2014-09-241-1/+17
| * percpu_ref: decouple switching to percpu mode and reinitTejun Heo2014-09-241-1/+2
| * percpu_ref: decouple switching to atomic mode and killingTejun Heo2014-09-241-2/+6
| * percpu_ref: add PCPU_REF_DEADTejun Heo2014-09-241-1/+5
| * percpu_ref: rename things to prepare for decoupling percpu/atomic mode switchTejun Heo2014-09-241-11/+14
| * percpu_ref: replace pcpu_ prefix with percpu_Tejun Heo2014-09-241-23/+23
| * percpu_ref: minor code and comment updatesTejun Heo2014-09-241-9/+16
| * percpu_ref: relocate percpu_ref_reinit()Tejun Heo2014-09-241-1/+1
| * Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during p...Tejun Heo2014-09-241-1/+0
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-2457-118/+301
| |\
| * | percpu-refcount: make percpu_ref based on longs instead of intsTejun Heo2014-09-201-12/+12
| * | percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo2014-09-081-1/+2
| * | proportions: add @gfp to init functionsTejun Heo2014-09-082-4/+6
| * | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-083-6/+8
| * | percpu: implement asynchronous chunk populationTejun Heo2014-09-021-2/+2
| * | percpu: implement [__]alloc_percpu_gfp()Tejun Heo2014-09-021-2/+7
* | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-10-102-20/+9
|\ \ \
| * | | cgroup: remove CGRP_RELEASABLE flagZefan Li2014-09-191-5/+0
| * | | cgroup: remove redundant check in cgroup_ino()Zefan Li2014-09-191-5/+2
| * | | cpuset: simplify proc_cpuset_show()Zefan Li2014-09-181-1/+2
| * | | cgroup: simplify proc_cgroup_show()Zefan Li2014-09-181-1/+2
| * | | cgroup: use a per-cgroup work for release agentZefan Li2014-09-181-7/+3
| * | | cgroup: remove some useless forward declarationsLi Zefan2014-09-181-1/+0
* | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-10-103-24/+6
|\ \ \ \
| * | | | libata: change ata_<foo>_printk routines to return voidJoe Perches2014-09-231-6/+6
| * | | | pata_platform: Remove useless irq_flags fieldAlexander Shiyan2014-08-231-5/+0
| * | | | ata: remove deprecated struct ahci_platform_dataBartlomiej Zolnierkiewicz2014-08-161-13/+0
| |/ / /
* | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-0929-404/+238
|\ \ \ \
| * | | | nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2014-10-091-0/+4
| * | | | include/linux/screen_info.h: remove unused ORIG_* macrosGeert Uytterhoeven2014-10-091-8/+0
| * | | | include/linux/blkdev.h: use NULL instead of zeroMichele Curti2014-10-091-1/+1
| * | | | include/linux/kernel.h: deduplicate code implementing clamp* macrosMichal Nazarewicz2014-10-091-17/+7
| * | | | include/linux/kernel.h: rewrite min3, max3 and clamp using min and maxMichal Nazarewicz2014-10-091-27/+5
| * | | | zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim2014-10-091-1/+1
| * | | | mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov2014-10-093-0/+10
| * | | | mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPKonstantin Khlebnikov2014-10-092-70/+20
| * | | | mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov2014-10-093-83/+44
| * | | | mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner2014-10-091-2/+4
| * | | | memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov2014-10-091-1/+0
| * | | | memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov2014-10-091-14/+0
| * | | | mm: introduce VM_BUG_ON_MMSasha Levin2014-10-091-0/+10
| * | | | mm: clear __GFP_FS when PF_MEMALLOC_NOIO is setJunxiao Bi2014-10-091-2/+4
| * | | | mm: clean up zone flagsJohannes Weiner2014-10-091-48/+3
| * | | | mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin2014-10-092-2/+2
| * | | | mm: introduce VM_BUG_ON_VMASasha Levin2014-10-091-0/+8
| * | | | mm: introduce dump_vmaSasha Levin2014-10-091-0/+2
| * | | | include/linux/migrate.h: remove migrate_page #defineAndrew Morton2014-10-091-3/+0