index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Lines
2018-08-13
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-2
/
+13
2018-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-11
/
+231
2018-08-13
Merge tag 'wireless-drivers-next-for-davem-2018-08-12' of git://git.kernel.or...
David S. Miller
-2
/
+0
2018-08-13
net: Change the layout of structure trace_event_raw_fib_table_lookup
Zong Li
-1
/
+1
2018-08-13
cpumask: make cpumask_next_wrap available without smp
Willem de Bruijn
-0
/
+7
2018-08-13
ipv6: Add icmp_echo_ignore_all support for ICMPv6
Virgile Jarry
-1
/
+3
2018-08-13
net/tls: Combined memory allocation for decryption request
Vakul Garg
-4
/
+0
2018-08-13
clocksource: new RISC-V SBI timer driver
Palmer Dabbelt
-0
/
+1
2018-08-13
IB/uverbs: Remove struct uverbs_root_spec and all supporting code
Jason Gunthorpe
-91
/
+0
2018-08-13
IB/uverbs: Use uverbs_api to unmarshal ioctl commands
Jason Gunthorpe
-29
/
+7
2018-08-13
IB/uverbs: Add a simple allocator to uverbs_attr_bundle
Jason Gunthorpe
-0
/
+24
2018-08-13
Merge tag 'asoc-v4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
-232
/
+441
2018-08-13
9p: Embed wait_queue_head into p9_req_t
Matthew Wilcox
-1
/
+1
2018-08-13
9p: Replace the fidlist with an IDR
Matthew Wilcox
-6
/
+3
2018-08-13
bpf: Introduce bpf_skb_ancestor_cgroup_id helper
Andrey Ignatov
-1
/
+50
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
-4
/
+9
2018-08-12
init: rename and re-order boot_cpu_state_init()
Linus Torvalds
-1
/
+1
2018-08-12
KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs
Marc Zyngier
-1
/
+1
2018-08-11
ip: add helpers to process in-order fragments faster.
Peter Oskolkov
-0
/
+6
2018-08-11
bcache: style fix to add a blank line after declarations
Coly Li
-0
/
+2
2018-08-11
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
-3
/
+3
2018-08-11
blkcg: Make blkg_root_lookup() work for queues in bypass mode
Bart Van Assche
-10
/
+5
2018-08-11
net: core: protect rate estimator statistics pointer with lock
Vlad Buslov
-2
/
+2
2018-08-11
net: sched: extend action ops with put_dev callback
Vlad Buslov
-0
/
+1
2018-08-11
net/sctp: Replace in/out stream arrays with flex_array
Konstantin Khorenko
-4
/
+5
2018-08-11
net/sctp: Make wrappers for accessing in/out streams
Konstantin Khorenko
-10
/
+25
2018-08-11
l2tp: remove pppol2tp_session_ioctl()
Guillaume Nault
-1
/
+1
2018-08-11
virtio: Make vp_set_vq_affinity() take a mask.
Caleb Raitto
-3
/
+4
2018-08-11
tcp: mandate a one-time immediate ACK
Yuchung Cheng
-1
/
+2
2018-08-11
Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
-0
/
+1
2018-08-11
Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
-152
/
+801
2018-08-11
bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection
Martin KaFai Lau
-2
/
+2
2018-08-11
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
-3
/
+58
2018-08-11
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
-0
/
+32
2018-08-11
net: Add ID (if needed) to sock_reuseport and expose reuseport_lock
Martin KaFai Lau
-0
/
+6
2018-08-11
tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket
Martin KaFai Lau
-2
/
+32
2018-08-10
IB/uverbs: Remove the ib_uverbs_attr pointer from each attr
Jason Gunthorpe
-28
/
+8
2018-08-10
IB/uverbs: Provide implementation private memory for the uverbs_attr_bundle
Jason Gunthorpe
-0
/
+1
2018-08-10
IB/uverbs: Use uverbs_api to manage the object type inside the uobject
Jason Gunthorpe
-19
/
+22
2018-08-10
IB/uverbs: Build the specs into a radix tree at runtime
Jason Gunthorpe
-0
/
+137
2018-08-10
IB/uverbs: Have the core code create the uverbs_root_spec
Jason Gunthorpe
-1
/
+1
2018-08-10
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
-0
/
+5
2018-08-10
gpio: mmio: Fix up inverted direction registers
Linus Walleij
-0
/
+3
2018-08-10
tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...
Steven Rostedt (VMware)
-4
/
+6
2018-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-23
/
+40
2018-08-10
net: Provide stub for __netif_set_xps_queue if there is no CONFIG_XPS
Krzysztof Kozlowski
-0
/
+7
2018-08-10
Merge branch 'spi-4.19' into spi-next
Mark Brown
-257
/
+16
2018-08-10
Merge branch 'regulator-4.19' into regulator-next
Mark Brown
-6
/
+356
2018-08-10
regulator: dt-bindings: add QCOM RPMh regulator bindings
David Collins
-0
/
+36
2018-08-10
Merge tag 'qcom-drivers-for-4.19' of git://git.kernel.org/pub/scm/linux/kerne...
Mark Brown
-0
/
+305
[prev]
[next]