index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-11
bpf: add a bpf_override_function helper
Josef Bacik
7
-7
/
+97
2017-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-16
/
+37
2017-11-09
Merge tag 'pm-final-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-5
/
+1
2017-11-09
Merge branch 'pm-cpufreq-sched'
Rafael J. Wysocki
1
-5
/
+1
2017-11-06
Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2017-11-05
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+4
2017-11-05
bpf, cgroup: implement eBPF-based device controller for cgroup v2
Roman Gushchin
3
-0
/
+75
2017-11-05
bpf: remove old offload/analyzer
Jakub Kicinski
1
-75
/
+0
2017-11-05
cls_bpf: allow attaching programs loaded for specific device
Jakub Kicinski
1
-0
/
+1
2017-11-05
xdp: allow attaching programs loaded for specific device
Jakub Kicinski
1
-4
/
+29
2017-11-05
bpf: report offload info to user space
Jakub Kicinski
2
-0
/
+17
2017-11-05
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
5
-8
/
+217
2017-11-04
cpufreq: schedutil: Examine the correct CPU when we update util
Chris Redpath
1
-5
/
+1
2017-11-04
Merge branch 'linus' into core/urgent, to pick up dependent commits
Ingo Molnar
137
-7
/
+157
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
135
-2
/
+144
2017-11-03
Merge branch 'linus' into perf/urgent, to pick up dependent commits
Ingo Molnar
137
-9
/
+168
2017-11-03
bpf: fix verifier NULL pointer dereference
Craig Gallek
1
-4
/
+8
2017-11-03
bpf: fix out-of-bounds access warning in bpf_check
Arnd Bergmann
1
-0
/
+4
2017-11-03
bpf: fix link error without CONFIG_NET
Arnd Bergmann
1
-0
/
+2
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
134
-0
/
+134
2017-11-02
futex: futex_wake_op, do not fail on invalid op
Jiri Slaby
1
-2
/
+10
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
134
-0
/
+134
2017-11-02
bpf: also improve pattern matches for meta access
Daniel Borkmann
1
-69
/
+96
2017-11-02
bpf: minor cleanups after merge
Daniel Borkmann
1
-1
/
+1
2017-11-02
bpf: cpumap micro-optimization in cpu_map_enqueue
Jesper Dangaard Brouer
1
-2
/
+2
2017-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-5
/
+13
2017-11-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+1
2017-11-01
signal: Fix name of SIGEMT in #if defined() check
Andrew Clayton
1
-1
/
+1
2017-11-01
watchdog/hardlockup/perf: Use atomics to track in-use cpu counter
Don Zickus
1
-3
/
+5
2017-11-01
watchdog/harclockup/perf: Revert a33d44843d45 ("watchdog/hardlockup/perf: Sim...
Thomas Gleixner
1
-2
/
+5
2017-11-01
bpf: fix verifier memory leaks
Alexei Starovoitov
1
-9
/
+18
2017-11-01
futex: Fix more put_pi_state() vs. exit_pi_state_list() races
Peter Zijlstra
1
-3
/
+20
2017-11-01
bpf: avoid rcu_dereference inside bpf_event_mutex lock region
Yonghong Song
1
-10
/
+7
2017-11-01
bpf: remove SK_REDIRECT from UAPI
John Fastabend
1
-4
/
+12
2017-11-01
bpf: reduce verifier memory consumption
Alexei Starovoitov
1
-149
/
+288
2017-10-30
workqueue: Fix NULL pointer dereference
Li Bin
1
-1
/
+2
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-26
/
+42
2017-10-30
perf/cgroup: Fix perf cgroup hierarchy support
Tejun Heo
1
-2
/
+4
2017-10-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+12
2017-10-29
bpf: rename sk_actions to align with bpf infrastructure
John Fastabend
1
-1
/
+2
2017-10-29
bpf: bpf_compute_data uses incorrect cb structure
John Fastabend
1
-2
/
+10
2017-10-27
bpf: remove tail_call and get_stackid helper declarations from bpf.h
Gianluca Borello
1
-0
/
+2
2017-10-25
bpf: permit multiple bpf attachments for a single perf event
Yonghong Song
6
-44
/
+188
2017-10-25
bpf: use the same condition in perf event set/free bpf handler
Yonghong Song
1
-3
/
+3
2017-10-24
bpf: cpumap fix potential lost wake-up problem
Jesper Dangaard Brouer
1
-4
/
+8
2017-10-23
Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-22
/
+15
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
20
-201
/
+308
2017-10-22
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+5
2017-10-22
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+12
2017-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-32
/
+77
[next]