summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-04-17cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITSRafael J. Wysocki
2025-04-17perf/core: Fix event timekeeping mergePeter Zijlstra
2025-04-17perf/core: Fix event->parent life-time issuePeter Zijlstra
2025-04-17perf/core: Fix put_ctx() orderingFrederic Weisbecker
2025-04-17perf/core: Fix perf-stat / read()Peter Zijlstra
2025-04-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2025-04-16sched/fair: Adhere to place_entity() constraintsPeter Zijlstra
2025-04-16sched/debug: Print the local group's asym_prefer_cpuK Prateek Nayak
2025-04-16sched/topology: Introduce sched_update_asym_prefer_cpu()K Prateek Nayak
2025-04-16sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpuK Prateek Nayak
2025-04-16kernel: globalize lookup_or_create_module_kobject()Shyam Saini
2025-04-16kernel: refactor lookup_or_create_module_kobject()Shyam Saini
2025-04-16kernel: param: rename locate_module_kobjectShyam Saini
2025-04-16genirq/irqdesc: Use sysfs_emit() to instead of s*printf()Andy Shevchenko
2025-04-15fs: add kern_path_locked_negative()Christian Brauner
2025-04-14release_task: kill the no longer needed get/put_pid(thread_pid)Oleg Nesterov
2025-04-14workqueue: Better document teardown for delayed_workPhilipp Stanner
2025-04-14dma/mapping.c: dev_dbg support for dma_addressing_limitedBalbir Singh
2025-04-14sysctl: move u8 register test to lib/test_sysctl.cJoel Granados
2025-04-12Merge tag 'trace-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-04-12Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-04-12rv: Fix out-of-bound memory access in rv_is_container_monitor()Nam Cao
2025-04-12ftrace: Do not have print_graph_retval() add a newlineSteven Rostedt
2025-04-12pidfs: ensure consistent ENOENT/ESRCH reportingChristian Brauner
2025-04-12exit: move wake_up_all() pidfd waiters into __unhash_process()Christian Brauner
2025-04-11ftrace: Fix accounting of subop hashesSteven Rostedt
2025-04-11ftrace: Properly merge notrace hashesAndy Chiu
2025-04-11audit: record AUDIT_ANOM_* events regardless of presence of rulesRichard Guy Briggs
2025-04-11audit: mark audit_log_vformat() with __printf() attributeAndy Shevchenko
2025-04-11bpf: Convert ringbuf map to rqspinlockKumar Kartikeya Dwivedi
2025-04-10trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-10Merge tag 'timers-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-04-10Merge tag 'perf-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-04-10bpf: Convert queue_stack map to rqspinlockKumar Kartikeya Dwivedi
2025-04-10bpf: Use architecture provided res_smp_cond_load_acquireKumar Kartikeya Dwivedi
2025-04-09bpf: Don't allocate per-cpu extra_elems for fd htabHou Tao
2025-04-09bpf: Add is_fd_htab() helperHou Tao
2025-04-09bpf: Support atomic update for htab of mapsHou Tao
2025-04-09bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_placeHou Tao
2025-04-09bpf: Factor out htab_elem_value helper()Hou Tao
2025-04-09configs/debug: run and debug PREEMPTStanislav Fomichev
2025-04-09bpf: Check link_create.flags parameter for multi_uprobeTao Chen
2025-04-09bpf: Check link_create.flags parameter for multi_kprobeTao Chen
2025-04-09timekeeping: Add a lockdep override in tick_freeze()Sebastian Andrzej Siewior
2025-04-09posix-timers: Initialize cache early and move pointer into __timer_dataEric Dumazet
2025-04-09sched_ext: Make scx_has_op a bitmapTejun Heo
2025-04-09sched_ext: Remove scx_ops_allow_queued_wakeup static_keyTejun Heo
2025-04-09sched_ext: Remove scx_ops_cpu_preempt static_keyTejun Heo
2025-04-09sched_ext: Remove scx_ops_enq_* static_keysTejun Heo