summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-04-08timekeeping: Let timekeeping_cycles_to_ns() handle both under and overflowAdrian Hunter
2024-04-08timekeeping: Make delta calculation overflow safeAdrian Hunter
2024-04-08timekeeping: Prepare timekeeping_cycles_to_ns() for overflow safetyAdrian Hunter
2024-04-08timekeeping: Fold in timekeeping_delta_to_ns()Adrian Hunter
2024-04-08timekeeping: Consolidate timekeeping helpersAdrian Hunter
2024-04-08timekeeping: Refactor timekeeping helpersAdrian Hunter
2024-04-08timekeeping: Reuse timekeeping_cycles_to_ns()Adrian Hunter
2024-04-08timekeeping: Tidy timekeeping_cycles_to_ns() slightlyAdrian Hunter
2024-04-08timekeeping: Rename fast_tk_get_delta_ns() to __timekeeping_get_ns()Adrian Hunter
2024-04-08timekeeping: Move timekeeping helper functionsAdrian Hunter
2024-04-08vdso: Add vdso_data:: Max_cyclesAdrian Hunter
2024-04-08hrtimer: Remove unused functionJiapeng Chong
2024-04-08irqdomain: Check virq for 0 before use in irq_dispose_mapping()Andy Shevchenko
2024-04-07Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-04-05bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progsDavid Vernet
2024-04-05bpf: allow invoking bpf_for_each_map_elem with different mapsPhilo Lu
2024-04-05bpf: store both map ptr and state in bpf_insn_aux_dataPhilo Lu
2024-04-05bpf: fix perf_snapshot_branch_stack link failureArnd Bergmann
2024-04-05timers/migration: Return early on deactivationAnna-Maria Behnsen
2024-04-05timers/migration: Fix ignored event due to missing CPU updateFrederic Weisbecker
2024-04-04bpf: prevent r10 register from being marked as preciseAndrii Nakryiko
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-04bpf: inline bpf_get_branch_snapshot() helperAndrii Nakryiko
2024-04-04bpf: make bpf_get_branch_snapshot() architecture-agnosticAndrii Nakryiko
2024-04-04fsnotify: create a wrapper fsnotify_find_inode_mark()Amir Goldstein
2024-04-04bpf: Optimize emit_mov_imm64().Alexei Starovoitov
2024-04-03bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH mapAndrii Nakryiko
2024-04-03bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY mapsAndrii Nakryiko
2024-04-03bpf: inline bpf_get_smp_processor_id() helperAndrii Nakryiko
2024-04-03bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko
2024-04-03bpf: Replace deprecated strncpy with strscpyJustin Stitt
2024-04-02swiotlb: do not set total_used to 0 in swiotlb_create_debugfs_files()Dexuan Cui
2024-04-02swiotlb: fix swiotlb_bounce() to do partial sync's correctlyMichael Kelley
2024-04-02swiotlb: extend buffer pre-padding to alloc_align_mask if necessaryPetr Tesarik
2024-04-02bpf: Improve program stats run-time calculationJose Fernandez
2024-04-02bpf: Add a verbose message if map limit is reachedAnton Protopopov
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin
2024-04-01timers: Fix text inconsistencies and spellingRandy Dunlap
2024-04-01tick/sched: Fix struct tick_sched doc warningsRandy Dunlap
2024-04-01tick/sched: Fix various kernel-doc warningsRandy Dunlap
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-31Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann
2024-03-29bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.Alexei Starovoitov
2024-03-29bpf: fix possible file descriptor leaks in verifierAnton Protopopov
2024-03-29sched/balancing: Simplify the sg_status bitmask and use separate ->overloaded...Ingo Molnar
2024-03-28bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau
2024-03-28bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko
2024-03-28bpf: put uprobe link's path and task in release callbackAndrii Nakryiko