summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-307-91/+118
|\
| * irq_work: record irq_work_queue() call stackZqiang2021-04-301-1/+6
| * kasan: record task_work_add() call stackWalter Wu2021-04-301-0/+3
| * kernel/dma: remove unnecessary unmap_kernel_rangeNicholas Piggin2021-04-301-1/+0
| * cgroup: rstat: punt root-level optimization to individual controllersJohannes Weiner2021-04-301-25/+36
| * cgroup: rstat: support cgroup1Johannes Weiner2021-04-302-15/+21
| * mm: memcontrol: fix kernel stack accountMuchun Song2021-04-301-5/+8
| * watchdog: cleanup handling of false positivesPetr Mladek2021-04-301-12/+8
| * watchdog: fix barriers when printing backtraces from all CPUsPetr Mladek2021-04-301-11/+6
| * watchdog/softlockup: remove logic that tried to prevent repeated reportsPetr Mladek2021-04-301-12/+2
| * watchdog/softlockup: report the overall time of softlockupsPetr Mladek2021-04-301-12/+28
| * watchdog: explicitly update timestamp when reporting softlockupPetr Mladek2021-04-301-0/+3
| * watchdog: rename __touch_watchdog() to a better descriptive namePetr Mladek2021-04-301-4/+4
* | Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-301-0/+1
|\ \
| * | kernel/irq: export irq_gc_set_wakeJianqun Xu2021-03-151-0/+1
* | | Merge tag 'modules-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-301-5/+4
|\ \ \ | |_|/ |/| |
| * | module: treat exit sections the same as init sections when !CONFIG_MODULE_UNLOADJessica Yu2021-03-291-5/+4
* | | Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2021-04-291-0/+1
|\ \ \
| * | | kconfig: do not use allnoconfig_y optionMasahiro Yamada2021-04-141-0/+1
| |/ /
* | | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-1/+1
|\ \ \
| * | | kbuild: redo fake deps at include/config/*.hAlexey Dobriyan2021-04-251-1/+1
| |/ /
* | | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-2923-649/+1735
|\ \ \
| * | | bpf: Add batched ops support for percpu arrayPedro Tammela2021-04-281-0/+2
| * | | bpf: Implement formatted output helpers with bstr_printfFlorent Revest2021-04-273-113/+111
| * | | bpf, cpumap: Bulk skb using netif_receive_skb_listLorenzo Bianconi2021-04-271-9/+9
| * | | bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann2021-04-271-5/+3
| * | | bpf: Lock bpf_trace_printk's tmp buf before it is written toFlorent Revest2021-04-271-1/+1
| * | | bpf: Allow trampoline re-attach for tracing and lsm programsJiri Olsa2021-04-252-8/+19
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-256-340/+435
| |\ \ \
| | * | | bpf: Remove unnecessary map checks for ARG_PTR_TO_CONST_STRFlorent Revest2021-04-231-2/+1
| | * | | bpf: Notify user if we ever hit a bpf_snprintf verifier bugFlorent Revest2021-04-231-2/+4
| | * | | bpf: Refine retval for bpf_get_task_stack helperDave Marchevsky2021-04-191-0/+1
| | * | | bpf: Add a bpf_snprintf helperFlorent Revest2021-04-193-0/+93
| | * | | bpf: Add a ARG_PTR_TO_CONST_STR argument typeFlorent Revest2021-04-191-0/+41
| | * | | bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest2021-04-192-334/+293
| | * | | bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen2021-04-131-0/+3
| | * | | bpf, inode: Remove second initialization of the bpf_preload_lockMuhammad Usama Anjum2021-04-061-2/+0
| | * | | bpf: Remove unused parameter from ___bpf_prog_runHe Fengqing2021-04-031-4/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-174-89/+183
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-0914-42/+89
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-028-151/+546
| |\ \ \ \ \
| | * | | | | sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2021-04-011-0/+1
| | * | | | | bpf: Remove redundant assignment of variable idColin Ian King2021-03-301-1/+0
| | * | | | | bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-265-35/+430
| | * | | | | bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau2021-03-262-75/+88
| | * | | | | bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau2021-03-263-26/+16
| | * | | | | bpf: Add support for batched ops in LPM trie mapsPedro Tammela2021-03-251-0/+3
| | * | | | | bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song2021-03-252-6/+14
| | * | | | | bpf: Undo ptr_to_map_key alu sanitation for nowDaniel Borkmann2021-03-261-14/+0
| * | | | | | sysctl: add proc_dou8vec_minmax()Eric Dumazet2021-03-251-0/+65
| |/ / / / /