summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-04-09printk: Save console options for add_preferred_console_match()Tony Lindgren
2024-04-09bpf: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney
2024-04-09rcu-tasks: Make Tasks RCU wait idly for grace-period delaysPaul E. McKenney
2024-04-09rcutorture: ASSERT_EXCLUSIVE_WRITER() for ->rtort_pipe_count updatesPaul E. McKenney
2024-04-09rcutorture: Dump GP kthread state on insufficient cb-flood launderingPaul E. McKenney
2024-04-09rcutorture: Dump # online CPUs on insufficient cb-flood launderingPaul E. McKenney
2024-04-09rcu: Add lockdep checks and kernel-doc header to rcu_softirq_qs()Paul E. McKenney
2024-04-09clockevents: Convert s[n]printf() to sysfs_emit()Li Zhijian
2024-04-09clocksource: Convert s[n]printf() to sysfs_emit()Li Zhijian
2024-04-09Merge tag 'v6.9-rc3' into locking/core, to pick up fixesIngo Molnar
2024-04-08workqueue: Add destroy_work_on_stack() in workqueue_softirq_dead()Zqiang
2024-04-08cgroup/cpuset: Make cpuset hotplug processing synchronousWaiman Long
2024-04-08PM: EM: Add em_dev_update_chip_binning()Lukasz Luba
2024-04-08PM: EM: Refactor em_adjust_new_capacity()Lukasz Luba
2024-04-08PM: s2idle: Make sure CPUs will wakeup directly on resumeAnna-Maria Behnsen
2024-04-08clocksource: Make watchdog and suspend-timing multiplication overflow safeAdrian Hunter
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