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
2018-11-30
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
2
-1
/
+8
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-43
/
+48
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-14
/
+52
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-13
/
+50
2018-11-26
bpf: btf: support proper non-jit func info
Yonghong Song
3
-43
/
+48
2018-11-26
bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addr
Daniel Borkmann
1
-0
/
+34
2018-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-136
/
+664
2018-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-13
/
+16
2018-11-26
bpf: btf: fix spelling mistake "Memmber" -> "Member"
Colin Ian King
1
-1
/
+1
2018-11-26
bpf, tags: Fix DEFINE_PER_CPU expansion
Rustam Kovhaev
1
-2
/
+1
2018-11-23
bpf: fix check of allowed specifiers in bpf_trace_printk
Martynas Pumputis
1
-3
/
+5
2018-11-22
bpf: fix integer overflow in queue_stack_map
Alexei Starovoitov
1
-8
/
+8
2018-11-22
bpf, lpm: make longest_prefix_match() faster
Eric Dumazet
1
-10
/
+49
2018-11-21
swiotlb: Skip cache maintenance on map error
Robin Murphy
1
-1
/
+2
2018-11-20
bpf: Introduce bpf_func_info
Yonghong Song
4
-7
/
+189
2018-11-20
bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
Martin KaFai Lau
1
-50
/
+339
2018-11-20
bpf: btf: Break up btf_type_is_void()
Martin KaFai Lau
1
-15
/
+22
2018-11-20
bpf: allow zero-initializing hash map seed
Lorenz Bauer
1
-2
/
+11
2018-11-18
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-21
/
+22
2018-11-18
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-14
/
+48
2018-11-18
kernel/sched/psi.c: simplify cgroup_move_task()
Olof Johansson
1
-21
/
+22
2018-11-16
bpf: allocate local storage buffers using GFP_ATOMIC
Roman Gushchin
1
-1
/
+2
2018-11-16
bpf: fix off-by-one error in adjust_subprog_starts
Edward Cree
1
-1
/
+1
2018-11-16
bpf: fix null pointer dereference on pointer offload
Colin Ian King
1
-2
/
+3
2018-11-13
kdb: kdb_support: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-3
/
+3
2018-11-13
kdb: kdb_keyboard: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-2
/
+2
2018-11-13
kdb: kdb_main: refactor code in kdb_md_line
Gustavo A. R. Silva
1
-18
/
+3
2018-11-13
kdb: Use strscpy with destination buffer size
Prarit Bhargava
3
-12
/
+15
2018-11-13
kdb: print real address of pointers instead of hashed addresses
Christophe Leroy
2
-13
/
+13
2018-11-13
kdb: use correct pointer when 'btc' calls 'btt'
Christophe Leroy
1
-2
/
+2
2018-11-12
sched/fair: Fix cpu_util_wake() for 'execl' type workloads
Patrick Bellasi
1
-14
/
+48
2018-11-11
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+0
2018-11-11
Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-3
/
+6
2018-11-11
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+14
2018-11-10
bpf: Allow narrow loads with offset > 0
Andrey Ignatov
1
-5
/
+16
2018-11-10
bpf: do not pass netdev to translate() and prepare() offload callbacks
Quentin Monnet
1
-2
/
+2
2018-11-10
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
2
-4
/
+4
2018-11-10
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
1
-23
/
+1
2018-11-10
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
1
-7
/
+7
2018-11-10
bpf: call verifier_prep from its callback in struct bpf_offload_dev
Quentin Monnet
1
-13
/
+9
2018-11-10
bpf: call finalize() from its callback in struct bpf_offload_dev
Quentin Monnet
1
-2
/
+2
2018-11-10
bpf: call verify_insn from its callback in struct bpf_offload_dev
Quentin Monnet
1
-1
/
+3
2018-11-10
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
Quentin Monnet
1
-1
/
+4
2018-11-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-4
/
+8
2018-11-09
bpf: let verifier to calculate and record max_pkt_offset
Jiong Wang
1
-0
/
+12
2018-11-08
posix-cpu-timers: Remove useless call to check_dl_overrun()
Juri Lelli
1
-3
/
+0
2018-11-07
userns: also map extents in the reverse map to kernel IDs
Jann Horn
1
-4
/
+8
2018-11-07
resource/docs: Complete kernel-doc style function documentation
Borislav Petkov
1
-9
/
+14
2018-11-06
Merge tag 'trace-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2018-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-13
/
+26
[next]