summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: create a separate slab for page->ptl allocationKirill A. Shutemov2014-01-213-3/+24
* mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserveYasuaki Ishimatsu2014-01-212-0/+19
* /proc/meminfo: provide estimated available memoryRik van Riel2014-01-212-0/+46
* mm: thp: turn compound_head() into BUG_ON(!PageTail) in get_huge_page_tail()Oleg Nesterov2014-01-211-4/+3
* mm: thp: __get_page_tail_foll() can use get_huge_page_tail()Oleg Nesterov2014-01-211-4/+1
* mm/hugetlb.c: defer PageHeadHuge() symbol exportAndrea Arcangeli2014-01-211-1/+0
* mm/swap.c: reorganize put_compound_page()Andrew Morton2014-01-211-129/+125
* mm/hugetlb.c: simplify PageHeadHuge() and PageHuge()Andrew Morton2014-01-211-10/+2
* mm: hugetlbfs: use __compound_tail_refcounted in __get_page_tail tooAndrea Arcangeli2014-01-211-2/+1
* mm: tail page refcounting optimization for slab and hugetlbfsAndrea Arcangeli2014-01-214-14/+60
* mm: thp: optimize compound_trans_hugeAndrea Arcangeli2014-01-211-0/+23
* mm: hugetlbfs: move the put/get_page slab and hugetlbfs optimization in a fas...Andrea Arcangeli2014-01-211-62/+78
* mm: hugetlb: use get_page_foll() in follow_hugetlb_page()Andrea Arcangeli2014-01-211-1/+1
* mm: hugetlbfs: Add some VM_BUG_ON()s to catch non-hugetlbfs pagesDave Hansen2014-01-211-0/+1
* mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUALGeert Uytterhoeven2014-01-211-5/+8
* fs/ramfs: don't use module_init for non-modular core codePaul Gortmaker2014-01-211-1/+1
* fs/super.c: fix WARN on alloc_super() fail pathVladimir Davydov2014-01-211-1/+2
* fs/read_write.c:compat_readv(): remove bogus area verifyCorey Minyard2014-01-211-4/+0
* fs/compat_ioctl.c: fix an underflow issue (harmless)Dan Carpenter2014-01-211-1/+2
* posix_acl: uninliningAndrew Morton2014-01-212-77/+85
* arch/sh/kernel/kgdb.c: add missing #include <linux/sched.h>Wanlong Gao2014-01-211-0/+1
* ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang2014-01-211-2/+6
* ocfs2: punch hole should return EINVAL if the length argument in ioctl is neg...Tariq Saeed2014-01-211-1/+2
* ocfs2: fix sparse non static symbol warningWei Yongjun2014-01-211-1/+1
* ocfs2: adjust minlen with discard_granularity in the FITRIM ioctlJie Liu2014-01-211-0/+2
* ocfs2: return EINVAL if the given range to discard is less than block sizeJie Liu2014-01-211-7/+3
* ocfs2: return EOPNOTSUPP if the device does not support discardJie Liu2014-01-211-0/+5
* ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...Younger Liu2014-01-213-87/+14
* ocfs2: use the new DLM operation callbacks while requesting new lockspaceGoldwyn Rodrigues2014-01-211-24/+102
* ocfs2: framework for version LVBGoldwyn Rodrigues2014-01-211-0/+101
* ocfs2: pass ocfs2_cluster_connection to ocfs2_this_nodeGoldwyn Rodrigues2014-01-215-8/+24
* ocfs2: shift allocation ocfs2_live_connection to user_connect()Goldwyn Rodrigues2014-01-211-19/+18
* ocfs2: add DLM recovery callbacksGoldwyn Rodrigues2014-01-211-0/+38
* ocfs2: add clustername to cluster connectionGoldwyn Rodrigues2014-01-215-7/+24
* ocfs2: remove versioning informationGoldwyn Rodrigues2014-01-2116-310/+7
* score: remove "select HAVE_GENERIC_HARDIRQS" againGeert Uytterhoeven2014-01-211-1/+0
* intel-iommu: fix off-by-one in pagetable freeingAlex Williamson2014-01-211-1/+1
* fsnotify: remove pointless NULL initializersJan Kara2014-01-214-9/+0
* fsnotify: remove .should_send_event callbackJan Kara2014-01-217-72/+22
* fsnotify: do not share events between notification groupsJan Kara2014-01-2113-708/+318
* inotify: provide function for name length roundingJan Kara2014-01-211-20/+21
* dma-debug: introduce debug_dma_assert_idle()Dan Williams2014-01-214-15/+199
* Merge tag 'for-v3.14' of git://git.infradead.org/battery-2.6Linus Torvalds2014-01-2120-132/+1043
|\
| * MAINTAINERS: Pick up power supply maintainershipDmitry Eremin-Solenikov2014-01-211-1/+1
| * max17042_battery: Add IRQF_ONESHOT flag to use default irq handlerJonghwa Lee2013-12-231-3/+3
| * gpio-charger: Support wakeup eventsDmitry Eremin-Solenikov2013-12-231-1/+18
| * power_supply: Add charger support for Maxim 14577Krzysztof Kozlowski2013-12-233-0/+319
| * dt: Binding documentation for isp1704 chargerSebastian Reichel2013-12-231-0/+17
| * isp1704_charger: Add DT supportSebastian Reichel2013-12-232-4/+51
| * charger-manager: of_cm_parse_desc() should be staticAnton Vorontsov2013-12-231-1/+1
OpenPOWER on IntegriCloud