summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-14mfd: Export ab8500 chip id to sysfsMattias Wallin1-0/+25
2011-01-14mfd: ab8500-core improved error handling in get_chip_idMattias Wallin1-2/+6
2011-01-14gpio/misc: Add MODULE_ALIAS entries for CS5535 functionsAndres Salomon2-0/+2
2011-01-14misc: Convert cs5535-mfgpt from pci device to platform deviceAndres Salomon1-52/+21
2011-01-14gpio: Convert cs5535 from pci device to platform deviceAndres Salomon1-62/+31
2011-01-14mfd: Fix cs5535 warning on x86-64Andres Salomon1-1/+1
2011-01-14mfd: Implement runtime PM for WM8994 core driverMark Brown1-23/+23
2011-01-14mfd: Provide pm_runtime_no_callbacks flag in cell dataMark Brown2-0/+10
2011-01-14mfd: Fix ab8500-debug indentation errorsMattias Wallin1-508/+508
2011-01-14mfd: Convert WM8994 to new irq_ interrupt methodsMark Brown1-15/+17
2011-01-14mfd: Convert WM835x to new irq_ interrupt methodsMark Brown1-15/+17
2011-01-14mfd: Convert WM831x to new irq_ interrupt methodsMark Brown1-20/+22
2011-01-14mfd: Add WM8326 supportMark Brown4-0/+27
2011-01-14mfd: Simplify WM832x subdevice instantiationMark Brown1-10/+0
2011-01-14mfd: Use printf extension %pR for struct resourceJoe Perches1-5/+2
2011-01-14mfd: Add cs5535-mfd driver for AMD Geode's CS5535/CS5536 supportAndres Salomon3-0/+160
2011-01-14mfd: Don't open-code mc13xxx_unlockUwe Kleine-König1-1/+1
2011-01-14mfd: Include <linux/gpio.h> instead of <asm/gpio.h>Axel Lin1-1/+1
2011-01-14mfd: Include <linux/io.h> instead of <asm/io.h>Axel Lin1-1/+1
2011-01-14mfd: Update WARN usesJoe Perches1-3/+2
2011-01-14fs: fix do_last error case when need_reval_dotJ. R. Okajima1-4/+6
2011-01-14nfs: add missing rcu-walk checkNick Piggin1-1/+5
2011-01-14fs: hlist UP debug fixupNick Piggin2-3/+5
2011-01-14fs: fix dropping of rcu-walk from force_reval_pathNick Piggin1-0/+8
2011-01-14fs: force_reval_path drop rcu-walk before d_invalidateNick Piggin1-0/+10
2011-01-14fs: small rcu-walk documentation fixesNick Piggin2-6/+6
2011-01-14memcg: fix memory migration of shmem swapcacheDaisuke Nishimura3-7/+5
2011-01-14memcg: use [kv]zalloc[_node] rather than [kv]malloc+memsetJesper Juhl1-6/+3
2011-01-14memcg: fix deadlock between cpuset and memcgDaisuke Nishimura1-35/+49
2011-01-14memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list()Minchan Kim1-1/+0
2011-01-14memcg: fix unit mismatch in memcg oom limit calculationJohannes Weiner1-2/+3
2011-01-14memcg: add lock to synchronize page accounting and migrationKAMEZAWA Hiroyuki2-5/+35
2011-01-14memcg: create extensible page stat update routinesGreg Thelen3-14/+37
2011-01-14memcg: document cgroup dirty memory interfacesGreg Thelen1-0/+74
2011-01-14memcg: add page_cgroup flags for dirty page trackingGreg Thelen1-0/+23
2011-01-14mm: batch activate_page() to reduce lock contentionShaohua Li3-13/+92
2011-01-14mm: simplify code of swap.cShaohua Li1-47/+54
2011-01-14mm/page_alloc.c: don't cache `current' in a localAndrew Morton1-14/+10
2011-01-14mm: fix hugepage migrationHugh Dickins1-17/+6
2011-01-14mm: fix migration hangs on anon_vma lockHugh Dickins1-29/+19
2011-01-14ksm: drain pagevecs to lruHugh Dickins1-0/+12
2011-01-14hugetlb: fix handling of parse errors in sysfsEric B Munson1-4/+2
2011-01-14hugetlb: do not allow pagesize >= MAX_ORDER pool adjustmentEric B Munson1-2/+21
2011-01-14hugetlb: check the return value of string conversion in sysctl handlerMichal Hocko1-6/+12
2011-01-14fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-docStefan Hajnoczi1-1/+1
2011-01-14mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()Andrew Morton1-1/+1
2011-01-14mm/dmapool.c: take lock only once in dma_pool_free()Rolf Eike Beer1-8/+6
2011-01-14mm/page_alloc.c: simplify calculation of combined index of adjacent buddy listsKyongHo Cho1-15/+10
2011-01-14brk: fix min_brk lower bound computation for COMPAT_BRKJiri Kosina1-1/+9
2011-01-14mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()Jesper Juhl1-1/+3