summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-04-08timekeeping: Rename fast_tk_get_delta_ns() to __timekeeping_get_ns()Adrian Hunter-3/+3
2024-04-08timekeeping: Move timekeeping helper functionsAdrian Hunter-13/+13
2024-04-08vdso: Add vdso_data:: Max_cyclesAdrian Hunter-0/+6
2024-04-08hrtimer: Remove unused functionJiapeng Chong-19/+1
2024-04-08irqdomain: Check virq for 0 before use in irq_dispose_mapping()Andy Shevchenko-2/+3
2024-04-07Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-16/+58
2024-04-05bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progsDavid Vernet-0/+2
2024-04-05bpf: allow invoking bpf_for_each_map_elem with different mapsPhilo Lu-5/+1
2024-04-05bpf: store both map ptr and state in bpf_insn_aux_dataPhilo Lu-20/+16
2024-04-05bpf: fix perf_snapshot_branch_stack link failureArnd Bergmann-1/+2
2024-04-05timers/migration: Return early on deactivationAnna-Maria Behnsen-0/+27
2024-04-05timers/migration: Fix ignored event due to missing CPU updateFrederic Weisbecker-1/+4
2024-04-04bpf: prevent r10 register from being marked as preciseAndrii Nakryiko-2/+4
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+48
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-8/+40
2024-04-04bpf: inline bpf_get_branch_snapshot() helperAndrii Nakryiko-0/+55
2024-04-04bpf: make bpf_get_branch_snapshot() architecture-agnosticAndrii Nakryiko-4/+0
2024-04-04fsnotify: create a wrapper fsnotify_find_inode_mark()Amir Goldstein-2/+2
2024-04-04bpf: Optimize emit_mov_imm64().Alexei Starovoitov-3/+10
2024-04-03bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH mapAndrii Nakryiko-0/+21
2024-04-03bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY mapsAndrii Nakryiko-0/+33
2024-04-03bpf: inline bpf_get_smp_processor_id() helperAndrii Nakryiko-0/+24
2024-04-03bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko-0/+19
2024-04-03bpf: Replace deprecated strncpy with strscpyJustin Stitt-4/+4
2024-04-02swiotlb: do not set total_used to 0 in swiotlb_create_debugfs_files()Dexuan Cui-4/+0
2024-04-02swiotlb: fix swiotlb_bounce() to do partial sync's correctlyMichael Kelley-17/+13
2024-04-02swiotlb: extend buffer pre-padding to alloc_align_mask if necessaryPetr Tesarik-13/+46
2024-04-02bpf: Improve program stats run-time calculationJose Fernandez-1/+2
2024-04-02bpf: Add a verbose message if map limit is reachedAnton Protopopov-0/+2
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin-2/+0
2024-04-01timers: Fix text inconsistencies and spellingRandy Dunlap-11/+11
2024-04-01tick/sched: Fix struct tick_sched doc warningsRandy Dunlap-1/+1
2024-04-01tick/sched: Fix various kernel-doc warningsRandy Dunlap-3/+15
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2024-03-31Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+7
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann-1/+1
2024-03-29bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.Alexei Starovoitov-4/+9
2024-03-29bpf: fix possible file descriptor leaks in verifierAnton Protopopov-0/+3
2024-03-29sched/balancing: Simplify the sg_status bitmask and use separate ->overloaded...Ingo Molnar-29/+24
2024-03-28bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau-0/+2
2024-03-28bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko-5/+34
2024-03-28bpf: put uprobe link's path and task in release callbackAndrii Nakryiko-3/+3
2024-03-28bpf: Mitigate latency spikes associated with freeing non-preallocated htabYafang Shao-0/+1
2024-03-28bpf: add bpf_modify_return_test_tp() kfunc triggering tracepointAndrii Nakryiko-0/+1
2024-03-28bpf,arena: Use helper sizeof_field in struct accessorsHaiyue Wang-1/+1
2024-03-28bpf: improve error message for unsupported helperMykyta Yatsenko-2/+2
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-46/+173
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-11/+56
2024-03-28sched/fair: Rename set_rd_overutilized_status() to set_rd_overutilized()Ingo Molnar-4/+4
2024-03-28sched/fair: Rename SG_OVERLOAD to SG_OVERLOADEDIngo Molnar-5/+5