index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into mm-hotfixes-stable
Andrew Morton
2023-06-30
10103
-108227
/
+356214
|
\
|
*
csky: fix up lock_mm_and_find_vma() conversion
Linus Torvalds
2023-06-30
1
-1
/
+1
|
*
Merge tag 'memblock-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-06-30
2
-5
/
+69
|
|
\
|
|
*
memblock: Update nid info in memblock debugfs
Yuwei Guan
2023-06-02
1
-2
/
+6
|
|
*
memblock: Add flags and nid info in memblock debugfs
Yuwei Guan
2023-05-24
1
-2
/
+22
|
|
*
Fix some coding style errors in memblock.c
Claudio Migliorelli
2023-05-24
1
-3
/
+3
|
|
*
Add tests for memblock_alloc_node()
Claudio Migliorelli
2023-05-24
1
-0
/
+40
|
*
|
parisc: fix expand_stack() conversion
Linus Torvalds
2023-06-30
1
-1
/
+1
|
*
|
Merge tag 'dma-mapping-6.5-2023-06-28' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2023-06-30
5
-12
/
+17
|
|
\
\
|
|
*
|
drm/nouveau: stop using is_swiotlb_active
Christoph Hellwig
2023-06-07
1
-7
/
+3
|
|
*
|
swiotlb: use the atomic counter of total used slabs if available
Petr Tesarik
2023-06-07
1
-0
/
+11
|
|
*
|
swiotlb: remove unused field "used" from struct io_tlb_mem
Petr Tesarik
2023-06-07
1
-2
/
+0
|
|
*
|
dma-remap: use kvmalloc_array/kvfree for larger dma memory remap
gaoxu
2023-06-07
1
-2
/
+2
|
|
*
|
dma-mapping: fix a Kconfig typo
Sui Jingfeng
2023-06-07
1
-1
/
+1
|
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2023-06-30
58
-901
/
+1955
|
|
\
\
\
|
|
*
\
\
Merge tag 'v6.4' into rdma.git for-next
Jason Gunthorpe
2023-06-27
1762
-8231
/
+17478
|
|
|
\
\
\
|
|
*
|
|
|
RDMA/bnxt_re: Fix an IS_ERR() vs NULL check
Dan Carpenter
2023-06-27
1
-2
/
+2
|
|
*
|
|
|
RDMA/bnxt_re: Fix spelling mistake "priviledged" -> "privileged"
Colin Ian King
2023-06-26
1
-2
/
+2
|
|
*
|
|
|
RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.c
Yang Li
2023-06-26
1
-1
/
+0
|
|
*
|
|
|
RDMA/bnxt_re: Refactor code around bnxt_qplib_map_rc()
Kashyap Desai
2023-06-26
1
-8
/
+15
|
|
*
|
|
|
RDMA/bnxt_re: Remove incorrect return check from slow path
Kashyap Desai
2023-06-26
1
-6
/
+0
|
|
*
|
|
|
RDMA/bnxt_re: Enable low latency push
Selvin Xavier
2023-06-21
7
-4
/
+204
|
|
*
|
|
|
RDMA/bnxt_re: Reorg the bar mapping
Selvin Xavier
2023-06-21
8
-77
/
+213
|
|
*
|
|
|
RDMA/bnxt_re: Move the interface version to chip context structure
Selvin Xavier
2023-06-21
2
-2
/
+2
|
|
*
|
|
|
RDMA/bnxt_re: Query function capabilities from firmware
Selvin Xavier
2023-06-21
1
-0
/
+21
|
|
*
|
|
|
RDMA/bnxt_re: Optimize the bnxt_re_init_hwrm_hdr usage
Selvin Xavier
2023-06-21
1
-29
/
+19
|
|
*
|
|
|
RDMA/bnxt_re: Add disassociate ucontext support
Selvin Xavier
2023-06-21
1
-0
/
+5
|
|
*
|
|
|
RDMA/bnxt_re: Use the common mmap helper functions
Selvin Xavier
2023-06-21
4
-24
/
+119
|
|
*
|
|
|
RDMA/bnxt_re: Initialize opcode while sending message
Leon Romanovsky
2023-06-21
1
-3
/
+2
|
|
*
|
|
|
RDMA/cma: Remove NULL check before dev_{put, hold}
Yang Li
2023-06-20
1
-2
/
+1
|
|
*
|
|
|
RDMA/rxe: Simplify cq->notify code
Bob Pearson
2023-06-20
2
-6
/
+3
|
|
*
|
|
|
RDMA/rxe: Fixes mr access supported list
Bob Pearson
2023-06-20
1
-1
/
+2
|
|
*
|
|
|
RDMA/bnxt_re: optimize the parameters passed to helper functions
Kashyap Desai
2023-06-12
1
-25
/
+19
|
|
*
|
|
|
RDMA/bnxt_re: remove redundant cmdq_bitmap
Kashyap Desai
2023-06-12
2
-48
/
+34
|
|
*
|
|
|
RDMA/bnxt_re: use firmware provided max request timeout
Kashyap Desai
2023-06-12
4
-12
/
+60
|
|
*
|
|
|
RDMA/bnxt_re: cancel all control path command waiters upon error
Kashyap Desai
2023-06-12
2
-2
/
+3
|
|
*
|
|
|
RDMA/bnxt_re: consider timeout of destroy ah as success.
Kashyap Desai
2023-06-12
4
-9
/
+21
|
|
*
|
|
|
RDMA/bnxt_re: post destroy_ah for delayed completion of AH creation
Kashyap Desai
2023-06-12
2
-0
/
+110
|
|
*
|
|
|
RDMA/bnxt_re: Add firmware stall check detection
Kashyap Desai
2023-06-12
2
-10
/
+39
|
|
*
|
|
|
RDMA/bnxt_re: handle command completions after driver detect a timedout
Kashyap Desai
2023-06-12
2
-26
/
+34
|
|
*
|
|
|
RDMA/bnxt_re: add helper function __poll_for_resp
Kashyap Desai
2023-06-12
2
-1
/
+44
|
|
*
|
|
|
RDMA/bnxt_re: Simplify the function that sends the FW commands
Kashyap Desai
2023-06-12
2
-61
/
+86
|
|
*
|
|
|
RDMA/bnxt_re: use shadow qd while posting non blocking rcfw command
Kashyap Desai
2023-06-12
2
-2
/
+61
|
|
*
|
|
|
RDMA/bnxt_re: Avoid the command wait if firmware is inactive
Kashyap Desai
2023-06-12
1
-4
/
+48
|
|
*
|
|
|
RDMA/bnxt_re: Enhance the existing functions that wait for FW responses
Kashyap Desai
2023-06-12
1
-14
/
+51
|
|
*
|
|
|
RDMA/bnxt_re: set fixed command queue depth
Kashyap Desai
2023-06-12
2
-9
/
+4
|
|
*
|
|
|
RDMA/bnxt_re: remove virt_func check while creating RoCE FW channel
Kashyap Desai
2023-06-12
3
-13
/
+9
|
|
*
|
|
|
RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context
Kashyap Desai
2023-06-12
1
-3
/
+10
|
|
*
|
|
|
RDMA/bnxt_re: wraparound mbox producer index
Kashyap Desai
2023-06-12
1
-2
/
+2
|
|
*
|
|
|
RDMA/erdma: Refactor the original doorbell allocation mechanism
Cheng Xu
2023-06-11
5
-163
/
+27
[next]