summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-251-0/+1
|\
| * posix-timers: RCU conversionEric Dumazet2011-05-241-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds2011-05-255-0/+782
|\ \
| | \
| | \
| *-. \ Merge branches 'common/fbdev' and 'common/fbdev-meram' of master.kernel.org:/...Paul Mundt2011-05-242-0/+71
| |\ \ \ | | | |/ | | |/|
| | | * sh_mobile_meram: Add support for NV24 framebuffersDamian2011-05-231-1/+2
| | | * sh_mobile_meram: MERAM framework for LCDCDamian2011-05-232-0/+70
| * | | Merge branch 'for-paul' of git://gitorious.org/linux-omap-dss2/linuxPaul Mundt2011-05-243-0/+711
| |\ \ \ | | |/ / | |/| |
| | * | OMAP: DSS2: Add support for NV12 formatAmber Jain2011-05-231-0/+1
| | * | OMAP: DSS2: Add new color formats for OMAP4Amber Jain2011-05-231-0/+5
| | * | OMAP: DSS2: DSI: Get number of DSI data lanes using DSI_GNQ registerArchit Taneja2011-05-161-0/+4
| | * | OMAP: DSS2: RFBI: add omap_rfbi_configureTomi Valkeinen2011-05-121-0/+2
| | * | OMAP: DSS2: RFBI: add rfbi_bus_lockTomi Valkeinen2011-05-121-0/+2
| | * | OMAP4: DSS2: DSI: Changes for DSI2 on OMAP4Archit Taneja2011-05-121-0/+2
| | * | OMAP: DSS2: Pass platform_device as an argument in dsi functionsArchit Taneja2011-05-121-0/+2
| | * | OMAP: DSS2: DSI: Add extra omap_dss_device argument in functions exported by dsiArchit Taneja2011-05-121-13/+22
| | * | OMAP: DSS2: Taal: Implement ULPS functionalityTomi Valkeinen2011-05-111-0/+2
| | * | OMAP: DSS2: Taal: Implement configurable ESD intervalTomi Valkeinen2011-05-111-2/+2
| | * | OMAP: DSS2: DSI: Add DSI pad muxing supportTomi Valkeinen2011-05-111-0/+1
| | * | OMAP: DSS2: DSI: add parameter to enter ulps on disableTomi Valkeinen2011-05-111-1/+1
| | * | OMAP: DSS2: DSI: add option to leave DSI lanes powered onTomi Valkeinen2011-05-111-1/+2
| | * | OMAP: DSS2: HDMI: Use dss_device clock configuration for HDMI PLL parametersArchit Taneja2011-05-111-0/+5
| | * | OMAP2PLUS: DSS2: Add clock sources to dss device clock configurationArchit Taneja2011-05-111-2/+8
| | * | OMAP2PLUS: DSS2: Change enum "dss_clk_source" to "omap_dss_clk_source"Archit Taneja2011-05-111-0/+9
| | * | OMAP: DSS2: make omap_dss_(un)register_device staticTomi Valkeinen2011-05-111-3/+0
| | * | OMAP: DSS2: Add method for querying display dimensions from DSS driversJani Nikula2011-05-111-0/+2
| | * | OMAP: DSS2: move dss device clock configurationTomi Valkeinen2011-05-111-12/+16
| | * | OMAP: DSS2: Move nokia-dsi-panel.h to include/video/Tomi Valkeinen2011-05-111-0/+31
| | * | OMAP: DSS2: Move panel-generic-dpi.h to include/video/Tomi Valkeinen2011-05-111-0/+37
| | * | OMAP: DSS2: Move display.h to include/video/Tomi Valkeinen2011-05-111-0/+589
* | | | percpu_counter: change return value and add commentsShaohua Li2011-05-251-1/+5
* | | | lib/genalloc.c: add support for specifying the physical addressJean-Christophe PLAGNIOL-VILLARD2011-05-251-1/+21
* | | | include/linux/genalloc.h: add multiple-inclusion guardsJean-Christophe PLAGNIOL-VILLARD2011-05-251-0/+3
* | | | lib: add kstrto*_from_user()Alexey Dobriyan2011-05-251-0/+31
* | | | leds: provide helper to register "leds-gpio" devicesUwe Kleine-König2011-05-251-0/+2
* | | | drivers/leds/leds-pca9532.c: add gpio capabilityJoachim Eastwood2011-05-251-1/+2
* | | | printk: allocate kernel log buffer earlierMike Travis2011-05-251-0/+7
* | | | memblock: add error return when CONFIG_HAVE_MEMBLOCK is not setYinghai Lu2011-05-251-1/+8
* | | | sparse: Undef __compiletime_{warning,error} if __CHECKER__ is definedKOSAKI Motohiro2011-05-251-1/+1
* | | | sparse: define __must_be_array() for __CHECKER__KOSAKI Motohiro2011-05-251-0/+4
* | | | sparse: define dummy BUILD_BUG_ON definition for sparseKOSAKI Motohiro2011-05-251-0/+8
* | | | xattr.h: expose string defines to userspaceEric Paris2011-05-251-4/+4
* | | | bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis2011-05-252-1/+19
* | | | fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFSAmerigo Wang2011-05-251-12/+0
* | | | include/linux/c2port.h: remove wrong and never used macrosWanlong Gao2011-05-251-3/+0
* | | | ulimit: raise default hard ulimit on number of files to 4096Tim Gardner2011-05-252-2/+3
* | | | asm-generic/cacheflush.h: flush icache when copying to user pagesMike Frysinger2011-05-251-1/+4
* | | | mm: add SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macroDaniel Kiper2011-05-251-0/+3
* | | | proc: make struct proc_maps_private truly privateStephen Wilson2011-05-251-8/+0
* | | | mm: declare mpol_to_str() when CONFIG_TMPFS=nStephen Wilson2011-05-251-2/+2
* | | | mm: export get_vma_policy()Stephen Wilson2011-05-251-0/+3