summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-06-08bpf: Fix verifier id tracking of scalars on spillMaxim Mikityanskiy
2023-06-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-06-07Merge branches 'doc.2023.05.10a', 'fixes.2023.05.11a', 'kvfree.2023.05.10a', ...Paul E. McKenney
2023-06-07swiotlb: use the atomic counter of total used slabs if availablePetr Tesarik
2023-06-07dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu
2023-06-07dma-mapping: fix a Kconfig typoSui Jingfeng
2023-06-07bpf: Add extra path pointer check to d_path helperJiri Olsa
2023-06-06bpf: Factor out a common helper free_all()Hou Tao
2023-06-06tracing/probes: Add BTF retval type supportMasami Hiramatsu (Google)
2023-06-06tracing/probes: Add $arg* meta argument for all function argsMasami Hiramatsu (Google)
2023-06-06tracing/probes: Support function parameters if BTF is availableMasami Hiramatsu (Google)
2023-06-06tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)
2023-06-06tracing/probes: Add tracepoint support on fprobe_eventsMasami Hiramatsu (Google)
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)
2023-06-06tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURNMasami Hiramatsu (Google)
2023-06-06fprobe: Pass return address to the handlersMasami Hiramatsu (Google)
2023-06-06watch_queue: prevent dangling pipe pointerSiddh Raman Pant
2023-06-06perf: Re-instate the linear PMU searchPeter Zijlstra
2023-06-05bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal
2023-06-05bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULLDavid Vernet
2023-06-05bpf: Replace open code with for allocated object checkDaniel T. Lee
2023-06-05cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() staticMiaohe Lin
2023-06-05bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky
2023-06-05bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculationDave Marchevsky
2023-06-05bpf: Set kptr_struct_meta for node param to list and rbtree insert funcsDave Marchevsky
2023-06-05rdmacg: fix kernel-doc warnings in rdmacgGaosheng Cui
2023-06-05cgroup: Replace the css_set call with cgroup_getGaosheng Cui
2023-06-05cgroup: remove unused macro for_each_e_css()Miaohe Lin
2023-06-05sched/fair, cpufreq: Introduce 'runnable boosting'Dietmar Eggemann
2023-06-05sched/fair: Refactor CPU utilization functionsDietmar Eggemann
2023-06-05sched/clock: Provide local_clock_noinstr()Peter Zijlstra
2023-06-05time/sched_clock: Provide sched_clock_noinstr()Peter Zijlstra
2023-06-05seqlock/latch: Provide raw_read_seqcount_latch_retry()Peter Zijlstra
2023-06-05sched: Consider task_struct::saved_state in wait_task_inactive()Peter Zijlstra
2023-06-05sched: Unconditionally use full-fat wait_task_inactive()Peter Zijlstra
2023-06-05sched/fair: Don't balance task to its current running CPUYicong Yang
2023-06-05PM: hibernate: don't use early_lookup_bdev in resume_storeChristoph Hellwig
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig
2023-06-05PM: hibernate: move finding the resume device out of software_resumeChristoph Hellwig
2023-06-05PM: hibernate: remove the global snapshot_test variableChristoph Hellwig
2023-06-05PM: hibernate: factor out a helper to find the resume deviceChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-06-05livepatch: Make 'klp_stack_entries' staticJosh Poimboeuf
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland
2023-06-03Merge tag 'probes-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-06-02bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott
2023-06-02bpf: Fix UAF in task local storageKP Singh
2023-06-01Merge tag 'modules-6.4-rc5-second-pull' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-01module/decompress: Fix error checking on zstd decompressionLucas De Marchi