index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
[PATCH] Add a klist to struct bus_type for its devices.
mochel@digitalimplant.org
2005-06-20
2
-30
/
+27
|
*
|
|
|
|
|
|
[PATCH] Add initial implementation of klist helpers.
mochel@digitalimplant.org
2005-06-20
3
-3
/
+305
|
*
|
|
|
|
|
|
[PATCH] Use driver_for_each_device() instead of manually walking list.
mochel@digitalimplant.org
2005-06-20
1
-18
/
+23
|
*
|
|
|
|
|
|
[PATCH] Use driver_for_each_device() in drivers/pnp/driver.c instead of manua...
mochel@digitalimplant.org
2005-06-20
1
-4
/
+8
|
*
|
|
|
|
|
|
[PATCH] Add driver_for_each_device().
mochel@digitalimplant.org
2005-06-20
2
-0
/
+38
|
*
|
|
|
|
|
|
[PATCH] Move device/driver code to drivers/base/dd.c
mochel@digitalimplant.org
2005-06-20
4
-183
/
+203
|
*
|
|
|
|
|
|
[PATCH] Add a semaphore to struct device to synchronize calls to its driver.
mochel@digitalimplant.org
2005-06-20
5
-6
/
+24
|
*
|
|
|
|
|
|
[PATCH] fix up ipmi code after class_simple.c removal
Andrew Morton
2005-06-20
1
-7
/
+7
|
*
|
|
|
|
|
|
[PATCH] fix "make mandocs" after class_simple.c removal
Adrian Bunk
2005-06-20
1
-1
/
+0
|
*
|
|
|
|
|
|
[PATCH] class: remove class_simple code, as no one in the tree is using it an...
gregkh@suse.de
2005-06-20
3
-210
/
+1
|
*
|
|
|
|
|
|
[PATCH] class: add kerneldoc for the new class functions.
gregkh@suse.de
2005-06-20
1
-0
/
+43
|
*
|
|
|
|
|
|
[PATCH] class: convert the remaining class_simple users in the kernel to usee...
gregkh@suse.de
2005-06-20
1
-9
/
+9
|
*
|
|
|
|
|
|
[PATCH] USB: trivial error path fix
Mark M. Hoffman
2005-06-20
1
-0
/
+1
|
*
|
|
|
|
|
|
[PATCH] class: convert drivers/* to use the new class api instead of class_si...
gregkh@suse.de
2005-06-20
9
-53
/
+51
|
*
|
|
|
|
|
|
[PATCH] class: convert arch/* to use the new class api instead of class_simple
gregkh@suse.de
2005-06-20
2
-22
/
+22
|
*
|
|
|
|
|
|
[PATCH] class: convert drivers/scsi/* to use the new class api instead of cla...
gregkh@suse.de
2005-06-20
3
-25
/
+27
|
*
|
|
|
|
|
|
[PATCH] class: convert drivers/ieee1394/* to use the new class api instead of...
gregkh@suse.de
2005-06-20
5
-15
/
+16
|
*
|
|
|
|
|
|
[PATCH] class: convert drivers/char/* to use the new class api instead of cla...
gregkh@suse.de
2005-06-20
14
-103
/
+103
|
*
|
|
|
|
|
|
[PATCH] class: convert drivers/block/* to use the new class api instead of cl...
gregkh@suse.de
2005-06-20
3
-22
/
+22
|
*
|
|
|
|
|
|
[PATCH] class: convert sound/* to use the new class api instead of class_simple
gregkh@suse.de
2005-06-20
3
-18
/
+17
|
*
|
|
|
|
|
|
[PATCH] USB: move the usb hcd code to use the new class code.
gregkh@suse.de
2005-06-20
4
-47
/
+39
|
*
|
|
|
|
|
|
[PATCH] INPUT: move to use the new class code, instead of class_simple
gregkh@suse.de
2005-06-20
6
-25
/
+29
|
*
|
|
|
|
|
|
[PATCH] tty: move to use the new class code, instead of class_simple
gregkh@suse.de
2005-06-20
1
-8
/
+8
|
*
|
|
|
|
|
|
[PATCH] CLASS: move a "simple" class logic into the class core.
gregkh@suse.de
2005-06-20
2
-11
/
+143
|
*
|
|
|
|
|
|
[PATCH] sysfs: (rest) if show/store is missing return -EIO
Dmitry Torokhov
2005-06-20
7
-12
/
+12
|
*
|
|
|
|
|
|
[PATCH] sysfs: (driver/block) if show/store is missing return -EIO
Dmitry Torokhov
2005-06-20
5
-9
/
+9
|
*
|
|
|
|
|
|
[PATCH] sysfs: (driver/pci) if show/store is missing return -EIO
Dmitry Torokhov
2005-06-20
3
-15
/
+17
|
*
|
|
|
|
|
|
[PATCH] sysfs: (driver/base) if show/store is missing return -EIO
Dmitry Torokhov
2005-06-20
4
-8
/
+8
|
*
|
|
|
|
|
|
[PATCH] sysfs: if show/store is missing return -EIO
Dmitry Torokhov
2005-06-20
2
-4
/
+4
|
*
|
|
|
|
|
|
[PATCH] Make attributes names const char *
Dmitry Torokhov
2005-06-20
3
-79
/
+58
|
*
|
|
|
|
|
|
[PATCH] make driver's name be const char *
Dmitry Torokhov
2005-06-20
2
-7
/
+7
|
*
|
|
|
|
|
|
[PATCH] kset_hotplug_ops->name shoudl return const char *
Dmitry Torokhov
2005-06-20
3
-3
/
+3
|
*
|
|
|
|
|
|
[PATCH] Make kobject's name be const char *
Dmitry Torokhov
2005-06-20
3
-6
/
+6
|
*
|
|
|
|
|
|
[PATCH] sysfs_{create|remove}_link should take const char *
Dmitry Torokhov
2005-06-20
2
-9
/
+9
|
*
|
|
|
|
|
|
[PATCH] kobject_hotplug() should use kobject_name()
Dmitry Torokhov
2005-06-20
1
-1
/
+1
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2005-06-20
40
-318
/
+839
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
[NETLINK]: fib_lookup() via netlink
Robert Olsson
2005-06-20
3
-0
/
+70
|
*
|
|
|
|
|
|
[ATALK]: endian annotations
Alexey Dobriyan
2005-06-20
3
-15
/
+15
|
*
|
|
|
|
|
|
[AX25]: endian-annotate ax25_type_trans()
Alexey Dobriyan
2005-06-20
1
-1
/
+1
|
*
|
|
|
|
|
|
[IPSEC]: Add XFRM_STATE_NOPMTUDISC flag
Herbert Xu
2005-06-20
5
-2
/
+21
|
*
|
|
|
|
|
|
[IPSEC]: Add xfrm_state_afinfo->init_flags
Herbert Xu
2005-06-20
2
-2
/
+19
|
*
|
|
|
|
|
|
[IPSEC]: Add xfrm_init_state
Herbert Xu
2005-06-20
13
-40
/
+38
|
*
|
|
|
|
|
|
[SCTP] sctp_connectx() API support
Frank Filz
2005-06-20
16
-260
/
+677
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2005-06-20
54
-496
/
+1705
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
[PATCH] ARM: 2719/1: enable module support in ixp2000 defconfigs by default
Lennert Buytenhek
2005-06-20
5
-5
/
+35
|
*
|
|
|
|
|
|
[PATCH] ARM: 2716/1: SharpSL Param: Fix typo
Richard Purdie
2005-06-20
1
-1
/
+1
|
*
|
|
|
|
|
|
[PATCH] ARM: 2701/1: free up ixp2000 timer 4 for the watchdog
Lennert Buytenhek
2005-06-20
3
-9
/
+33
|
*
|
|
|
|
|
|
[PATCH] ARM: 2693/1: Add PCI support for Versatile/PB
Catalin Marinas
2005-06-20
7
-19
/
+404
|
*
|
|
|
|
|
|
[PATCH] ARM: 2686/2: AAEC-2000 Core support
Bellido Nicolas
2005-06-20
21
-1
/
+794
|
*
|
|
|
|
|
|
[PATCH] ARM: Add iomap support for ARM
Russell King
2005-06-20
3
-4
/
+74
[prev]
[next]