summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-04-11printk: Add function to replay kernel log on consolesSreenath Vijayan
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song
2024-04-10kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian
2024-04-10x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=nSean Christopherson
2024-04-10timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpuThomas Gleixner
2024-04-10perf/core: Reduce PMU access to adjust sample freqNamhyung Kim
2024-04-10perf/core: Optimize perf_adjust_freq_unthr_context()Namhyung Kim
2024-04-09bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov
2024-04-09printk: Flag register_console() if console is set on command lineTony Lindgren
2024-04-09printk: Don't try to parse DEVNAME:0.0 console optionsTony Lindgren
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