summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: btf: support proper non-jit func infoYonghong Song2018-11-273-43/+48
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-268-136/+664
|\
| * bpf: btf: fix spelling mistake "Memmber" -> "Member"Colin Ian King2018-11-261-1/+1
| * bpf, tags: Fix DEFINE_PER_CPU expansionRustam Kovhaev2018-11-261-2/+1Star
| * bpf, lpm: make longest_prefix_match() fasterEric Dumazet2018-11-221-10/+49
| * bpf: Introduce bpf_func_infoYonghong Song2018-11-204-7/+189
| * bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTOMartin KaFai Lau2018-11-201-50/+339
| * 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 branch 'akpm' (patches from Andrew)Linus Torvalds2018-11-181-21/+22
|\ \
| * | kernel/sched/psi.c: simplify cgroup_move_task()Olof Johansson2018-11-181-21/+22
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-11-181-14/+48
|\ \ \ | |/ / |/| |
| * | sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi2018-11-121-14/+48
* | | kdb: kdb_support: mark expected switch fall-throughsGustavo A. R. Silva2018-11-131-3/+3
* | | kdb: kdb_keyboard: mark expected switch fall-throughsGustavo A. R. Silva2018-11-131-2/+2
* | | kdb: kdb_main: refactor code in kdb_md_lineGustavo A. R. Silva2018-11-131-18/+3Star
* | | kdb: Use strscpy with destination buffer sizePrarit Bhargava2018-11-133-12/+15
* | | kdb: print real address of pointers instead of hashed addressesChristophe Leroy2018-11-132-13/+13
* | | kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy2018-11-131-2/+2
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-11-111-3/+0Star
|\ \ \
| * | | posix-cpu-timers: Remove useless call to check_dl_overrun()Juri Lelli2018-11-081-3/+0Star
* | | | Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-112-3/+6
|\ \ \ \ | | |/ / | |/| |
| * | | sched/fair: Fix a comment in task_numa_fault()Yi Wang2018-11-051-2/+2
| * | | sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider2018-11-041-1/+4
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-111-5/+14
|\ \ \ \
| * | | | resource/docs: Complete kernel-doc style function documentationBorislav Petkov2018-11-071-9/+14
| * | | | resource/docs: Fix new kernel-doc warningsRandy Dunlap2018-11-051-3/+7
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2018-11-101-4/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | userns: also map extents in the reverse map to kernel IDsJann Horn2018-11-081-4/+8
| | |_|/ | |/| |
* | | | 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