summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2012-12-12bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim1-2/+2
2012-12-12mm: cma: remove watermark hacksMarek Szyprowski1-9/+0
2012-12-12mm, oom: fix race when specifying a thread as the oom originDavid Rientjes3-2/+19
2012-12-12mm, oom: change type of oom_score_adj to shortDavid Rientjes2-5/+5
2012-12-12mm: cleanup register_node()Yasuaki Ishimatsu1-1/+0
2012-12-12mm: introduce putback_movable_pages()Rafael Aquini1-0/+2
2012-12-12mm: introduce a common interface for balloon pages mobilityRafael Aquini3-0/+298
2012-12-12mm: redefine address_space.assoc_mappingRafael Aquini1-1/+1
2012-12-12mm: adjust address_space_operations.migratepage() return codeRafael Aquini1-0/+7
2012-12-12mm: vm_unmapped_area() lookup functionMichel Lespinasse1-0/+31
2012-12-12mm: rearrange vm_area_struct for fewer cache missesRik van Riel1-4/+8
2012-12-12mm: augment vma rbtree with rb_subtree_gapMichel Lespinasse1-0/+9
2012-12-12mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen2-2/+20
2012-12-12mm: thp: set the accessed flag for old pages on access faultWill Deacon1-0/+4
2012-12-12memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY]Lai Jiangshan1-0/+1
2012-12-12numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang1-1/+1
2012-12-12memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang1-4/+6
2012-12-12mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov1-7/+0
2012-12-12mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov2-8/+1
2012-12-12mm, memcg: make mem_cgroup_out_of_memory() staticDavid Rientjes1-2/+0
2012-12-12writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon1-8/+1
2012-12-12Merge tag 'usb-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds7-30/+61
2012-12-12Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-45/+29
2012-12-12Merge tag 'staging-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-6/+803
2012-12-12Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-0/+870
2012-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-26/+30
2012-12-12Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-41/+17
2012-12-12Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville1-26/+28
2012-12-12Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-3/+27
2012-12-12Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-83/+342
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-8/+49
2012-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-0/+3
2012-12-11Merge branch 'for-v3.8' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds1-2/+2
2012-12-11Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds4-8/+32
2012-12-11Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-9/+306
2012-12-11Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+29
2012-12-11Merge tag 'mmc-updates-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-33/+26
2012-12-11fsnotify: make fasync generic for both inotify and fanotifyEric Paris1-1/+4
2012-12-11fsnotify: change locking orderLino Sanfilippo1-3/+4
2012-12-11fsnotify: dont put marks on temporary list when clearing marks by groupLino Sanfilippo1-1/+0
2012-12-11fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remov...Lino Sanfilippo1-0/+4
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo1-2/+3
2012-12-11fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo1-1/+1
2012-12-11fsnotify: introduce fsnotify_get_group()Lino Sanfilippo1-1/+3
2012-12-11inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo1-1/+2
2012-12-11of: *node argument to of_parse_phandle_with_args should be constGuennadi Liakhovetski1-1/+1
2012-12-11of/i2c: add dummy inline functions for when CONFIG_OF_I2C(_MODULE) isn't definedGuennadi Liakhovetski1-0/+12
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar2-4/+15
2012-12-11mm/rmap: Convert the struct anon_vma::mutex to an rwsemIngo Molnar1-8/+8
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case buil...Mel Gorman1-7/+9