index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
device create: mtd: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-3
/
+6
*
device create: misc: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-2
/
+3
*
device create: mips: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
2
-3
/
+4
*
device create: macintosh: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-1
/
+2
*
device create: isdn: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-1
/
+2
*
device create: infiniband: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-1
/
+1
*
device create: ieee1394: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
3
-8
/
+9
*
device create: ide: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-4
/
+6
*
device create: i2c: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-3
/
+3
*
device create: hwmon: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-1
/
+2
*
device create: hid: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-2
/
+3
*
device create: framebuffer: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
2
-3
/
+5
*
device create: dvb: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-2
/
+2
*
device create: dca: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-3
/
+5
*
device create: coda: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-2
/
+3
*
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
18
-49
/
+61
*
device create: block: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
5
-10
/
+17
*
Firmware: fix typo in example code
Greg Kroah-Hartman
2008-07-21
1
-1
/
+1
*
debugfs: Add a reference to the debugfs API documentation.
Robert P. J. Day
2008-07-21
1
-0
/
+3
*
kobject: replace '/' with '!' in name
Kay Sievers
2008-07-21
1
-2
/
+8
*
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
Dan Williams
2008-07-21
7
-2
/
+124
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2008-07-21
142
-8951
/
+11623
|
\
|
*
usb-storage: revert DMA-alignment change for Wireless USB
Alan Stern
2008-07-21
1
-10
/
+15
|
*
USB: use reset_resume when normal resume fails
Alan Stern
2008-07-21
2
-5
/
+22
|
*
usb_gadget: composite cdc gadget fault handling
David Brownell
2008-07-21
2
-1
/
+4
|
*
usb gadget: minor USBCV fix for composite framework
David Lopo
2008-07-21
1
-0
/
+1
|
*
USB: Fix bug with byte order in isp116x-hcd.c fio write/read
Julien May
2008-07-21
1
-4
/
+19
|
*
USB: fix double kfree in ipaq in error case
Oliver Neukum
2008-07-21
1
-1
/
+2
|
*
USB: fix build error in cdc-acm for CONFIG_PM=n
Oliver Neukum
2008-07-21
2
-0
/
+11
|
*
USB: remove board-specific UP2OCR configuration from pxa27x-udc
Daniel Ribeiro
2008-07-21
1
-1
/
+0
|
*
USB: EHCI: Reconciling USB register differences on MPC85xx vs MPC83xx
Srikanth Srinivasan
2008-07-21
1
-0
/
+5
|
*
USB: Fix pointer/int cast in USB devio code
David Howells
2008-07-21
1
-2
/
+3
|
*
usb gadget: g_cdc dependso on NET
Randy Dunlap
2008-07-21
1
-0
/
+1
|
*
USB: Au1xxx-usb: suspend/resume support.
Manuel Lauss
2008-07-21
2
-19
/
+155
|
*
USB: Au1xxx-usb: clean up ohci/ehci bus glue sources.
Manuel Lauss
2008-07-21
2
-334
/
+210
|
*
usbfs: don't store bad pointers in registration
Alan Stern
2008-07-21
1
-9
/
+10
|
*
usbfs: fix race between open and unregister
Alan Stern
2008-07-21
1
-5
/
+11
|
*
usbfs: simplify the lookup-by-minor routines
Alan Stern
2008-07-21
1
-9
/
+6
|
*
usbfs: send disconnect signals when device is unregistered
Alan Stern
2008-07-21
3
-31
/
+41
|
*
USB: Force unbinding of drivers lacking reset_resume or other methods
Alan Stern
2008-07-21
4
-21
/
+140
|
*
USB: ohci-pnx4008: I2C cleanups and fixes
Jean Delvare
2008-07-21
1
-14
/
+12
|
*
USB: debug port converter does not accept more than 8 byte packets
Aleksey Gorelov
2008-07-21
1
-0
/
+9
|
*
USB: fix disconnect bug in cdc-acm
Oliver Neukum
2008-07-21
1
-13
/
+15
|
*
USB: fix usb serial pm counter decrement for disconnected interfaces
Oliver Neukum
2008-07-21
1
-1
/
+4
|
*
USB: autosuspend for cdc-wdm
Oliver Neukum
2008-07-21
1
-6
/
+101
|
*
USB: additional power savings for cdc-acm devices that support remote wakeup
Oliver Neukum
2008-07-21
2
-21
/
+126
|
*
USB: keyspan: Remove duplicate device entries
Ben Collins
2008-07-21
1
-3
/
+2
|
*
usb: fix uninitialized variable warning in keyspan_pda
Benny Halevy
2008-07-21
1
-1
/
+1
|
*
usb: r8a66597-hcd: fix iinterval for Full/Low speed device
Yoshihiro Shimoda
2008-07-21
1
-4
/
+27
|
*
usb: r8a66597-hcd: fix interrupt trigger
Yoshihiro Shimoda
2008-07-21
1
-1
/
+6
[prev]
[next]