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-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
1
-4
/
+9
2018-08-12
init: rename and re-order boot_cpu_state_init()
Linus Torvalds
1
-1
/
+1
2018-08-12
KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs
Marc Zyngier
1
-1
/
+1
2018-08-11
ip: add helpers to process in-order fragments faster.
Peter Oskolkov
1
-0
/
+6
2018-08-11
bcache: style fix to add a blank line after declarations
Coly Li
1
-0
/
+2
2018-08-11
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
1
-3
/
+3
2018-08-11
blkcg: Make blkg_root_lookup() work for queues in bypass mode
Bart Van Assche
1
-10
/
+5
2018-08-11
net: core: protect rate estimator statistics pointer with lock
Vlad Buslov
1
-2
/
+2
2018-08-11
net: sched: extend action ops with put_dev callback
Vlad Buslov
1
-0
/
+1
2018-08-11
net/sctp: Replace in/out stream arrays with flex_array
Konstantin Khorenko
1
-4
/
+5
2018-08-11
net/sctp: Make wrappers for accessing in/out streams
Konstantin Khorenko
1
-10
/
+25
2018-08-11
l2tp: remove pppol2tp_session_ioctl()
Guillaume Nault
1
-1
/
+1
2018-08-11
virtio: Make vp_set_vq_affinity() take a mask.
Caleb Raitto
1
-3
/
+4
2018-08-11
tcp: mandate a one-time immediate ACK
Yuchung Cheng
1
-1
/
+2
2018-08-11
Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
1
-0
/
+1
2018-08-11
Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
52
-152
/
+801
2018-08-11
bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection
Martin KaFai Lau
2
-2
/
+2
2018-08-11
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
5
-3
/
+58
2018-08-11
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
3
-0
/
+32
2018-08-11
net: Add ID (if needed) to sock_reuseport and expose reuseport_lock
Martin KaFai Lau
1
-0
/
+6
2018-08-11
tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket
Martin KaFai Lau
2
-2
/
+32
2018-08-10
IB/uverbs: Remove the ib_uverbs_attr pointer from each attr
Jason Gunthorpe
1
-28
/
+8
2018-08-10
IB/uverbs: Provide implementation private memory for the uverbs_attr_bundle
Jason Gunthorpe
1
-0
/
+1
2018-08-10
IB/uverbs: Use uverbs_api to manage the object type inside the uobject
Jason Gunthorpe
3
-19
/
+22
2018-08-10
IB/uverbs: Build the specs into a radix tree at runtime
Jason Gunthorpe
1
-0
/
+137
2018-08-10
IB/uverbs: Have the core code create the uverbs_root_spec
Jason Gunthorpe
1
-1
/
+1
2018-08-10
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
David S. Miller
1
-0
/
+5
2018-08-10
gpio: mmio: Fix up inverted direction registers
Linus Walleij
1
-0
/
+3
2018-08-10
tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and unify their usage"
Steven Rostedt (VMware)
2
-4
/
+6
2018-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
6
-23
/
+40
2018-08-10
net: Provide stub for __netif_set_xps_queue if there is no CONFIG_XPS
Krzysztof Kozlowski
1
-0
/
+7
2018-08-10
Merge branch 'spi-4.19' into spi-next
Mark Brown
3
-257
/
+16
2018-08-10
Merge branch 'regulator-4.19' into regulator-next
Mark Brown
10
-6
/
+356
2018-08-10
regulator: dt-bindings: add QCOM RPMh regulator bindings
David Collins
1
-0
/
+36
2018-08-10
Merge tag 'qcom-drivers-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into regulator-4.19 for RPMH
Mark Brown
5
-0
/
+305
2018-08-10
Bluetooth: Add definitions for LE set address resolution
Ankit Navik
1
-0
/
+3
2018-08-10
xdp: Helpers for disabling napi_direct of xdp_return_frame
Toshiaki Makita
1
-0
/
+25
2018-08-10
bpf: Make redirect_info accessible from modules
Toshiaki Makita
1
-0
/
+10
2018-08-10
xdp: Helper function to clear kernel pointers in xdp_frame
Toshiaki Makita
1
-0
/
+7
2018-08-10
net: Export skb_headers_offset_update
Toshiaki Makita
1
-0
/
+1
2018-08-09
PCI: Hide ACS quirk declarations inside PCI core
Bjorn Helgaas
1
-11
/
+0
2018-08-09
net: skbuff.h: fix using plain integer as NULL warning
YueHaibing
1
-1
/
+1
2018-08-09
qed/qede: Multi CoS support.
Manish Chopra
1
-0
/
+6
2018-08-09
PCI: Export pcie_has_flr()
Alex Williamson
1
-0
/
+1
2018-08-09
NFSD: Handle full-length symlinks
Chuck Lever
1
-1
/
+2
2018-08-09
NFSD: Refactor the generic write vector fill helper
Chuck Lever
1
-0
/
+1
2018-08-09
nfsd: fix leaked file lock with nfs exported overlayfs
Amir Goldstein
1
-2
/
+2
2018-08-09
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+7
2018-08-09
net: stmmac: Add XGMAC 2.10 HWIF entry
Jose Abreu
1
-0
/
+1
2018-08-09
phylink: add helper for configuring 2500BaseX modes
Russell King
1
-0
/
+1
[prev]
[next]