index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-24
io_uring: fix io_uring_cqe_overflow trace format
Dylan Yudaken
1
-1
/
+1
2022-07-24
io_uring: multishot recv
Dylan Yudaken
1
-0
/
+5
2022-07-24
io_uring: let to set a range for file slot allocation
Pavel Begunkov
2
-0
/
+16
2022-07-24
io_uring: add support for passing fixed file descriptors
Jens Axboe
1
-0
/
+17
2022-07-24
io_uring: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2022-07-24
io_uring: fuse fallback_node and normal tw node
Pavel Begunkov
1
-4
/
+1
2022-07-24
io_uring: add sync cancelation API through io_uring_register()
Jens Axboe
1
-0
/
+15
2022-07-24
io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flag
Jens Axboe
1
-0
/
+2
2022-07-24
io_uring: add trace event for running task work
Dylan Yudaken
1
-0
/
+30
2022-07-24
io_uring: lockless task list
Dylan Yudaken
1
-1
/
+1
2022-07-24
io_uring: hide eventfd assumptions in eventfd paths
Pavel Begunkov
1
-0
/
+2
2022-07-24
io_uring: remove ->flush_cqes optimisation
Pavel Begunkov
1
-1
/
+0
2022-07-24
io_uring: move a few private types to local headers
Jens Axboe
1
-18
/
+0
2022-07-24
io_uring: clean up tracing events
Pavel Begunkov
1
-85
/
+57
2022-07-24
io_uring: make io_uring_types.h public
Pavel Begunkov
1
-0
/
+554
2022-07-24
io_uring: add IORING_SETUP_SINGLE_ISSUER
Pavel Begunkov
1
-1
/
+4
2022-07-24
io_uring: add support for level triggered poll
Jens Axboe
1
-0
/
+3
2022-07-24
spmi: trace: fix stack-out-of-bound access in SPMI tracing functions
David Collins
1
-6
/
+6
2022-07-23
SUNRPC: Remove xdr_align_data() and xdr_expand_hole()
Anna Schumaker
1
-2
/
+0
2022-07-23
SUNRPC: Add a function for zeroing out a portion of an xdr_stream
Anna Schumaker
1
-0
/
+2
2022-07-23
SUNRPC: Add a function for directly setting the xdr page len
Anna Schumaker
1
-0
/
+1
2022-07-23
SUNRPC: Introduce xdr_stream_move_subsegment()
Anna Schumaker
1
-0
/
+2
2022-07-23
SUNRPC: Replace dprintk() call site in xs_data_ready
Chuck Lever
1
-0
/
+20
2022-07-23
nfs: only issue commit in DIO codepath if we have uncommitted data
Jeff Layton
1
-0
/
+1
2022-07-23
SUNRPC: Shrink size of struct rpc_task
Trond Myklebust
1
-2
/
+2
2022-07-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2022-07-23
cgroup: Make !percpu threadgroup_rwsem operations optional
Tejun Heo
1
-3
/
+16
2022-07-23
vfio: Make vfio_unpin_pages() return void
Nicolin Chen
1
-2
/
+2
2022-07-22
ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLAN
Matthias May
1
-4
/
+8
2022-07-22
Merge tag 'for-net-next-2022-07-22' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Jakub Kicinski
6
-40
/
+518
2022-07-22
Bluetooth: ISO: Add broadcast support
Luiz Augusto von Dentz
2
-0
/
+13
2022-07-22
Bluetooth: Add initial implementation of BIS connections
Luiz Augusto von Dentz
4
-20
/
+261
2022-07-22
Bluetooth: Add BTPROTO_ISO socket type
Luiz Augusto von Dentz
3
-2
/
+58
2022-07-22
Bluetooth: Add initial implementation of CIS connections
Luiz Augusto von Dentz
5
-4
/
+169
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
10
-38
/
+227
2022-07-22
asm-generic: Add new pci.h and use it
Stafford Horne
1
-0
/
+30
2022-07-22
PCI: Move isa_dma_bridge_buggy out of asm/dma.h
Stafford Horne
1
-0
/
+14
2022-07-22
PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.h
Stafford Horne
1
-17
/
+0
2022-07-22
Revert "tcp: change pingpong threshold to 3"
Wei Wang
1
-9
/
+1
2022-07-22
PCI: Extend isolated function probing to s390
Niklas Schnelle
1
-0
/
+8
2022-07-22
Bluetooth: hci_core: Introduce hci_recv_event_data
Luiz Augusto von Dentz
1
-0
/
+2
2022-07-22
bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)
Song Liu
1
-0
/
+8
2022-07-22
bpf, x64: Allow to use caller address from stack
Jiri Olsa
1
-0
/
+5
2022-07-22
ftrace: Allow IPMODIFY and DIRECT ops on the same function
Song Liu
1
-0
/
+38
2022-07-22
ftrace: Add modify_ftrace_direct_multi_nolock
Song Liu
1
-0
/
+5
2022-07-22
Bluetooth: Remove update_scan hci_request dependancy
Brian Gix
2
-1
/
+1
2022-07-22
Bluetooth: Remove dead code from hci_request.c
Brian Gix
1
-1
/
+0
2022-07-22
Merge tag 'drm-fixes-2022-07-22' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-2
/
+2
2022-07-22
iomap: remove iomap_writepage
Christoph Hellwig
1
-3
/
+0
2022-07-22
mmu_gather: fix the CONFIG_MMU_GATHER_NO_RANGE case
Linus Torvalds
1
-3
/
+0
[prev]
[next]