index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
container.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-12-23
USB: musb: Fix array index out of bounds issue
Maulik Mankad
1
-1
/
+1
2009-12-23
USB: musb: Fix null pointer dereference issue
Maulik Mankad
1
-0
/
+2
2009-12-23
USB: musb: correct DMA address for tx
Cliff Cai
1
-1
/
+1
2009-12-23
USB: musb: gadget_ep0: avoid SetupEnd interrupt
Sergei Shtylyov
1
-4
/
+10
2009-12-23
USB: musb: fix for crash in DM646x USB when (CPPI)DMA is enabled
Swaminathan S
1
-0
/
+6
2009-12-23
USB: musb: do not work if no gadget driver is loaded
Felipe Balbi
1
-0
/
+8
2009-12-23
USB: musb: gadget: set otg tranceiver to idle when registering gadget
Arnaud Mandy
1
-0
/
+1
2009-12-23
USB: musb: Populate the VBUS GPIO with the correct GPIO number
Swaminathan S
1
-1
/
+1
2009-12-23
USB: musb: MAINTAINERS: Fix my tree's address
Felipe Balbi
1
-1
/
+1
2009-12-23
USB: musb: fix compiling warning with min() macro
Cliff Cai
1
-1
/
+1
2009-12-23
USB: musb: move musb_remove to __exit
Felipe Balbi
1
-2
/
+2
2009-12-23
USB: musb_gadget: fix kernel oops in txstate()
Sergei Shtylyov
1
-3
/
+3
2009-12-23
USB: ftdi_sio: sort PID/VID entries in new ftdi_sio_ids.h header
Andreas Mohr
1
-603
/
+630
2009-12-23
USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h header
Andreas Mohr
3
-955
/
+964
2009-12-23
USB core: fix recent kernel-doc warnings
Randy Dunlap
2
-4
/
+6
2009-12-23
USB: add device ID for Apple Cinema Display 23in 2007
pancho horrillo
1
-0
/
+1
2009-12-23
USB: fix section mismatch in early ehci dbgp
Jan Beulich
1
-1
/
+1
2009-12-23
USB: emi62: fix crash when trying to load EMI 6|2 firmware
Clemens Ladisch
1
-1
/
+1
2009-12-23
USB: serial: Extra device/vendor ID for mos7840 driver
Blaise Gassend
1
-2
/
+5
2009-12-23
USB: Fix double-linking of drivers/usb/otg when ULPI is selected
Bill Gatliff
1
-2
/
+0
2009-12-23
USB: gadget: Use ERR_PTR/IS_ERR
Julia Lawall
1
-3
/
+5
2009-12-23
USB: fix bugs in usb_(de)authorize_device
Alan Stern
2
-13
/
+25
2009-12-23
USB: rename usb_configure_device
Alan Stern
1
-13
/
+13
2009-12-23
USB: power management documentation update
Alan Stern
2
-34
/
+25
2009-12-23
Fix usb_serial_probe() problem introduced by the recent kfifo changes
Stefani Seibold
3
-10
/
+10
2009-12-23
drm/radeon/kms: add definitions for v4 power tables
Alex Deucher
1
-0
/
+199
2009-12-23
drm/radeon/kms: never combine LVDS with another encoder
Alex Deucher
1
-26
/
+23
2009-12-23
drm/radeon/kms: Check module arguments to be valid V2
Jerome Glisse
1
-5
/
+68
2009-12-23
drm/radeon/kms: Avoid crash when trying to cleanup uninitialized structure
Jerome Glisse
3
-4
/
+13
2009-12-23
drm/radeon/kms: add cvt mode if we only have lvds w/h and no edid (v4)
Alex Deucher
1
-0
/
+12
2009-12-23
drm/radeon/kms: add 3DC compression support
Marek Olšák
2
-0
/
+19
2009-12-23
drm/radeon/kms: allow rendering while no colorbuffer is set on r300
Marek Olšák
3
-1
/
+19
2009-12-23
drm/radeon/kms: enable memory clock reading on legacy (V2)
Rafał Miłecki
3
-4
/
+11
2009-12-23
drm/radeon/kms: prevent parallel AtomBIOS calls
Rafał Miłecki
3
-2
/
+12
2009-12-23
drm/radeon/kms: set proper default tv standard
Alex Deucher
5
-8
/
+69
2009-12-23
drm/radeon/kms: fix legacy rmx
Alex Deucher
3
-3
/
+6
2009-12-23
drm/radeon/kms/atom: fill in proper defines for digital setup
Alex Deucher
1
-8
/
+8
2009-12-23
drm/kms: silencing a false positive warning.
Marin Mitov
1
-1
/
+1
2009-12-23
drm/mm: fix logic for selection of best fit block
Bob Gleitsmann
1
-2
/
+2
2009-12-23
drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.
Thomas Hellstrom
4
-111
/
+209
2009-12-23
drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal.
Thomas Hellstrom
3
-10
/
+6
2009-12-23
drm/vmwgfx: Fix unlocked ioctl and add proper access control
Thomas Hellstrom
1
-28
/
+19
2009-12-23
drm/radeon: fix build on 64-bit with some compilers.
Dave Airlie
1
-2
/
+2
2009-12-23
drivers/gpu: Use kzalloc for allocating only one thing
Julia Lawall
1
-2
/
+2
2009-12-23
DRM: Rename clamp variable
Andi Kleen
1
-3
/
+3
2009-12-22
media video cx23888 driver: ported to new kfifo API
Stefani Seibold
1
-25
/
+19
2009-12-22
kfifo: add record handling functions
Stefani Seibold
2
-93
/
+523
2009-12-22
kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_user
Stefani Seibold
2
-16
/
+170
2009-12-22
kfifo: add DEFINE_KFIFO and friends, add very tiny functions
Stefani Seibold
1
-2
/
+92
2009-12-22
kfifo: fix warn_unused_result
Stefani Seibold
7
-16
/
+51
[next]