summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-04-12locking/pvqspinlock: Use try_cmpxchg() in qspinlock_paravirt.hUros Bizjak-8/+8
2024-04-12locking/pvqspinlock: Use try_cmpxchg_acquire() in trylock_clear_pending()Uros Bizjak-18/+13
2024-04-12ftrace: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTIONPaul E. McKenney-2/+1
2024-04-12bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTIONPaul E. McKenney-1/+1
2024-04-12mm: replace set_pte_at_notify() with just set_pte_at()Paolo Bonzini-3/+3
2024-04-12padata: Disable BH when taking works lock on MT pathHerbert Xu-4/+4
2024-04-11ring-buffer: Only update pages_touched when a new page is touchedSteven Rostedt (Google)-3/+3
2024-04-11tracing: hide unused ftrace_event_id_fopsArnd Bergmann-0/+4
2024-04-11tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entryPrasad Pandit-1/+1
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-22/+70
2024-04-11Merge tag 'pm-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-0/+6
2024-04-11locking/mutex: Introduce devm_mutex_init()George Stark-0/+12
2024-04-11tracing: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney-2/+2
2024-04-11rcu: Add data structures for synchronize_rcu()Uladzislau Rezki (Sony)-0/+14
2024-04-11treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner-12/+1
2024-04-11locking/qspinlock: Use atomic_try_cmpxchg_relaxed() in xchg_tail()Uros Bizjak-8/+5
2024-04-11printk: Add function to replay kernel log on consolesSreenath Vijayan-24/+53
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song-0/+4
2024-04-10kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian-6/+12
2024-04-10x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=nSean Christopherson-1/+2
2024-04-10timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpuThomas Gleixner-22/+31
2024-04-10perf/core: Reduce PMU access to adjust sample freqNamhyung Kim-1/+2
2024-04-10perf/core: Optimize perf_adjust_freq_unthr_context()Namhyung Kim-26/+44
2024-04-09bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov-1/+23
2024-04-09printk: Flag register_console() if console is set on command lineTony Lindgren-1/+4
2024-04-09printk: Don't try to parse DEVNAME:0.0 console optionsTony Lindgren-0/+4
2024-04-09printk: Save console options for add_preferred_console_match()Tony Lindgren-4/+164
2024-04-09bpf: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney-1/+1
2024-04-09rcu-tasks: Make Tasks RCU wait idly for grace-period delaysPaul E. McKenney-3/+7
2024-04-09rcutorture: ASSERT_EXCLUSIVE_WRITER() for ->rtort_pipe_count updatesPaul E. McKenney-0/+3
2024-04-09rcutorture: Dump GP kthread state on insufficient cb-flood launderingPaul E. McKenney-1/+2
2024-04-09rcutorture: Dump # online CPUs on insufficient cb-flood launderingPaul E. McKenney-2/+2
2024-04-09rcu: Add lockdep checks and kernel-doc header to rcu_softirq_qs()Paul E. McKenney-0/+28
2024-04-09clockevents: Convert s[n]printf() to sysfs_emit()Li Zhijian-1/+1
2024-04-09clocksource: Convert s[n]printf() to sysfs_emit()Li Zhijian-1/+1
2024-04-09Merge tag 'v6.9-rc3' into locking/core, to pick up fixesIngo Molnar-792/+1321
2024-04-08workqueue: Add destroy_work_on_stack() in workqueue_softirq_dead()Zqiang-0/+1
2024-04-08cgroup/cpuset: Make cpuset hotplug processing synchronousWaiman Long-135/+56
2024-04-08PM: EM: Add em_dev_update_chip_binning()Lukasz Luba-0/+48
2024-04-08PM: EM: Refactor em_adjust_new_capacity()Lukasz Luba-19/+39
2024-04-08PM: s2idle: Make sure CPUs will wakeup directly on resumeAnna-Maria Behnsen-0/+6
2024-04-08clocksource: Make watchdog and suspend-timing multiplication overflow safeAdrian Hunter-22/+20
2024-04-08timekeeping: Let timekeeping_cycles_to_ns() handle both under and overflowAdrian Hunter-18/+13
2024-04-08timekeeping: Make delta calculation overflow safeAdrian Hunter-11/+29
2024-04-08timekeeping: Prepare timekeeping_cycles_to_ns() for overflow safetyAdrian Hunter-1/+11
2024-04-08timekeeping: Fold in timekeeping_delta_to_ns()Adrian Hunter-12/+1
2024-04-08timekeeping: Consolidate timekeeping helpersAdrian Hunter-6/+8
2024-04-08timekeeping: Refactor timekeeping helpersAdrian Hunter-14/+6
2024-04-08timekeeping: Reuse timekeeping_cycles_to_ns()Adrian Hunter-4/+1
2024-04-08timekeeping: Tidy timekeeping_cycles_to_ns() slightlyAdrian Hunter-3/+2