index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-15
mailbox: apple: Implement flush() operation
Hector Martin
1
-0
/
+27
2022-09-15
tools/power/x86/intel-speed-select: Fix cpu count for TDP level display
Zhang Rui
1
-1
/
+1
2022-09-15
io_uring/msg_ring: check file type before putting
Jens Axboe
1
-1
/
+2
2022-09-15
clk: tests: Add missing test case for ranges
Maxime Ripard
1
-0
/
+53
2022-09-15
clk: qcom: clk-rcg2: Take clock boundaries into consideration for gfx3d
Maxime Ripard
1
-0
/
+9
2022-09-15
clk: Introduce the clk_hw_get_rate_range function
Maxime Ripard
2
-0
/
+18
2022-09-15
clk: Zero the clk_rate_request structure
Maxime Ripard
1
-0
/
+2
2022-09-15
clk: Stop forwarding clk_rate_requests to the parent
Maxime Ripard
7
-16
/
+279
2022-09-15
clk: Constify clk_has_parent()
Maxime Ripard
2
-2
/
+2
2022-09-15
clk: Introduce clk_core_has_parent()
Maxime Ripard
2
-15
/
+65
2022-09-15
clk: Switch from __clk_determine_rate to clk_core_round_rate_nolock
Maxime Ripard
1
-3
/
+10
2022-09-15
clk: Add our request boundaries in clk_core_init_rate_req
Maxime Ripard
1
-6
/
+1
2022-09-15
clk: Introduce clk_hw_init_rate_request()
Maxime Ripard
3
-10
/
+36
2022-09-15
clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its caller
Maxime Ripard
1
-5
/
+3
2022-09-15
clk: Change clk_core_init_rate_req prototype
Maxime Ripard
1
-4
/
+6
2022-09-15
clk: Set req_rate on reparenting
Maxime Ripard
2
-0
/
+261
2022-09-15
clk: Take into account uncached clocks in clk_set_rate_range()
Maxime Ripard
2
-1
/
+36
2022-09-15
clk: tests: Add some tests for orphan with multiple parents
Maxime Ripard
1
-0
/
+237
2022-09-15
clk: tests: Add tests for mux with multiple parents
Maxime Ripard
1
-0
/
+121
2022-09-15
clk: tests: Add tests for single parent mux
Maxime Ripard
1
-9
/
+185
2022-09-15
clk: tests: Add tests for uncached clock
Maxime Ripard
1
-1
/
+92
2022-09-15
clk: tests: Add reference to the orphan mux bug report
Maxime Ripard
1
-0
/
+3
2022-09-15
clk: tests: Add test suites description
Maxime Ripard
1
-0
/
+33
2022-09-15
clk: Clarify clk_get_rate() expectations
Maxime Ripard
1
-2
/
+3
2022-09-15
clk: Mention that .recalc_rate can return 0 on error
Maxime Ripard
1
-2
/
+3
2022-09-15
clk: Skip clamping when rounding if there's no boundaries
Maxime Ripard
1
-1
/
+13
2022-09-15
clk: Drop the rate range on clk_put()
Maxime Ripard
2
-14
/
+141
2022-09-15
clk: test: Switch to clk_hw_get_clk
Maxime Ripard
1
-19
/
+55
2022-09-15
arm64: dts: mediatek: mt6795: Add CPUX system timer node
AngeloGioacchino Del Regno
1
-0
/
+8
2022-09-15
soc: mediatek: mutex: Add support for MT6795 Helio X10 display mutex
AngeloGioacchino Del Regno
1
-0
/
+16
2022-09-15
dt-bindings: soc: mediatek: Add display mutex support for MT6795
AngeloGioacchino Del Regno
1
-0
/
+1
2022-09-15
ALSA: hda/realtek: Add quirk for ASUS GA503R laptop
Luke D. Jones
1
-0
/
+1
2022-09-15
ALSA: hda/realtek: Add pincfg for ASUS G533Z HP jack
Luke D. Jones
1
-0
/
+11
2022-09-15
ALSA: hda/realtek: Add pincfg for ASUS G513 HP jack
Luke D. Jones
1
-0
/
+11
2022-09-15
ALSA: hda/realtek: Re-arrange quirk table entries
Takashi Iwai
1
-3
/
+3
2022-09-15
ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5530 laptop
Callum Osmotherly
1
-0
/
+1
2022-09-15
arm64: dts: qcom: ipq8074: fix PCIe PHY serdes size
Johan Hovold
1
-2
/
+2
2022-09-15
Merge tag 'imx-fixes-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
Arnd Bergmann
9
-18
/
+31
2022-09-15
locking: Add __sched to semaphore functions
Namhyung Kim
1
-6
/
+6
2022-09-15
locking/rwsem: Disable preemption while trying for rwsem lock
Gokul krishna Krishnakumar
1
-2
/
+12
2022-09-15
locking: Detect includes rwlock.h outside of spinlock.h
Sebastian Andrzej Siewior
6
-5
/
+7
2022-09-15
objtool,x86: Teach decode about LOOP* instructions
Peter Zijlstra
1
-0
/
+6
2022-09-15
x86,retpoline: Be sure to emit INT3 after JMP *%\reg
Peter Zijlstra
2
-1
/
+12
2022-09-15
sched/fair: Move call to list_last_entry() in detach_tasks
Vincent Guittot
1
-2
/
+2
2022-09-15
sched/fair: Cleanup loop_max and loop_break
Vincent Guittot
3
-12
/
+11
2022-09-15
sched/fair: Make sure to try to detach at least one movable task
Vincent Guittot
1
-3
/
+9
2022-09-15
ARM: footbridge: remove custom DMA address handling
Arnd Bergmann
10
-42
/
+32
2022-09-15
arm64: defconfig: Make TEGRA186_GPC_DMA built-in
Akhil R
1
-1
/
+1
2022-09-15
arm64: dts: rockchip: Add HDMI supplies on rk3399-roc-pc
Markus Reichl
1
-2
/
+4
2022-09-15
arm64: dts: rockchip: Support gru-scarlet sku{2,4} variants
Brian Norris
1
-1
/
+13
[prev]
[next]