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.12.y
linux-6.13.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
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-11
device property: Add fwnode_get_name for returning the name of a node
Sakari Ailus
2
-0
/
+23
2019-10-11
device property: Add functions for accessing node's parents
Sakari Ailus
1
-0
/
+46
2019-10-11
device property: Move fwnode_get_parent() up
Sakari Ailus
1
-13
/
+13
2019-10-11
software node: Make argument to to_software_node const
Sakari Ailus
1
-2
/
+2
2019-10-11
software node: Get reference to parent swnode in get_parent op
Sakari Ailus
1
-1
/
+4
2019-10-11
firmware: Update pointer to documentation
Arkadiusz Drabczyk
1
-1
/
+1
2019-10-11
driver core: simplify definitions of platform_get_irq*
Uwe Kleine-König
1
-26
/
+21
2019-10-10
base: soc: Handle custom soc information sysfs entries
Murali Nalajala
1
-13
/
+17
2019-10-10
cpufreq: Avoid cpufreq_suspend() deadlock on system shutdown
Rafael J. Wysocki
1
-0
/
+3
2019-10-07
drivers: move the early platform device support to arch/sh
Bartosz Golaszewski
1
-288
/
+0
2019-10-07
driver core: platform: Add platform_get_irq_byname_optional()
Hans de Goede
1
-7
/
+39
2019-10-04
driver core: Add sync_state driver/bus callback
Saravana Kannan
1
-0
/
+72
2019-10-04
driver core: Add support for linking devices during device addition
Saravana Kannan
1
-0
/
+88
2019-10-04
driver core: Add fwnode_to_dev() to look up device from fwnode
Saravana Kannan
1
-0
/
+7
2019-09-25
mm,thp: stats for file backed THP
Song Liu
1
-0
/
+6
2019-09-25
drivers/base/memory.c: don't store end_section_nr in memory blocks
David Hildenbrand
2
-6
/
+5
2019-09-25
driver/base/memory.c: validate memory block size early
David Hildenbrand
1
-22
/
+9
2019-09-25
drivers/base/memory.c: fixup documentation of removable/phys_index/block_size...
David Hildenbrand
1
-5
/
+6
2019-09-25
drivers/base/node.c: simplify unregister_memory_block_under_nodes()
David Hildenbrand
2
-24
/
+16
2019-09-19
Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-9
/
+29
2019-09-18
Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-33
/
+47
2019-09-18
Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-99
/
+177
2019-09-18
Merge tag 'devprop-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+38
2019-09-18
Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
8
-66
/
+308
2019-09-18
Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-39
/
+46
2019-09-17
Merge branches 'pm-opp', 'pm-qos', 'acpi-pm', 'pm-domains' and 'pm-tools'
Rafael J. Wysocki
1
-15
/
+10
2019-09-17
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-1
/
+1
2019-09-17
Merge branch 'pm-sleep'
Rafael J. Wysocki
6
-50
/
+297
2019-09-17
Merge suspend-to-idle rework material for v5.4.
Rafael J. Wysocki
2
-24
/
+13
2019-09-17
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-5
/
+23
2019-09-17
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
1
-0
/
+9
2019-09-17
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-1
/
+299
2019-09-16
Merge tag 'regmap-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
2
-18
/
+1
2019-09-13
vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API
David Howells
1
-10
/
+6
2019-09-11
software node: Initialize the return value in software_node_find_by_name()
Heikki Krogerus
1
-1
/
+1
2019-09-05
make shmem_fill_super() static
Al Viro
1
-1
/
+1
2019-09-05
devtmpfs: don't mix {ramfs,shmem}_fill_super() with mount_single()
Al Viro
1
-6
/
+30
2019-09-05
Merge branch 'pm-cpufreq-qos'
Rafael J. Wysocki
1
-1
/
+1
2019-09-05
software node: Initialize the return value in software_node_to_swnode()
Heikki Krogerus
1
-1
/
+1
2019-09-03
Merge generic_lookup_helpers into usb-next
Greg Kroah-Hartman
4
-39
/
+46
2019-09-03
device connection: Add fwnode_connection_find_match()
Heikki Krogerus
1
-12
/
+31
2019-09-02
PM / Domains: Verify PM domain type in dev_pm_genpd_set_performance_state()
Ulf Hansson
1
-2
/
+2
2019-09-02
PM / Domains: Simplify genpd_lookup_dev()
Ulf Hansson
1
-13
/
+8
2019-08-29
driver core: platform: Export platform_get_irq_optional()
Thierry Reding
1
-0
/
+1
2019-08-28
driver core: platform: Introduce platform_get_irq_optional()
Thierry Reding
1
-0
/
+22
2019-08-27
Revert "driver core: Add support for linking devices during device addition"
Greg Kroah-Hartman
1
-83
/
+0
2019-08-27
Revert "driver core: Add edit_links() callback for drivers"
Greg Kroah-Hartman
2
-51
/
+2
2019-08-27
Revert "driver core: Add sync_state driver/bus callback"
Greg Kroah-Hartman
1
-65
/
+0
2019-08-26
software node: Add software_node_find_by_name()
Heikki Krogerus
1
-0
/
+37
2019-08-26
arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFY
Viresh Kumar
1
-1
/
+1
[prev]
[next]