index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-28
firmware: arm_scmi: Support optee shared memory in the optee transport
Etienne Carriere
2
-36
/
+109
2022-04-28
firmware: arm_scmi: Add SCMI v3.1 VOLTAGE_LEVEL_SET_COMPLETE
Cristian Marussi
2
-12
/
+51
2022-04-28
firmware: arm_scmi: Add SCMI v3.1 clock notifications
Cristian Marussi
2
-5
/
+142
2022-04-28
firmware: arm_scmi: Add checks for min/max limits in PERFORMANCE_LIMITS_SET
Cristian Marussi
1
-0
/
+3
2022-04-28
firmware: arm_scmi: Add SCMI v3.1 perf power-cost in microwatts
Cristian Marussi
1
-0
/
+4
2022-04-28
firmware: arm_scmi: Use common iterators in the perf protocol
Cristian Marussi
1
-48
/
+69
2022-04-28
firmware: arm_scmi: Use common iterators in the voltage protocol
Cristian Marussi
1
-68
/
+93
2022-04-28
firmware: arm_scmi: Use common iterators in the clock protocol
Cristian Marussi
1
-60
/
+90
2022-04-28
firmware: arm_scmi: Add SCMI v3.1 SENSOR_AXIS_NAME_GET support
Cristian Marussi
1
-6
/
+76
2022-04-28
firmware: arm_scmi: Use common iterators in the sensor protocol
Cristian Marussi
1
-285
/
+297
2022-04-28
firmware: arm_scmi: Add iterators for multi-part commands
Cristian Marussi
2
-0
/
+163
2022-04-28
firmware: arm_scmi: Parse clock_enable_latency conditionally
Cristian Marussi
1
-2
/
+2
2022-04-28
firmware: arm_scmi: Set clock latency to U32_MAX if it is not supported
Sudeep Holla
1
-2
/
+4
2022-04-28
firmware: arm_scmi: Add SCMI v3.1 protocol extended names support
Cristian Marussi
8
-19
/
+104
2022-04-28
firmware: arm_scmi: Introduce a common SCMI v3.1 .extended_name_get helper
Cristian Marussi
2
-0
/
+65
2022-04-28
firmware: arm_scmi: Split protocol specific definitions in a dedicated header
Cristian Marussi
9
-236
/
+265
2022-04-28
firmware: arm_scmi: Remove unneeded NULL termination of clk name
Cristian Marussi
1
-2
/
+0
2022-04-28
firmware: arm_scmi: Check CLOCK_RATE_SET_COMPLETE async response
Cristian Marussi
1
-2
/
+20
2022-04-28
firmware: arm_scmi: Make name_get operations return a const
Cristian Marussi
3
-6
/
+9
2022-04-28
firmware: arm_scmi: Dynamically allocate implemented protocols array
Cristian Marussi
3
-10
/
+14
2022-04-28
firmware: arm_scmi: Validate BASE_DISCOVER_LIST_PROTOCOLS response
Cristian Marussi
1
-0
/
+24
2022-04-28
firmware: arm_scmi: Fix list protocols enumeration in the base protocol
Cristian Marussi
1
-1
/
+1
2022-04-28
firmware: arm_scmi: Make protocols initialisation fail on basic errors
Cristian Marussi
7
-14
/
+38
2022-04-05
firmware: arm_scmi: Fix sparse warnings in OPTEE transport driver
Sudeep Holla
1
-4
/
+4
2022-04-05
firmware: arm_scmi: Replace zero-length array with flexible-array member
Lv Ruyi
1
-1
/
+1
2022-04-05
firmware: arm_scmi: Fix sorting of retrieved clock rates
Cristian Marussi
1
-1
/
+2
2022-04-04
firmware: arm_scmi: Remove clear channel call on the TX channel
Cristian Marussi
1
-1
/
+2
2022-04-04
Linux 5.18-rc1
v5.18-rc1
Linus Torvalds
1
-2
/
+2
2022-04-03
Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
15
-167
/
+44
2022-04-03
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2
-136
/
+14
2022-04-03
Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-187
/
+200
2022-04-03
Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-69
/
+1
2022-04-03
Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
5
-142
/
+16
2022-04-03
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
4
-11
/
+12
2022-04-03
Revert "clk: Drop the rate range on clk_put()"
Stephen Boyd
2
-136
/
+14
2022-04-02
Merge tag 'perf-tools-for-v5.18-2022-04-02' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
31
-88
/
+180
2022-04-02
Merge tag 'kbuild-fixes-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-17
/
+2
2022-04-02
Merge tag 'mips_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
Linus Torvalds
7
-45
/
+72
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
49
-414
/
+617
2022-04-02
modpost: restore the warning message for missing symbol versions
Masahiro Yamada
1
-1
/
+1
2022-04-02
Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+12
2022-04-02
Merge tag 'pci-v5.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-8
/
+0
2022-04-02
Merge tag 'tag-chrome-platform-for-v5.18' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
7
-152
/
+186
2022-04-02
Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"
Jens Axboe
1
-12
/
+12
2022-04-02
watch_queue: Free the page array when watch_queue is dismantled
Eric Dumazet
1
-0
/
+1
2022-04-02
tracing: mark user_events as BROKEN
Steven Rostedt (Google)
3
-0
/
+6
2022-04-02
tracing: Move user_events.h temporarily out of include/uapi
Steven Rostedt (Google)
2
-0
/
+5
2022-04-02
ftrace: Make ftrace_graph_is_dead() a static branch
Christophe Leroy
2
-15
/
+18
2022-04-02
tracing: Set user_events to BROKEN
Steven Rostedt (Google)
1
-0
/
+1
2022-04-02
tracing/user_events: Remove eBPF interfaces
Beau Belgrave
3
-136
/
+4
[next]