Age | Commit message (Expand) | Author | Files | Lines |
2009-01-16 | powerpc/ps3: The lv1_ routines have u64 parameters | Stephen Rothwell | 1 | -11/+13 |
2009-01-16 | powerpc: Cleanup from l64 to ll64 change drivers/scsi | Stephen Rothwell | 2 | -10/+10 |
2009-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 50 | -557/+765 |
2009-01-15 | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 5 | -15/+1297 |
2009-01-15 | drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y build | David Brownell | 1 | -1/+1 |
2009-01-15 | hp_accel: do not call ACPI from invalid context | Pavel Machek | 1 | -19/+49 |
2009-01-15 | lis3lv02d: merge with leds hp disk | Eric Piel | 5 | -150/+52 |
2009-01-15 | hwmon: applesmc: fix light sensor readings on newer MacBooks | Alex Murray | 1 | -0/+5 |
2009-01-15 | nbd: do not allow two clients at the same time | Pavel Machek | 1 | -0/+4 |
2009-01-15 | synclink_gt: enable RI interrupt | Paul Fulghum | 1 | -10/+6 |
2009-01-15 | sgi-xp: eliminate false detection of no heartbeat | Dean Nelson | 1 | -1/+1 |
2009-01-15 | rtc: rtc-twl4030 don't mask alarm interrupts on shutdown | Matti Halme | 1 | -2/+3 |
2009-01-15 | rtc-pxa: fix build failure | Antonio Ospite | 1 | -0/+2 |
2009-01-15 | rtc: tw4030 add alarm/update interfaces | Alessandro Zummo | 1 | -34/+10 |
2009-01-15 | sysrq: add commentary on why we use the console loglevel over using KERN_EMERG | Andy Whitcroft | 1 | -0/+6 |
2009-01-15 | video/framebuffer: fix bug: jpegview cannot work on framebuffer device other ... | Michael Hennerich | 2 | -2/+28 |
2009-01-15 | gpio: fix probe() error return in gpio driver probes | Ben Dooks | 5 | -12/+24 |
2009-01-15 | atmel_spi: allow transfer when max_speed_hz = 0 | Stanislaw Gruszka | 1 | -2/+1 |
2009-01-15 | atmel_serial: fix flow control bug | Itai Levi | 1 | -1/+1 |
2009-01-15 | b44: GFP_DMA skb should not escape from driver | Eric Dumazet | 2 | -2/+4 |
2009-01-15 | hwmon: (abituguru3) Fix CONFIG_DMI=n fallback to probe | Alistair John Strachan | 1 | -1/+1 |
2009-01-15 | hwmon: (abituguru3) Enable DMI probing feature on IN9 32X MAX | Alistair John Strachan | 1 | -1/+1 |
2009-01-15 | hwmon: (abituguru3) Match partial DMI board name strings | Alistair John Strachan | 1 | -4/+16 |
2009-01-15 | hwmon: Add a driver for the ADT7475 hardware monitoring chip | Jordan Crouse | 3 | -0/+1233 |
2009-01-15 | hwmon: (k8temp) Fix temperature reporting for (most) K8 RevG CPUs | Andreas Herrmann | 1 | -2/+15 |
2009-01-15 | hwmon: (k8temp) Fix wrong sensor selection for AMD K8 RevF/RevG CPUs | Andreas Herrmann | 1 | -0/+9 |
2009-01-15 | hwmon: (k8temp) Warn about fam F rev F errata | Andreas Herrmann | 1 | -7/+22 |
2009-01-15 | hso serial throttled tty kref fix. | Denis Joseph Barrow | 1 | -1/+3 |
2009-01-15 | tty: Fix double grabbing of a spinlock | Denis Joseph Barrow | 1 | -2/+1 |
2009-01-15 | tty: Fix a kref leak in the HSO driver on re-open | Alan Cox | 1 | -0/+1 |
2009-01-15 | ftdi_sio: fix kref leak | Jim Paris | 1 | -1/+1 |
2009-01-15 | When a break signal is detected, the next character should be ignored. | Mischa Jonker | 1 | -11/+12 |
2009-01-15 | serial: Add SupraExpress 336i PnP Voice Modem | Daniel Gagnon | 1 | -0/+2 |
2009-01-15 | 8250_pci: add support for netmos 9835 IBM devices | Jiri Slaby | 1 | -0/+8 |
2009-01-15 | tty: Fix race in the flush for some ldiscs | Alan Cox | 1 | -1/+1 |
2009-01-15 | korina: do not use IRQF_SHARED with IRQF_DISABLED | Phil Sutter | 1 | -4/+4 |
2009-01-15 | korina: do not stop queue here | Phil Sutter | 1 | -1/+0 |
2009-01-15 | korina: fix handling tx_chain_tail | Phil Sutter | 1 | -11/+11 |
2009-01-15 | korina: do tx at the right position | Phil Sutter | 1 | -4/+4 |
2009-01-15 | korina: do schedule napi after testing for it | Phil Sutter | 1 | -1/+1 |
2009-01-15 | korina: rework korina_rx() for use with napi | Phil Sutter | 1 | -56/+53 |
2009-01-15 | korina: disable napi on close and restart | Phil Sutter | 1 | -0/+4 |
2009-01-15 | korina: reset resource buffer size to 1536 | Phil Sutter | 1 | -1/+4 |
2009-01-15 | korina: fix usage of driver_data | Phil Sutter | 1 | -1/+0 |
2009-01-15 | bnx2x: First slow path interrupt race | Eilon Greenstein | 1 | -9/+9 |
2009-01-15 | bnx2x: MTU Filter | Eilon Greenstein | 1 | -1/+1 |
2009-01-15 | bnx2x: Indirection table initialization index | Eilon Greenstein | 1 | -5/+4 |
2009-01-15 | bnx2x: Missing brackets | Eilon Greenstein | 1 | -1/+1 |
2009-01-15 | bnx2x: Fixing the doorbell size | Eilon Greenstein | 1 | -1/+1 |
2009-01-15 | bnx2x: Endianness issues | Eilon Greenstein | 1 | -5/+6 |