summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-14mfd: Add WM8326 supportMark Brown
2011-01-14mfd: Simplify WM832x subdevice instantiationMark Brown
2011-01-14mfd: Use printf extension %pR for struct resourceJoe Perches
2011-01-14mfd: Add cs5535-mfd driver for AMD Geode's CS5535/CS5536 supportAndres Salomon
2011-01-14mfd: Don't open-code mc13xxx_unlockUwe Kleine-König
2011-01-14mfd: Include <linux/gpio.h> instead of <asm/gpio.h>Axel Lin
2011-01-14mfd: Include <linux/io.h> instead of <asm/io.h>Axel Lin
2011-01-14mfd: Update WARN usesJoe Perches
2011-01-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-01-14Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-01-14Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2011-01-14Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-01-14fs: fix do_last error case when need_reval_dotJ. R. Okajima
2011-01-14nfs: add missing rcu-walk checkNick Piggin
2011-01-14Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-01-14Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2011-01-14fs: hlist UP debug fixupNick Piggin
2011-01-14fs: fix dropping of rcu-walk from force_reval_pathNick Piggin
2011-01-14fs: force_reval_path drop rcu-walk before d_invalidateNick Piggin
2011-01-14fs: small rcu-walk documentation fixesNick Piggin
2011-01-14memcg: fix memory migration of shmem swapcacheDaisuke Nishimura
2011-01-14memcg: use [kv]zalloc[_node] rather than [kv]malloc+memsetJesper Juhl
2011-01-14memcg: fix deadlock between cpuset and memcgDaisuke Nishimura
2011-01-14memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list()Minchan Kim
2011-01-14memcg: fix unit mismatch in memcg oom limit calculationJohannes Weiner
2011-01-14memcg: add lock to synchronize page accounting and migrationKAMEZAWA Hiroyuki
2011-01-14memcg: create extensible page stat update routinesGreg Thelen
2011-01-14memcg: document cgroup dirty memory interfacesGreg Thelen
2011-01-14memcg: add page_cgroup flags for dirty page trackingGreg Thelen
2011-01-14mm: batch activate_page() to reduce lock contentionShaohua Li
2011-01-14mm: simplify code of swap.cShaohua Li
2011-01-14mm/page_alloc.c: don't cache `current' in a localAndrew Morton
2011-01-14mm: fix hugepage migrationHugh Dickins
2011-01-14mm: fix migration hangs on anon_vma lockHugh Dickins
2011-01-14ksm: drain pagevecs to lruHugh Dickins
2011-01-14hugetlb: fix handling of parse errors in sysfsEric B Munson
2011-01-14hugetlb: do not allow pagesize >= MAX_ORDER pool adjustmentEric B Munson
2011-01-14hugetlb: check the return value of string conversion in sysctl handlerMichal Hocko
2011-01-14fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-docStefan Hajnoczi
2011-01-14mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()Andrew Morton
2011-01-14mm/dmapool.c: take lock only once in dma_pool_free()Rolf Eike Beer
2011-01-14mm/page_alloc.c: simplify calculation of combined index of adjacent buddy listsKyongHo Cho
2011-01-14brk: fix min_brk lower bound computation for COMPAT_BRKJiri Kosina
2011-01-14mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()Jesper Juhl
2011-01-14mm: migration: use rcu_dereference_protected when dereferencing the radix tre...Mel Gorman
2011-01-14thp: add compound_trans_head() helperAndrea Arcangeli
2011-01-14thp: KSM on THPAndrea Arcangeli
2011-01-14thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli
2011-01-14thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli
2011-01-14thp: mm: define MADV_NOHUGEPAGEAndrea Arcangeli