index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
Age
Commit message (
Expand
)
Author
Lines
2021-06-18
habanalabs: better error print for pin failure
Oded Gabbay
-1
/
+2
2021-06-18
habanalabs: add missing space after casting
Omer Shpigelman
-1
/
+1
2021-06-18
habanalabs: ignore device unusable status
Oded Gabbay
-3
/
+3
2021-06-18
habanalabs: load linux image to device
Ohad Sharabi
-81
/
+249
2021-06-18
habanalabs: load boot fit to device
Ohad Sharabi
-69
/
+615
2021-06-18
habanalabs: use dev_dbg upon hint address failure
Oded Gabbay
-2
/
+4
2021-06-18
habanalabs: modify progress status messages
Guy Nisan
-10
/
+10
2021-06-18
habanalabs: give FW a grace time for configuring iATU
Ofir Bitton
-0
/
+4
2021-06-18
habanalabs: update to latest f/w headers
Oded Gabbay
-43
/
+88
2021-06-18
habanalabs: expose ASIC specific PCI info to common code
Ohad Sharabi
-0
/
+124
2021-06-18
habanalabs: dynamic fw load reset protocol
Ohad Sharabi
-40
/
+360
2021-06-18
habanalabs: use common fw_version read
Ohad Sharabi
-93
/
+74
2021-06-18
habanalabs: use mmu cache range invalidation
Alon Mizrahi
-94
/
+16
2021-06-18
habanalabs: refactor init device cpu code
Ohad Sharabi
-28
/
+82
2021-06-18
habanalabs: request f/w in separate function
Ohad Sharabi
-21
/
+44
2021-06-18
habanalabs: prepare preboot stage to dynamic f/w load
Ohad Sharabi
-15
/
+71
2021-06-18
habanalabs: update firmware files to latest
Oded Gabbay
-2
/
+4
2021-06-18
habanalabs: increase ELBI reset timeout for PLDM
Moti Haimovski
-1
/
+1
2021-06-15
mei: hdcp: SPDX tag should be the first line
Tom Rix
-1
/
+0
2021-06-15
arm64: Add ARM64_PTR_AUTH_KERNEL config option
Daniel Kiss
-3
/
+3
2021-06-14
Merge tag 'v5.13-rc6' into tty-next
Greg Kroah-Hartman
-13
/
+42
2021-06-14
Merge tag 'v5.13-rc6' into driver-core-next
Greg Kroah-Hartman
-13
/
+42
2021-06-14
Merge tag 'v5.13-rc6' into char-misc-next
Greg Kroah-Hartman
-13
/
+42
2021-06-12
nvmem: eeprom: at25: fram discovery simplification
Jiri Prchal
-8
/
+5
2021-06-11
nvmem: eeprom: at25: fix type compiler warnings
Jiri Prchal
-3
/
+3
2021-06-11
nvmem: prepare basics for FRAM support
Jiri Prchal
-32
/
+134
2021-06-09
misc: rtsx: separate aspm mode into MODE_REG and MODE_CFG
Ricky Wu
-13
/
+42
2021-06-09
uacce: add print information if not enable sva
Kai Ye
-2
/
+9
2021-06-09
eeprom: idt_89hpesx: use SPDX-License-Identifier
Andy Shevchenko
-32
/
+1
2021-06-09
eeprom: idt_89hpesx: Restore printing the unsupported fwnode name
Andy Shevchenko
-4
/
+3
2021-06-09
eeprom: idt_89hpesx: Put fwnode in matching case during ->probe()
Andy Shevchenko
-0
/
+1
2021-06-09
misc: bcm-vk: use list_move_tail instead of list_del/list_add_tail in bcm_vk_...
Baokun Li
-2
/
+1
2021-06-09
habanalabs/gaudi: remove redundant assignment to variable err
Colin Ian King
-3
/
+0
2021-06-09
misc/pvpanic: Remove some dead-code
Christophe JAILLET
-3
/
+0
2021-06-04
eeprom: ee1004: Remove not needed debug message
Heiner Kallweit
-5
/
+1
2021-06-04
misc: hpilo: map iLO shared memory by PCI revision id
Matt Hsiao
-1
/
+12
2021-05-31
Merge 5.13-rc4 into tty-next
Greg Kroah-Hartman
-128
/
+134
2021-05-31
Merge 5.13-rc4 into driver-core-next
Greg Kroah-Hartman
-128
/
+134
2021-05-31
Merge 5.13-rc4 into char-misc-next
Greg Kroah-Hartman
-1
/
+6
2021-05-29
Merge tag 'char-misc-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+5
2021-05-27
driver core: Drop helper devm_platform_ioremap_resource_wc()
Uwe Kleine-König
-2
/
+4
2021-05-27
mei: request autosuspend after sending rx flow control
Alexander Usyskin
-0
/
+3
2021-05-27
eeprom: ee1004: Add helper ee1004_cleanup
Heiner Kallweit
-14
/
+11
2021-05-27
eeprom: ee1004: Add constant EE1004_NUM_PAGES
Heiner Kallweit
-4
/
+5
2021-05-27
eeprom: ee1004: Move call to ee1004_set_current_page to ee1004_eeprom_read
Heiner Kallweit
-17
/
+9
2021-05-27
eeprom: ee1004: Improve error handling in ee1004_read
Heiner Kallweit
-18
/
+13
2021-05-27
eeprom: ee1004: Factor out setting page to ee1004_set_current_page
Heiner Kallweit
-22
/
+30
2021-05-27
eeprom: ee1004: Cache current page at initialization of first device only
Heiner Kallweit
-8
/
+7
2021-05-27
eeprom: ee1004: Switch to i2c probe_new callback
Heiner Kallweit
-3
/
+2
2021-05-27
eeprom: ee1004: Improve creating dummy devices
Heiner Kallweit
-7
/
+6
[prev]
[next]