summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-208-13/+27
|\
| * Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-207-13/+24
| |\
| | * bpf: Fix signed_{sub,add32}_overflows type handlingDaniel Borkmann2021-01-201-3/+3
| | * bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu2021-01-191-1/+1
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-01-166-9/+20
| | |\
| | | * bpf: Support PTR_TO_MEM{,_OR_NULL} register spillingGilad Reti2021-01-141-0/+2
| | | * bpf: Allow empty module BTFsAndrii Nakryiko2021-01-121-1/+1
| | | * bpf: Don't leak memory in bpf getsockopt when optlen == 0Stanislav Fomichev2021-01-121-2/+3
| | | * bpf: Fix typo in bpf_inode_storage.cKP Singh2021-01-121-2/+2
| | | * bpf: Local storage helpers should check nullness of owner ptr passedKP Singh2021-01-122-2/+8
| | | * bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa2021-01-121-2/+4
| * | | Merge tag 'task_work-2021-01-19' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-191-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | task_work: unconditionally run task_work from get_signal()Jens Axboe2021-01-081-0/+3
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-01-167-206/+366
|\ \ \ \ | |/ / / |/| | |
| * | | perf: Add build id data in mmap2 eventJiri Olsa2021-01-151-4/+28
| * | | bpf: Add size arg to build_id_parse functionJiri Olsa2021-01-151-1/+1
| * | | bpf: Move stack_map_get_build_id into libJiri Olsa2021-01-151-139/+4
| * | | bpf: Add bitwise atomic instructionsBrendan Jackman2021-01-153-4/+26
| * | | bpf: Pull out a macro for interpreting atomic ALU operationsBrendan Jackman2021-01-151-41/+39
| * | | bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2021-01-153-2/+52
| * | | bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2021-01-153-9/+44
| * | | bpf: Move BPF_STX reserved field check into BPF_STX verifier codeBrendan Jackman2021-01-151-7/+6
| * | | bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-153-21/+40
| * | | bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko2021-01-133-30/+178
| * | | bpf: Fix a verifier message for alloc size helper argBrendan Jackman2021-01-121-1/+1
| * | | bpf: Remove unnecessary <argp.h> include from preload/iteratorsLeah Neukirchen2021-01-081-1/+1
| | |/ | |/|
* | | Merge tag 'trace-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-01-112-2/+2
|\ \ \
| * | | tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu2021-01-112-2/+2
| | |/ | |/|
* | | Merge tag 'staging-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-101-1/+0
|\ \ \ | |_|/ |/| |
| * | staging: ION: remove some references to CONFIG_IONMatthias Maennich2021-01-061-1/+0
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-01-081-0/+1
|\ \ \
| * | | bpf: Fix a task_iter bug caused by a merge conflict resolutionYonghong Song2021-01-031-0/+1
* | | | Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-053-10/+10
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-293-10/+10
| |\ \ \
| | * | | bpf: Use thread_group_leader()Jonathan Lemon2020-12-241-1/+1
| | * | | bpf: Save correct stopping point in file seq iterationJonathan Lemon2020-12-241-1/+2
| | * | | bpf: Add schedule point in htab_init_buckets()Eric Dumazet2020-12-221-0/+1
| | * | | bpf: Remove unused including <linux/version.h>Tian Tao2020-12-181-1/+0
* | | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2021-01-041-4/+21
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)2020-12-151-4/+21
* | | | | Merge tag 'io_uring-5.11-2021-01-01' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-011-0/+2
|\ \ \ \ \
| * | | | | kernel/io_uring: cancel io_uring before task worksPavel Begunkov2020-12-311-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2020-12-281-3/+10
|\ \ \ \ \
| * | | | | workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye2020-11-251-3/+10
* | | | | | Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2020-12-282-15/+17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cgroup: Fix memory leak when parsing multiple source parametersQinglang Miao2020-12-161-0/+2
| * | | | | cgroup/cgroup.c: replace 'of->kn->priv' with of_cft()Hui Su2020-11-251-4/+4
| * | | | | kernel: cgroup: Mundane spelling fixes throughout the fileBhaskar Chowdhury2020-11-251-11/+11
| |/ / / /
* | | | | Merge tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-12-272-4/+6
|\ \ \ \ \
| * | | | | softirq: Avoid bad tracing / lockdep interactionPeter Zijlstra2020-12-181-1/+1