index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-25
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
Greg Kroah-Hartman
2
-4
/
+4
2008-01-25
Kobject: change drivers/firmware/efivars.c to use kobject_init_and_add
Greg Kroah-Hartman
1
-3
/
+3
2008-01-25
Kobject: change drivers/firmware/edd.c to use kobject_init_and_add
Greg Kroah-Hartman
1
-5
/
+5
2008-01-25
kobject: convert efivars to use kobject_create
Greg Kroah-Hartman
1
-10
/
+8
2008-01-25
firmware: change firmware_kset to firmware_kobj
Greg Kroah-Hartman
2
-2
/
+2
2008-01-25
kset: convert edd to use kset_create
Greg Kroah-Hartman
1
-7
/
+7
2008-01-25
kset: convert efivars to use kset_create for the vars sub-subsystem.
Greg Kroah-Hartman
1
-12
/
+10
2008-01-25
kset: convert efivars to use kset_create for the efi subsystem.
Greg Kroah-Hartman
1
-10
/
+9
2008-01-25
kobject: convert efivars to kobj_attr interface
Greg Kroah-Hartman
1
-21
/
+14
2008-01-25
efivars: make new_var and del_var binary sysfs files
Greg Kroah-Hartman
1
-28
/
+23
2008-01-25
kobject: remove struct kobj_type from struct kset
Greg Kroah-Hartman
2
-6
/
+8
2008-01-24
DMI: create dmi_get_slot()
Len Brown
1
-0
/
+8
2008-01-24
DMI: move dmi_available declaration to linux/dmi.h
Len Brown
1
-2
/
+0
2008-01-09
dmi-id: fix for __you_cannot_kmalloc_that_much failure
Jean Delvare
1
-5
/
+14
2007-10-19
define global BIT macro
Jiri Slaby
1
-2
/
+0
2007-10-19
get rid of input BIT* duplicate defines
Jiri Slaby
1
-1
/
+2
2007-10-13
Driver core: rename ktype_edd and ktype_efivar
Greg Kroah-Hartman
2
-4
/
+4
2007-10-13
dmi-id: Possible cleanup
Jean Delvare
1
-5
/
+2
2007-10-13
dmi-id: Use dynamic sysfs attributes
Jean Delvare
1
-12
/
+26
2007-10-13
Driver core: change add_uevent_var to use a struct
Kay Sievers
1
-7
/
+10
2007-10-10
drivers/firmware: const-ify DMI API and internals
Jeff Garzik
1
-26
/
+31
2007-07-16
edd: switch to pci_get based API
Alan Cox
1
-2
/
+5
2007-07-16
serial: convert early_uart to earlycon for 8250
Yinghai Lu
1
-2
/
+4
2007-07-12
sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...
Zhang Rui
2
-14
/
+21
2007-07-12
sysfs: kill unnecessary attribute->owner
Tejun Heo
4
-9
/
+8
2007-07-12
DMI-based module autoloading
Lennart Poettering
4
-6
/
+299
2007-05-03
remove "struct subsystem" as it is no longer needed
Greg Kroah-Hartman
1
-6
/
+6
2007-02-11
[PATCH] docbook: add edd firmware interfaces
Randy Dunlap
1
-3
/
+5
2007-02-03
ACPICA: Remove duplicate table definitions (non-conflicting), cont
Alexey Starikovskiy
1
-1
/
+1
2007-01-27
[PATCH] Fix race in efi variable delete code
Matt Domsch
1
-17
/
+12
2006-11-16
[PATCH] dell_rbu: fix error check
Akinobu Mita
1
-5
/
+4
2006-10-21
[PATCH] i386: Disable nmi watchdog on all ThinkPads
Andi Kleen
1
-0
/
+20
2006-10-20
[PATCH] firmware/dcdbas: add size check in smi_data_write
Doug Warzecha
1
-2
/
+5
2006-10-11
[PATCH] firmware/efivars: handle error
Jeff Garzik
1
-1
/
+6
2006-10-11
[PATCH] firmware/dell_rbu: handle sysfs errors
Jeff Garzik
1
-4
/
+17
2006-10-11
[PATCH] dell_rbu: printk() warning fix
Andrew Morton
1
-1
/
+1
2006-10-11
[PATCH] firmware/dcdbas: fix bug in error cleanup
Jeff Garzik
1
-1
/
+1
2006-10-04
fix file specification in comments
Uwe Zeisberger
1
-1
/
+1
2006-10-04
Fix several typos in drivers/
Matt LaPlante
1
-1
/
+1
2006-10-03
[PATCH] pr_debug: dell_rbu: fix pr_debug argument warnings
Zach Brown
1
-2
/
+2
2006-09-29
[PATCH] DMI: Decode and save OEM String information
Shem Multinymous
1
-0
/
+23
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
3
-3
/
+0
2006-06-25
[PATCH] DMI: cleanup kernel-doc, add to DocBook
Randy Dunlap
1
-4
/
+9
2006-06-25
[PATCH] EDD isn't EXPERIMENTAL anymore
Chris Wedgwood
1
-2
/
+1
2006-04-14
[PATCH] DMI: move dmi_scan.c from arch/i386 to drivers/firmware/
Bjorn Helgaas
2
-1
/
+360
2006-03-27
[PATCH] Notifier chain update: API changes
Alan Stern
1
-15
/
+4
2006-03-26
[PATCH] EFI: keep physical table addresses in efi structure
Bjorn Helgaas
2
-21
/
+26
2006-03-23
[PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_generic
Arjan van de Ven
1
-11
/
+12
2006-03-22
[PATCH] dcdbas: convert to the new platform device interface
Dmitry Torokhov
1
-22
/
+88
2006-03-10
[PATCH] dcdbas: dcdbas_pdev referenced after platform_device_unregister on exit
Doug Warzecha
1
-2
/
+6
[next]