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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-19
net: Introduce NETIF_F_GRO_HW.
Michael Chan
1
-0
/
+3
2017-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-7
/
+85
2017-12-17
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
3
-0
/
+6
2017-12-17
bpf: fix net.core.bpf_jit_enable race
Alexei Starovoitov
1
-2
/
+3
2017-12-17
bpf: add support for bpf_call to interpreter
Alexei Starovoitov
2
-0
/
+7
2017-12-17
bpf: teach verifier to recognize zero initialized stack
Alexei Starovoitov
1
-1
/
+2
2017-12-17
bpf: introduce function calls (verification)
Alexei Starovoitov
1
-2
/
+34
2017-12-17
bpf: introduce function calls (function boundaries)
Alexei Starovoitov
1
-1
/
+4
2017-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
18
-232
/
+49
2017-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+9
2017-12-15
net: phy: broadcom: Add entry for 5395 switch PHYs
Florian Fainelli
1
-0
/
+1
2017-12-15
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-228
/
+11
2017-12-15
sctp: add basic structures and make chunk function for ifwdtsn
Xin Long
1
-0
/
+17
2017-12-15
sfp: add sff module support
Russell King
1
-0
/
+1
2017-12-14
Merge tag 'pm-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+1
2017-12-14
Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-1
/
+1
2017-12-14
Merge tag 'pci-v4.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-0
/
+3
2017-12-14
mm, oom_reaper: fix memory corruption
Michal Hocko
2
-0
/
+10
2017-12-14
kernel: make groups_sort calling a responsibility group_info allocators
Thiago Rafael Becker
1
-0
/
+1
2017-12-14
exec: avoid gcc-8 warning for get_task_comm
Arnd Bergmann
1
-1
/
+5
2017-12-14
string.h: workaround for increased stack usage
Arnd Bergmann
1
-1
/
+4
2017-12-14
lib/rbtree,drm/mm: add rbtree_replace_node_cached()
Chris Wilson
1
-0
/
+2
2017-12-14
include/linux/idr.h: add #include <linux/bug.h>
Wei Wang
1
-0
/
+1
2017-12-13
bpf/tracing: fix kernel/events/core.c compilation error
Yonghong Song
2
-1
/
+6
2017-12-13
net: phy: phylink: Allow setting a custom link state callback
Florian Fainelli
1
-0
/
+3
2017-12-13
net: phy: phylink: Allow specifying PHY device flags
Florian Fainelli
1
-1
/
+1
2017-12-13
PCI: Add pcim_set_mwi(), a device-managed pci_set_mwi()
Heiner Kallweit
1
-0
/
+1
2017-12-13
phylib: add reset after clk enable support
Richard Leitner
1
-0
/
+2
2017-12-13
phylib: Add device reset delay support
Richard Leitner
1
-0
/
+2
2017-12-12
bpf: add a bpf_override_function helper
Josef Bacik
2
-1
/
+3
2017-12-12
add infrastructure for tagging functions as error injectable
Josef Bacik
3
-0
/
+17
2017-12-12
bpf/tracing: allow user space to query prog array on the same tp
Yonghong Song
1
-0
/
+4
2017-12-12
tcp: avoid integer overflows in tcp_rcv_space_adjust()
Eric Dumazet
1
-1
/
+1
2017-12-12
compiler.h: Remove ACCESS_ONCE()
Mark Rutland
1
-36
/
+11
2017-12-12
locking/lockdep: Remove the cross-release locking checks
Ingo Molnar
3
-181
/
+0
2017-12-12
locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=y
Will Deacon
3
-11
/
+0
2017-12-11
sctp: add basic structures and make chunk function for idata
Xin Long
1
-0
/
+17
2017-12-11
sctp: add asoc intl_enable negotiation during 4 shakehands
Xin Long
1
-0
/
+3
2017-12-11
ptr_ring: add barriers
Michael S. Tsirkin
1
-0
/
+9
2017-12-11
spinlock: Add library function to allocate spinlock buckets array
Tom Herbert
1
-0
/
+6
2017-12-11
rhashtable: abstract out function to get hash
Tom Herbert
1
-10
/
+18
2017-12-11
rhashtable: Add rhastable_walk_peek
Tom Herbert
1
-0
/
+2
2017-12-11
rhashtable: Change rhashtable_walk_start to return void
Tom Herbert
1
-1
/
+7
2017-12-11
PM / sleep: Avoid excess pm_runtime_enable() calls in device_resume()
Rafael J. Wysocki
1
-0
/
+1
2017-12-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2017-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-48
/
+25
2017-12-08
kmemcheck: rip it out for real
Michal Hocko
1
-1
/
+0
2017-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-40
/
+8
2017-12-08
macvlan: fix memory hole in macvlan_dev
Girish Moodalbail
1
-1
/
+1
2017-12-08
net: dsa: lan9303: Protect ALR operations with mutex
Egil Hjelmeland
1
-0
/
+1
[next]