Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
fae6ec69c84d71b1d5bda9ede1a262c1681684aa
fae6ec6
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by Jaroslav Kysela
· 19 years ago
1d345da
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 19 years ago
fb39588
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 19 years ago
87c8a44
[PATCH] PCI: fix show_modalias() function due to attribute change
by Greg Kroah-Hartman
· 19 years ago
4893e9d
[PATCH] USB: fix show_modalias() function due to attribute change
by Greg Kroah-Hartman
· 19 years ago
9d9d27f
[PATCH] SYSFS: fix PAGE_SIZE check
by Jon Smirl
· 19 years ago
42b16c05
[PATCH] Driver core: Don't "lose" devices on suspend on failure
by Benjamin Herrenschmidt
· 19 years ago
8215534
[PATCH] sysfs-iattr: set inode attributes
by Maneesh Soni
· 19 years ago
988d186
[PATCH] sysfs-iattr: add sysfs_setattr
by Maneesh Soni
· 19 years ago
6fa5c82
[PATCH] sysfs-iattr: attach sysfs_dirent before new inode
by Maneesh Soni
· 19 years ago
050480f
[PATCH] I2C: drivers/i2c/chips/adm1026.c: use dynamic sysfs callbacks
by Yani Ioannou
· 19 years ago
0a3e7ee
[PATCH] I2C: add i2c sensor_device_attribute and macros
by Yani Ioannou
· 20 years ago
f2d03e1
[PATCH] Driver Core: include: update device attribute callbacks
by Yani Ioannou
· 20 years ago
060b884
[PATCH] Driver Core: drivers/usb/input/aiptek.c - drivers/zorro/zorro-sysfs.c: update device attribute callbacks
by Yani Ioannou
· 20 years ago
10523b3
[PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_udc.c: update device attribute callbacks
by Yani Ioannou
· 20 years ago
3fd3c0a
[PATCH] Driver Core: drivers/char/raw3270.c - drivers/net/netiucv.c: update device attribute callbacks
by Yani Ioannou
· 20 years ago
e404e27
[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: update device attribute callbacks
by Yani Ioannou
· 20 years ago
a5099cf
[PATCH] Driver Core: drivers/i2c/chips/pc87360.c - w83627hf.c: update device attribute callbacks
by Yani Ioannou
· 20 years ago
8627f9b
[PATCH] Driver Core: drivers/i2c/chips/lm77.c - max1619.c: update device attribute callbacks
by Yani Ioannou
· 20 years ago
30f7429
[PATCH] Driver Core: drivers/i2c/chips/adm1031.c - lm75.c: update device attribute callbacks
by Yani Ioannou
· 20 years ago
74880c0
[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacks
by Yani Ioannou
· 20 years ago
ff381d2
[PATCH] Driver Core: arch: update device attribute callbacks
by Yani Ioannou
· 20 years ago
3eb8c78
[PATCH] Driver core: Documentation: update device attribute callbacks
by Yani Ioannou
· 20 years ago
54b6f35
[PATCH] Driver core: change device_attribute callbacks
by Yani Ioannou
· 20 years ago
ca2b94b
[PATCH] driver core: fix error handling in bus_add_device
by Hannes Reinecke
· 20 years ago
acaefc2
[PATCH] libfs: add simple attribute files
by Arnd Bergmann
· 20 years ago
4109aca
[PATCH] Driver Core: driver model doc update
by David Brownell
· 20 years ago
4b45099
[PATCH] Driver core: unregister_node() for hotplug use
by Keiichiro Tokunaga
· 20 years ago
f409661
[PATCH] usbcore: Don't call device_release_driver recursively
by Alan Stern
· 20 years ago
c95a6b0
[PATCH] driver core: Fix races in driver_detach()
by Alan Stern
· 20 years ago
6623415
[PATCH] sn: fixes due to driver core changes
by Patrick Mochel
· 20 years ago
273971b
[PATCH] usb: klist_node_attached() fix
by Patrick Mochel
· 19 years ago
12eac73
[PATCH] Fix typo in scdrv_init()
by Jason Uhlenkott
· 20 years ago
0d3e5a2
[PATCH] Driver Core: fix bk-driver-core kills ppc64
by Patrick Mochel
· 20 years ago
b86c1df
[PATCH] Driver core: Fix up the driver and device iterators to be quieter
by gregkh@suse.de
· 20 years ago
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
246955f
[NETLINK]: fib_lookup() via netlink
by Robert Olsson
· 19 years ago
f6e276ee
[ATALK]: endian annotations
by Alexey Dobriyan
· 19 years ago
f852640
[AX25]: endian-annotate ax25_type_trans()
by Alexey Dobriyan
· 19 years ago
dd87147
[IPSEC]: Add XFRM_STATE_NOPMTUDISC flag
by Herbert Xu
· 19 years ago
d094cd8
[IPSEC]: Add xfrm_state_afinfo->init_flags
by Herbert Xu
· 19 years ago
72cb696
[IPSEC]: Add xfrm_init_state
by Herbert Xu
· 19 years ago
3f7a87d
[SCTP] sctp_connectx() API support
by Frank Filz
· 19 years ago
91b9047
Merge master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 19 years ago
f0ffedd
[PATCH] ARM: 2719/1: enable module support in ixp2000 defconfigs by default
by Lennert Buytenhek
· 19 years ago
d67947a
[PATCH] ARM: 2716/1: SharpSL Param: Fix typo
by Richard Purdie
· 19 years ago
e4fe198
[PATCH] ARM: 2701/1: free up ixp2000 timer 4 for the watchdog
by Lennert Buytenhek
· 19 years ago
Next »