summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: btf: Break up btf_type_is_void()Martin KaFai Lau2018-11-201-15/+22
* bpf: allow zero-initializing hash map seedLorenz Bauer2018-11-201-2/+11
* bpf: fix null pointer dereference on pointer offloadColin Ian King2018-11-171-2/+3
* bpf: Allow narrow loads with offset > 0Andrey Ignatov2018-11-111-5/+16
* bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet2018-11-111-2/+2
* bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet2018-11-112-4/+4
* bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-111-23/+1Star
* bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-111-7/+7
* bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet2018-11-111-13/+9Star
* bpf: call finalize() from its callback in struct bpf_offload_devQuentin Monnet2018-11-111-2/+2
* bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet2018-11-111-1/+3
* bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet2018-11-111-1/+4
* bpf: let verifier to calculate and record max_pkt_offsetJiong Wang2018-11-091-0/+12
* Merge tag 'trace-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-061-1/+1
|\
| * tracing/kprobes: Fix strpbrk() argument orderMasami Hiramatsu2018-11-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-062-13/+26
|\ \ | |/ |/|
| * bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivDaniel Borkmann2018-11-021-0/+1
| * bpf: show main program address and length in bpf_prog_infoSong Liu2018-11-021-9/+24
| * bpf: show real jited address in bpf_prog_info->jited_ksymsSong Liu2018-11-021-1/+0Star
| * bpf: show real jited prog address in /proc/kallsymsSong Liu2018-11-021-3/+1Star
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-11-042-2/+2
|\ \
| * | sched/topology: Fix off by one bugPeter Zijlstra2018-11-041-1/+1
| * | sched/rt: Update comment in pick_next_task_rt()Muchun Song2018-10-291-1/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-041-1/+1
|\ \ \
| * \ \ Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-0333-1080/+1433
| |\ \ \
| * | | | compat: Cleanup in_compat_syscall() callersDmitry Safonov2018-11-011-1/+1
| | |/ / | |/| |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-041-1/+1
|\ \ \ \
| * | | | perf/core: Clean up inconsisent indentationColin Ian King2018-10-301-1/+1
| |/ / /
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-041-1/+1
|\ \ \ \
| * | | | irq/matrix: Fix memory overallocationMichael Kelley2018-11-011-1/+1
| | |/ / | |/| |
* | | | kernel/sysctl.c: remove duplicated includeMichael Schupikov2018-11-031-1/+0Star
* | | | kernel/kexec_file.c: remove some duplicated includeszhong jiang2018-11-031-2/+0Star
* | | | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-022-41/+11Star
|\ \ \ \
| * | | | blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-022-41/+11Star
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-11-011-0/+1
|\ \ \ \ \
| * | | | | kvm_config: add CONFIG_VIRTIO_MENULénaïc Huard2018-10-251-0/+1
* | | | | | Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-014-1/+153
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov2018-09-042-1/+52
| * | | | | fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov2018-09-041-0/+4
| * | | | | gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov2018-09-041-0/+28
| * | | | | x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-043-0/+69
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-011-9/+12
|\ \ \ \ \ \
| * | | | | | bpf: don't set id on after map lookup with ptr_to_map_val returnDaniel Borkmann2018-11-011-5/+6
| * | | | | | bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann2018-11-011-4/+6
* | | | | | | Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla...Linus Torvalds2018-11-011-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | tracing: Trivia spelling fix containerof() -> container_of()Andy Shevchenko2018-09-261-1/+1
* | | | | | | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+2
* | | | | | | mm: remove include/linux/bootmem.hMike Rapoport2018-10-318-8/+7Star
* | | | | | | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-313-6/+6
* | | | | | | kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann2018-10-311-1/+3