aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-21mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim2-3/+1
2014-01-21mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim1-6/+0
2014-01-21mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim1-4/+1
2014-01-21mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim1-0/+15
2014-01-21mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim2-6/+10
2014-01-21memblock, mem_hotplug: make memblock skip hotpluggable regions if neededTang Chen1-0/+24
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen1-1/+2
2014-01-21memblock, mem_hotplug: introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable regionsTang Chen1-0/+17
2014-01-21memblock, numa: introduce flags field into memblockTang Chen1-0/+1
2014-01-21mm: add overcommit_kbytes sysctl variableJerome Marchand2-0/+10
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman1-1/+0
2014-01-21mm, mempolicy: remove unneeded functions for UMA configsDavid Rientjes1-32/+0
2014-01-21mm: create a separate slab for page->ptl allocationKirill A. Shutemov1-0/+12
2014-01-21mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserveYasuaki Ishimatsu1-0/+6
2014-01-21mm: thp: turn compound_head() into BUG_ON(!PageTail) in get_huge_page_tail()Oleg Nesterov1-4/+3
2014-01-21mm: tail page refcounting optimization for slab and hugetlbfsAndrea Arcangeli2-7/+31
2014-01-21mm: thp: optimize compound_trans_hugeAndrea Arcangeli1-0/+23
2014-01-21mm: hugetlbfs: Add some VM_BUG_ON()s to catch non-hugetlbfs pagesDave Hansen1-0/+1
2014-01-21mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUALGeert Uytterhoeven1-5/+8
2014-01-21posix_acl: uninliningAndrew Morton1-72/+6
2014-01-21fsnotify: remove .should_send_event callbackJan Kara1-4/+0
2014-01-21fsnotify: do not share events between notification groupsJan Kara1-87/+27
2014-01-21dma-debug: introduce debug_dma_assert_idle()Dan Williams1-0/+6
2014-01-21Merge tag 'for-v3.14' of git://git.infradead.org/battery-2.6Linus Torvalds4-56/+43
2014-01-21Merge tag 'mfd-3.14-1' of git://git.linaro.org/people/ljones/mfdLinus Torvalds13-63/+533
2014-01-21Merge tag 'sound-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds19-41/+872
2014-01-21Merge tag 'pinctrl-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds3-2/+11
2014-01-21Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds5-93/+74
2014-01-21Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-40/+0
2014-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+12
2014-01-21mfd: Cleanup mfd-mcp-sa11x0.h headerSachin Kamat1-4/+2
2014-01-21mfd: Represent correct filenames in file headersLaszlo Papp3-3/+3
2014-01-21mfd: mc13xxx: Remove duplicate mc13xxx_get_flags() declarationAlexander Shiyan1-2/+0
2014-01-21mfd: ssbi: Constify buffer in ssbi_writeStephen Boyd1-1/+1
2014-01-21mfd: ssbi: Remove platform data structs and hide ssbi type enumStephen Boyd1-16/+1
2014-01-21mfd: tps6586x: Add version detectionStefan Agner1-0/+7
2014-01-21mfd: Add LP3943 MFD driverMilo Kim1-0/+114
2014-01-21mfd/pinctrl: Delete platform data headerLinus Walleij1-23/+0
2014-01-21mfd: ab8500: Delete all GPIO platform data instancesLinus Walleij2-12/+0
2014-01-21Merge tag 'ib-iio-input-3.13-1' into for-mfd-nextLee Jones1-2/+6
2014-01-21Merge tag 'ib-asoc-3.14.2' into for-mfd-nextLee Jones1-0/+3
2014-01-21Merge tag 'tags/ib-asoc-1' into for-mfd-nextLee Jones1-0/+37
2014-01-21mfd: max14577: Add max14577 MFD driver coreChanwoo Choi2-0/+399
2014-01-21slab: struct kmem_cache is protected by slab_mutexFam Zheng1-1/+1
2014-01-20Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds15-44/+395
2014-01-20Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-8/+19
2014-01-20Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds7-113/+26
2014-01-20Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds7-46/+437
2014-01-20Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-0/+510
2014-01-20Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-7/+20