summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/smsc37b787_wdt.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-20ARM: mach-shmobile: sh73a0 CPGA fix for PLL CFG bitMagnus Damm1-1/+9
2011-01-19ARM: mach-shmobile: mackerel: clarify shdi/mmcif switch settingsSimon Horman1-3/+2
2011-01-18ARM: mach-shmobile: sh73a0 CPGA fix for IrDA MSTPMagnus Damm1-1/+1
2011-01-18ARM: mach-shmobile: sh73a0 CPGA fix for FRQCRA M3Magnus Damm1-1/+1
2011-01-18ARM: mach-shmobile: remove sh7367 on-chip set_irq_type()Magnus Damm1-1/+0
2011-01-18ARM: mach-shmobile: sh7372 INTCS MFIS2 interrupt updateMagnus Damm1-4/+7
2011-01-18ARM: mach-shmobile: ag5evm: Add IrDA supportKuninori Morimoto2-1/+29
2011-01-18ARM: mach-shmobile: clock-sh7372: fixup pllc2 set_rateKuninori Morimoto1-1/+3
2011-01-14mmc: sh_mmcif: Convert to __raw_xxx() I/O accessors.Paul Mundt1-2/+2
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
2011-01-14mm: migration: use rcu_dereference_protected when dereferencing the radix tre...Mel Gorman2-2/+18
2011-01-14thp: add compound_trans_head() helperAndrea Arcangeli3-36/+35
2011-01-14thp: KSM on THPAndrea Arcangeli1-9/+58
2011-01-14thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli3-7/+24
2011-01-14thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli5-21/+46
2011-01-14thp: mm: define MADV_NOHUGEPAGEAndrea Arcangeli5-0/+5
2011-01-14thp: compound_trans_orderAndrea Arcangeli3-12/+26
2011-01-14thp: fix memory-failure hugetlbfs vs THP collisionAndrea Arcangeli2-2/+2
2011-01-14thp: add debug checks for mapcount related invariantsAndrea Arcangeli1-2/+4
2011-01-14thp: transparent hugepage sysfs meminfoDavid Rientjes1-3/+18
2011-01-14thp: scale nr_rotated to balance memory pressureRik van Riel1-2/+3
2011-01-14thp: fix anon memory statistics with transparent hugepagesRik van Riel5-9/+30
2011-01-14thp: disable transparent hugepages by default on small systemsRik van Riel1-0/+8
2011-01-14thp: use compaction for all allocation ordersAndrea Arcangeli1-1/+1
2011-01-14thp: use compaction in kswapd for GFP_ATOMIC order > 0Andrea Arcangeli3-18/+54
2011-01-14thp: freeze khugepaged and ksmdAndrea Arcangeli2-4/+18
2011-01-14thp: mmu_notifier_test_youngAndrea Arcangeli7-2/+105