index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-08-04
11
-147
/
+334
|
\
|
*
firmware_loader: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
2022-07-28
2
-8
/
+6
|
*
arch_topology: Fix cache attributes detection in the CPU hotplug path
Sudeep Holla
2022-07-22
1
-10
/
+6
|
*
cacheinfo: Use atomic allocation for percpu cache attributes
Sudeep Holla
2022-07-22
1
-1
/
+1
|
*
drivers/base: fix userspace break from using bin_attributes for cpumap and cp...
Phil Auld
2022-07-15
2
-18
/
+18
|
*
Merge tag 'arch-cache-topo-5.20' of git://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
2022-07-08
2
-75
/
+170
|
|
\
|
|
*
arch_topology: Warn that topology for nested clusters is not supported
Sudeep Holla
2022-07-04
1
-0
/
+2
|
|
*
arch_topology: Add support for parsing sockets in /cpu-map
Sudeep Holla
2022-07-04
1
-5
/
+32
|
|
*
arch_topology: Set cluster identifier in each core/thread from /cpu-map
Sudeep Holla
2022-07-04
1
-5
/
+8
|
|
*
arch_topology: Limit span of cpu_clustergroup_mask()
Ionela Voinescu
2022-07-04
1
-0
/
+8
|
|
*
arch_topology: Don't set cluster identifier as physical package identifier
Sudeep Holla
2022-07-04
1
-5
/
+1
|
|
*
arch_topology: Avoid parsing through all the CPUs once a outlier CPU is found
Sudeep Holla
2022-07-04
1
-1
/
+3
|
|
*
arch_topology: Check for non-negative value rather than -1 for IDs validity
Sudeep Holla
2022-07-04
1
-2
/
+2
|
|
*
arch_topology: Set thread sibling cpumask only within the cluster
Sudeep Holla
2022-07-04
1
-5
/
+7
|
|
*
arch_topology: Drop LLC identifier stash from the CPU topology
Sudeep Holla
2022-07-04
1
-1
/
+0
|
|
*
arch_topology: Use the last level cache information from the cacheinfo
Sudeep Holla
2022-07-04
1
-2
/
+3
|
|
*
arch_topology: Add support to parse and detect cache attributes
Sudeep Holla
2022-07-04
1
-7
/
+21
|
|
*
cacheinfo: Align checks in cache_shared_cpu_map_{setup,remove} for readability
Sudeep Holla
2022-07-04
1
-7
/
+5
|
|
*
cacheinfo: Use cache identifiers to check if the caches are shared if available
Sudeep Holla
2022-07-04
1
-1
/
+6
|
|
*
cacheinfo: Allow early detection and population of cache attributes
Sudeep Holla
2022-07-04
1
-18
/
+37
|
|
*
cacheinfo: Add support to check if last level cache(LLC) is valid or shared
Sudeep Holla
2022-07-04
1
-0
/
+26
|
|
*
cacheinfo: Move cache_leaves_are_shared out of CONFIG_OF
Sudeep Holla
2022-07-04
1
-11
/
+9
|
|
*
cacheinfo: Add helper to access any cache index for a given CPU
Sudeep Holla
2022-07-04
1
-8
/
+8
|
|
*
cacheinfo: Use of_cpu_device_node_get instead cpu_dev->of_node
Sudeep Holla
2022-07-04
1
-7
/
+2
|
*
|
driver core: fw_devlink: Allow firmware to mark devices as best effort
Saravana Kannan
2022-06-27
1
-1
/
+2
|
*
|
driver core: fix potential deadlock in __driver_attach
Zhang Wensheng
2022-06-27
1
-1
/
+4
|
*
|
devtmpfs: fix the dangling pointer of global devtmpfsd thread
Yangxi Xiang
2022-06-27
1
-0
/
+1
|
*
|
Revert "devcoredump: remove the useless gfp_t parameter in dev_coredumpv and ...
Greg Kroah-Hartman
2022-06-27
1
-6
/
+10
|
*
|
devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_core...
Duoming Zhou
2022-06-21
1
-10
/
+6
|
*
|
driver core: Introduce device_find_any_child() helper
Andy Shevchenko
2022-06-10
1
-0
/
+20
|
*
|
driver core: Delete driver_deferred_probe_check_state()
Saravana Kannan
2022-06-10
1
-30
/
+0
|
*
|
driver core: Set fw_devlink.strict=1 by default
Saravana Kannan
2022-06-10
1
-1
/
+1
|
*
|
Revert "driver core: Set default deferred_probe_timeout back to 0."
Saravana Kannan
2022-06-10
1
-0
/
+5
|
*
|
driver core: Add wait_for_init_devices_probe helper function
Saravana Kannan
2022-06-10
3
-11
/
+109
|
*
|
PM: domains: Delete usage of driver_deferred_probe_check_state()
Saravana Kannan
2022-06-10
1
-1
/
+1
|
|
/
*
|
Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2022-08-02
3
-30
/
+9
|
\
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
|
\
|
*
-
-
-
-
-
-
-
.
\
Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'
Rafael J. Wysocki
2022-07-29
3
-30
/
+9
|
|
\
\
\
\
\
\
|
|
|
|
|
*
|
|
PM: domains: Ensure genpd_debugfs_dir exists before remove
Hsin-Yi Wang
2022-07-14
1
-0
/
+3
|
|
|
|
|
|
/
/
|
|
|
*
|
/
/
PM: wakeup: Unify device_init_wakeup() for PM_SLEEP and !PM_SLEEP
Bjorn Helgaas
2022-07-05
1
-30
/
+0
|
|
|
|
/
/
/
|
|
*
|
/
/
PM: runtime: Extend support for wakeirq for force_suspend|resume
Ulf Hansson
2022-07-08
1
-0
/
+6
|
|
|
|
/
/
|
|
|
/
|
|
*
|
|
|
|
Merge tag 'regmap-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
2022-08-02
3
-139
/
+331
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
regmap: permit to set reg_update_bits with bulk implementation
Christian Marangi
2022-07-18
1
-0
/
+2
|
*
|
|
|
regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()
Matt Ranostay
2022-07-08
1
-0
/
+3
|
*
|
|
|
regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()
Aidan MacDonald
2022-07-05
1
-1
/
+1
|
*
|
|
|
regmap-irq cleanups and refactoring
Mark Brown
2022-06-30
1
-137
/
+295
|
|
\
\
\
\
|
|
*
|
|
|
regmap-irq: Deprecate the not_fixed_stride flag
Aidan MacDonald
2022-06-29
1
-0
/
+2
|
|
*
|
|
|
regmap-irq: Add get_irq_reg() callback
Aidan MacDonald
2022-06-29
1
-46
/
+80
|
|
*
|
|
|
regmap-irq: Fix inverted handling of unmask registers
Aidan MacDonald
2022-06-29
1
-45
/
+69
|
|
*
|
|
|
regmap-irq: Deprecate type registers and virtual registers
Aidan MacDonald
2022-06-29
1
-0
/
+6
|
|
*
|
|
|
regmap-irq: Introduce config registers for irq types
Aidan MacDonald
2022-06-29
1
-5
/
+110
[next]