index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-17
dmaengine: stm32-mdma: Use bitfield helpers
Geert Uytterhoeven
1
-51
/
+23
2021-12-17
dmaengine: stm32-mdma: Remove redundant initialization of pointer hwdesc
Colin Ian King
1
-1
/
+1
2021-12-17
dmaengine: idxd: add knob for enqcmds retries
Dave Jiang
7
-8
/
+75
2021-12-17
dmaengine: idxd: set defaults for wq configs
Dave Jiang
3
-10
/
+11
2021-12-17
dt-bindings: dma: snps,dw-axi-dmac: Document optional reset
Geert Uytterhoeven
1
-0
/
+3
2021-12-17
dmaengine: jz4780: Support bidirectional I/O on one channel
Paul Cercueil
1
-16
/
+32
2021-12-17
dmaengine: jz4780: Replace uint32_t with u32
Paul Cercueil
1
-19
/
+19
2021-12-17
dmaengine: jz4780: Add support for the MDMA and BDMA in the JZ4760(B)
Paul Cercueil
1
-0
/
+28
2021-12-17
dmaengine: jz4780: Work around hardware bug on JZ4760 SoCs
Paul Cercueil
1
-0
/
+8
2021-12-17
dt-bindings: dma: ingenic: Support #dma-cells = <3>
Paul Cercueil
1
-5
/
+11
2021-12-17
dt-bindings: dma: ingenic: Add compatible strings for MDMA and BDMA
Paul Cercueil
1
-9
/
+17
2021-12-17
dt-bindings: dma: ti: Add missing ti,k3-sci-common.yaml reference
Rob Herring
2
-0
/
+2
2021-12-17
dt-bindings: dma: pl08x: Fix unevaluatedProperties warnings
Rob Herring
1
-0
/
+4
2021-12-17
drivers: dma: ti: k3-psil: Add support for J721S2
Aswath Govindraju
4
-1
/
+171
2021-12-17
dmaengine: ti: k3-udma: Add SoC dependent data for J721S2 SoC
Aswath Govindraju
1
-0
/
+1
2021-12-17
dmaengine: at_xdmac: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-4
/
+4
2021-12-17
dmaengine: xilinx: Handle IRQ mapping errors
Lars-Peter Clausen
1
-3
/
+8
2021-11-25
dmaengine: ppc4xx: remove unused variable `rval'
Jason Wang
1
-2
/
+1
2021-11-22
Documentation: dmaengine: Correctly describe dmatest with channel unset
Daniel Thompson
1
-3
/
+4
2021-11-22
Documentation: dmaengine: Add a description of what dmatest does
Daniel Thompson
1
-0
/
+10
2021-11-22
dmaengine: qcom: gpi: Remove unnecessary print function dev_err()
Xu Wang
1
-3
/
+1
2021-11-22
dmaengine: Add consumer for the new DMA_MEMCPY_SG API function.
Adrian Larumbe
1
-0
/
+122
2021-11-22
dmaengine: Add core function and capability check for DMA_MEMCPY_SG
Adrian Larumbe
2
-0
/
+27
2021-11-22
dmaengine: Add documentation for new memcpy scatter-gather function
Adrian Larumbe
1
-0
/
+23
2021-11-22
dmaengine: idxd: handle interrupt handle revoked event
Dave Jiang
6
-4
/
+152
2021-11-22
dmaengine: idxd: handle invalid interrupt handle descriptors
Dave Jiang
3
-4
/
+61
2021-11-22
dmaengine: idxd: create locked version of idxd_quiesce() call
Dave Jiang
3
-3
/
+12
2021-11-22
dmaengine: idxd: add helper for per interrupt handle drain
Dave Jiang
1
-0
/
+39
2021-11-22
dmaengine: idxd: move interrupt handle assignment
Dave Jiang
1
-9
/
+5
2021-11-22
dmaengine: idxd: int handle management refactoring
Dave Jiang
5
-47
/
+64
2021-11-22
dmaengine: idxd: rework descriptor free path on failure
Dave Jiang
5
-28
/
+19
2021-11-22
dmaengine: ti: edma: Use 'for_each_set_bit' when possible
Christophe JAILLET
1
-2
/
+1
2021-11-14
Linux 5.16-rc1
v5.16-rc1
Linus Torvalds
1
-2
/
+2
2021-11-14
kconfig: Add support for -Wimplicit-fallthrough
Gustavo A. R. Silva
2
-5
/
+6
2021-11-13
perf tests: Remove bash constructs from stat_all_pmu.sh
James Clark
1
-2
/
+2
2021-11-13
perf tests: Remove bash construct from record+zstd_comp_decomp.sh
James Clark
1
-1
/
+1
2021-11-13
perf test: Remove bash construct from stat_bpf_counters.sh test
James Clark
1
-1
/
+1
2021-11-13
perf bench futex: Fix memory leak of perf_cpu_map__new()
Sohaib Mohamed
4
-0
/
+4
2021-11-13
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
2021-11-13
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+241
2021-11-13
tools headers UAPI: Sync sound/asound.h with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+1
2021-11-13
tools headers UAPI: Sync linux/prctl.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+3
2021-11-13
tools headers UAPI: Sync arch prctl headers with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+4
2021-11-13
perf tools: Add more weak libbpf functions
Jiri Olsa
1
-0
/
+27
2021-11-13
perf bpf: Avoid memory leak from perf_env__insert_btf()
Ian Rogers
3
-3
/
+10
2021-11-13
perf symbols: Factor out annotation init/exit
Ian Rogers
3
-1
/
+22
2021-11-13
perf symbols: Bit pack to save a byte
Ian Rogers
2
-3
/
+3
2021-11-13
perf symbols: Add documentation to 'struct symbol'
Ian Rogers
1
-3
/
+14
2021-11-13
tools headers UAPI: Sync files changed by new futex_waitv syscall
Arnaldo Carvalho de Melo
2
-1
/
+5
2021-11-13
perf test bpf: Use ARRAY_CHECK() instead of ad-hoc equivalent, addressing arr...
Guo Zhengkui
1
-1
/
+1
[next]