summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-10-25netkit, bpf: Add bpf programmable net deviceDaniel Borkmann1-5/+25
2023-10-24bpf: Improve JEQ/JNE branch taken logicAndrii Nakryiko1-0/+8
2023-10-24bpf: Fold smp_mb__before_atomic() into atomic_set_release()Paul E. McKenney1-2/+1
2023-10-24bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu1-2/+5
2023-10-24perf/core: Fix potential NULL derefPeter Zijlstra1-1/+2
2023-10-24sched/fair: Remove SIS_PROPPeter Zijlstra4-57/+0
2023-10-24sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster...Yicong Yang1-1/+16
2023-10-24sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song3-4/+49
2023-10-24sched: Add cpus_share_resources APIBarry Song3-0/+26
2023-10-24sched/core: Fix RQCF_ACT_SKIP leakHao Jia1-4/+1
2023-10-24printk: printk: Remove unnecessary statements'len = 0;'Li kunyu1-2/+0
2023-10-24bpf: print full verifier states on infinite loop detectionEduard Zingerman1-0/+4
2023-10-24bpf: correct loop detection for iterators convergenceEduard Zingerman1-4/+203
2023-10-24bpf: exact states comparison for iterator convergence checksEduard Zingerman1-31/+187
2023-10-24bpf: extract same_callsites() as utility functionEduard Zingerman1-5/+15
2023-10-24bpf: move explored_state() closer to the beginning of verifier.cEduard Zingerman1-15/+13
2023-10-24Merge tag 'topic/vmemdup-user-array-2023-10-24-1' of git://anongit.freedeskto...Dave Airlie2-2/+2
2023-10-24kprobes: unused header files removedwuqiang.matt1-2/+0
2023-10-24bpf, tcx: Get rid of tcx_link_constDaniel Borkmann1-2/+2
2023-10-23tracing/histograms: Simplify last_cmd_set()Christophe JAILLET1-9/+2
2023-10-23Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/t...Frederic Weisbecker13-144/+387
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar15-88/+244
2023-10-23dma-debug: Fix a typo in a debugging eye-catcherChuck Lever1-1/+1
2023-10-23swiotlb: rewrite comment explaining why the source is preserved on DMA_FROM_D...Sean Christopherson1-5/+7
2023-10-22dma-direct: warn when coherent allocations aren't supportedChristoph Hellwig1-1/+3
2023-10-22dma-direct: simplify the use atomic pool logic in dma_direct_allocChristoph Hellwig1-15/+10
2023-10-22dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbolChristoph Hellwig2-10/+11
2023-10-22dma-direct: add dependencies to CONFIG_DMA_GLOBAL_POOLChristoph Hellwig1-0/+2
2023-10-21Merge tag 'sched-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2023-10-21Merge tag 'perf-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+33
2023-10-21Merge tag 'probes-fixes-v6.6-rc6.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+64
2023-10-21bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()Hou Tao2-10/+16
2023-10-21bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao2-4/+0
2023-10-21bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao1-2/+14
2023-10-21bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao1-10/+12
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)2-6/+10
2023-10-20tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter1-1/+1
2023-10-20sched/fair: Remove unused 'curr' argument from pick_next_entity()Yiwei Lin1-4/+4
2023-10-20tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel2-0/+64
2023-10-20sched/nohz: Update comments about NEWILB_KICKJoel Fernandes (Google)1-2/+13
2023-10-20module: Do not offer sha224 for built-in module signingDimitri John Ledkov1-5/+0
2023-10-20crypto: pkcs7 - remove sha1 supportDimitri John Ledkov1-5/+0
2023-10-20bpf: Let bpf_iter_task_new accept null task ptrChuyi Zhou2-3/+17
2023-10-20bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou2-13/+41
2023-10-20bpf: Introduce css open-coded iterator kfuncsChuyi Zhou2-0/+68
2023-10-20bpf: Introduce task open coded iterator kfuncsChuyi Zhou2-0/+93
2023-10-20bpf: Introduce css_task open-coded iterator kfuncsChuyi Zhou3-0/+84
2023-10-20cgroup: Prepare for using css_task_iter_*() in BPFChuyi Zhou1-6/+12
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-29/+87
2023-10-19bpf: Add sockptr support for setsockoptBreno Leitao1-2/+3