index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-22
habanalabs: use 1U when shifting bits
Oded Gabbay
1
-6166
/
+6166
2020-09-22
habanalabs: check TPC vector pipe is empty
Oded Gabbay
1
-0
/
+9
2020-09-22
habanalabs: remove redundant assignment to variable
Oded Gabbay
1
-2
/
+0
2020-09-22
habanalabs: use FIELD_PREP() instead of <<
Oded Gabbay
3
-179
/
+154
2020-09-22
habanalabs: use standard BIT() and GENMASK()
Oded Gabbay
1
-22
/
+22
2020-09-22
habanalabs: eliminate redundant else condition
Oded Gabbay
1
-2
/
+2
2020-09-22
habanalabs: cast int to u32 before printing it with %u
Oded Gabbay
1
-1
/
+1
2020-09-22
habanalabs: change CB's ID to be 64 bits
Oded Gabbay
3
-4
/
+4
2020-09-22
habanalabs: print the queue id in case of an error
Dotan Barak
2
-6
/
+12
2020-09-22
habanalabs: remove security from ARB_MST_QUIET register
farah kassabri
1
-36
/
+19
2020-09-22
habanalabs: PCIe Advanced Error Reporting support
Ofir Bitton
1
-1
/
+75
2020-09-22
habanalabs: expose sync manager resources allocation in INFO IOCTL
Ofir Bitton
3
-1
/
+42
2020-09-22
habanalabs: add information about PCIe controller
Ofir Bitton
6
-0
/
+111
2020-09-22
habanalabs: Replace dma-fence mechanism with completions
Ofir Bitton
4
-63
/
+77
2020-09-22
habanalabs: increase length of ASIC name
Oded Gabbay
1
-1
/
+1
2020-09-21
misc: eeprom: use helper to get i2c_client from kobj
Wolfram Sang
1
-1
/
+1
2020-09-17
drm, iommu: Change type of pasid to u32
Fenghua Yu
1
-1
/
+1
2020-09-17
eeprom: 93xx46: set type id as EEPROM
Vadym Kochan
1
-0
/
+1
2020-09-17
eeprom: at25: set type id as EEPROM
Vadym Kochan
1
-0
/
+1
2020-09-17
eeprom: at24: set type id as EEPROM
Vadym Kochan
1
-0
/
+1
2020-09-16
misc: rtsx: Add power saving functions and fix driving parameter
Ricky Wu
4
-19
/
+283
2020-09-16
misc: fastrpc: add ioctl for attaching to sensors pd
Jonathan Marek
1
-3
/
+6
2020-09-16
misc: fastrpc: define names for protection domain ids
Jonathan Marek
1
-2
/
+7
2020-09-16
misc: rtsx: Fix power down flow
Ricky Wu
5
-51
/
+18
2020-09-16
misc: rtsx: Fix memory leak in rtsx_pci_probe
Keita Suzuki
1
-1
/
+3
2020-09-14
misc: hisi_hikey_usb: fix return of uninitialized ret status variable
Colin Ian King
1
-2
/
+1
2020-09-14
Merge 5.9-rc5 into char-misc-next
Greg Kroah-Hartman
3
-21
/
+24
2020-09-13
Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-17
/
+17
2020-09-11
dma-mapping: fix DMA_OPS dependencies
Christoph Hellwig
1
-0
/
+1
2020-09-10
misc: hisi_hikey_usb: add support for Hikey 970
Mauro Carvalho Chehab
2
-19
/
+88
2020-09-10
misc: hisi_hikey_usb: Driver to support onboard USB gpio hub on Hikey960
Yu Chen
3
-0
/
+215
2020-09-09
Merge tag 'at24-fixes-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...
Wolfram Sang
1
-4
/
+7
2020-09-09
lkdtm: remove set_fs-based tests
Christoph Hellwig
4
-29
/
+0
2020-09-07
uacce: Use kobj_to_dev() instead of container_of()
Tian Tao
1
-1
/
+1
2020-09-07
misc: pci_endpoint_test: Add Device ID for RZ/G2H PCIe controller
Lad Prabhakar
1
-0
/
+2
2020-09-07
misc: pci_endpoint_test: Add Device ID for RZ/G2M and RZ/G2N PCIe controllers
Lad Prabhakar
1
-2
/
+5
2020-09-01
misc: eeprom: at24: register nvmem only after eeprom is ready to use
Vadym Kochan
1
-4
/
+7
2020-08-31
habanalabs: fix report of RAZWI initiator coordinates
Ofir Bitton
1
-16
/
+16
2020-08-31
habanalabs: prevent user buff overflow
Moti Haimovski
1
-1
/
+1
2020-08-31
Merge 5.9-rc3 into char-misc-next
Greg Kroah-Hartman
23
-78
/
+217
2020-08-28
misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()
Ricky Wu
1
-4
/
+0
2020-08-28
VMCI: check return value of get_user_pages_fast() for errors
Alex Dewar
1
-4
/
+6
2020-08-28
misc: fastrpc: fix common struct sg_table related issues
Marek Szyprowski
1
-2
/
+2
2020-08-28
eeprom: at25: set minimum read/write access stride to 1
Christian Eggers
1
-1
/
+1
2020-08-28
eeprom: at25: allow page sizes greater than 16 bit
Christian Eggers
1
-1
/
+1
2020-08-26
Merge tag 'char-misc-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
16
-63
/
+202
2020-08-25
eeprom: at24: Tidy at24_read()
Jean Delvare
1
-10
/
+4
2020-08-24
cxl: Rework error message for incompatible slots
Frederic Barrat
1
-2
/
+2
2020-08-24
ocxl: Don't return trigger page when allocating an interrupt
Frederic Barrat
3
-12
/
+9
2020-08-24
ocxl: Access interrupt trigger page from xive directly
Frederic Barrat
1
-2
/
+6
[prev]
[next]