index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-01
firmware_loader: Fix memory leak in firmware upload
Russ Weight
3
-4
/
+17
2022-09-01
firmware_loader: Fix use-after-free during unregister
Russ Weight
1
-1
/
+2
2022-09-01
arch_topology: Silence early cacheinfo errors when non-existent
Florian Fainelli
1
-1
/
+1
2022-09-01
driver core: Don't probe devices after bus_type.match() probe deferral
Isaac J. Manjarres
1
-0
/
+10
2022-08-23
Revert "PM: domains: Delete usage of driver_deferred_probe_check_state()"
Saravana Kannan
1
-1
/
+1
2022-08-23
Revert "driver core: Delete driver_deferred_probe_check_state()"
Saravana Kannan
1
-0
/
+30
2022-08-04
Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
11
-147
/
+334
2022-08-02
Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
3
-30
/
+9
2022-08-02
Merge tag 'regmap-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
3
-139
/
+331
2022-07-29
Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'
Rafael J. Wysocki
3
-30
/
+9
2022-07-28
firmware_loader: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
2
-8
/
+6
2022-07-22
arch_topology: Fix cache attributes detection in the CPU hotplug path
Sudeep Holla
1
-10
/
+6
2022-07-22
cacheinfo: Use atomic allocation for percpu cache attributes
Sudeep Holla
1
-1
/
+1
2022-07-18
regmap: permit to set reg_update_bits with bulk implementation
Christian Marangi
1
-0
/
+2
2022-07-15
drivers/base: fix userspace break from using bin_attributes for cpumap and cp...
Phil Auld
2
-18
/
+18
2022-07-14
PM: domains: Ensure genpd_debugfs_dir exists before remove
Hsin-Yi Wang
1
-0
/
+3
2022-07-11
Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+8
2022-07-08
PM: runtime: Extend support for wakeirq for force_suspend|resume
Ulf Hansson
1
-0
/
+6
2022-07-08
Merge tag 'arch-cache-topo-5.20' of git://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
2
-75
/
+170
2022-07-08
regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()
Matt Ranostay
1
-0
/
+3
2022-07-05
PM: wakeup: Unify device_init_wakeup() for PM_SLEEP and !PM_SLEEP
Bjorn Helgaas
1
-30
/
+0
2022-07-05
regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()
Aidan MacDonald
1
-1
/
+1
2022-07-04
arch_topology: Warn that topology for nested clusters is not supported
Sudeep Holla
1
-0
/
+2
2022-07-04
arch_topology: Add support for parsing sockets in /cpu-map
Sudeep Holla
1
-5
/
+32
2022-07-04
arch_topology: Set cluster identifier in each core/thread from /cpu-map
Sudeep Holla
1
-5
/
+8
2022-07-04
arch_topology: Limit span of cpu_clustergroup_mask()
Ionela Voinescu
1
-0
/
+8
2022-07-04
arch_topology: Don't set cluster identifier as physical package identifier
Sudeep Holla
1
-5
/
+1
2022-07-04
arch_topology: Avoid parsing through all the CPUs once a outlier CPU is found
Sudeep Holla
1
-1
/
+3
2022-07-04
arch_topology: Check for non-negative value rather than -1 for IDs validity
Sudeep Holla
1
-2
/
+2
2022-07-04
arch_topology: Set thread sibling cpumask only within the cluster
Sudeep Holla
1
-5
/
+7
2022-07-04
arch_topology: Drop LLC identifier stash from the CPU topology
Sudeep Holla
1
-1
/
+0
2022-07-04
arch_topology: Use the last level cache information from the cacheinfo
Sudeep Holla
1
-2
/
+3
2022-07-04
arch_topology: Add support to parse and detect cache attributes
Sudeep Holla
1
-7
/
+21
2022-07-04
cacheinfo: Align checks in cache_shared_cpu_map_{setup,remove} for readability
Sudeep Holla
1
-7
/
+5
2022-07-04
cacheinfo: Use cache identifiers to check if the caches are shared if available
Sudeep Holla
1
-1
/
+6
2022-07-04
cacheinfo: Allow early detection and population of cache attributes
Sudeep Holla
1
-18
/
+37
2022-07-04
cacheinfo: Add support to check if last level cache(LLC) is valid or shared
Sudeep Holla
1
-0
/
+26
2022-07-04
cacheinfo: Move cache_leaves_are_shared out of CONFIG_OF
Sudeep Holla
1
-11
/
+9
2022-07-04
cacheinfo: Add helper to access any cache index for a given CPU
Sudeep Holla
1
-8
/
+8
2022-07-04
cacheinfo: Use of_cpu_device_node_get instead cpu_dev->of_node
Sudeep Holla
1
-7
/
+2
2022-07-01
PM: runtime: Fix supplier device management during consumer probe
Rafael J. Wysocki
2
-13
/
+11
2022-07-01
PM: runtime: Redefine pm_runtime_release_supplier()
Rafael J. Wysocki
2
-12
/
+11
2022-06-30
regmap-irq cleanups and refactoring
Mark Brown
1
-137
/
+295
2022-06-30
regmap: cache: Add extra parameter check in regcache_init
Schspa Shi
1
-0
/
+6
2022-06-29
regmap-irq: Deprecate the not_fixed_stride flag
Aidan MacDonald
1
-0
/
+2
2022-06-29
regmap-irq: Add get_irq_reg() callback
Aidan MacDonald
1
-46
/
+80
2022-06-29
regmap-irq: Fix inverted handling of unmask registers
Aidan MacDonald
1
-45
/
+69
2022-06-29
regmap-irq: Deprecate type registers and virtual registers
Aidan MacDonald
1
-0
/
+6
2022-06-29
regmap-irq: Introduce config registers for irq types
Aidan MacDonald
1
-5
/
+110
2022-06-29
regmap-irq: Refactor checks for status bulk read support
Aidan MacDonald
1
-4
/
+10
[next]