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
/
uapi
/
linux
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-09
bpf: Add BPF-helper for accessing CLOCK_TAI
Jesper Dangaard Brouer
1
-0
/
+13
2022-08-08
bpf: Improve docstring for BPF_F_USER_BUILD_ID flag
Dave Marchevsky
1
-2
/
+12
2022-08-03
Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
15
-34
/
+293
2022-08-03
Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
1
-1
/
+9
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-4
/
+0
2022-08-02
Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
55
-121
/
+121
2022-08-02
Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+2
2022-08-02
Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-0
/
+22
2022-08-02
Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
1
-2
/
+2
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+161
2022-08-02
Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+43
2022-08-02
Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+67
2022-08-02
mm: Convert all PageMovable users to movable_operations
Matthew Wilcox (Oracle)
1
-4
/
+0
2022-08-01
Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+4
2022-08-01
Merge tag 'fsnotify_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-0
/
+8
2022-07-29
seg6: add support for SRv6 H.L2Encaps.Red behavior
Andrea Mayer
1
-0
/
+1
2022-07-29
seg6: add support for SRv6 H.Encaps.Red behavior
Andrea Mayer
1
-0
/
+1
2022-07-28
devlink: introduce framework for selftests
Vikas Gupta
1
-0
/
+29
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-07-28
dm: fix dm-raid crash if md_handle_request() splits bio
Mike Snitzer
1
-2
/
+2
2022-07-28
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Paolo Abeni
1
-0
/
+3
2022-07-26
net: devlink: introduce nested devlink entity for line card
Jiri Pirko
1
-0
/
+2
2022-07-26
net/sched: flower: Add PPPoE filter
Wojciech Drewek
1
-0
/
+3
2022-07-25
Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
1
-3
/
+49
2022-07-25
btrfs: send: enable support for stream v2 and compressed writes
Omar Sandoval
1
-1
/
+2
2022-07-25
btrfs: send: add stream v2 definitions
Omar Sandoval
1
-0
/
+7
2022-07-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
David S. Miller
1
-6
/
+6
2022-07-24
io_uring: add zc notification flush requests
Pavel Begunkov
1
-0
/
+1
2022-07-24
io_uring: rename IORING_OP_FILES_UPDATE
Pavel Begunkov
1
-1
/
+11
2022-07-24
io_uring: flush notifiers after sendzc
Pavel Begunkov
1
-0
/
+4
2022-07-24
io_uring: sendzc with fixed buffers
Pavel Begunkov
1
-1
/
+5
2022-07-24
io_uring: allow to pass addr into sendzc
Pavel Begunkov
1
-1
/
+1
2022-07-24
io_uring: wire send zc request type
Pavel Begunkov
1
-0
/
+5
2022-07-24
io_uring: add notification slot registration
Pavel Begunkov
1
-0
/
+17
2022-07-24
io_uring: support multishot in recvmsg
Dylan Yudaken
1
-0
/
+7
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
1
-0
/
+13
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: 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 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-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+2
2022-07-22
ublk_drv: make sure that correct flags(features) returned to userspace
Ming Lei
1
-3
/
+4
2022-07-22
wifi: nl80211: add MLO link ID to the NL80211_CMD_FRAME TX API
Johannes Berg
1
-0
/
+4
2022-07-22
wifi: nl80211: add RX and TX timestamp attributes
Avraham Stern
1
-1
/
+21
2022-07-22
wifi: nl80211/mac80211: clarify link ID in control port TX
Johannes Berg
1
-0
/
+6
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+8
[next]