| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPICA: Major update for acpi_get_object_info external interface | Bob Moore | 2009-08-27 | 24 | -575/+851 |
* | ACPICA: Remove duplicate prototypes from header | Bob Moore | 2009-08-27 | 1 | -4/+0 |
* | ACPICA: Add 64-bit support to acpi_read and acpi_write | Bob Moore | 2009-08-27 | 7 | -103/+325 |
* | ACPICA: Remove duplicate extern declarations for public globals | Bob Moore | 2009-08-27 | 1 | -15/+18 |
* | ACPICA: Fix several pointer casts to avoid possible compile warnings | Bob Moore | 2009-08-27 | 2 | -5/+6 |
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-08-21 | 12 | -27/+81 |
|\ |
|
| * | drm/radeon: add GET_PARAM/INFO support for Z pipes | Alex Deucher | 2009-08-21 | 9 | -4/+37 |
| * | drm/radeon/kms: add r100/r200 OQ support. | Dave Airlie | 2009-08-21 | 2 | -0/+13 |
| * | drm: Fix sysfs device confusion. | Thomas Hellstrom | 2009-08-21 | 1 | -22/+29 |
| * | drm/radeon/kms: implement the bo busy ioctl properly. | Dave Airlie | 2009-08-21 | 2 | -1/+2 |
* | | Merge branch 'i2c-fixes-rc6' of git://aeryn.fluff.org.uk/bjdooks/linux | Linus Torvalds | 2009-08-20 | 2 | -67/+104 |
|\ \
| |/
|/| |
|
| * | i2c-stu300: I2C STU300 stability updates | Linus Walleij | 2009-08-20 | 1 | -65/+92 |
| * | i2c-omap: Enable workaround for Errata 1.153 based on | Moiz Sonasath | 2009-08-20 | 1 | -1/+1 |
| * | i2c-omap: ACK pending [R/X]DR and [R/X]RDY interrupts | Moiz Sonasath | 2009-08-20 | 1 | -0/+3 |
| * | i2c-omap: Fix I2C status ACK | Nishanth Menon | 2009-08-20 | 1 | -1/+8 |
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-08-19 | 20 | -253/+455 |
|\ \ |
|
| * | | drm/kms: teardown crtc correctly when fb is destroyed. | Dave Airlie | 2009-08-19 | 1 | -28/+12 |
| * | | drm/kms/radeon: cleanup combios TV table like DDX. | Dave Airlie | 2009-08-19 | 1 | -29/+19 |
| * | | drm/radeon/kms: memset the allocated framebuffer before using it. | Dave Airlie | 2009-08-19 | 1 | -0/+2 |
| * | | drm/radeon/kms: although LVDS might be possible on crtc 1 don't do it. | Dave Airlie | 2009-08-19 | 1 | -0/+1 |
| * | | drm/radeon/kms: implement bo busy check + current domain | Dave Airlie | 2009-08-17 | 3 | -1/+41 |
| * | | drm/radeon/kms: cut down indirects in register accesses. | Dave Airlie | 2009-08-16 | 5 | -79/+47 |
| * | | drm/radeon/kms: Fix up vertical blank interrupt support. | Michel Dänzer | 2009-08-16 | 9 | -77/+217 |
| * | | drm/radeon/kms: add rv530 R300_SU_REG_DEST + reloc for ZPASS_ADDR | Dave Airlie | 2009-08-16 | 1 | -0/+15 |
| * | | drm/edid: fixup detailed timings like the X server. | Dave Airlie | 2009-08-15 | 1 | -38/+34 |
| * | | drm/radeon/kms: Add specific rs690 authorized register table | Jerome Glisse | 2009-08-15 | 2 | -1/+67 |
| |/ |
|
* | | spi_s3c24xx: fix transfer setup code | Ben Dooks | 2009-08-18 | 1 | -0/+6 |
* | | spi_s3c24xx: fix clock rate calculation | Ben Dooks | 2009-08-18 | 1 | -10/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-08-18 | 39 | -308/+417 |
|\ \ |
|
| * | | e1000e: fix use of pci_enable_pcie_error_reporting | Xiaotian Feng | 2009-08-15 | 1 | -8/+8 |
| * | | e1000e: WoL does not work on 82577/82578 with manageability enabled | Bruce Allan | 2009-08-15 | 1 | -3/+3 |
| * | | cnic: Fix locking in init/exit calls. | Michael Chan | 2009-08-15 | 2 | -9/+40 |
| * | | cnic: Fix locking in start/stop calls. | Michael Chan | 2009-08-15 | 2 | -16/+29 |
| * | | bnx2: Use mutex on slow path cnic calls. | Michael Chan | 2009-08-15 | 2 | -6/+12 |
| * | | cnic: Refine registration with bnx2. | Michael Chan | 2009-08-15 | 1 | -13/+36 |
| * | | cnic: Fix symbol_put_addr() panic on ia64. | Michael Chan | 2009-08-15 | 1 | -1/+1 |
| * | | pegasus: Add new device ID. | Petko Manolov | 2009-08-14 | 1 | -0/+2 |
| * | | drivers/net: fixed drivers that support netpoll use ndo_start_xmit() | Dongdong Deng | 2009-08-14 | 4 | -8/+12 |
| * | | via-velocity: Fix test of mii_status bit VELOCITY_DUPLEX_FULL | roel kluin | 2009-08-14 | 1 | -1/+1 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-08-14 | 1 | -2/+4 |
| |\ \ |
|
| | * | | rt2x00: fix memory corruption in rf cache, add a sanity check | Pavel Roskin | 2009-08-14 | 1 | -2/+4 |
| * | | | ixgbe: Fix receive on real device when VLANs are configured | Lucy Liu | 2009-08-13 | 1 | -2/+2 |
| * | | | ixgbe: Do not return 0 in ixgbe_fcoe_ddp() upon FCP_RSP in DDP completion | Yi Zou | 2009-08-13 | 1 | -1/+1 |
| * | | | netxen: free napi resources during detach | Dhananjay Phadke | 2009-08-13 | 2 | -15/+24 |
| * | | | netxen: remove netxen workqueue | Amit Kumar Salecha | 2009-08-13 | 2 | -29/+42 |
| * | | | ixgbe: fix issues setting rx-usecs with legacy interrupts | Don Skidmore | 2009-08-13 | 1 | -8/+19 |
| * | | | can: fix oops caused by wrong rtnl newlink usage | Oliver Hartkopp | 2009-08-13 | 1 | -0/+7 |
| |/ / |
|
| * | | 8139cp: balance dma_map_single vs dma_unmap_single pair | Francois Romieu | 2009-08-12 | 1 | -3/+2 |
| * | | Revert "libertas: Read buffer overflow" | David S. Miller | 2009-08-12 | 1 | -8/+10 |
| * | | ar9170: fix read & write outside array bounds | Dan Carpenter | 2009-08-10 | 1 | -2/+3 |