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
2016-05-06
bpf: improve verifier state equivalence
Alexei Starovoitov
1
-20
/
+3
2016-05-06
bpf: direct packet access
Alexei Starovoitov
2
-8
/
+438
2016-05-06
bpf: cleanup verifier code
Alexei Starovoitov
1
-47
/
+53
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-63
/
+188
2016-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-36
/
+71
2016-04-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-3
/
+7
2016-04-28
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-17
/
+38
2016-04-28
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-3
/
+36
2016-04-28
kcov: don't profile branches in kcov
Andrey Ryabinin
1
-0
/
+1
2016-04-28
kcov: don't trace the code coverage code
James Morse
1
-1
/
+1
2016-04-28
kexec: export OFFSET(page.compound_head) to find out compound tail page
Atsushi Kumagai
1
-0
/
+1
2016-04-28
kexec: update VMCOREINFO for compound_order/dtor
Atsushi Kumagai
1
-2
/
+4
2016-04-28
bpf: fix check_map_func_compatibility logic
Alexei Starovoitov
1
-25
/
+40
2016-04-28
bpf: fix refcnt overflow
Alexei Starovoitov
3
-11
/
+31
2016-04-28
perf/core: Fix perf_event_open() vs. execve() race
Peter Zijlstra
1
-16
/
+36
2016-04-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-15
/
+55
2016-04-27
Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+29
2016-04-27
Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-4
/
+7
2016-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+0
2016-04-26
bpf: fix double-fdput in replace_map_fd_with_map_ptr()
Jann Horn
1
-1
/
+0
2016-04-26
workqueue: fix ghost PENDING flag while doing MQ IO
Roman Pen
1
-0
/
+29
2016-04-25
cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...
Tejun Heo
2
-4
/
+7
2016-04-23
taskstats: use the libnl API to align nlattr on 64-bit
Nicolas Dichtel
1
-32
/
+5
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-2
/
+14
2016-04-23
Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...
Linus Torvalds
1
-7
/
+26
2016-04-23
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-7
/
+28
2016-04-23
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2016-04-23
lockdep: Fix lock_chain::base size
Peter Zijlstra
2
-1
/
+25
2016-04-23
locking/lockdep: Fix ->irq_context calculation
Boqun Feng
1
-2
/
+11
2016-04-23
perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentation
Peter Zijlstra
1
-1
/
+2
2016-04-22
cpu/hotplug: Fix rollback during error-out in __cpu_disable()
Sebastian Andrzej Siewior
1
-7
/
+26
2016-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+1
2016-04-21
perf, bpf: minimize the size of perf_trace_() tracepoint handler
Alexei Starovoitov
1
-1
/
+19
2016-04-21
genirq: Dont allow affinity mask to be updated on IPIs
Matt Redfearn
1
-0
/
+1
2016-04-21
futex: Acknowledge a new waiter in counter before plist
Davidlohr Bueso
1
-1
/
+1
2016-04-20
futex: Handle unlock_pi race gracefully
Sebastian Andrzej Siewior
1
-3
/
+22
2016-04-19
bpf: add event output helper for notifications/sampling/logging
Daniel Borkmann
2
-0
/
+34
2016-04-19
bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_output
Daniel Borkmann
1
-1
/
+6
2016-04-19
locking/pvqspinlock: Fix division by zero in qstat_read()
Davidlohr Bueso
1
-3
/
+5
2016-04-18
bpf: avoid warning for wrong pointer cast
Arnd Bergmann
1
-2
/
+2
2016-04-16
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+2
2016-04-14
bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK
Daniel Borkmann
2
-7
/
+20
2016-04-14
bpf, verifier: add ARG_PTR_TO_RAW_STACK type
Daniel Borkmann
1
-5
/
+54
2016-04-14
bpf, verifier: add bpf_call_arg_meta for passing meta data
Daniel Borkmann
1
-17
/
+23
2016-04-14
/proc/iomem: only expose physical resource addresses to privileged users
Linus Torvalds
1
-2
/
+11
2016-04-14
bpf/verifier: reject invalid LD_ABS | BPF_DW instruction
Alexei Starovoitov
1
-0
/
+1
2016-04-10
bpf: simplify verifier register state assignments
Alexei Starovoitov
1
-4
/
+2
2016-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-40
/
+143
2016-04-08
bpf, verifier: further improve search pruning
Daniel Borkmann
1
-2
/
+7
2016-04-07
bpf: sanitize bpf tracepoint access
Alexei Starovoitov
3
-1
/
+31
[next]