Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d0e2b4a0a9dd3eed71b56c47268bf4e40cff6d0f
d0e2b4a
[PATCH] use device_for_each_child() to properly access child devices.
by long
· 20 years ago
64360322
[PATCH] Use device_for_each_child() to unregister devices in nodemgr_remove_host_dev()
by gregkh@suse.de
· 20 years ago
ff71071
[PATCH] USB: fix build warning in usb core as pointed out by Andrew.
by gregkh@suse.de
· 20 years ago
126eddf
[PATCH] driver core: change export symbol for driver_for_each_device()
by gregkh@suse.de
· 20 years ago
4d12d2d
[PATCH] Fix up bogus comment.
by mochel@digitalimplant.org
· 20 years ago
3623957
[PATCH] Use a klist for device child lists.
by mochel@digitalimplant.org
· 20 years ago
9a881f1
[PATCH] use device_for_each_child() to properly access child devices.
by gregkh@suse.de
· 20 years ago
20b1e67
[PATCH] Use device_for_each_child() to unregister devices in scsi_remove_target().
by mochel@digitalimplant.org
· 20 years ago
0293a50
[PATCH] Don't reference NULL klist pointer in klist_remove().
by mochel@digitalimplant.org
· 20 years ago
0956af5
[PATCH] Call klist_del() instead of klist_remove().
by mochel@digitalimplant.org
· 20 years ago
63c4f20
[PATCH] Remove struct device::driver_list.
by mochel@digitalimplant.org
· 20 years ago
7dc35cd
[PATCH] Remove struct device::bus_list.
by mochel@digitalimplant.org
· 20 years ago
6eded06
[PATCH] Fix up bus code and remove use of rwsem.
by mochel@digitalimplant.org
· 20 years ago
d4a7537
[PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on lists that will go away.
by mochel@digitalimplant.org
· 20 years ago
8b0c250
[PATCH] add klist_node_attached() to determine if a node is on a list or not.
by mochel@digitalimplant.org
· 20 years ago
2287c32
[PATCH] Use bus_for_each_{dev,drv} for driver binding.
by mochel@digitalimplant.org
· 20 years ago
cb85b6f
[PATCH] Remove the unused device_find().
by mochel@digitalimplant.org
· 20 years ago
94e7b1c5
[PATCH] Add a klist to struct device_driver for the devices bound to it.
by mochel@digitalimplant.org
· 20 years ago
38fdac3
[PATCH] Add a klist to struct bus_type for its drivers.
by mochel@digitalimplant.org
· 20 years ago
465c7a3
[PATCH] Add a klist to struct bus_type for its devices.
by mochel@digitalimplant.org
· 20 years ago
9a19fea
[PATCH] Add initial implementation of klist helpers.
by mochel@digitalimplant.org
· 20 years ago
6034a08
[PATCH] Use driver_for_each_device() instead of manually walking list.
by mochel@digitalimplant.org
· 20 years ago
8d618af
[PATCH] Use driver_for_each_device() in drivers/pnp/driver.c instead of manually walking list.
by mochel@digitalimplant.org
· 20 years ago
fae3cd0
[PATCH] Add driver_for_each_device().
by mochel@digitalimplant.org
· 20 years ago
07e4a3e
[PATCH] Move device/driver code to drivers/base/dd.c
by mochel@digitalimplant.org
· 20 years ago
af70316
[PATCH] Add a semaphore to struct device to synchronize calls to its driver.
by mochel@digitalimplant.org
· 20 years ago
eb51b65
[PATCH] fix up ipmi code after class_simple.c removal
by Andrew Morton
· 20 years ago
733a366
[PATCH] fix "make mandocs" after class_simple.c removal
by Adrian Bunk
· 20 years ago
cd987d3
[PATCH] class: remove class_simple code, as no one in the tree is using it anymore.
by gregkh@suse.de
· 20 years ago
2fc6844
[PATCH] class: add kerneldoc for the new class functions.
by gregkh@suse.de
· 20 years ago
1db560a
[PATCH] class: convert the remaining class_simple users in the kernel to usee the new class api
by gregkh@suse.de
· 20 years ago
5cebfb7
[PATCH] USB: trivial error path fix
by Mark M. Hoffman
· 20 years ago
56b2293
[PATCH] class: convert drivers/* to use the new class api instead of class_simple
by gregkh@suse.de
· 20 years ago
8874b41
[PATCH] class: convert arch/* to use the new class api instead of class_simple
by gregkh@suse.de
· 20 years ago
d253878
[PATCH] class: convert drivers/scsi/* to use the new class api instead of class_simple
by gregkh@suse.de
· 20 years ago
7e25ab9
[PATCH] class: convert drivers/ieee1394/* to use the new class api instead of class_simple
by gregkh@suse.de
· 20 years ago
ca8eca6
[PATCH] class: convert drivers/char/* to use the new class api instead of class_simple
by gregkh@suse.de
· 20 years ago
deb3697
[PATCH] class: convert drivers/block/* to use the new class api instead of class_simple
by gregkh@suse.de
· 20 years ago
619e666
[PATCH] class: convert sound/* to use the new class api instead of class_simple
by gregkh@suse.de
· 20 years ago
8561b10
[PATCH] USB: move the usb hcd code to use the new class code.
by gregkh@suse.de
· 20 years ago
1235686
[PATCH] INPUT: move to use the new class code, instead of class_simple
by gregkh@suse.de
· 20 years ago
7fe845d
[PATCH] tty: move to use the new class code, instead of class_simple
by gregkh@suse.de
· 20 years ago
e9ba636
[PATCH] CLASS: move a "simple" class logic into the class core.
by gregkh@suse.de
· 20 years ago
70f2817
[PATCH] sysfs: (rest) if show/store is missing return -EIO
by Dmitry Torokhov
· 20 years ago
6c1852a
[PATCH] sysfs: (driver/block) if show/store is missing return -EIO
by Dmitry Torokhov
· 20 years ago
fc7e482
[PATCH] sysfs: (driver/pci) if show/store is missing return -EIO
by Dmitry Torokhov
· 20 years ago
4a0c20b
[PATCH] sysfs: (driver/base) if show/store is missing return -EIO
by Dmitry Torokhov
· 20 years ago
c76d0ab
[PATCH] sysfs: if show/store is missing return -EIO
by Dmitry Torokhov
· 20 years ago
d48593b
[PATCH] Make attributes names const char *
by Dmitry Torokhov
· 20 years ago
8d790d7
[PATCH] make driver's name be const char *
by Dmitry Torokhov
· 20 years ago
419cab3
[PATCH] kset_hotplug_ops->name shoudl return const char *
by Dmitry Torokhov
· 20 years ago
f3b4f3c
[PATCH] Make kobject's name be const char *
by Dmitry Torokhov
· 20 years ago
e3a15db
[PATCH] sysfs_{create|remove}_link should take const char *
by Dmitry Torokhov
· 20 years ago
eb11d8f
[PATCH] kobject_hotplug() should use kobject_name()
by Dmitry Torokhov
· 20 years ago
8b22c24
Merge master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 20 years ago
ea4423c
Merge with ../linux-2.6-smp
by Russell King
· 20 years ago
36c5ed2
[PATCH] ARM SMP: Fix PXA/SA11x0 suspend resume crash
by Russell King
· 20 years ago
fe6ef2d
[PATCH] ARM SMP: Add missed files from Integrator/CP platform
by Russell King
· 20 years ago
7df5512
[TCP]: Fix sysctl_tcp_low_latency
by David S. Miller
· 20 years ago
f7d7fc0
[IPV4]: [4/4] signed vs unsigned cleanup in net/ipv4/raw.c
by Jesper Juhl
· 20 years ago
93765d8
[IPV4]: [3/4] signed vs unsigned cleanup in net/ipv4/raw.c
by Jesper Juhl
· 20 years ago
926d4b8
[IPV4]: [2/4] signed vs unsigned cleanup in net/ipv4/raw.c
by Jesper Juhl
· 20 years ago
5418c692
[IPV4]: [1/4] signed vs unsigned cleanup in net/ipv4/raw.c
by Jesper Juhl
· 20 years ago
94df109
[PKT_SCHED]: noop/noqueue qdisc style cleanups
by Thomas Graf
· 20 years ago
f87a9c3
[PKT_SCHED]: Cleanup pfifo_fast qdisc and remove unnecessary code
by Thomas Graf
· 20 years ago
321090e
[PKT_SCHED]: Add and use prio2list() in the pfifo_fast qdisc
by Thomas Graf
· 20 years ago
821d24a
[PKT_SCHED]: Transform pfifo_fast to use generic queue management interface
by Thomas Graf
· 20 years ago
6fc8e84
[PKT_SCHED]: Cleanup fifo qdisc and remove unnecessary code
by Thomas Graf
· 20 years ago
aaae301
[PKT_SCHED]: Transform fifo qdisc to use generic queue management interface
by Thomas Graf
· 20 years ago
9972b25
[PKT_SCHED]: Generic queue management interface for qdiscs using internal skb queues
by Thomas Graf
· 20 years ago
1e061ab
[SCTP]: Replace spin_lock_irqsave with spin_lock_bh
by Herbert Xu
· 20 years ago
e0f9f85
[IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bh
by Herbert Xu
· 20 years ago
9ed19f3
[NETLINK]: Set correct pid for ioctl originating netlink events
by Jamal Hadi Salim
· 20 years ago
e431b8c
[NETLINK]: Explicit typing
by Jamal Hadi Salim
· 20 years ago
58b8215
[DECNET]: Remove unnecessary initilization of unused variable entries
by Thomas Graf
· 20 years ago
0603eac
[IPSEC]: Add XFRMA_SA/XFRMA_POLICY for delete notification
by Herbert Xu
· 20 years ago
b6544c0
[NETLINK]: Correctly set NLM_F_MULTI without checking the pid
by Jamal Hadi Salim
· 20 years ago
1797754
[NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flags
by Thomas Graf
· 20 years ago
af0d114
[PKT_SCHED]: Logic simplifications and codingstyle/whitespace cleanups
by Thomas Graf
· 20 years ago
02f23f0
[PKT_SCHED]: Make dsmark use the new dumping macros
by Thomas Graf
· 20 years ago
758cc43
[PKT_SCHED]: Fix dsmark to apply changes consistent
by Thomas Graf
· 20 years ago
8f48bcd
[RTNETLINK]: Add RTA_(PUT|GET) shortcuts for u8, u16, and flag
by Thomas Graf
· 20 years ago
e386c6e
[NEIGH]: Fix use of uninitialized variable when trimming in neightbl_fill_parms
by Thomas Graf
· 20 years ago
4b6ea82
[NETLINK]: Kill bogus NLMSG_SET_MULTIPART uses.
by Thomas Graf
· 20 years ago
c52a3f8
[NETLINK]: Fix RTA_NEST_CANCEL().
by Thomas Graf
· 20 years ago
88121ae
[NEIGHBOUR]: Remove unused fields in struct neigh_parms and neigh_table
by Thomas Graf
· 20 years ago
c7fb64d
[NETLINK]: Neighbour table configuration and statistics via rtnetlink
by Thomas Graf
· 20 years ago
0076824
[NETLINK] Routing attribute related shortcuts
by Thomas Graf
· 20 years ago
f88a10d
[NETLINK]: New message building macros
by Thomas Graf
· 20 years ago
e52c1f1
[NET]: Move sysctl_max_syn_backlog into request_sock.c
by David S. Miller
· 20 years ago
2ad69c5
[NET] rename struct tcp_listen_opt to struct listen_sock
by Arnaldo Carvalho de Melo
· 20 years ago
0e87506
[NET] Generalise tcp_listen_opt
by Arnaldo Carvalho de Melo
· 20 years ago
60236fd
[NET] Rename open_request to request_sock
by Arnaldo Carvalho de Melo
· 20 years ago
2e6599c
[NET] Generalise TCP's struct open_request minisock infrastructure
by Arnaldo Carvalho de Melo
· 20 years ago
1944972
[SLAB] Introduce kmem_cache_name
by Arnaldo Carvalho de Melo
· 20 years ago
ee57eef
[IPSEC] Use NLMSG_LENGTH in xfrm_exp_state_notify
by Jamal Hadi Salim
· 20 years ago
7d6dfe1
[IPSEC] Fix xfrm_state leaks in error path
by Patrick McHardy
· 20 years ago
f60f6b8
[IPSEC] Use XFRM_MSG_* instead of XFRM_SAP_*
by Herbert Xu
· 20 years ago
e744389
[IPSEC] Set byid for km_event in xfrm_get_policy
by Herbert Xu
· 20 years ago
bf08867
[IPSEC] Turn km_event.data into a union
by Herbert Xu
· 20 years ago
Next »