index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-08
hwtracing: hisi_ptt: Add tune function support for HiSilicon PCIe Tune and Tr...
Yicong Yang
2
-0
/
+154
2022-09-08
hwtracing: hisi_ptt: Add trace function support for HiSilicon PCIe Tune and T...
Yicong Yang
6
-0
/
+1110
2022-09-08
iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
Yicong Yang
1
-0
/
+21
2022-09-06
coresight: cti-sysfs: Mark coresight_cti_reg_store() as __maybe_unused
Nathan Chancellor
1
-3
/
+3
2022-08-31
coresight: Make new csdev_access offsets unsigned
James Clark
5
-45
/
+47
2022-08-31
coresight: cti-sysfs: Re-use same functions for similar sysfs register accessors
James Clark
2
-127
/
+91
2022-08-31
coresight: Re-use same function for similar sysfs register accessors
James Clark
8
-131
/
+91
2022-08-31
coresight: Simplify sysfs accessors by using csdev_access abstraction
James Clark
8
-80
/
+79
2022-08-31
coresight: Remove unused function parameter
James Clark
1
-12
/
+4
2022-08-26
coresight: etm4x: docs: Add documentation for 'ts_source' sysfs interface
German Gomez
2
-0
/
+22
2022-08-26
coresight: etm4x: Expose default timestamp source in sysfs
German Gomez
2
-0
/
+30
2022-08-25
dt-bindings: arm: coresight-tmc: Add 'iommu' property
Rob Herring
1
-0
/
+3
2022-08-25
dt-bindings: arm: coresight: Add 'power-domains' property
Rob Herring
12
-0
/
+36
2022-08-22
coresight: docs: Fix a broken reference
Christophe JAILLET
1
-1
/
+2
2022-08-22
coresight: trbe: fix Kconfig "its" grammar
Randy Dunlap
1
-2
/
+2
2022-08-21
Linux 6.0-rc2
Linus Torvalds
1
-1
/
+1
2022-08-21
Merge tag 'irq-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-32
/
+34
2022-08-21
Merge tag 'perf-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2022-08-21
Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-21
/
+119
2022-08-21
tracing: Have filter accept "common_cpu" to be consistent
Steven Rostedt (Google)
1
-0
/
+1
2022-08-21
tracing/probes: Have kprobes and uprobes use $COMM too
Steven Rostedt (Google)
1
-2
/
+3
2022-08-21
tracing/eprobes: Have event probes be consistent with kprobes and uprobes
Steven Rostedt (Google)
1
-6
/
+64
2022-08-21
tracing/eprobes: Fix reading of string fields
Steven Rostedt (Google)
1
-0
/
+21
2022-08-21
tracing/eprobes: Do not hardcode $comm as a string
Steven Rostedt (Google)
1
-2
/
+3
2022-08-21
tracing/eprobes: Do not allow eprobes to use $stack, or % for regs
Steven Rostedt (Google)
1
-8
/
+13
2022-08-21
ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead
Yang Jihong
1
-0
/
+10
2022-08-21
tracing/perf: Fix double put of trace event when init fails
Steven Rostedt (Google)
1
-3
/
+4
2022-08-21
tracing: React to error return from traceprobe_parse_event_name()
Lukas Bulwahn
1
-1
/
+1
2022-08-21
Merge tag 'i2c-for-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-11
/
+18
2022-08-21
Merge tag '6.0-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
14
-52
/
+45
2022-08-21
asm goto: eradicate CC_HAS_ASM_GOTO
Nick Desaulniers
10
-89
/
+7
2022-08-21
i2c: imx: Make sure to unregister adapter on remove()
Uwe Kleine-König
1
-9
/
+11
2022-08-21
Revert "i2c: scmi: Replace open coded device_get_match_data()"
Wolfram Sang
1
-2
/
+7
2022-08-20
Merge tag 'kbuild-fixes-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-9
/
+5
2022-08-20
Merge tag 'perf-tools-fixes-for-v6.0-2022-08-19' of git://git.kernel.org/pub/...
Linus Torvalds
27
-235
/
+976
2022-08-20
Merge tag 's390-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
4
-2
/
+9
2022-08-20
Merge tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-10
/
+44
2022-08-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
7
-40
/
+42
2022-08-21
scripts/clang-tools: Remove DeprecatedOrUnsafeBufferHandling check
Guru Das Srinagesh
1
-0
/
+1
2022-08-21
kbuild: fix the modules order between drivers and libs
Masahiro Yamada
1
-4
/
+2
2022-08-21
scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-length
Nathan Chancellor
1
-1
/
+0
2022-08-21
kbuild: dummy-tools: pretend we understand __LONG_DOUBLE_128__
Jiri Slaby
1
-1
/
+1
2022-08-21
modpost: fix module versioning when a symbol lacks valid CRC
Masahiro Yamada
1
-3
/
+1
2022-08-20
Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-28
/
+28
2022-08-20
Merge tag 'io_uring-6.0-2022-08-19' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-12
/
+12
2022-08-20
Merge tag 'ata-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
2
-1
/
+3
2022-08-20
Merge tag 'mmc-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...
Linus Torvalds
4
-6
/
+26
2022-08-21
ata: libata: Set __ATA_BASE_SHT max_sectors
John Garry
1
-1
/
+2
2022-08-19
Merge tag 'execve-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+7
2022-08-19
Merge tag 'hardening-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-5
/
+3
[next]