aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-23mfd: Add platform data to support multiple WM831x devices per boardMark Brown1-0/+3
2011-03-23mfd: Add twl4030 madc driverKeerthy1-0/+141
2011-03-23mfd: add platform_device sharing support for mfdAndres Salomon1-0/+9
2011-03-23mfd: Add refcounting support to mfd_cellsAndres Salomon1-1/+13
2011-03-23mfd: Remove driver_data field from mfd_cellAndres Salomon1-3/+0
2011-03-23mfd: Rename platform_data field of mfd_cell to mfd_dataAndres Salomon1-4/+4
2011-03-23mfd: Drop data_size from mfd_cell structAndres Salomon1-3/+0
2011-03-23mfd: mfd_cell is now implicitly available to mc13xxx driversAndres Salomon1-2/+1
2011-03-23mfd: mfd_cell is now implicitly available to ab3550 driverAndres Salomon1-1/+0
2011-03-23mfd-core: Unconditionally add mfd_cell to every platform_deviceAndres Salomon1-2/+21
2011-03-23mfd-core: Fix up typos/vagueness in commentAndres Salomon1-2/+2
2011-03-23regulator: twl: add clk32kg to twl-regulatorBalaji T K1-0/+2
2011-03-23mfd: Add new ab8500 GPADC driverArun Murthy1-0/+28
2011-03-23mfd: AB8500 system control driverMattias Nilsson1-0/+254
2011-03-23mfd: Support configuration of WM831x /IRQ output in CMOS modeMark Brown1-0/+3
2011-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-1/+43
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston1-3/+8
2011-03-22crc32: add missed brackets in macroKonstantin Khlebnikov1-1/+1
2011-03-22sigma-firmware: loader for Analog Devices' SigmaStudioMike Frysinger1-0/+60
2011-03-22kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan1-4/+66
2011-03-22smp: move smp setup functions to kernel/smp.cAmerigo Wang1-0/+2
2011-03-22include/linux/err.h: add a function to cast error-pointers to a return valueUwe Kleine-König1-0/+8
2011-03-22fs.h: remove 8 bytes of padding from block_device on 64bit buildsRichard Kennedy1-1/+1
2011-03-22include/linux/compiler-gcc*.h: unify macro definitionsBorislav Petkov3-16/+8
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2-27/+6
2011-03-22mm: add __GFP_OTHER_NODE flagAndi Kleen2-2/+4
2011-03-22mm: vmscan: kswapd should not free an excessive number of pages when balancing small zonesMel Gorman1-0/+9
2011-03-22pagewalk: only split huge pages when necessaryDave Hansen1-0/+3
2011-03-22memcg: move memcg reclaimable page into tail of inactive listMinchan Kim1-0/+6
2011-03-22mm: deactivate invalidated pagesMinchan Kim1-0/+1
2011-03-22mm: mm_struct: remove 16 bytes of alignment padding on 64 bit buildsRichard Kennedy1-3/+5
2011-03-22mm: remove unused TestSetPageLocked() interfaceMichel Lespinasse1-1/+1
2011-03-22mm: simplify anon_vma refcountsPeter Zijlstra1-2/+9
2011-03-22mm: move anon_vma ref out from under CONFIG_fooPeter Zijlstra1-36/+4
2011-03-22mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra1-2/+2
2011-03-22mm: change __remove_from_page_cache()Minchan Kim1-1/+1
2011-03-22mm: goodbye remove_from_page_cache()Minchan Kim1-1/+0
2011-03-22mm: introduce delete_from_page_cache()Minchan Kim1-0/+1
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi2-2/+3
2011-03-22mm: allow GUP to fail instead of waiting on a pageGleb Natapov1-0/+3
2011-03-22oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes1-0/+8
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet2-4/+11
2011-03-22mm: compaction: prevent kswapd compacting memory to reduce CPU usageAndrea Arcangeli1-7/+2
2011-03-22pwm_backlight: add check_fb() hookRobert Morell1-0/+3
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+9
2011-03-22leds: make *struct gpio_led_platform_data.leds constUwe Kleine-König1-2/+2
2011-03-22leds: add driver for LM3530 ALSShreshtha Kumar Sahu1-0/+107
2011-03-22include/asm-generic/unistd.h: fix syncfs syscall numberAndrew Morton1-1/+1
2011-03-22Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-0/+1
2011-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds4-16/+100