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
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: vmd: Disable MSI remapping after suspend
Nirmal Patel
2022-11-11
1
-0
/
+5
*
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-10-16
57
-116
/
+103
|
\
|
*
prandom: remove unused functions
Jason A. Donenfeld
2022-10-11
1
-6
/
+5
|
*
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
2022-10-11
8
-13
/
+13
|
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
24
-32
/
+32
|
*
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
2022-10-11
2
-2
/
+2
|
*
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
2022-10-11
9
-13
/
+13
|
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-11
25
-53
/
+41
*
|
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2022-10-16
15
-124
/
+1810
|
\
\
|
*
\
Merge branch 'clk-rate-range' into clk-next
Stephen Boyd
2022-10-14
9
-113
/
+1805
|
|
\
\
|
|
*
|
clk: mediatek: clk-mux: Add .determine_rate() callback
AngeloGioacchino Del Regno
2022-10-14
1
-0
/
+10
|
|
*
|
clk: tests: Add tests for notifiers
Maxime Ripard
2022-10-10
1
-0
/
+156
|
|
*
|
clk: Update req_rate on __clk_recalc_rates()
Maxime Ripard
2022-10-10
1
-28
/
+11
|
|
*
|
clk: tests: Add missing test case for ranges
Maxime Ripard
2022-09-15
1
-0
/
+53
|
|
*
|
clk: qcom: clk-rcg2: Take clock boundaries into consideration for gfx3d
Maxime Ripard
2022-09-15
1
-0
/
+9
|
|
*
|
clk: Introduce the clk_hw_get_rate_range function
Maxime Ripard
2022-09-15
1
-0
/
+16
|
|
*
|
clk: Zero the clk_rate_request structure
Maxime Ripard
2022-09-15
1
-0
/
+2
|
|
*
|
clk: Stop forwarding clk_rate_requests to the parent
Maxime Ripard
2022-09-15
6
-16
/
+274
|
|
*
|
clk: Constify clk_has_parent()
Maxime Ripard
2022-09-15
1
-1
/
+1
|
|
*
|
clk: Introduce clk_core_has_parent()
Maxime Ripard
2022-09-15
2
-15
/
+65
|
|
*
|
clk: Switch from __clk_determine_rate to clk_core_round_rate_nolock
Maxime Ripard
2022-09-15
1
-3
/
+10
|
|
*
|
clk: Add our request boundaries in clk_core_init_rate_req
Maxime Ripard
2022-09-15
1
-6
/
+1
|
|
*
|
clk: Introduce clk_hw_init_rate_request()
Maxime Ripard
2022-09-15
2
-10
/
+30
|
|
*
|
clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its c...
Maxime Ripard
2022-09-15
1
-5
/
+3
|
|
*
|
clk: Change clk_core_init_rate_req prototype
Maxime Ripard
2022-09-15
1
-4
/
+6
|
|
*
|
clk: Set req_rate on reparenting
Maxime Ripard
2022-09-15
2
-0
/
+261
|
|
*
|
clk: Take into account uncached clocks in clk_set_rate_range()
Maxime Ripard
2022-09-15
2
-1
/
+36
|
|
*
|
clk: tests: Add some tests for orphan with multiple parents
Maxime Ripard
2022-09-15
1
-0
/
+237
|
|
*
|
clk: tests: Add tests for mux with multiple parents
Maxime Ripard
2022-09-15
1
-0
/
+121
|
|
*
|
clk: tests: Add tests for single parent mux
Maxime Ripard
2022-09-15
1
-9
/
+185
|
|
*
|
clk: tests: Add tests for uncached clock
Maxime Ripard
2022-09-15
1
-1
/
+92
|
|
*
|
clk: tests: Add reference to the orphan mux bug report
Maxime Ripard
2022-09-15
1
-0
/
+3
|
|
*
|
clk: tests: Add test suites description
Maxime Ripard
2022-09-15
1
-0
/
+33
|
|
*
|
clk: Clarify clk_get_rate() expectations
Maxime Ripard
2022-09-15
1
-2
/
+3
|
|
*
|
clk: Skip clamping when rounding if there's no boundaries
Maxime Ripard
2022-09-15
1
-1
/
+13
|
|
*
|
clk: Drop the rate range on clk_put()
Maxime Ripard
2022-09-15
2
-14
/
+141
|
|
*
|
clk: test: Switch to clk_hw_get_clk
Maxime Ripard
2022-09-15
1
-19
/
+55
|
*
|
|
clk: tegra: Fix Tegra PWM parent clock
Jon Hunter
2022-10-14
5
-0
/
+5
|
*
|
|
clk: qcom: gcc-msm8660: Drop hardcoded fixed board clocks
Linus Walleij
2022-10-14
1
-11
/
+0
*
|
|
|
Merge tag 'pci-v6.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-10-15
1
-61
/
+1
|
\
\
\
\
|
*
|
|
|
Revert "PCI: Distribute available resources for root buses, too"
Bjorn Helgaas
2022-10-14
1
-61
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-10-14
5
-28
/
+18
|
\
\
\
\
|
*
\
\
\
Merge branch 'for-6.1/nvdimm' into libnvdimm-for-next
Dan Williams
2022-10-01
6067
-140775
/
+917791
|
|
\
\
\
\
|
|
*
|
|
|
ACPI: HMAT: Release platform device in case of platform_device_add_data() fails
Lin Yujun
2022-09-29
1
-2
/
+2
|
|
*
|
|
|
dax: Remove usage of the deprecated ida_simple_xxx API
Bo Liu
2022-09-29
1
-3
/
+3
|
|
*
|
|
|
libnvdimm/region: Allow setting align attribute on regions without mappings
Tyler Hicks
2022-09-29
1
-5
/
+3
|
|
*
|
|
|
nvdimm/namespace: Fix comment typo
Jason Wang
2022-09-20
1
-1
/
+1
|
|
*
|
|
|
nvdimm: make __nvdimm_security_overwrite_query static
Jiapeng Chong
2022-09-20
1
-1
/
+1
|
|
*
|
|
|
nvdimm/region: Fix kernel-doc
Jiapeng Chong
2022-09-20
1
-1
/
+1
|
*
|
|
|
|
nvdimm/namespace: drop unneeded temporary variable in size_store()
Andy Shevchenko
2022-07-14
1
-9
/
+4
[next]