summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-06-09watchdog/perf: rename watchdog_hld.c to watchdog_perf.cDouglas Anderson-2/+2
2023-06-09watchdog/perf: ensure CPU-bound context when creating hardlockup detector eventPingfan Liu-1/+7
2023-06-09watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen-2/+1
2023-06-09watchdog: remove WATCHDOG_DEFAULTLecopzer Chen-2/+0
2023-06-09watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson-3/+3
2023-06-09kcov: add prototypes for helper functionsArnd Bergmann-3/+4
2023-06-09panic: hide unused global functionsArnd Bergmann-2/+1
2023-06-09locking: add lockevent_read() prototypeArnd Bergmann-0/+4
2023-06-09fork: optimize memcg_charge_kernel_stack() a bitHaifeng Xu-7/+3
2023-06-09kthread: fix spelling typo and grammar in commentsPrathu Baronia-2/+2
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes-8/+5
2023-06-09mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes-1/+1
2023-06-09mm: page_alloc: move sysctls into it own filsKefeng Wang-67/+0
2023-06-09mm: page_alloc: move pm_* function into powerKefeng Wang-0/+32
2023-06-09mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang-0/+52
2023-06-09cachestat: implement cachestat syscallNhat Pham-0/+1
2023-06-09cgroup: remove cgroup_rstat_flush_atomic()Yosry Ahmed-21/+5
2023-06-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-7/+9
2023-06-09kcsan: Don't expect 64 bits atomic builtins from 32 bits architecturesChristophe Leroy-0/+2
2023-06-08Merge tag 'cgroup-for-6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-11/+10
2023-06-08sysctl: move security keys sysctl registration to its own fileLuis Chamberlain-4/+0
2023-06-08sysctl: move umh sysctl registration to its own fileLuis Chamberlain-2/+10
2023-06-08vhost: Fix worker hangs due to missed wake up callsMike Christie-7/+9
2023-06-08kallsyms: make kallsyms_show_value() as generic functionManinder Singh-2/+0
2023-06-08kallsyms: move kallsyms_show_value() out of kallsyms.cManinder Singh-36/+46
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+29
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-4/+27
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu-0/+12
2023-06-08bpf: Fix verifier id tracking of scalars on spillMaxim Mikityanskiy-0/+3
2023-06-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-4/+27
2023-06-07Merge branches 'doc.2023.05.10a', 'fixes.2023.05.11a', 'kvfree.2023.05.10a', ...Paul E. McKenney-180/+295
2023-06-07swiotlb: use the atomic counter of total used slabs if availablePetr Tesarik-0/+11
2023-06-07dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu-2/+2
2023-06-07dma-mapping: fix a Kconfig typoSui Jingfeng-1/+1
2023-06-07bpf: Add extra path pointer check to d_path helperJiri Olsa-1/+11
2023-06-06bpf: Factor out a common helper free_all()Hou Tao-15/+16
2023-06-06tracing/probes: Add BTF retval type supportMasami Hiramatsu (Google)-7/+63
2023-06-06tracing/probes: Add $arg* meta argument for all function argsMasami Hiramatsu (Google)-12/+212
2023-06-06tracing/probes: Support function parameters if BTF is availableMasami Hiramatsu (Google)-31/+270
2023-06-06tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)-132/+155
2023-06-06tracing/probes: Add tracepoint support on fprobe_eventsMasami Hiramatsu (Google)-16/+151
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)-7/+1100
2023-06-06tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURNMasami Hiramatsu (Google)-1/+6
2023-06-06fprobe: Pass return address to the handlersMasami Hiramatsu (Google)-6/+10
2023-06-06watch_queue: prevent dangling pipe pointerSiddh Raman Pant-6/+6
2023-06-06perf: Re-instate the linear PMU searchPeter Zijlstra-13/+24
2023-06-05bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal-0/+9
2023-06-05bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULLDavid Vernet-2/+7
2023-06-05bpf: Replace open code with for allocated object checkDaniel T. Lee-2/+2
2023-06-05cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() staticMiaohe Lin-4/+2