index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-30
crypto: caam - request JR IRQ as the last step
Andrey Smirnov
1
-19
/
+15
2019-08-30
crypto: caam - convert caam_jr_init() to use devres
Andrey Smirnov
1
-34
/
+14
2019-08-30
crypto: caam - simplfy clock initialization
Andrey Smirnov
2
-110
/
+95
2019-08-30
crypto: caam - move DMA mask selection into a function
Andrey Smirnov
3
-24
/
+22
2019-08-30
crypto: caam/qi - use print_hex_dump_debug function to print debug messages
Iuliana Prodan
1
-5
/
+4
2019-08-30
crypto: inside-secure - add support for using the EIP197 without vendor firmware
Pascal van Leeuwen
2
-45
/
+161
2019-08-30
crypto: inside-secure - add support for PCI based FPGA development board
Pascal van Leeuwen
3
-166
/
+404
2019-08-30
crypto: inside-secure - Remove redundant algo to engine mapping code
Pascal van Leeuwen
4
-33
/
+0
2019-08-30
crypto: inside-secure - make driver selectable for non-Marvell hardware
Pascal van Leeuwen
1
-6
/
+6
2019-08-30
crypto: s5p - use correct block size of 1 for ctr(aes)
Ard Biesheuvel
1
-1
/
+1
2019-08-30
crypto: s5p - deal gracefully with bogus input sizes
Ard Biesheuvel
1
-1
/
+4
2019-08-30
crypto: picoxcell - Fix the name of the module in the description of CRYPTO_DEV_PICOXCELL
Christophe JAILLET
1
-1
/
+1
2019-08-30
Revert "Bluetooth: btusb: driver to enable the usb-wakeup feature"
Mario Limonciello
1
-5
/
+0
2019-08-30
scsi: fnic: print port speed only at driver init or speed change
John Pittman
2
-5
/
+11
2019-08-30
mmc: sdhci-cadence: enable v4_mode to fix ADMA 64-bit addressing
Masahiro Yamada
1
-0
/
+1
2019-08-30
mmc: sdhci-sprd: clear the UHS-I modes read from registers
Chunyan Zhang
1
-1
/
+12
2019-08-30
mms: sdhci-sprd: add SDHCI_QUIRK_BROKEN_CARD_DETECTION
Chunyan Zhang
1
-1
/
+2
2019-08-30
mmc: sdhci-sprd: add SDHCI_QUIRK2_PRESET_VALUE_BROKEN
Chunyan Zhang
1
-1
/
+2
2019-08-30
mmc: sdhci-sprd: add get_ro hook function
Chunyan Zhang
1
-0
/
+6
2019-08-30
mmc: sdhci-sprd: fixed incorrect clock divider
Chunyan Zhang
1
-3
/
+4
2019-08-30
mmc: core: Fix init of SD cards reporting an invalid VDD range
Ulf Hansson
1
-0
/
+6
2019-08-30
mtd: spi-nor: Rename "n25q512a" to "mt25qu512a (n25q512a)"
Ashish Kumar
1
-1
/
+4
2019-08-30
mtd: spi-nor: Add support for mt35xu02g
Ashish Kumar
1
-0
/
+3
2019-08-30
staging: exfat: add exfat filesystem code to staging
Valdis Klētnieks
12
-0
/
+10880
2019-08-30
usb: gadget: net2280: Add workaround for AB chip Errata 11
Benjamin Herrenschmidt
1
-0
/
+10
2019-08-30
usb: gadget: net2280: Move all "ll" registers in one structure
Benjamin Herrenschmidt
2
-20
/
+11
2019-08-30
usb: dwc3: gadget: Workaround Mirosoft's BESL check
Thinh Nguyen
1
-2
/
+12
2019-08-30
Merge tag 'drm-intel-fixes-2019-08-29' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Dave Airlie
4
-2
/
+19
2019-08-29
net: spider_net: Use struct_size() helper
Gustavo A. R. Silva
1
-4
/
+2
2019-08-30
Merge tag 'drm-fixes-5.3-2019-08-28' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
Dave Airlie
5
-27
/
+92
2019-08-29
r8169: add support for EEE on RTL8125
Heiner Kallweit
1
-0
/
+24
2019-08-29
r8169: add RTL8125 PHY initialization
Heiner Kallweit
1
-3
/
+127
2019-08-29
r8169: add support for RTL8125
Heiner Kallweit
2
-18
/
+265
2019-08-29
r8169: don't use bit LastFrag in tx descriptor after send
Heiner Kallweit
1
-1
/
+1
2019-08-29
r8169: read common register for PCI commit
Heiner Kallweit
1
-1
/
+1
2019-08-29
r8169: move disabling interrupt coalescing to RTL8169/RTL8168 init
Heiner Kallweit
1
-2
/
+6
2019-08-29
r8169: factor out reading MAC address from registers
Heiner Kallweit
1
-3
/
+10
2019-08-29
r8169: restrict rtl_is_8168evl_up to RTL8168 chip versions
Heiner Kallweit
1
-1
/
+2
2019-08-29
r8169: change interrupt mask type to u32
Heiner Kallweit
1
-5
/
+11
2019-08-30
Merge tag 'drm-misc-fixes-2019-08-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
7
-18
/
+50
2019-08-29
Merge tag 'mlx5-updates-2019-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
22
-115
/
+284
2019-08-29
net: dsa: mv88e6xxx: fix freeing unused SERDES IRQ
Vivien Didelot
1
-1
/
+2
2019-08-29
net: dsa: mv88e6xxx: keep CMODE writable code private
Vivien Didelot
4
-11
/
+8
2019-08-29
net: dsa: mv88e6xxx: get serdes lane after lock
Vivien Didelot
1
-2
/
+4
2019-08-29
net: hns3: not allow SSU loopback while execute ethtool -t dev
Yufeng Mo
4
-2
/
+75
2019-08-29
net: hns3: check reset interrupt status when reset fails
Huazhong Tan
2
-4
/
+4
2019-08-29
net: hns3: add phy selftest function
Yufeng Mo
2
-19
/
+138
2019-08-29
net: hns3: implement .process_hw_error for hns3 client
Weihang Li
7
-2
/
+78
2019-08-29
net: hns3: optimize waiting time for TQP reset
Zhongzhu Liu
2
-5
/
+7
2019-08-29
net: hns3: fix incorrect type in assignment.
Guojia Liao
2
-18
/
+30
[prev]
[next]