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
2021-10-20
misc: aspeed: add a raw value setting interface for uart routing
Jae Hyun Yoo
1
-19
/
+40
2021-10-20
misc: aspeed: Add Aspeed UART routing control driver.
Oskar Senft
3
-0
/
+390
2021-10-11
Merge tag 'v5.14.11' into dev-5.14
Joel Stanley
15
-81
/
+125
2021-10-09
habanalabs/gaudi: fix LBW RR configuration
Oded Gabbay
1
-48
/
+67
2021-10-09
habanalabs: fail collective wait when not supported
Ofir Bitton
1
-0
/
+9
2021-10-09
habanalabs/gaudi: use direct MSI in single mode
Omer Shpigelman
2
-3
/
+8
2021-09-30
misc: genwqe: Fixes DMA mask setting
Christophe JAILLET
1
-1
/
+1
2021-09-30
misc: bcm-vk: fix tty registration race
Johan Hovold
1
-3
/
+3
2021-09-26
habanalabs: cannot sleep while holding spinlock
farah kassabri
2
-3
/
+1
2021-09-26
habanalabs: add "in device creation" status
Omer Shpigelman
4
-16
/
+17
2021-09-26
habanalabs: fix mmu node address resolution in debugfs
Yuri Nudelman
1
-1
/
+1
2021-09-26
habanalabs: add validity check for event ID received from F/W
Ofir Bitton
2
-0
/
+12
2021-09-26
habanalabs: fix nullifying of destroyed mmu pgt pool
Tomer Tayar
1
-6
/
+6
2021-09-22
Merge tag 'v5.14.6' into dev-5.14
Joel Stanley
6
-33
/
+91
2021-09-18
misc: sram: Only map reserved areas in Tegra SYSRAM
Mikko Perttunen
2
-30
/
+82
2021-09-18
misc/pvpanic-pci: Allow automatic loading
Eric Auger
1
-0
/
+2
2021-09-18
VMCI: fix NULL pointer dereference when unmapping queue pair
Wang Hai
1
-2
/
+4
2021-09-15
misc/pvpanic: fix set driver data
Mihai Carabas
1
-0
/
+2
2021-09-15
lkdtm: replace SCSI_DISPATCH_CMD with SCSI_QUEUE_RQ
Kevin Mitchell
1
-1
/
+1
2021-09-08
misc: Add NPCM7xx JTAG master driver
Tomer Maimon
3
-0
/
+846
2021-09-08
eeprom: at25: Split reads into chunks and cap write size
Brad Bishop
1
-40
/
+54
2021-09-06
misc: mbox: add npcm7xx pci mailbox driver
Tomer Maimon
3
-0
/
+296
2021-09-06
misc: npcm7xx-lpc-bpc: add NPCM7xx BIOS post code driver
Tomer Maimon
3
-0
/
+403
2021-07-20
Merge tag 'at24-fixes-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel...
Wolfram Sang
1
-10
/
+7
2021-07-06
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-18
/
+14
2021-07-05
Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-3
/
+5
2021-07-05
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
65
-1236
/
+3799
2021-07-03
Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-3
/
+3
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-0
/
+3
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
3
-0
/
+3
2021-07-01
misc: eeprom: at24: Always append device id even if label property is set.
Jérôme Glisse
1
-10
/
+7
2021-06-30
treewide: Add missing semicolons to __assign_str uses
Joe Perches
1
-3
/
+3
2021-06-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2021-06-29
misc/sgi-gru/grufault: use vma_lookup() in gru_find_vma()
Liam Howlett
1
-2
/
+2
2021-06-29
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-3
/
+3
2021-06-24
misc: ibmasm: Modify matricies to matrices
Guoqing Chi
1
-1
/
+1
2021-06-24
misc: vmw_vmci: return the correct errno code
Junlin Yang
1
-1
/
+1
2021-06-24
lkdtm/heap: Add init_on_alloc tests
Kees Cook
3
-0
/
+69
2021-06-24
lkdtm: Add CONFIG hints in errors where possible
Kees Cook
8
-11
/
+116
2021-06-24
lkdtm: Enable DOUBLE_FAULT on all architectures
Kees Cook
1
-2
/
+0
2021-06-24
lkdtm/heap: Add vmalloc linear overflow test
Kees Cook
3
-3
/
+25
2021-06-24
lkdtm/bugs: XFAIL UNALIGNED_LOAD_STORE_WRITE
Kees Cook
1
-0
/
+3
2021-06-22
mei: revamp mei extension header structure layout.
Tomas Winkler
3
-27
/
+38
2021-06-22
mei: fix kdoc in the driver
Tamar Mashiah
7
-10
/
+10
2021-06-21
habanalabs/gaudi: refactor hard-reset related code
Koby Elbaz
4
-47
/
+56
2021-06-21
habanalabs/gaudi: add support for NIC DERR
Ofir Bitton
3
-5
/
+16
2021-06-21
habanalabs: add validity check for signal cs
farah kassabri
3
-24
/
+75
2021-06-21
habanalabs: get lower/upper 32 bits via masking
Koby Elbaz
2
-2
/
+2
2021-06-21
habanalabs: allow reset upon device release
Ofir Bitton
4
-5
/
+30
2021-06-18
debugfs: add skip_reset_on_timeout option
Yuri Nudelman
3
-0
/
+9
[next]