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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-21
crypto: tcrypt - add GCM/CCM mode test for SM4 algorithm
Tianjia Zhang
1
-0
/
+45
2021-08-21
crypto: testmgr - Add GCM/CCM mode test of SM4 algorithm
Tianjia Zhang
2
-0
/
+177
2021-08-21
crypto: tcrypt - Fix missing return value check
Tianjia Zhang
1
-10
/
+19
2021-08-21
crypto: hisilicon/sec - modify the hardware endian configuration
Kai Ye
2
-27
/
+9
2021-08-21
crypto: hisilicon/sec - fix the abnormal exiting process
Kai Ye
1
-1
/
+2
2021-08-21
crypto: qat - store vf.compatible flag
Giovanni Cabiddu
1
-1
/
+3
2021-08-21
crypto: qat - do not export adf_iov_putmsg()
Giovanni Cabiddu
1
-1
/
+0
2021-08-21
crypto: qat - flush vf workqueue at driver removal
Ahsan Atta
5
-0
/
+33
2021-08-21
crypto: qat - remove the unnecessary get_vintmsk_offset()
Marco Chiappero
14
-44
/
+2
2021-08-21
crypto: qat - fix naming of PF/VF enable functions
Marco Chiappero
9
-13
/
+13
2021-08-21
crypto: qat - complete all the init steps before service notification
Marco Chiappero
1
-4
/
+6
2021-08-21
crypto: qat - move IO virtualization functions
Giovanni Cabiddu
4
-15
/
+17
2021-08-21
crypto: qat - fix naming for init/shutdown VF to PF notifications
Marco Chiappero
5
-16
/
+16
2021-08-21
crypto: qat - protect interrupt mask CSRs with a spinlock
Kanchana Velusamy
7
-4
/
+41
2021-08-21
crypto: qat - move pf2vf interrupt [en|dis]able to adf_vf_isr.c
Marco Chiappero
2
-20
/
+20
2021-08-21
crypto: qat - fix reuse of completion variable
Marco Chiappero
1
-0
/
+2
2021-08-21
crypto: qat - remove intermediate tasklet for vf2pf
Svyatoslav Pankratov
4
-13
/
+5
2021-08-21
crypto: qat - rename compatibility version definition
Marco Chiappero
9
-17
/
+17
2021-08-21
crypto: qat - prevent spurious MSI interrupt in PF
Marco Chiappero
2
-7
/
+20
2021-08-21
crypto: qat - prevent spurious MSI interrupt in VF
Giovanni Cabiddu
1
-1
/
+11
2021-08-21
crypto: qat - handle both source of interrupt in VF ISR
Giovanni Cabiddu
1
-3
/
+4
2021-08-21
crypto: qat - do not ignore errors from enable_vf2pf_comms()
Giovanni Cabiddu
1
-2
/
+3
2021-08-21
crypto: qat - enable interrupts only after ISR allocation
Marco Chiappero
1
-2
/
+2
2021-08-21
crypto: qat - remove empty sriov_configure()
Marco Chiappero
1
-4
/
+1
2021-08-21
crypto: qat - use proper type for vf_mask
Giovanni Cabiddu
1
-3
/
+4
2021-08-21
crypto: qat - fix a typo in a comment
Christophe JAILLET
1
-1
/
+1
2021-08-21
crypto: qat - disable AER if an error occurs in probe functions
Christophe JAILLET
3
-6
/
+12
2021-08-21
crypto: qat - set DMA mask to 48 bits for Gen2
Giovanni Cabiddu
6
-6
/
+6
2021-08-21
crypto: qat - simplify code and axe the use of a deprecated API
Christophe JAILLET
7
-76
/
+28
2021-08-21
crypto: omap - Fix inconsistent locking of device lists
Ben Hutchings
3
-14
/
+14
2021-08-21
crypto: omap - Avoid redundant copy when using truncated sg list
Ben Hutchings
1
-1
/
+1
2021-08-21
usb: chipidea: host: fix port index underflow and UBSAN complains
Li Jun
1
-3
/
+11
2021-08-20
block: add back the bd_holder_dir reference in bd_link_disk_holder
Christoph Hellwig
1
-0
/
+7
2021-08-20
Documentation: Update details of The Linux Kernel Module Programming Guide
Chun-Hung Tseng
1
-6
/
+8
2021-08-20
PCI: Optimize pci_resource_len() to reduce kernel size
Zhen Lei
1
-3
/
+1
2021-08-20
stmmac: Revert "stmmac: align RX buffers"
Marc Zyngier
1
-2
/
+2
2021-08-20
PCI: Make saved capability state private to core
Bjorn Helgaas
2
-20
/
+21
2021-08-20
PCI: Add schedule point in proc_bus_pci_read()
Krzysztof WilczyĆski
1
-0
/
+1
2021-08-20
PCI: Correct the pci_iomap.h header guard #endif comment
Jonathan Cameron
1
-1
/
+1
2021-08-20
PCI/ACS: Enforce pci=noats with Transaction Blocking
Alex Williamson
2
-3
/
+3
2021-08-20
PCI: Add ACS quirks for Cavium multi-function devices
George Cherian
1
-0
/
+4
2021-08-20
PCI/PTM: Remove error message at boot
Jakub Kicinski
1
-3
/
+1
2021-08-20
io_uring: fix xa_alloc_cycle() error return value check
Jens Axboe
1
-4
/
+5
2021-08-20
tg3: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-43
/
+16
2021-08-20
tg3: Validate VPD checksum with pci_vpd_check_csum()
Heiner Kallweit
1
-27
/
+4
2021-08-20
tg3: Read VPD with pci_vpd_alloc()
Heiner Kallweit
2
-18
/
+10
2021-08-20
sfc: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-51
/
+14
2021-08-20
sfc: Read VPD with pci_vpd_alloc()
Heiner Kallweit
1
-15
/
+14
2021-08-20
PCI/VPD: Add pci_vpd_check_csum()
Heiner Kallweit
2
-0
/
+32
2021-08-20
PCI/VPD: Add pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2
-0
/
+46
[prev]
[next]