index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-21
nvme: remove redundant BUILD_BUG_ON check
Guixin Liu
1
-3
/
+0
2024-03-18
floppy: remove duplicated code in redo_fd_request()
Yufeng Wang
1
-1
/
+0
2024-03-18
nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq
Li Feng
1
-3
/
+18
2024-03-18
nvme-tcp: Export the nvme_tcp_wq to sysfs
Li Feng
1
-1
/
+1
2024-03-18
drivers/nvme: Add quirks for device 126f:2262
Jiawei Fu (iBug)
1
-0
/
+3
2024-03-14
nvme: parse format command's lbafu when tracing
Guixin Liu
1
-1
/
+4
2024-03-14
nvme: add tracing of reservation commands
Guixin Liu
1
-0
/
+62
2024-03-14
nvme: parse zns command's zsa and zrasf to string
Guixin Liu
1
-3
/
+35
2024-03-14
nvme: use nvme_disk_is_ns_head helper
Guixin Liu
2
-4
/
+2
2024-03-14
nvme: fix reconnection fail due to reserved tag allocation
Chunguang Xu
2
-9
/
+4
2024-03-14
block: fix mismatched kerneldoc function name
Jiapeng Chong
1
-1
/
+1
2024-03-13
Revert "blk-lib: check for kill signal"
Christoph Hellwig
1
-39
/
+1
2024-03-13
Revert "block/mq-deadline: use correct way to throttling write requests"
Bart Van Assche
1
-2
/
+1
2024-03-13
block: limit block time caching to in_task() context
Jens Axboe
1
-1
/
+1
2024-03-12
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
39
-68
/
+51
2024-03-12
Revert "x86/bugs: Use fixed addressing for VERW operand"
Dave Hansen
1
-1
/
+1
2024-03-12
dm: call the resume method on internal suspend
Mikulas Patocka
1
-6
/
+20
2024-03-12
dm raid: fix false positive for requeue needed during reshape
Ming Lei
1
-2
/
+2
2024-03-11
nexthop: Fix splat with CONFIG_DEBUG_PREEMPT=y
Ido Schimmel
1
-1
/
+2
2024-03-11
nexthop: Fix out-of-bounds access during attribute validation
Ido Schimmel
2
-12
/
+23
2024-03-11
nexthop: Only parse NHA_OP_FLAGS for dump messages that require it
Ido Schimmel
1
-5
/
+5
2024-03-11
nexthop: Only parse NHA_OP_FLAGS for get messages that require it
Ido Schimmel
1
-8
/
+8
2024-03-11
Revert "dm: use queue_limits_set"
Linus Torvalds
2
-13
/
+16
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
9
-21
/
+21
2024-03-11
bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
Puranjay Mohan
1
-1
/
+6
2024-03-11
selftests/bpf: Add kprobe multi triggering benchmarks
Jiri Olsa
3
-0
/
+50
2024-03-11
ptp: Move from simple ida to xarray
Kory Maincent
1
-14
/
+18
2024-03-11
vxlan: Remove generic .ndo_get_stats64
Breno Leitao
1
-2
/
+0
2024-03-11
vxlan: Do not alloc tstats manually
Breno Leitao
1
-11
/
+2
2024-03-11
devlink: Add comments to use netlink gen tool
William Tu
1
-1
/
+4
2024-03-11
nfp: flower: handle acti_netdevs allocation failure
Duoming Zhou
1
-0
/
+5
2024-03-11
net/packet: Add getsockopt support for PACKET_COPY_THRESH
Juntong Deng
2
-3
/
+6
2024-03-11
net/netlink: Add getsockopt support for NETLINK_LISTEN_ALL_NSID
Juntong Deng
1
-0
/
+3
2024-03-11
selftests/bpf: Add bpf_arena_htab test.
Alexei Starovoitov
6
-0
/
+243
2024-03-11
selftests/bpf: Add bpf_arena_list test.
Alexei Starovoitov
4
-0
/
+314
2024-03-11
selftests/bpf: Add unit tests for bpf_arena_alloc/free_pages
Alexei Starovoitov
6
-2
/
+227
2024-03-11
bpf: Add helper macro bpf_addr_space_cast()
Alexei Starovoitov
1
-0
/
+43
2024-03-11
libbpf: Recognize __arena global variables.
Andrii Nakryiko
3
-13
/
+120
2024-03-11
bpftool: Recognize arena map type
Alexei Starovoitov
2
-2
/
+2
2024-03-11
libbpf: Add support for bpf_arena.
Alexei Starovoitov
2
-8
/
+46
2024-03-11
libbpf: Add __arg_arena to bpf_helpers.h
Alexei Starovoitov
1
-0
/
+1
2024-03-11
bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
Alexei Starovoitov
3
-4
/
+31
2024-03-11
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
5
-9
/
+109
2024-03-11
bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.
Alexei Starovoitov
3
-1
/
+47
2024-03-11
bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.
Alexei Starovoitov
3
-1
/
+194
2024-03-11
bpf: Disasm support for addr_space_cast instruction.
Alexei Starovoitov
3
-0
/
+18
2024-03-11
bpf: Introduce bpf_arena.
Alexei Starovoitov
9
-2
/
+635
2024-03-11
ravb: Correct buffer size to map for R-Car Rx
Niklas Söderlund
1
-1
/
+1
2024-03-11
net: amt: Remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-03-11
net: amt: Move stats allocation to core
Breno Leitao
1
-7
/
+2
[next]