summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-08
| * | | | | | | | | | | | | | | | | | | | | | | | percpu: implement asynchronous chunk populationTejun Heo2014-09-02
| * | | | | | | | | | | | | | | | | | | | | | | | percpu: implement [__]alloc_percpu_gfp()Tejun Heo2014-09-02
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-10-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove CGRP_RELEASABLE flagZefan Li2014-09-19
| * | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove redundant check in cgroup_ino()Zefan Li2014-09-19
| * | | | | | | | | | | | | | | | | | | | | | | | | cpuset: simplify proc_cpuset_show()Zefan Li2014-09-18
| * | | | | | | | | | | | | | | | | | | | | | | | | cgroup: simplify proc_cgroup_show()Zefan Li2014-09-18
| * | | | | | | | | | | | | | | | | | | | | | | | | cgroup: use a per-cgroup work for release agentZefan Li2014-09-18
| * | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove some useless forward declarationsLi Zefan2014-09-18
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-10-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | libata: change ata_<foo>_printk routines to return voidJoe Perches2014-09-23
| * | | | | | | | | | | | | | | | | | | | | | | | | pata_platform: Remove useless irq_flags fieldAlexander Shiyan2014-08-23
| * | | | | | | | | | | | | | | | | | | | | | | | | ata: remove deprecated struct ahci_platform_dataBartlomiej Zolnierkiewicz2014-08-16
| |/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | include/linux/screen_info.h: remove unused ORIG_* macrosGeert Uytterhoeven2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | include/linux/blkdev.h: use NULL instead of zeroMichele Curti2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | include/linux/kernel.h: deduplicate code implementing clamp* macrosMichal Nazarewicz2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | include/linux/kernel.h: rewrite min3, max3 and clamp using min and maxMichal Nazarewicz2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPKonstantin Khlebnikov2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: introduce VM_BUG_ON_MMSasha Levin2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: clear __GFP_FS when PF_MEMALLOC_NOIO is setJunxiao Bi2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: clean up zone flagsJohannes Weiner2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: introduce VM_BUG_ON_VMASasha Levin2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: introduce dump_vmaSasha Levin2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | include/linux/migrate.h: remove migrate_page #defineAndrew Morton2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mempolicy: unexport get_vma_policy() and remove its "task" argOleg Nesterov2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mempolicy: introduce __get_vma_policy(), export get_task_policy()Oleg Nesterov2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: introduce check_data_rlimit helperCyrill Gorcunov2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: rename allocflags_to_migratetype for clarityDavid Rientjes2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | lib/genalloc.c: add genpool range check functionLaura Abbott2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | lib/genalloc.c: add power aligned algorithmLaura Abbott2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | memory-hotplug: add sysfs valid_zones attributeZhang Zhen2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm/slab: use percpu allocator for cpu cacheJoonsoo Kim2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | topology: add support for node_to_mem_node() to determine the fallback nodeJoonsoo Kim2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()Joonsoo Kim2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2014-10-09
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \