summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-09-24drivers/vlynq/vlynq.c: fix resource size off by 1 errorJulia Lawall1-1/+1
2009-09-24gru: allocation may fail in quicktest1()Roel Kluin1-0/+2
2009-09-24gru: use proc_create()Alexey Dobriyan1-2/+1
2009-09-24memstick: move dev_dbgJiri Slaby1-1/+1
2009-09-24edac: core: remove completion-wait for complete with rcu_barrierJesper Dangaard Brouer3-10/+3
2009-09-24edac: i3200 memory controller driverJason Uhlenkott3-0/+536
2009-09-24edac: fix resource size calculationJulia Lawall2-14/+14
2009-09-24edac: mpc85xx add mpc83xx supportIra W. Snyder2-12/+22
2009-09-24edac: mpc85xx add P2020DS supportYang Shi1-0/+2
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan4-26/+26
2009-09-24bfin-otp: add writing supportMike Frysinger1-44/+129
2009-09-24drivers/char/uv_mmtimer.c: add memory mapped RTC driver for UVDimitri Sivanich3-0/+225
2009-09-24drivers/char/rio/rioctrl.c: off by one error in rioctrl.cDan Carpenter1-1/+1
2009-09-24hpet: hpet driver periodic timer setup bug fixesNils Carlson1-9/+12
2009-09-24mwave: fix read buffer overflowRoel Kluin1-11/+11
2009-09-24/dev/zero: avoid repeated access_ok() checksNikanth Karthikesan1-1/+1
2009-09-24input: fix build failures caused by Kconfig Winbond WPCD376I Consumer IR hard...Ingo Molnar1-0/+1
2009-09-24Fix build of cpm_uart due to core changesBenjamin Herrenschmidt1-1/+1
2009-09-24hvc_console: Provide (un)locked version for hvc_resize()Hendrik Brueckner3-5/+17
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds5-9/+5
2009-09-23headers: utsname.h reduxAlexey Dobriyan9-9/+0
2009-09-24virtio_net: Check for room in the vq before adding bufferAmit Shah1-4/+4
2009-09-24virtio_net: avoid (most) NETDEV_TX_BUSY by stopping queue early.Rusty Russell1-24/+40
2009-09-24virtio_net: formalize skb_vnet_hdrRusty Russell1-37/+44
2009-09-24virtio_net: don't free buffers in xmit ringRusty Russell1-59/+5
2009-09-24virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.Rusty Russell1-36/+10
2009-09-24virtio_net: skb_orphan() and nf_reset() in xmit path.Rusty Russell1-1/+5
2009-09-24ACPI: remove cpumask_t usageBjorn Helgaas1-1/+1
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan4-8/+4
2009-09-24drm/edid: Fix standard timing parse for EDID <= 1.2Adam Jackson1-5/+12
2009-09-24drm/edid: Detailed standard timing blocks have six timings, not five.Adam Jackson1-2/+1
2009-09-24drm/edid: Ignore bad standard timings.Adam Jackson1-0/+16
2009-09-24drm/edid: const cleanupAdam Jackson1-1/+3
2009-09-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller31-304/+832
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds19-79/+1838
2009-09-23Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-1382/+90
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-3/+2
2009-09-23hwmon: (ltc4245) Clear faults at startupIra W. Snyder1-1/+2
2009-09-23hwmon: (ltc4215) Clear faults at startupIra W. Snyder1-1/+1
2009-09-23hwmon: (coretemp) Add Lynnfield CPUHuaxu Wan1-2/+4
2009-09-23hwmon: (coretemp) Add support for Penryn mobile CPUsRudolf Marek1-3/+23
2009-09-23hwmon: (coretemp) Fix Atom CPUs supportRudolf Marek2-13/+22
2009-09-23hwmon: Delete deprecated FSC driversJean Delvare4-1364/+0
2009-09-23hwmon: (adm1031) Add sysfs files for temperature offsetsIra Snyder1-0/+40
2009-09-23serial core: fix new kernel-doc warningsRandy Dunlap1-2/+2
2009-09-23IB/mad: Fix lock-lock-timer deadlock in RMPP codeRoland Dreier1-4/+13
2009-09-23tpm-fixup-pcrs-sysfs-file-updateJason Gunthorpe1-3/+2
2009-09-23Merge git://git.infradead.org/battery-2.6Linus Torvalds10-52/+1092
2009-09-23Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds5-123/+102
2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds50-220/+2465