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-05
powerpc/vdso: link with -z noexecstack
Christophe Leroy
1
-2
/
+2
2022-09-05
powerpc/math-emu: Remove -w build flag and fix warnings
Christophe Leroy
4
-38
/
+42
2022-09-05
powerpc/math_emu/efp: Include module.h
Nathan Chancellor
1
-0
/
+1
2022-09-05
arm64: dts: meson: add support for Beelink GT1 Ultimate
Christian Hewitt
2
-0
/
+92
2022-09-05
dt-bindings: arm: amlogic: add Beelink GT1 Ultimate binding
Christian Hewitt
1
-0
/
+1
2022-09-05
soc: amlogic: meson-pwrc: Hold reference returned by of_get_parent()
Liang He
2
-2
/
+8
2022-09-05
dmaengine: dw-axi-dmac: Drop obsolete dependency on COMPILE_TEST
Jean Delvare
1
-1
/
+1
2022-09-05
dmaengine: at_xdmac: Replace two if statements with only one with two conditions
Tudor Ambarus
1
-4
/
+1
2022-09-05
dmaengine: pl330: Remove unused flags
Harini Katakam
1
-4
/
+0
2022-09-05
dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warning
Shravya Kumbham
1
-1
/
+1
2022-09-05
dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()
Liang He
1
-3
/
+3
2022-09-05
dmaengine: stm32-dmamux: Simplify code and save a few bytes of memory
Christophe JAILLET
1
-7
/
+1
2022-09-05
dmaengine: stm32-dmamux: Fix comment typo
Jason Wang
1
-1
/
+1
2022-09-05
dmaengine: sf-pdma:Remove the print function dev_err()
ye xingchen
1
-6
/
+2
2022-09-05
dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow
Vaishnav Achath
1
-8
/
+17
2022-09-05
Merge 6.0-rc4 into usb-next
Greg Kroah-Hartman
1037
-6962
/
+13425
2022-09-05
thunderbolt: Add support for receiver lane margining
Mika Westerberg
6
-0
/
+1043
2022-09-05
thunderbolt: Add helper to check if CL states are enabled on port
Mika Westerberg
3
-0
/
+30
2022-09-05
thunderbolt: Pass CL state bitmask to tb_port_clx_supported()
Mika Westerberg
3
-13
/
+9
2022-09-05
thunderbolt: Move port CL state functions into correct place in switch.c
Mika Westerberg
1
-106
/
+106
2022-09-05
thunderbolt: Move tb_xdomain_parent() to tb.h
Mika Westerberg
2
-5
/
+5
2022-09-05
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
1037
-6962
/
+13425
2022-09-05
Merge 6.0-rc4 into staging-next
Greg Kroah-Hartman
1036
-6962
/
+13424
2022-09-05
Merge 6.0-rc4 into char-misc-next
Greg Kroah-Hartman
1036
-6962
/
+13423
2022-09-05
powerpc/pseries: Move dtl scanning and steal time accounting to pseries platform
Nicholas Piggin
5
-98
/
+90
2022-09-05
powerpc/64: Remove PPC64 special case for cputime accounting default
Nicholas Piggin
3
-2
/
+5
2022-09-05
powerpc/pseries: Implement CONFIG_PARAVIRT_TIME_ACCOUNTING
Nicholas Piggin
6
-3
/
+55
2022-09-05
arm64: dts: imx8ulp: add #reset-cells for pcc
Peng Fan
1
-0
/
+3
2022-09-05
arm64: dts: tqma8mpxl-ba8mpxl: Fix button GPIOs
Alexander Stein
1
-2
/
+2
2022-09-05
ARM: dts: imx6: skov: migrate to resistive-adc-touch
Oleksij Rempel
1
-20
/
+45
2022-09-05
ARM: dts: imx6sx-udoo-neo: don't use multiple blank lines
Marcel Ziswiler
1
-8
/
+6
2022-09-05
ARM: dts: imx6sl: use tabs for code indent
Marcel Ziswiler
1
-10
/
+10
2022-09-05
arm64: dts: imx8mn: remove GPU power domain reset
Marco Felsch
1
-1
/
+0
2022-09-05
ARM: dts: imx6sx: add missing properties for sram
Alexander Stein
1
-0
/
+6
2022-09-05
ARM: dts: imx6sll: add missing properties for sram
Alexander Stein
1
-0
/
+3
2022-09-05
ARM: dts: imx6sl: add missing properties for sram
Alexander Stein
1
-0
/
+3
2022-09-05
ARM: dts: imx6qp: add missing properties for sram
Alexander Stein
1
-0
/
+6
2022-09-05
ARM: dts: imx6dl: add missing properties for sram
Alexander Stein
1
-0
/
+3
2022-09-05
ARM: dts: imx6q: add missing properties for sram
Alexander Stein
1
-0
/
+3
2022-09-04
kselftest/cgroup: Add cpuset v2 partition root state test
Waiman Long
4
-2
/
+765
2022-09-04
cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
Waiman Long
1
-58
/
+76
2022-09-04
cgroup/cpuset: Make partition invalid if cpumask change violates exclusivity rule
Waiman Long
1
-9
/
+60
2022-09-04
cgroup/cpuset: Relocate a code block in validate_change()
Waiman Long
1
-16
/
+16
2022-09-04
cgroup/cpuset: Show invalid partition reason string
Waiman Long
1
-18
/
+75
2022-09-04
cgroup/cpuset: Add a new isolated cpus.partition type
Waiman Long
1
-11
/
+63
2022-09-04
cgroup/cpuset: Relax constraints to partition & cpus changes
Waiman Long
1
-194
/
+215
2022-09-04
cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
Waiman Long
1
-25
/
+84
2022-09-04
cgroup/cpuset: Miscellaneous cleanups & add helper functions
Waiman Long
1
-79
/
+90
2022-09-04
cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset
Waiman Long
1
-7
/
+11
2022-09-04
blk-throttle: clean up codes that can't be reached
Yu Kuai
1
-34
/
+56
[prev]
[next]