summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-28372-365/+18
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-28362-364/+4
| * Add #includes needed to permit the removal of asm/system.hDavid Howells2012-03-282-0/+3
| * Disintegrate asm/system.h for SparcDavid Howells2012-03-284-0/+4
| * Disintegrate asm/system.h for S390David Howells2012-03-283-0/+3
| * Disintegrate asm/system.h for CRISDavid Howells2012-03-281-0/+1
| * Disintegrate asm/system.h for ARMDavid Howells2012-03-283-0/+3
* | Merge branch 'for-linus-3.4' of git://git.linaro.org/people/sumitsemwal/linux...Linus Torvalds2012-03-281-24/+141
|\ \
| * | dma-buf: add support for kernel cpu accessDaniel Vetter2012-03-261-1/+123
| * | dma-buf: don't hold the mutex around map/unmap callsDaniel Vetter2012-03-261-5/+0
| * | dma-buf: pass flags into dma_buf_fd.Dave Airlie2012-03-261-2/+3
| * | dma-buf: add dma_data_direction to unmap dma_buf_opSumit Semwal2012-03-261-2/+5
| * | dma-buf: Move code out of mutex-protected section in dma_buf_attach()Laurent Pinchart2012-03-191-2/+3
| * | dma-buf: Return error instead of using a goto statement when possibleLaurent Pinchart2012-03-191-3/+1
| * | dma-buf: Remove unneeded sanity checksLaurent Pinchart2012-03-191-9/+6
| * | dma-buf: Constify ops argument to dma_buf_export()Laurent Pinchart2012-03-191-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-288-36/+12
|\ \ \
| * | | powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt2012-03-288-36/+12
* | | | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2012-03-286-51/+80
|\ \ \ \
| * | | | edac: rename channel_info to rank_infoMauro Carvalho Chehab2012-03-211-3/+3
| * | | | i5400_edac: Avoid calling pci_put_device() twiceMauro Carvalho Chehab2012-03-211-16/+38
| * | | | edac: i5100 ack error detection register after each readNiklas Söderlund2012-03-211-7/+4
| * | | | edac: i5100 fix erroneous define for M1ErrNiklas Söderlund2012-03-211-1/+1
| * | | | edac: sb_edac: Fix a wrong value setting for the previous valueHui Wang2012-03-211-1/+1
| * | | | edac: sb_edac: Fix a INTERLEAVE_MODE() misuseHui Wang2012-03-211-1/+1
| * | | | edac: sb_edac: Let the driver depend on PCI_MMCONFIGHui Wang2012-03-211-2/+2
| * | | | edac/ppc4xx_edac: Fix compilationMauro Carvalho Chehab2012-03-211-2/+2
| * | | | Fix sb_edac compilation with 32 bits kernelsMauro Carvalho Chehab2012-03-212-20/+30
| | |/ / | |/| |
* | | | Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2012-03-2827-2402/+2244
|\ \ \ \
| * | | | acer-wmi: add quirk table for video backlight vendor modeLee, Chun-Yi2012-03-262-2/+31
| * | | | drivers/platform/x86/amilo-rfkill.c::amilo_rfkill_probe() avoid NULL derefJesper Juhl2012-03-261-1/+4
| * | | | samsung-laptop: unregister ACPI video module for some well known laptopsCorentin Chary2012-03-261-4/+76
| * | | | acer-wmi: No wifi rfkill on Sony machinesLee, Chun-Yi2012-03-261-0/+1
| * | | | thinkpad-acpi: recognize Lenovo as version string in newer V-series BIOSManoj Iyer2012-03-261-1/+1
| * | | | asus-wmi: don't update power and brightness when using scalarCorentin Chary2012-03-261-7/+13
| * | | | eeepc-wmi: split et2012 specific hacksCorentin Chary2012-03-261-14/+20
| * | | | eeepc-wmi: refine quirks handlingCorentin Chary2012-03-261-5/+8
| * | | | asus-nb-wmi: set panel_power correctlyCorentin Chary2012-03-261-0/+2
| * | | | asus-wmi: move WAPF variable into quirks_entryCorentin Chary2012-03-264-5/+9
| * | | | asus-wmi: store backlight power status for AIO machineAceLan Kao2012-03-263-16/+34
| * | | | asus-wmi: add scalar board brightness adj. supportAceLan Kao2012-03-264-33/+97
| * | | | samsung-laptop: cleanup return type: mode_t vs umode_tDan Carpenter2012-03-261-1/+1
| * | | | drivers, samsung-laptop: fix usage of isalnumDavid Rientjes2012-03-261-0/+1
| * | | | drivers, samsung-laptop: fix initialization of sabi_data in sabi_set_commandbDavid Rientjes2012-03-261-1/+1
| * | | | asus-wmi: on/off bit is not set when reading the valueCorentin Chary2012-03-261-1/+1
| * | | | eeepc-wmi: add extra keymaps for EP121Chih-Wei Huang2012-03-261-0/+3
| * | | | asus-nb-wmi: ignore useless keysCorentin Chary2012-03-261-0/+2
| * | | | acer-wmi: support Lenovo ideapad S205 Brazos wifi switchLee, Chun-Yi2012-03-261-0/+9
| * | | | acer-wmi: fix out of input parameter size when setLee, Chun-Yi2012-03-261-12/+26
| * | | | acer-wmi: Detect communication hot key numberLee, Chun-Yi2012-03-261-3/+11