index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: test case for map pointer poison with calls/branches
Daniel Borkmann
2018-06-03
3
-27
/
+178
*
Merge branch 'btf-fixes'
Alexei Starovoitov
2018-06-02
2
-1
/
+70
|
\
|
*
bpf: btf: Ensure t->type == 0 for BTF_KIND_FWD
Martin KaFai Lau
2018-06-02
2
-1
/
+42
|
*
bpf: btf: Check array t->size
Martin KaFai Lau
2018-06-02
2
-0
/
+28
|
/
*
Merge branch 'bpf-sockmap-test-fixes'
Daniel Borkmann
2018-06-02
1
-20
/
+67
|
\
|
*
selftests/bpf: test_sockmap, print additional test options
Prashant Bhole
2018-06-02
1
-9
/
+19
|
*
selftests/bpf: test_sockmap, fix data verification
Prashant Bhole
2018-06-02
1
-1
/
+13
|
*
selftests/bpf: test_sockmap, timing improvements
Prashant Bhole
2018-06-02
1
-4
/
+9
|
*
selftests/bpf: test_sockmap, join cgroup in selftest mode
Prashant Bhole
2018-06-02
1
-0
/
+5
|
*
selftests/bpf: test_sockmap, check test failure
Prashant Bhole
2018-06-02
1
-6
/
+21
|
/
*
bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address fa...
David Ahern
2018-05-30
1
-2
/
+2
*
bpf: devmap: remove redundant assignment of dev = dev
Colin Ian King
2018-05-30
1
-1
/
+1
*
bpftool: Support sendmsg{4,6} attach types
Andrey Ignatov
2018-05-30
3
-5
/
+13
*
Merge branch 'bpf-ir-decoder'
Daniel Borkmann
2018-05-30
22
-22
/
+984
|
\
|
*
bpf: add selftest for lirc_mode2 type program
Sean Young
2018-05-30
10
-17
/
+494
|
*
media: rc: introduce BPF_PROG_LIRC_MODE2
Sean Young
2018-05-30
10
-3
/
+479
|
*
bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not found
Sean Young
2018-05-30
2
-2
/
+11
|
/
*
bpf: Verify flags in bpf_fib_lookup
David Ahern
2018-05-29
1
-0
/
+6
*
bpf: Drop mpls from bpf_fib_lookup
David Ahern
2018-05-29
1
-13
/
+13
*
bpf: hide the unused 'off' variable
YueHaibing
2018-05-29
1
-0
/
+2
*
bpf: clean up eBPF helpers documentation
Quentin Monnet
2018-05-29
2
-22
/
+20
*
Merge branch 'bpf-sendmsg-hook'
Daniel Borkmann
2018-05-28
14
-196
/
+1215
|
\
|
*
selftests/bpf: Selftest for sys_sendmsg hooks
Andrey Ignatov
2018-05-28
4
-1
/
+628
|
*
selftests/bpf: Prepare test_sock_addr for extension
Andrey Ignatov
2018-05-28
1
-195
/
+460
|
*
libbpf: Support guessing sendmsg{4,6} progs
Andrey Ignatov
2018-05-28
1
-0
/
+2
|
*
bpf: Sync bpf.h to tools/
Andrey Ignatov
2018-05-28
1
-0
/
+8
|
*
bpf: Hooks for sys_sendmsg
Andrey Ignatov
2018-05-28
8
-9
/
+125
|
*
bpf: Define cgroup_bpf_enabled for CONFIG_CGROUP_BPF=n
Andrey Ignatov
2018-05-28
1
-0
/
+1
|
/
*
selftests/bpf: missing headers test_lwt_seg6local
Mathieu Xhonneux
2018-05-28
2
-0
/
+135
*
bpf: avoid -Wmaybe-uninitialized warning
Arnd Bergmann
2018-05-28
1
-4
/
+3
*
bpf: btf: avoid -Wreturn-type warning
Arnd Bergmann
2018-05-28
1
-1
/
+1
*
libbpf: Install btf.h with libbpf
Andrey Ignatov
2018-05-28
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-26
200
-874
/
+2625
|
\
|
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-05-25
16
-43
/
+125
|
|
\
|
|
*
kasan: fix memory hotplug during boot
David Hildenbrand
2018-05-25
1
-1
/
+1
|
|
*
kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
David Hildenbrand
2018-05-25
1
-0
/
+1
|
|
*
checkpatch: fix macro argument precedence test
Joe Perches
2018-05-25
1
-1
/
+1
|
|
*
init/main.c: include <linux/mem_encrypt.h>
Mathieu Malaterre
2018-05-25
1
-0
/
+1
|
|
*
kernel/sys.c: fix potential Spectre v1 issue
Gustavo A. R. Silva
2018-05-25
1
-0
/
+5
|
|
*
mm/memory_hotplug: fix leftover use of struct page during hotplug
Jonathan Cameron
2018-05-25
3
-6
/
+9
|
|
*
proc: fix smaps and meminfo alignment
Hugh Dickins
2018-05-25
1
-5
/
+0
|
|
*
mm: do not warn on offline nodes unless the specific node is explicitly reque...
Michal Hocko
2018-05-25
1
-1
/
+1
|
|
*
mm, memory_hotplug: make has_unmovable_pages more robust
Michal Hocko
2018-05-25
1
-6
/
+10
|
|
*
mm/kasan: don't vfree() nonexistent vm_area
Andrey Ryabinin
2018-05-25
1
-2
/
+61
|
|
*
MAINTAINERS: change hugetlbfs maintainer and update files
Mike Kravetz
2018-05-25
1
-1
/
+7
|
|
*
ipc/shm: fix shmat() nil address after round-down when remapping
Davidlohr Bueso
2018-05-25
1
-2
/
+10
|
|
*
Revert "ipc/shm: Fix shmat mmap nil-page protection"
Davidlohr Bueso
2018-05-25
1
-7
/
+2
|
|
*
idr: fix invalid ptr dereference on item delete
Matthew Wilcox
2018-05-25
2
-1
/
+10
|
|
*
ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting inco...
Changwei Ge
2018-05-25
1
-10
/
+1
|
|
*
mm: fix nr_rotate_swap leak in swapon() error case
Omar Sandoval
2018-05-25
1
-1
/
+6
[next]