index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-26
cxl: remove vma linked list walk
Matthew Wilcox (Oracle)
1
-30
/
+15
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-08-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...
Linus Torvalds
1
-2
/
+2
2022-08-04
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-9
/
+1
2022-08-04
Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
224
-1201
/
+159197
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-58
/
+3
2022-08-03
misc: update maintainer email address and description for atmel-ssc
Hans-Christian Noren Egtvedt
1
-2
/
+2
2022-08-02
Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-08-02
mm: Convert all PageMovable users to movable_operations
Matthew Wilcox (Oracle)
1
-58
/
+3
2022-07-28
drivers: lkdtm: fix clang -Wformat warning
Justin Stitt
1
-1
/
+1
2022-07-27
drivers: lkdtm: fix clang -Wformat warning
Justin Stitt
1
-1
/
+1
2022-07-20
lkdtm: Disable return thunks in rodata.c
Josh Poimboeuf
1
-3
/
+6
2022-07-14
misc: Add a mechanism to detect stalls on guest vCPUs
Sebastian Ene
3
-0
/
+237
2022-07-14
cxl: Fix a memory leak in an error handling path
Christophe JAILLET
1
-0
/
+1
2022-07-14
cxl: Use the bitmap API to allocate bitmaps
Christophe JAILLET
4
-7
/
+5
2022-07-14
mei: me: fix clang -Wformat warning
Justin Stitt
1
-1
/
+1
2022-07-14
eeprom: idt_89hpesx: uninitialized data in idt_dbgfs_csr_write()
Dan Carpenter
1
-2
/
+6
2022-07-12
habanalabs: move h/w dirty message to debug
Oded Gabbay
3
-5
/
+3
2022-07-12
habanalabs: rename soft reset to compute reset
Oded Gabbay
8
-30
/
+30
2022-07-12
habanalabs: add status of reset after device release
Oded Gabbay
2
-7
/
+16
2022-07-12
habanalabs: fix update of is_in_soft_reset
Oded Gabbay
1
-5
/
+15
2022-07-12
habanalabs: expose only valid debugfs nodes
Ofir Bitton
1
-44
/
+50
2022-07-12
habanalabs/gaudi2: map virtual MSI-X doorbell memory for user
Tomer Tayar
2
-2
/
+44
2022-07-12
habanalabs/gaudi2: modify decoder to use virtual MSI-X doorbell
Tomer Tayar
4
-11
/
+161
2022-07-12
habanalabs/gaudi2: modify CS completion CQ to use virtual MSI-X doorbell
Tomer Tayar
1
-3
/
+16
2022-07-12
habanalabs/gaudi2: replace defines for reserved sob/mob with enums
Tomer Tayar
3
-32
/
+46
2022-07-12
habanalabs/gaudi2: configure virtual MSI-X doorbell interface
Tomer Tayar
3
-3
/
+28
2022-07-12
habanalabs: add a value field to hl_fw_send_pci_access_msg()
Tomer Tayar
6
-15
/
+14
2022-07-12
habanalabs: fixes to the poll-timeout macros
Ohad Sharabi
1
-29
/
+90
2022-07-12
habanalabs/gaudi2: use DIV_ROUND_UP_SECTOR_T instead of roundup
Ohad Sharabi
1
-4
/
+5
2022-07-12
habanalabs: initialize variable explicitly
Oded Gabbay
1
-1
/
+1
2022-07-12
habanalabs: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-3
/
+2
2022-07-12
habanalabs/gaudi2: remove unused defines
Oded Gabbay
3
-13
/
+0
2022-07-12
habanalabs: make sure variable is set before used
Oded Gabbay
1
-1
/
+1
2022-07-12
habanalabs: don't declare tmp twice in same function
Oded Gabbay
1
-2
/
+2
2022-07-12
habanalabs: do not set max power on a secured device
Ofir Bitton
1
-2
/
+4
2022-07-12
habanalabs/gaudi2: SM mask can only be 8-bit
Oded Gabbay
1
-1
/
+2
2022-07-12
habanalabs/gaudi2: remove unused variable
Oded Gabbay
1
-7
/
+3
2022-07-12
habanalabs: allow detection of unsupported f/w packets
Oded Gabbay
1
-4
/
+8
2022-07-12
habanalabs: save f/w preboot minor version
Sagiv Ozeri
2
-9
/
+44
2022-07-12
habanalabs: add support for common decoder interrupts
Ofir Bitton
4
-6
/
+15
2022-07-12
habanalabs: naming refactor of user interrupt flow
Ofir Bitton
4
-16
/
+16
2022-07-12
habanalabs: wait for preboot ready after hard reset
Ohad Sharabi
5
-42
/
+107
2022-07-12
habanalabs/gaudi2: reset device upon critical ECC event
Ofir Bitton
2
-11
/
+16
2022-07-12
habanalabs: enable gaudi2 code in driver
Oded Gabbay
3
-7
/
+63
2022-07-12
habanalabs: add gaudi2 MMU support
Moti Haimovski
7
-33
/
+1064
2022-07-12
habanalabs: add gaudi2 wait-for-CS support
Oded Gabbay
7
-89
/
+210
2022-07-12
habanalabs/gaudi2: add gaudi2 profiler module
Benjamin Dotan
4
-2
/
+3792
2022-07-12
habanalabs/gaudi2: add gaudi2 security module
Ofir Bitton
4
-2
/
+3867
2022-07-12
habanalabs: add generic security module
Ofir Bitton
3
-2
/
+671
[next]