| Commit message (Expand) | Author | Age | Files | Lines |
* | wusb: timeout when waiting for ASL/PZL updates in whci-hcd | David Vrabel | 2009-01-07 | 4 | -4/+30 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Vrabel | 2009-01-07 | 1442 | -34344/+490153 |
|\ |
|
| * | Fix up 64-bit byte swaps for most 32-bit architectures | Linus Torvalds | 2009-01-06 | 1 | -1/+1 |
| * | byteorder: remove the now unused byteorder.h | Harvey Harrison | 2009-01-06 | 2 | -373/+0 |
| * | mn10300: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -40/+44 |
| * | frv: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -7/+12 |
| * | m32r: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -6/+12 |
| * | m68knommu: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -21/+27 |
| * | h8300: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -7/+12 |
| * | ia64: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -36/+36 |
| * | blackfin: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -42/+50 |
| * | arm: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -32/+52 |
| * | alpha: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -41/+44 |
| * | m68k: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -14/+19 |
| * | x86: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -60/+64 |
| * | sparc: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -44/+48 |
| * | sh: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -59/+64 |
| * | s390: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -90/+94 |
| * | powerpc: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -81/+93 |
| * | mips: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -49/+59 |
| * | avr32: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -29/+38 |
| * | byteorder: only use linux/swab.h | Harvey Harrison | 2009-01-06 | 6 | -388/+27 |
| * | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 2009-01-06 | 10 | -39/+397 |
| |\ |
|
| | * | drm: fix ordering of driver unload vs agp unload. | Dave Airlie | 2009-01-07 | 1 | -3/+3 |
| | * | drm/i915: Respect the other stolen memory sizes we know of. | Eric Anholt | 2009-01-07 | 2 | -14/+40 |
| | * | drm/i915: Non-mobile parts don't have integrated TV-out. | Eric Anholt | 2009-01-07 | 1 | -1/+1 |
| | * | drm/i915: Add support for integrated HDMI on G4X hardware. | Eric Anholt | 2009-01-07 | 7 | -7/+322 |
| | * | drm/i915: Pin cursor bo and unpin old bo when setting cursor. | Kristian Høgsberg | 2009-01-07 | 2 | -8/+22 |
| | * | drm/i915: Don't allow objects to get bound while VT switched. | Eric Anholt | 2009-01-07 | 1 | -6/+9 |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2009-01-06 | 54 | -522/+3105 |
| |\ \
| | |/
| |/| |
|
| | * | Input: i8042 - add Dell Vostro 1510 to nomux list | Jiri Kosina | 2009-01-06 | 1 | -0/+7 |
| | * | Merge branch 'next' into for-linus | Dmitry Torokhov | 2008-12-30 | 54 | -522/+3098 |
| | |\ |
|
| | | * | Input: gtco - use USB endpoint API | Julia Lawall | 2008-12-30 | 1 | -1/+1 |
| | | * | Input: add support for Maple controller as a joystick | Adrian McMenamin | 2008-12-30 | 3 | -0/+206 |
| | | * | Input: atkbd - broaden the Dell DMI signatures | Matthew Garrett | 2008-12-30 | 1 | -0/+9 |
| | | * | Input: HIL drivers - add MODULE_ALIAS() | Helge Deller | 2008-12-30 | 3 | -1/+3 |
| | | * | Input: map_to_7segment.h - convert to __inline__ for userspace | Mike Frysinger | 2008-12-29 | 1 | -1/+1 |
| | | * | Input: add support for enhanced rotary controller on pxa930 and pxa935 | Yong Yao | 2008-12-29 | 4 | -0/+242 |
| | | * | Input: add support for trackball on pxa930 and pxa935 | Yong Yao | 2008-12-29 | 4 | -13/+299 |
| | | * | Input: add da9034 touchscreen support | Eric Miao | 2008-12-23 | 3 | -0/+398 |
| | | * | Input: ads7846 - strict_strtoul takes unsigned long | Harvey Harrison | 2008-12-23 | 1 | -1/+1 |
| | | * | Input: make some variables and functions static | Roel Kluin | 2008-12-20 | 2 | -2/+2 |
| | | * | Input: add tsc2007 based touchscreen driver | Kwangwoo Lee | 2008-12-20 | 4 | -0/+410 |
| | | * | Input: psmouse - add module parameters to control OLPC touchpad delays | Paul Fox | 2008-12-20 | 1 | -4/+28 |
| | | * | Input: i8042 - add Gigabyte M912 netbook to noloop exception table | Ozan Çağlayan | 2008-12-20 | 1 | -0/+8 |
| | | * | Input: atkbd - Samsung NC10 key repeat fix | Stuart Hopkins | 2008-12-20 | 1 | -0/+25 |
| | | * | Input: atkbd - add keyboard quirk for HP Pavilion ZV6100 laptop | Rikard Ljungstrand | 2008-12-20 | 1 | -0/+26 |
| | | * | Merge commit 'v2.6.28-rc9' into next | Dmitry Torokhov | 2008-12-20 | 2242 | -23498/+42136 |
| | | |\ |
|
| | | * | | Input: libps2 - handle 0xfc responses from devices | Dmitry Torokhov | 2008-11-24 | 2 | -4/+18 |
| | | * | | Input: add support for Wacom W8001 penabled serial touchscreen | Jaya Kumar | 2008-11-24 | 4 | -0/+340 |