index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-30
i2c: meson: improve and simplify interrupt handler
Heiner Kallweit
1
-30
/
+10
2017-03-30
i2c: meson: remove meson_i2c_write_tokens
Heiner Kallweit
1
-10
/
+4
2017-03-30
i2c: meson: don't create separate token chain just for the stop command
Heiner Kallweit
1
-18
/
+5
2017-03-30
i2c: meson: improve interrupt handler and detect spurious interrupts
Heiner Kallweit
1
-4
/
+7
2017-03-30
i2c: meson: remove variable count from meson_i2c_xfer
Heiner Kallweit
1
-3
/
+2
2017-03-30
i2c: meson: use full 12 bits for clock divider
Heiner Kallweit
1
-2
/
+14
2017-03-30
i2c: meson: use i2c core for DT clock-frequency parsing
Heiner Kallweit
1
-5
/
+3
2017-03-30
i2c: meson: set clock divider in probe instead of setting it for each transfer
Heiner Kallweit
1
-9
/
+8
2017-03-30
i2c: meson: remove member irq from struct meson_i2c
Heiner Kallweit
1
-7
/
+5
2017-03-30
i2c: meson: use min instead of min_t where min_t isn't needed
Heiner Kallweit
1
-5
/
+5
2017-03-23
i2c: thunderx: ACPI support for clock settings
Jan Glauber
1
-9
/
+15
2017-03-23
i2c: xlp9xx: update for ARCH_THUNDER2
Jayachandran C
2
-1
/
+2
2017-03-23
i2c: mv64xxx: simplify optional reset handling
Philipp Zabel
1
-10
/
+5
2017-03-23
i2c: tegra-bpmp: Enable Tegra BPMP I2C adapter
Jon Hunter
1
-0
/
+1
2017-03-22
i2c: designware: Disable pm for PMIC i2c-bus even if there is no _SEM method
Hans de Goede
1
-0
/
+15
2017-03-22
i2c: designware: Never suspend i2c-busses used for accessing the system PMIC
Hans de Goede
4
-11
/
+16
2017-03-22
i2c-designware: increase timeout of semaphore transfer
Oliver Neukum
1
-1
/
+1
2017-03-22
Merge tag 'topic/designware-baytrail-2017-03-02' of git://anongit.freedesktop...
Wolfram Sang
9
-57
/
+154
2017-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
23
-546
/
+1267
2017-03-19
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+30
2017-03-18
qla2xxx: Update driver version to 9.00.00.00-k
Himanshu Madhani
1
-3
/
+3
2017-03-18
qla2xxx: Fix delayed response to command for loop mode/direct connect.
Quinn Tran
6
-20
/
+81
2017-03-18
qla2xxx: Change scsi host lookup method.
Quinn Tran
7
-40
/
+100
2017-03-18
qla2xxx: Add DebugFS node to display Port Database
Himanshu Madhani
2
-4
/
+90
2017-03-18
qla2xxx: Use IOCB interface to submit non-critical MBX.
Quinn Tran
6
-65
/
+279
2017-03-18
qla2xxx: Add async new target notification
Quinn Tran
2
-3
/
+4
2017-03-18
qla2xxx: Export DIF stats via debugfs
Anil Gurumurthy
2
-0
/
+27
2017-03-18
qla2xxx: Improve T10-DIF/PI handling in driver.
Quinn Tran
7
-251
/
+406
2017-03-18
qla2xxx: Allow relogin to proceed if remote login did not finish
Quinn Tran
4
-8
/
+32
2017-03-18
qla2xxx: Fix sess_lock & hardware_lock lock order problem.
Quinn Tran
1
-23
/
+18
2017-03-18
qla2xxx: Fix inadequate lock protection for ABTS.
Quinn Tran
1
-2
/
+10
2017-03-18
qla2xxx: Fix request queue corruption.
Quinn Tran
1
-3
/
+9
2017-03-18
qla2xxx: Fix memory leak for abts processing
Quinn Tran
1
-0
/
+2
2017-03-18
qla2xxx: Allow vref count to timeout on vport delete.
Joe Carnuccio
5
-10
/
+16
2017-03-18
tcmu: Convert cmd_time_out into backend device attribute
Nicholas Bellinger
1
-26
/
+68
2017-03-18
tcmu: make cmd timeout configurable
Mike Christie
1
-6
/
+35
2017-03-18
tcmu: add helper to check if dev was configured
Mike Christie
1
-2
/
+6
2017-03-18
target: fix race during implicit transition work flushes
Mike Christie
1
-9
/
+1
2017-03-18
target: allow userspace to set state to transitioning
Mike Christie
1
-15
/
+22
2017-03-18
target: fix ALUA transition timeout handling
Mike Christie
1
-15
/
+8
2017-03-18
target: Use system workqueue for ALUA transitions
Mike Christie
1
-5
/
+3
2017-03-18
target: fail ALUA transitions for pscsi
Mike Christie
1
-0
/
+3
2017-03-18
target: allow ALUA setup for some passthrough backends
Mike Christie
3
-6
/
+9
2017-03-18
tcmu: return on first Opt parse failure
Mike Christie
1
-0
/
+3
2017-03-18
tcmu: allow hw_max_sectors greater than 128
Mike Christie
1
-19
/
+35
2017-03-18
target: Drop pointless tfo->check_stop_free check
Nicholas Bellinger
2
-2
/
+5
2017-03-17
Merge tag 'pm-4.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-36
/
+36
2017-03-18
Merge branches 'pm-cpufreq-fixes' and 'intel_pstate-fixes'
Rafael J. Wysocki
1
-33
/
+31
2017-03-17
Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-127
/
+64
2017-03-17
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-15
/
+1
[next]