index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-21
i2c: rcar: use flags instead of atomic_xfer
Kuninori Morimoto
1
-10
/
+10
2022-05-21
i2c: rcar: REP_AFTER_RD is not a persistent flag
Wolfram Sang
1
-9
/
+8
2022-05-21
i2c: rcar: use BIT macro consistently
Wolfram Sang
1
-35
/
+35
2022-05-21
i2c: qcom-geni: remove unnecessary conditions
Dan Carpenter
1
-4
/
+2
2022-05-21
i2c: mt7621: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-4
/
+1
2022-05-21
i2c: rcar: refactor handling of first message
Wolfram Sang
1
-27
/
+23
2022-05-21
i2c: rcar: avoid race condition with SMIs
Wolfram Sang
1
-11
/
+17
2022-05-21
i2c: xiic: Correct the datatype for rx_watermark
Shubhrajyoti Datta
1
-2
/
+2
2022-05-21
i2c: rcar: fix PM ref counts in probe error paths
Kuninori Morimoto
1
-6
/
+9
2022-05-21
i2c: npcm: Handle spurious interrupts
Tali Perry
1
-29
/
+62
2022-05-21
i2c: npcm: Correct register access width
Tyrone Ting
1
-2
/
+2
2022-05-21
i2c: npcm: Add tx complete counter
Tali Perry
1
-0
/
+4
2022-05-21
i2c: npcm: Fix timeout calculation
Tali Perry
1
-4
/
+4
2022-05-21
i2c: npcm: Remove unused variable clk_regmap
Tali Perry
1
-5
/
+0
2022-05-21
i2c: npcm: Change the way of getting GCR regmap
Tali Perry
1
-4
/
+8
2022-05-14
i2c: xiic: Fix Tx Interrupt path for grouped messages
Raviteja Narayanam
1
-18
/
+20
2022-05-14
i2c: xiic: Fix coding style issues
Michal Simek
1
-17
/
+20
2022-05-14
i2c: xiic: return value of xiic_reinit
Shubhrajyoti Datta
1
-1
/
+4
2022-05-14
i2c: cadence: Increase timeout per message if necessary
Lucas Tanure
1
-2
/
+10
2022-05-14
i2c: designware: Sort timing parameter ACPI method calls by the speed
Jarkko Nikula
1
-1
/
+1
2022-05-14
i2c: at91: Initialize dma_buf in at91_twi_xfer()
Nathan Chancellor
1
-1
/
+1
2022-05-04
i2c: davinci: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-8
/
+4
2022-05-04
i2c: meson: fix missing clk_disable_unprepare() on error in meson_i2c_probe()
Yang Yingliang
1
-1
/
+3
2022-05-04
docs: i2c: reference simple probes
Stephen Kitt
1
-5
/
+8
2022-05-04
i2c: powermac: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
1
-1
/
+1
2022-05-04
i2c: at91: use dma safe buffers
Michael Walle
1
-0
/
+11
2022-05-04
i2c: mediatek: Optimize master_xfer() and avoid circular locking
AngeloGioacchino Del Regno
1
-4
/
+7
2022-05-04
i2c: designware: Modify timing parameters for amdpsp mailbox
Jan Dabros
1
-2
/
+2
2022-05-04
dt-bindings: i2c: renesas,rcar-i2c: R-Car V3U is R-Car Gen4
Geert Uytterhoeven
1
-1
/
+1
2022-04-15
i2c: meson: Use 50% duty cycle for I2C clock
Lucas Tanure
1
-10
/
+60
2022-04-15
i2c: meson: Use _SHIFT and _MASK for register definitions
Lucas Tanure
1
-19
/
+22
2022-04-15
i2c: rcar: add support for I2C_M_RECV_LEN
Wolfram Sang
1
-4
/
+27
2022-04-15
dt-bindings: i2c: qcom,i2c-qup: convert to dtschema
Krzysztof Kozlowski
2
-40
/
+89
2022-04-11
Linux 5.18-rc2
v5.18-rc2
Linus Torvalds
1
-1
/
+1
2022-04-09
perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ...
Ian Rogers
1
-0
/
+1
2022-04-09
perf tools: Add external commands to list-cmds
Michael Petlan
1
-0
/
+4
2022-04-09
perf docs: Add perf-iostat link to manpages
Michael Petlan
1
-1
/
+1
2022-04-09
perf session: Remap buf if there is no space for event
Denis Nikitin
1
-3
/
+12
2022-04-09
perf bench: Fix epoll bench to correct usage of affinity for machines with #C...
Athira Rajeev
2
-12
/
+38
2022-04-09
perf bench: Fix futex bench to correct usage of affinity for machines with #C...
Athira Rajeev
5
-28
/
+83
2022-04-09
perf tools: Fix perf's libperf_print callback
Adrian Hunter
1
-1
/
+1
2022-04-09
perf: arm-spe: Fix perf report --mem-mode
James Clark
1
-0
/
+6
2022-04-09
perf unwind: Don't show unwind error messages when augmenting frame pointer s...
James Clark
8
-14
/
+32
2022-04-09
tools headers arm64: Sync arm64's cputype.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
2022-04-09
perf test tsc: Fix error message when not supported
Chengdong Li
1
-9
/
+27
2022-04-09
perf build: Don't use -ffat-lto-objects in the python feature test when build...
Arnaldo Carvalho de Melo
2
-0
/
+5
2022-04-09
perf python: Fix probing for some clang command line options
Arnaldo Carvalho de Melo
1
-2
/
+4
2022-04-09
tools build: Filter out options and warnings not supported by clang
Arnaldo Carvalho de Melo
2
-0
/
+10
2022-04-09
tools build: Use $(shell ) instead of `` to get embedded libperl's ccopts
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-04-09
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+7
[next]