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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-19
habanalabs: Add INFO IOCTL opcode for time sync information
Tomer Tayar
1
-0
/
+8
2020-05-18
drm/msm: Add syncobj support.
Bas Nieuwenhuizen
1
-1
/
+23
2020-05-18
drm/amdgpu: Add a UAPI flag for user to call mem_sync
Andrey Grodzovsky
1
-0
/
+4
2020-05-18
iommu/vt-d: Add nested translation helper function
Jacob Pan
1
-0
/
+5
2020-05-18
media: v4l2-ctrls: Add camera orientation and rotation
Jacopo Mondi
1
-0
/
+7
2020-05-17
io_uring: add tee(2) support
Pavel Begunkov
1
-0
/
+1
2020-05-15
io_uring: add IORING_CQ_EVENTFD_DISABLED to the CQ ring flags
Stefano Garzarella
1
-0
/
+7
2020-05-15
io_uring: add 'cq_flags' field for the CQ ring
Stefano Garzarella
1
-1
/
+3
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-3
/
+35
2020-05-15
net: sched: introduce terse dump flag
Vlad Buslov
1
-0
/
+6
2020-05-15
bpf, capability: Introduce CAP_BPF
Alexei Starovoitov
1
-1
/
+33
2020-05-14
xdp: Allow bpf_xdp_adjust_tail() to grow packet size
Jesper Dangaard Brouer
1
-2
/
+2
2020-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-43
/
+138
2020-05-15
Merge tag 'drm-misc-next-2020-05-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
1
-6
/
+12
2020-05-14
bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpers
Andrey Ignatov
1
-1
/
+35
2020-05-14
bpf: Support narrow loads from bpf_sock_addr.user_port
Andrey Ignatov
1
-1
/
+1
2020-05-14
vfs: add faccessat2 syscall
Miklos Szeredi
2
-1
/
+13
2020-05-14
statx: add mount_root
Miklos Szeredi
1
-0
/
+1
2020-05-14
statx: add mount ID
Miklos Szeredi
1
-1
/
+5
2020-05-14
uapi: deprecate STATX_ALL
Miklos Szeredi
1
-1
/
+10
2020-05-14
usb: raw-gadget: support stalling/halting/wedging endpoints
Andrey Konovalov
1
-0
/
+15
2020-05-14
usb: raw-gadget: fix gadget endpoint selection
Andrey Konovalov
1
-3
/
+69
2020-05-14
usb: raw-gadget: improve uapi headers comments
Andrey Konovalov
1
-10
/
+11
2020-05-14
Merge tag 'amd-drm-next-5.8-2020-05-12' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
1
-1
/
+1
2020-05-13
RDMA/mlx5: Add support for drop action in DV steering
Daria Velikovsky
1
-0
/
+1
2020-05-13
RDMA/mlx5: Add support in steering default miss
Maor Gottlieb
1
-0
/
+5
2020-05-13
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
29
-77
/
+671
2020-05-12
RDMA/ucma: Return stable IB device index as identifier
Leon Romanovsky
1
-0
/
+4
2020-05-12
Merge tag 'v5.6' into next
Dmitry Torokhov
83
-280
/
+1715
2020-05-12
floppy: suppress UBSAN warning in setup_rw_floppy()
Denis Efremov
1
-3
/
+8
2020-05-12
floppy: add defines for sizes of cmd & reply buffers of floppy_raw_cmd
Denis Efremov
1
-2
/
+12
2020-05-12
floppy: add FD_AUTODETECT_SIZE define for struct floppy_drive_params
Denis Efremov
1
-1
/
+4
2020-05-12
floppy: add references to 82077's extra registers
Willy Tarreau
1
-3
/
+13
2020-05-12
media: v4l2-subdev: add VIDIOC_SUBDEV_QUERYCAP ioctl
Hans Verkuil
1
-0
/
+16
2020-05-11
bpf: Minor fixes to BPF helpers documentation
Quentin Monnet
1
-50
/
+59
2020-05-11
rtc: add new VL flag for backup switchover
Alexandre Belloni
1
-0
/
+1
2020-05-11
mtd: Add support for emulated SLC mode on MLC NANDs
Boris Brezillon
1
-0
/
+1
2020-05-10
net: ethtool: Add attributes for cable test reports
Andrew Lunn
1
-0
/
+59
2020-05-10
net: ethtool: netlink: Add support for triggering a cable test
Andrew Lunn
1
-0
/
+12
2020-05-09
bpf: Add bpf_seq_printf and bpf_seq_write helpers
Yonghong Song
1
-1
/
+38
2020-05-09
bpf: Create anonymous bpf iterator
Yonghong Song
1
-0
/
+6
2020-05-09
bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE
Yonghong Song
1
-0
/
+1
2020-05-09
bpf: Allow loading of a bpf_iter program
Yonghong Song
1
-0
/
+1
2020-05-09
bpf: Allow any port in bpf_bind helper
Stanislav Fomichev
1
-4
/
+5
2020-05-08
uapi/drm/drm_fourcc.h: Note on platform specificity for format modifiers
Mika Kahola
1
-6
/
+12
2020-05-08
Merge tag 'amd-drm-next-5.8-2020-04-30' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
2
-2
/
+32
2020-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
11
-14
/
+24
2020-05-06
ethtool: provide UAPI for PHY master/slave configuration.
Oleksij Rempel
3
-1
/
+19
2020-05-06
Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into bpf-next
Alexei Starovoitov
1
-1
/
+7
2020-05-06
media: v4l2: Extend VIDIOC_ENUM_FMT to support MC-centric devices
Laurent Pinchart
1
-1
/
+2
[prev]
[next]