| Commit message (Expand) | Author | Age | Files | Lines |
* | libata: Keep shadow last_ctl up to date during resets | Stuart MENEFY | 2009-03-13 | 1 | -1/+5 |
* | sata_mv: fix MSI irq race condition | Mark Lord | 2009-03-13 | 1 | -1/+2 |
* | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2009-03-13 | 5 | -13/+16 |
|\ |
|
| * | hwmon: (f75375s) Remove unnecessary and confusing initialization | Andrew Klossner | 2009-03-12 | 1 | -1/+1 |
| * | hwmon: (it87) Properly decode -128 degrees C temperature | Jean Delvare | 2009-03-12 | 1 | -4/+4 |
| * | hwmon: (lm90) Document support for the MAX6648/6692 chips | Darrick J. Wong | 2009-03-12 | 2 | -6/+6 |
| * | hwmon: (abituguru3) Fix I/O error handling | Jean Delvare | 2009-03-12 | 1 | -2/+5 |
* | | Merge branch 'fixes-20090312' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-03-13 | 4 | -2/+35 |
|\ \ |
|
| * | | PCIe: portdrv: call pci_disable_device during remove | Alex Chiang | 2009-03-12 | 1 | -0/+1 |
| * | | pci: Fix typo in message while disabling HT MSI mapping | Prakash Punnoor | 2009-03-12 | 1 | -1/+1 |
| * | | pci: don't disable too many HT MSI mapping | Prakash Punnoor | 2009-03-12 | 1 | -0/+4 |
| * | | powerpc/pseries: The RPA PCI hotplug driver depends on EEH | Michael Ellerman | 2009-03-12 | 1 | -1/+1 |
| * | | PCIe: AER: during disable, check subordinate before walking | Alex Chiang | 2009-03-12 | 1 | -0/+3 |
| * | | PCI: Add PCI quirk to disable L0s ASPM state for 82575 and 82598 | Alexander Duyck | 2009-03-12 | 1 | -0/+25 |
* | | | RDMA/nes: Don't allow userspace QPs to use STag zero | Faisal Latif | 2009-03-13 | 3 | -5/+37 |
* | | | mfd: add support for WM8351 revision B | Mark Brown | 2009-03-13 | 1 | -0/+5 |
* | | | acer-wmi: fix regression in backlight detection | Michael Spang | 2009-03-13 | 1 | -1/+1 |
* | | | mmc: s3cmci: fix s3c2410_dma_config() arguments. | Ben Dooks | 2009-03-13 | 1 | -2/+1 |
* | | | ds2760_battery.c: fix division by zero | Daniel Mack | 2009-03-13 | 1 | -4/+7 |
* | | | drivers/w1/masters/w1-gpio.c: fix read_bit() | Daniel Mack | 2009-03-13 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-03-12 | 3 | -6/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | sunhme: Fix qfe parent detection. | Friedrich Oslage | 2009-03-09 | 1 | -2/+0 |
| * | | sparc64: wait_event_interruptible_timeout may return -ERESTARTSYS | Roel Kluin | 2009-03-04 | 1 | -1/+1 |
| * | | jsflash: stop defining MAJOR_NR | Christoph Hellwig | 2009-03-04 | 1 | -3/+0 |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-03-11 | 4 | -12/+18 |
|\ \ \ |
|
| * | | | radeonfb/aty128fb: Disable broken early resume hook for PowerBooks | Benjamin Herrenschmidt | 2009-03-11 | 2 | -2/+18 |
| * | | | hvc_console: Remove tty->low_latency on pseries backends | Benjamin Herrenschmidt | 2009-03-11 | 2 | -10/+0 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh... | Linus Torvalds | 2009-03-11 | 5 | -37/+99 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | drm/i915: fix 945 fence register writes for fence 8 and above. | Eric Anholt | 2009-03-11 | 2 | -4/+18 |
| * | | | drm/i915: Protect active fences on i915 | Chris Wilson | 2009-03-11 | 1 | -7/+31 |
| * | | | drm/i915: Check to see if we've pinned all available fences | Chris Wilson | 2009-03-11 | 1 | -2/+10 |
| * | | | drm/i915: Check fence status on every pin. | Chris Wilson | 2009-03-11 | 1 | -8/+15 |
| * | | | drm/i915: First recheck for an empty fence register. | Chris Wilson | 2009-03-11 | 1 | -1/+1 |
| * | | | drm/i915: Fix bad \n in MTRR failure notice. | Eric Anholt | 2009-03-10 | 1 | -1/+1 |
| * | | | drm/i915: Don't restore palettes through VGA registers. | Pierre Willenbrock | 2009-03-10 | 2 | -12/+0 |
| * | | | i915: add newline to i915_gem_object_pin failure msg | Kyle McMartin | 2009-03-10 | 1 | -1/+1 |
| * | | | drm: Return EINVAL on duplicate objects in execbuffer object list | Kristian Høgsberg | 2009-03-10 | 2 | -1/+22 |
* | | | | i810: fix kernel crash fix when struct fb_var_screeninfo is supplied | Samuel CUELLA | 2009-03-10 | 1 | -2/+3 |
* | | | | mtd: physmap: fix NULL pointer dereference in error path | Atsushi Nemoto | 2009-03-10 | 1 | -8/+11 |
* | | | | intel-agp: fix a panic with 1M of shared memory, no GTT entries | Lubomir Rintel | 2009-03-10 | 1 | -3/+5 |
* | | | | mtd_dataflash: fix probing of AT45DB321C chips. | Will Newton | 2009-03-10 | 1 | -1/+2 |
* | | | | x86/agp: tighten check to update amd nb aperture | Yinghai Lu | 2009-03-10 | 1 | -4/+9 |
* | | | | lm85: add VRM10 support for adt7468 chip | Darrick J. Wong | 2009-03-10 | 1 | -1/+2 |
* | | | | lm85: fix the version check that broke adt7468 probing | Darrick J. Wong | 2009-03-10 | 1 | -1/+4 |
* | | | | mm: get_nid_for_pfn() returns int | Roel Kluin | 2009-03-10 | 1 | -1/+1 |
* | | | | Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-03-10 | 1 | -4/+2 |
|\ \ \ \ |
|
| * | | | | video: deferred io cleanup fix for sh_mobile_lcdcfb | Magnus Damm | 2009-03-10 | 1 | -4/+2 |
| |/ / / |
|
* | | | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2009-03-10 | 1 | -12/+18 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | md: fix deadlock when stopping arrays | Dan Williams | 2009-03-04 | 1 | -12/+18 |
| |/ / |
|
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2009-03-09 | 1 | -33/+18 |
|\ \ \ |
|