summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2011-11-037-480/+2308
|\
| * edac: tag sb_edac as EXPERIMENTAL, as it requires more testingMauro Carvalho Chehab2011-11-011-0/+1
| * EDAC: Fix incorrect edac mode reporting in sb_edacMark A. Grondona2011-11-011-3/+4
| * edac: sb_edac: Add it to the building systemMauro Carvalho Chehab2011-11-013-25/+31
| * edac: Add an experimental new driver to support Sandy Bridge CPU'sMauro Carvalho Chehab2011-11-011-0/+1894
| * i7300_edac: Fix error cleanup logicMauro Carvalho Chehab2011-11-011-25/+26
| * i7core_edac: Initialize memory name with cpu, channel, bankMauro Carvalho Chehab2011-11-011-0/+4
| * i7core_edac: Fix compilation on 32 bits archSedat Dilek2011-11-011-2/+5
| * i7core_edac: scrubbing fixupsNils Carlson2011-11-011-8/+133
| * EDAC: Correct Kconfig dependenciesBorislav Petkov2011-11-011-3/+2
| * i7core_edac: return -ENODEV if no MC is foundMauro Carvalho Chehab2011-11-011-2/+18
| * i7core_edac: use edac's own way to print errorsMauro Carvalho Chehab2011-11-011-1/+2
| * i7core_edac: Drop the edac_mce facilityBorislav Petkov2011-11-014-91/+25
| * EDAC i7core: Use mce socketid for better compatibilityThomas Renninger2011-10-311-1/+1
| * i7core_edac: Don't enable memory scrubbing for Xeon 35xxMauro Carvalho Chehab2011-10-311-7/+39
| * i7core_edac: Add scrubbing supportSamuel Gabrielsson2011-10-311-0/+126
| * edac: Move edac main structs to include/linux/edac.hMauro Carvalho Chehab2011-10-311-349/+1
| * i7core_edac: Fix oops when trying to inject errorsMauro Carvalho Chehab2011-10-311-2/+35
| * i7core_edac: fix misuse of logical operation in place of bitopDavid Sterba2011-10-311-1/+1
* | Merge branch 'misc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...Linus Torvalds2011-11-031-2/+4
|\ \
| * | [IA64] agp/hp-agp: Allow binding user memory to the AGP GARTÉmeric Maschino2011-08-231-2/+4
* | | Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds2011-11-0324-195/+3548
|\ \ \
| * | | drivers/misc/vmw_balloon.c: fix typo in code commentRakib Mullick2011-11-031-1/+1
| * | | drivers/misc/vmw_balloon.c: determine page allocation flag can_sleep outside ...Rakib Mullick2011-11-031-1/+1
| * | | w1: disable irqs in critical sectionJan Weitzel2011-11-031-0/+5
| * | | drivers/w1/w1_int.c: multiple masters used same init_nameFlorian Faber2011-11-031-0/+1
| * | | drivers/power/ds2780_battery.c: fix deadlock upon insertion and removalClifton Barnes2011-11-031-0/+9
| * | | drivers/power/ds2780_battery.c: add a nolock function to w1 interfaceClifton Barnes2011-11-032-13/+37
| * | | drivers/power/ds2780_battery.c: create central point for calling w1 interfaceClifton Barnes2011-11-031-35/+42
| * | | w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get itJonathan Cameron2011-11-032-84/+12
| * | | pps gpio client: add missing dependencyHeiko Carstens2011-11-031-1/+1
| * | | pps: new client driver using GPIOJames Nuss2011-11-033-0/+237
| * | | pps: default echo functionJames Nuss2011-11-033-28/+13
| * | | drivers/net/rionet.c: fix ethernet address macros for LE platformsAlexandre Bounine2011-11-031-2/+2
| * | | RapidIO: fix potential null deref in rio_setup_device()Alexandre Bounine2011-11-031-1/+1
| * | | RapidIO: add mport driver for Tsi721 bridgeAlexandre Bounine2011-11-036-2/+3146
| * | | drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is comp...Liu Gang2011-11-031-2/+2
| * | | drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and ...Uwe Kleine-König2011-11-031-3/+3
| * | | rtc: add initial support for mcp7941x partsDavid Anders2011-11-031-0/+27
| * | | drivers/rtc/class.c: convert idr to ida and use ida_simple_get()Jonathan Cameron2011-11-031-23/+9
* | | | Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-11-027-59/+606
|\ \ \ \
| * | | | virtio-blk: use ida to allocate disk indexMichael S. Tsirkin2011-11-021-6/+24
| * | | | virtio: Add platform bus driver for memory mapped virtio devicePawel Moll2011-11-023-0/+491
| * | | | virtio: Dont add "config" to list for !per_vq_vectorKrishna Kumar2011-11-021-3/+7
| * | | | virtio: console: wait for first console port for early console outputChristian Borntraeger2011-11-021-0/+20
| * | | | virtio: console: add port stats for bytes received, sent and discardedAmit Shah2011-11-021-0/+24
| * | | | virtio: console: make discard_port_data() use get_inbuf()Amit Shah2011-11-021-10/+5
| * | | | virtio: console: rename variableAmit Shah2011-11-021-6/+5
| * | | | virtio: console: make get_inbuf() return port->inbuf if presentAmit Shah2011-11-021-14/+8
| * | | | virtio: console: Fix return type for get_inbuf()Amit Shah2011-11-021-1/+1