index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
i2c: recovery: refactor recovery function
Wolfram Sang
2018-07-17
1
-18
/
+6
|
*
|
i2c: recovery: require either get_sda or set_sda
Wolfram Sang
2018-07-17
2
-7
/
+12
|
*
|
Merge tag 'v4.18-rc5' into i2c/for-4.19
Wolfram Sang
2018-07-17
415
-2059
/
+3904
|
|
\
\
|
*
\
\
Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19
Wolfram Sang
2018-07-13
17
-82
/
+70
|
|
\
\
\
|
|
*
|
|
i2c: remove i2c_lock_adapter and use i2c_lock_bus directly
Peter Rosin
2018-07-13
8
-50
/
+38
|
|
*
|
|
mfd: 88pm860x-i2c: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
Peter Rosin
2018-07-13
1
-4
/
+4
|
|
*
|
|
media: tda18271: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
Peter Rosin
2018-07-13
1
-4
/
+4
|
|
*
|
|
media: tda1004x: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
Peter Rosin
2018-07-13
1
-3
/
+3
|
|
*
|
|
media: rtl2830: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
Peter Rosin
2018-07-13
1
-6
/
+6
|
|
*
|
|
media: drxk_hard: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
Peter Rosin
2018-07-13
1
-2
/
+2
|
|
*
|
|
media: af9013: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
Peter Rosin
2018-07-13
1
-4
/
+4
|
|
*
|
|
input: rohm_bu21023: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
Peter Rosin
2018-07-13
1
-2
/
+2
|
|
*
|
|
i2c: mux: pca9541: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
Peter Rosin
2018-07-13
1
-3
/
+3
|
|
*
|
|
tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
Peter Rosin
2018-07-13
1
-4
/
+4
|
*
|
|
|
i2c: i801: Add support for Intel Ice Lake
Mika Westerberg
2018-07-03
3
-0
/
+6
|
*
|
|
|
i2c: i801: Consolidate chipset names in documentation and Kconfig
Jarkko Nikula
2018-07-03
2
-14
/
+6
|
*
|
|
|
i2c: tegra: Add support for Tegra194
Thierry Reding
2018-07-03
1
-14
/
+76
|
*
|
|
|
i2c: gpio: fault-injector: add incomplete_write_byte
Wolfram Sang
2018-07-03
2
-0
/
+40
|
*
|
|
|
i2c: gpio: fault-injector: refactor incomplete transfer
Wolfram Sang
2018-07-03
2
-25
/
+41
|
*
|
|
|
i2c: designware: Add debug print for bus speed
Jarkko Nikula
2018-07-03
1
-2
/
+19
|
*
|
|
|
i2c: designware: Add debug print for SDA hold time value
Jarkko Nikula
2018-07-03
1
-0
/
+4
|
*
|
|
|
i2c: designware: Separate timing parameter setting from HW initalization
Jarkko Nikula
2018-07-03
1
-50
/
+80
|
*
|
|
|
i2c: designware: Move SDA hold time configuration to common code
Jarkko Nikula
2018-07-03
4
-42
/
+56
|
*
|
|
|
i2c: designware: Call i2c_dw_clk_rate() only once in i2c_dw_init_master()
Jarkko Nikula
2018-07-03
1
-4
/
+5
|
*
|
|
|
i2c: designware: Don't use internal ___constant_swab32
Jarkko Nikula
2018-07-03
1
-1
/
+2
|
*
|
|
|
i2c: designware: Move register access detection to common code
Jarkko Nikula
2018-07-03
4
-28
/
+43
|
*
|
|
|
i2c: designware: Remove needless variable from i2c_dw_init_slave()
Jarkko Nikula
2018-07-03
1
-3
/
+1
|
*
|
|
|
i2c: mux: make use of __i2c_smbus_xfer
Peter Rosin
2018-07-03
1
-2
/
+2
|
*
|
|
|
i2c: mux: pca954x: make use of __i2c_smbus_xfer
Peter Rosin
2018-07-03
1
-23
/
+4
|
*
|
|
|
i2c: mux: pca9541: make use of __i2c_smbus_xfer
Peter Rosin
2018-07-03
1
-58
/
+11
|
*
|
|
|
i2c: mux: mlxcpld: make use of __i2c_smbus_xfer
Peter Rosin
2018-07-03
1
-24
/
+4
|
*
|
|
|
i2c: smbus: add unlocked __i2c_smbus_xfer variant
Peter Rosin
2018-07-03
2
-11
/
+28
|
|
/
/
/
*
|
|
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-08-21
33
-201
/
+294
|
\
\
\
\
|
*
|
|
|
signal: Don't send signals to tasks that don't exist
Eric W. Biederman
2018-08-16
1
-2
/
+4
|
*
|
|
|
signal: Don't restart fork when signals come in.
Eric W. Biederman
2018-08-09
4
-18
/
+49
|
*
|
|
|
fork: Have new threads join on-going signal group stops
Eric W. Biederman
2018-08-04
3
-12
/
+31
|
*
|
|
|
fork: Skip setting TIF_SIGPENDING in ptrace_init_task
Eric W. Biederman
2018-08-04
1
-2
/
+0
|
*
|
|
|
signal: Add calculate_sigpending()
Eric W. Biederman
2018-08-04
3
-0
/
+14
|
*
|
|
|
fork: Unconditionally exit if a fatal signal is pending
Eric W. Biederman
2018-07-23
1
-0
/
+6
|
*
|
|
|
fork: Move and describe why the code examines PIDNS_ADDING
Eric W. Biederman
2018-07-23
1
-4
/
+7
|
*
|
|
|
signal: Push pid type down into complete_signal.
Eric W. Biederman
2018-07-21
1
-4
/
+4
|
*
|
|
|
signal: Push pid type down into __send_signal
Eric W. Biederman
2018-07-21
1
-6
/
+6
|
*
|
|
|
signal: Push pid type down into send_signal
Eric W. Biederman
2018-07-21
1
-6
/
+6
|
*
|
|
|
signal: Pass pid type into do_send_sig_info
Eric W. Biederman
2018-07-21
5
-12
/
+12
|
*
|
|
|
signal: Pass pid type into send_sigio_to_task & send_sigurg_to_task
Eric W. Biederman
2018-07-21
1
-17
/
+9
|
*
|
|
|
signal: Pass pid type into group_send_sig_info
Eric W. Biederman
2018-07-21
3
-6
/
+11
|
*
|
|
|
signal: Pass pid and pid type into send_sigqueue
Eric W. Biederman
2018-07-21
3
-15
/
+14
|
*
|
|
|
posix-timers: Noralize good_sigevent
Eric W. Biederman
2018-07-21
1
-3
/
+5
|
*
|
|
|
signal: Use PIDTYPE_TGID to clearly store where file signals will be sent
Eric W. Biederman
2018-07-21
5
-26
/
+37
|
*
|
|
|
pid: Implement PIDTYPE_TGID
Eric W. Biederman
2018-07-21
14
-19
/
+19
[prev]
[next]