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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-06
of: define CONFIG_OF globally so architectures can select it
Stephen Rothwell
1
-0
/
+3
2010-07-06
of: Fix missing include
Grant Likely
1
-0
/
+1
2010-07-06
of: refactor of_modalias_node() and remove explicit match table.
Grant Likely
2
-55
/
+17
2010-07-06
i2c: Add OF-style registration and binding
Grant Likely
4
-9
/
+9
2010-07-06
of/i2c: Generalize OF support
Grant Likely
5
-25
/
+36
2010-07-06
niu: always include of_device.h
Randy Dunlap
1
-3
/
+0
2010-07-06
of/device: Add OF style matching helper function
Grant Likely
1
-1
/
+1
2010-07-06
of/gpio: fix of_gpio includes
Grant Likely
1
-3
/
+4
2010-07-06
of/gpio: add default of_xlate function if device has a node pointer
Anton Vorontsov
3
-10
/
+29
2010-07-06
of/gpio: stop using device_node data pointer to find gpio_chip
Grant Likely
2
-3
/
+44
2010-07-06
of/gpio: Kill of_gpio_chip and add members directly to gpio_chip
Anton Vorontsov
2
-35
/
+31
2010-07-06
gpiolib: cosmetic improvements for error handling in gpiochip_add()
Anton Vorontsov
1
-6
/
+12
2010-07-06
of/device: populate platform_device (of_device) resource table on allocation
Grant Likely
1
-2
/
+27
2010-07-06
of: Merge of_device_alloc() and of_device_make_bus_id()
Grant Likely
1
-0
/
+87
2010-07-06
of/device: Merge of_platform_bus_probe()
Grant Likely
1
-0
/
+143
2010-07-06
of: Modify of_device_get_modalias to be passed struct device
Grant Likely
2
-14
/
+7
2010-07-06
of/device: merge of_device_uevent
Grant Likely
1
-0
/
+48
2010-07-06
of: Use full node name in resource structures
Grant Likely
2
-1
/
+2
2010-07-06
of/address: restrict 'no-ranges' kludge to powerpc
Grant Likely
1
-1
/
+10
2010-07-06
of/address: little-endian fixes
Grant Likely
1
-5
/
+7
2010-07-06
of/address: Merge all of the bus translation code
Grant Likely
1
-3
/
+514
2010-07-06
of/address: merge of_address_to_resource()
Grant Likely
1
-0
/
+51
2010-07-06
of/address: merge of_iomap()
Grant Likely
3
-0
/
+27
2010-07-06
of/irq: little endian fixes
Rob Herring
1
-8
/
+9
2010-07-06
of/irq: merge irq mapping code
Grant Likely
1
-0
/
+301
2010-06-28
of/irq: Move irq_of_parse_and_map() to common code
Grant Likely
5
-0
/
+52
2010-06-28
of: kill struct of_device
Grant Likely
1
-2
/
+2
2010-06-28
sparc/of: Move of_device fields into struct pdev_archdata
Grant Likely
18
-35
/
+35
2010-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
6
-9
/
+63
2010-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
4
-90
/
+12
2010-06-12
PCI: hotplug/cpqphp, fix NULL dereference
Jiri Slaby
1
-0
/
+7
2010-06-12
Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"
Jesse Barnes
2
-85
/
+0
2010-06-12
PCI: change resource collision messages from KERN_ERR to KERN_INFO
Bjorn Helgaas
1
-5
/
+5
2010-06-11
Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
1
-1
/
+1
2010-06-11
wimax/i2400m: fix missing endian correction read in fw loader
Inaky Perez-Gonzalez
1
-1
/
+1
2010-06-11
Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...
Linus Torvalds
3
-10
/
+11
2010-06-11
net8139: fix a race at the end of NAPI
Figo.zhang
2
-2
/
+2
2010-06-11
sata_sil24: Use memory barriers before issuing commands
Catalin Marinas
1
-0
/
+10
2010-06-11
sata_sil24: memset() overflow
Dan Carpenter
1
-1
/
+1
2010-06-10
r8169: fix mdio_read and update mdio_write according to hw specs
Timo Teräs
1
-3
/
+9
2010-06-10
gianfar: Revive the driver for eTSEC devices (disable timestamping)
Anton Vorontsov
1
-2
/
+1
2010-06-10
phylib: Add support for the LXT973 phy.
Richard Cochran
1
-1
/
+50
2010-06-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
15
-205
/
+281
2010-06-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
12
-204
/
+274
2010-06-09
Merge branch 'msm-urgent' of git://codeaurora.org/quic/kernel/dwalker/linux-msm
Linus Torvalds
1
-1
/
+1
2010-06-09
mmc: msm: fix compile error on MSM7x30
Daniel Walker
1
-1
/
+1
2010-06-09
misc: Fix allocation 'borrowed' by vhost_net
Alan Cox
1
-1
/
+1
2010-06-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
1
-5
/
+19
2010-06-09
Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."
Linus Torvalds
1
-0
/
+5
2010-06-09
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
27
-105
/
+339
[next]