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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-28
net: sched: shrink struct Qdisc
Paolo Abeni
1
-2
/
+2
2018-05-28
ptp_qoriq: move some definitions to header file
Yangbo Lu
1
-0
/
+141
2018-05-28
virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bit
Sridhar Samudrala
1
-0
/
+3
2018-05-28
net: Introduce net_failover driver
Sridhar Samudrala
1
-0
/
+40
2018-05-28
net: Introduce generic failover module
Sridhar Samudrala
2
-0
/
+52
2018-05-29
netfilter: add includes to nf_socket.h
Máté Eckl
1
-4
/
+2
2018-05-28
media: v4l2-core: push taking ioctl mutex down to ioctl handler
Hans Verkuil
2
-21
/
+0
2018-05-28
media: v4l2-ioctl: delete unused v4l2_disable_ioctl_locking
Hans Verkuil
1
-15
/
+0
2018-05-28
Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-next
Jason Gunthorpe
3
-6
/
+19
2018-05-28
IB/core: Make testing MR flags for writability a static inline function
Jack Morgenstein
1
-0
/
+14
2018-05-28
btrfs: qgroup: Allow trace_btrfs_qgroup_account_extent() to record its transid
Qu Wenruo
1
-8
/
+12
2018-05-28
btrfs: trace: Allow trace_qgroup_update_counters() to record old rfer/excl value
Qu Wenruo
1
-7
/
+11
2018-05-28
btrfs: trace: Add trace points for unused block groups
Qu Wenruo
1
-0
/
+42
2018-05-28
btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent event class
Qu Wenruo
1
-10
/
+8
2018-05-28
btrfs: use fs_info for btrfs_handle_em_exist tracepoint
David Sterba
1
-5
/
+7
2018-05-28
btrfs: tracepoints, use extended format with UUID where possible
David Sterba
1
-18
/
+12
2018-05-28
btrfs: tracepoints, fix whitespace in strings
David Sterba
1
-2
/
+2
2018-05-28
btrfs: tracepoints, drop unnecessary ULL casts
David Sterba
1
-62
/
+62
2018-05-28
btrfs: tracepoints, use %llu instead of %Lu
David Sterba
1
-9
/
+9
2018-05-28
btrfs: tracepoints, use correct type for inode number
David Sterba
1
-23
/
+24
2018-05-28
bpf: Hooks for sys_sendmsg
Andrey Ignatov
3
-6
/
+26
2018-05-28
bpf: Define cgroup_bpf_enabled for CONFIG_CGROUP_BPF=n
Andrey Ignatov
1
-0
/
+1
2018-05-28
x86/pci-dma: switch the VIA 32-bit DMA quirk to use the struct device flag
Christoph Hellwig
1
-11
/
+0
2018-05-28
core, dma-direct: add a flag 32-bit dma limits
Christoph Hellwig
1
-0
/
+3
2018-05-28
gpio: dwapb: Fix rework support for 1 interrupt per port A GPIO
Phil Edworthy
1
-1
/
+1
2018-05-27
PM / runtime: Fixup reference counting of device link suppliers at probe
Ulf Hansson
1
-4
/
+2
2018-05-27
PM / suspend: Prevent might sleep splats
Thomas Gleixner
1
-0
/
+1
2018-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
17
-19
/
+60
2018-05-26
Merge tag 'renesas-soc-for-v4.18' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc
Olof Johansson
2
-0
/
+48
2018-05-26
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+3
2018-05-26
Merge tag 'qcom-drivers-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/late
Olof Johansson
3
-0
/
+472
2018-05-26
KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capability
Vitaly Kuznetsov
1
-0
/
+1
2018-05-26
KVM: introduce kvm_make_vcpus_request_mask() API
Vitaly Kuznetsov
1
-0
/
+3
2018-05-26
crypto: af_alg: convert to ->poll_mask
Christoph Hellwig
1
-2
/
+1
2018-05-26
net/iucv: convert to ->poll_mask
Christoph Hellwig
1
-2
/
+0
2018-05-26
net/bluetooth: convert to ->poll_mask
Christoph Hellwig
1
-1
/
+1
2018-05-26
net/sctp: convert to ->poll_mask
Christoph Hellwig
1
-2
/
+1
2018-05-26
net: convert datagram_poll users tp ->poll_mask
Christoph Hellwig
2
-3
/
+2
2018-05-26
net/tcp: convert to ->poll_mask
Christoph Hellwig
1
-2
/
+1
2018-05-26
net: remove sock_no_poll
Christoph Hellwig
1
-2
/
+0
2018-05-26
net: add support for ->poll_mask in proto_ops
Christoph Hellwig
1
-0
/
+1
2018-05-26
net: refactor socket_poll
Christoph Hellwig
1
-0
/
+15
2018-05-26
aio: implement IOCB_CMD_POLL
Christoph Hellwig
1
-4
/
+2
2018-05-26
aio: simplify KIOCB_KEY handling
Christoph Hellwig
1
-2
/
+0
2018-05-26
fs: introduce new ->get_poll_head and ->poll_mask methods
Christoph Hellwig
2
-6
/
+8
2018-05-26
fs: add new vfs_poll and file_can_poll helpers
Christoph Hellwig
1
-0
/
+12
2018-05-26
fs: unexport poll_schedule_timeout
Christoph Hellwig
1
-2
/
+0
2018-05-26
uapi: turn __poll_t sparse checks on by default
Christoph Hellwig
1
-4
/
+0
2018-05-26
Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into aio-base
Christoph Hellwig
1
-0
/
+1
2018-05-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-4
/
+6
[prev]
[next]