summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] remove unused tmp_buf_sem'sAdrian Bunk2006-01-1410-13/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-01-1412-88/+551
|\
| * Input: HID - add support for fn key on Apple PowerBooksMichael Hanselmann2006-01-144-14/+201
| * Input: wacom - fix compile on PowerPCDmitry Torokhov2006-01-141-7/+7
| * Input: HID - add more simulation usagesDmitry Torokhov2006-01-141-1/+4
| * Input: psmouse - attempt to re-synchronize mouse every 5 secondsDmitry Torokhov2006-01-145-66/+301
| * Input: HID - fix an oops in PID initialization codeDmitry Torokhov2006-01-141-1/+1
| * Input: HID - add support for Cherry Cymotion keyboardVojtech Pavlik2006-01-143-0/+31
| * Input: i8042 - add Sony Vaio FSC-115b to MUX blacklistVojtech Pavlik2006-01-141-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-01-131-5/+8
|\ \
| * | [PATCH] powerpc: macio-adb build fixDavid Woodhouse2006-01-141-5/+8
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-01-1320-351/+286
|\ \ \ | |/ / |/| |
| * | IB: convert from semaphores to mutexesIngo Molnar2006-01-1311-144/+145
| * | IB/mthca: Initialize grh_present before using itMichael S. Tsirkin2006-01-123-5/+8
| * | IB/mthca: Cosmetic: use the ALIGN macroMichael S. Tsirkin2006-01-121-2/+3
| * | IB/mthca: Fix memory leaks in error handlingJack Morgenstein2006-01-121-3/+7
| * | IB/mthca: Fix memory leak of multicast group structuresIshai Rabinovitz2006-01-121-1/+1
| * | IPoIB: Fix memory leak of multicast group structuresEli Cohen2006-01-122-65/+9
| * | IPoIB: Take dev->xmit_lock around mc_list accessesMichael S. Tsirkin2006-01-111-2/+5
| * | IPoIB: Fix address handle refcounting for multicast groupsEli Cohen2006-01-101-6/+7
| * | IPoIB: Fix error path in ipoib_mcast_dev_flush()Eli Cohen2006-01-101-3/+5
| * | IB: Add node_guid to struct ib_deviceSean Hefty2006-01-105-63/+53
| * | IB/mthca: Factor common MAD initialization codeRoland Dreier2006-01-091-30/+22
| * | IB/mthca: kzalloc conversionsRoland Dreier2006-01-091-8/+4
| * | IB/mthca: prevent event queue overrunMichael S. Tsirkin2006-01-091-13/+15
| * | IB/mthca: fix page shift calculation in mthca_reg_phys_mr()Michael S. Tsirkin2006-01-091-11/+7
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-1211-20/+272
|\ \ \
| * | | [PATCH] via-velocity: use NETIF_F_IP_CSUM (hardware only support IPv4)John W. Linville2006-01-121-1/+1
| * | | [PATCH] bonding: UPDATED hash-table corruption in bond_alb.cJay Vosburgh2006-01-122-4/+4
| * | | [PATCH] wireless/atmel: add IWENCODEEXT, IWAUTH, and association event supportDan Williams2006-01-121-4/+223
| * | | [PATCH] replace MODULE_PARM in tulip/uli526x.cEric Sesterhenn / snakebyte2006-01-121-3/+3
| * | | [PATCH] gianfar: Use new PHY_ID_FMT macroKumar Gala2006-01-121-1/+4
| * | | [PATCH] phy: Added a macro to represent the string format used to match a phy...Kumar Gala2006-01-122-2/+2
| * | | [PATCH] gianfar mii: Use proper resource for MII memory regionKumar Gala2006-01-121-1/+4
| * | | [PATCH] gfar: fix compile errorKumar Gala2006-01-121-0/+1
| * | | [PATCH] CONFIG_AIRO needs CONFIG_CRYPTOdann frazier2006-01-121-1/+1
| * | | [PATCH] corruption during e100 MDI register accessODonnell, Michael2006-01-121-3/+29
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6Linus Torvalds2006-01-123-2/+62
|\ \ \ \
| * | | | [PATCH] pcmcia: runtime powermanagement interfaceDominik Brodowski2006-01-122-2/+60
| * | | | [PATCH] pcmcia: add new IDs for serial_cs.cDominik Brodowski2006-01-121-0/+2
* | | | | Merge branch 'drm-forlinus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-1273-1812/+2794
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | drm: fix issues with systems with no MTRRDave Airlie2006-01-121-0/+14
| * | | | drm: cleanup properly on drm module unloadDave Airlie2006-01-111-6/+6
| * | | | drm: fixup drm bufs being just under the EOMDave Airlie2006-01-111-1/+1
| * | | | drm: fix radeon warnings on 64-bitDave Airlie2006-01-101-3/+3
| * | | | drm: fix warning on alphaDave Airlie2006-01-101-0/+2
| * | | | drm: remove is_pci flag completely...Dave Airlie2006-01-031-1/+0
| * | | | drm: merge in Linus mainlineDave Airlie2006-01-03831-26481/+23566
| |\ \ \ \
| * | | | | drm: major update from CVS for radeon and coreDave Airlie2006-01-0212-381/+366
| * | | | | drm: update drm pci ids listDave Airlie2006-01-021-1/+11
OpenPOWER on IntegriCloud