summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/edac: mod use edac_core.hDouglas Thompson2007-07-1912-21/+21
* drivers/edac: add new nmi rescanDave Jiang2007-07-198-15/+108
* drivers/edac-new-i82443bxgz-mc-driver: mark as brokenAndrew Morton2007-07-191-0/+1
* drivers/edac: new i82443bxgz MC driverTim Small2007-07-193-0/+408
* drivers/edac: core.h fix scrubdefsDouglas Thompson2007-07-191-4/+4
* drivers/edac: new intel 5000 MC driverEric Wollesen2007-07-193-0/+1485
* drivers/edac: change from semaphore to mutex operationMatthias Kaehlcke2007-07-191-9/+9
* drivers/edac: mc sysfs add missing mem typesDave Jiang2007-07-191-1/+4
* drivers/edac: add edac_device classDouglas Thompson2007-07-198-60/+1936
* drivers/edac: split out functions to unique filesDouglas Thompson2007-07-198-1776/+1932
* drivers/edac: add RDDR2 memory typesDouglas Thompson2007-07-191-0/+2
* drivers/edac: core: make functions staticAdrian Bunk2007-07-192-22/+11
* drivers/edac: add edac_mc_find APIDouglas Thompson2007-07-192-0/+29
* lguest: the block driverRusty Russell2007-07-192-0/+276
* lguest: the net driverRusty Russell2007-07-192-0/+355
* lguest: the console driverRusty Russell2007-07-192-0/+103
* lguest: the Makefile and KconfigRusty Russell2007-07-194-0/+30
* lguest: the host codeRusty Russell2007-07-1911-25/+2618
* lguest: the guest codeRusty Russell2007-07-193-0/+745
* RTC: add periodic irq support to rtc-cmosAlessandro Zummo2007-07-191-2/+31
* isdn/sc: compile breakage re check_reset()Alexey Dobriyan2007-07-193-3/+3
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-19118-282/+135
* mbcs: Remove lots of global symbolsAlan Cox2007-07-192-15/+15
* unregister_chrdev(): ignore the return valueAkinobu Mita2007-07-195-21/+5
* PM: Introduce pm_power_off_prepareRafael J. Wysocki2007-07-191-29/+9
* ACPI: Do not prepare for hibernation in acpi_shutdownRafael J. Wysocki2007-07-191-3/+0
* swsusp: introduce restore platform operationsRafael J. Wysocki2007-07-191-0/+16
* PM: Do not require dev spew to get PM_DEBUGBen Collins2007-07-191-1/+1
* Merge branch 'isdn-fix' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2007-07-181-3/+1
|\
| * ISDN HiSax: uninitialized return in hisax_cs_setupFlorin Malita2007-07-181-3/+1
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-07-1816-51/+1279
|\ \
| * | eHEA: Fix bonding supportThomas Klein2007-07-182-19/+20
| * | Blackfin ethernet driver: on chip ethernet MAC controller driverBryan Wu2007-07-184-0/+1186
| * | fix wrong argument of tc35815_read_plat_dev_addr()Yoichi Yuasa2007-07-181-1/+1
| * | Merge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/...Jeff Garzik2007-07-183-13/+13
| |\ \
| | * | [PATCH] zd1211rw: Add ID for Siemens Gigaset USB Stick 54Daniel Drake2007-07-171-0/+1
| | * | [PATCH] zd1211rw: Add ID for Planex GW-US54GXSMasakazu Mokuno2007-07-171-0/+1
| | * | [PATCH] Update version ipw2200 stamp to 1.2.2Zhu Yi2007-07-171-1/+1
| | * | [PATCH] ipw2200: Fix ipw_isr() comments error on shared IRQZhu Yi2007-07-171-1/+1
| | * | [PATCH] Fix ipw2200 set wrong power parameter causing firmware errorZhu Yi2007-07-171-8/+6
| | * | [PATCH] ipw2100: Fix `iwpriv set_power` errorZhu Yi2007-07-171-3/+3
| * | | ARM/ETHER3: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明2007-07-181-1/+1
| * | | SAA9730: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明2007-07-181-5/+4
| * | | NI5010: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明2007-07-181-5/+1
| * | | NS83820: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明2007-07-181-1/+1
| * | | Fix RGMII-ID handling in gianfarAndy Fleming2007-07-181-1/+11
| * | | Fix Vitesse RGMII-ID supportAndy Fleming2007-07-181-3/+20
| * | | Fix Vitesse 824x PHY interrupt ackingAndy Fleming2007-07-181-2/+21
| | |/ | |/|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-07-187-213/+160
|\ \ \
| * | | Driver core: check return code of sysfs_create_link()Cornelia Huck2007-07-181-40/+105