aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-04-17cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITSRafael J. Wysocki1-3/+15
2025-04-17perf/core: Fix event timekeeping mergePeter Zijlstra1-2/+2
2025-04-17perf/core: Fix event->parent life-time issuePeter Zijlstra1-1/+2
2025-04-17perf/core: Fix put_ctx() orderingFrederic Weisbecker1-3/+4
2025-04-17perf/core: Fix perf-stat / read()Peter Zijlstra1-1/+1
2025-04-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar16-374/+651
2025-04-16sched/fair: Adhere to place_entity() constraintsPeter Zijlstra1-1/+3
2025-04-16sched/debug: Print the local group's asym_prefer_cpuK Prateek Nayak1-0/+4
2025-04-16sched/topology: Introduce sched_update_asym_prefer_cpu()K Prateek Nayak1-0/+58
2025-04-16sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpuK Prateek Nayak1-2/+3
2025-04-16kernel: globalize lookup_or_create_module_kobject()Shyam Saini1-1/+1
2025-04-16kernel: refactor lookup_or_create_module_kobject()Shyam Saini1-21/+18
2025-04-16kernel: param: rename locate_module_kobjectShyam Saini1-3/+3
2025-04-16genirq/irqdesc: Use sysfs_emit() to instead of s*printf()Andy Shevchenko1-14/+10
2025-04-15fs: add kern_path_locked_negative()Christian Brauner1-6/+10
2025-04-14release_task: kill the no longer needed get/put_pid(thread_pid)Oleg Nesterov1-2/+3
2025-04-14workqueue: Better document teardown for delayed_workPhilipp Stanner1-0/+11
2025-04-14dma/mapping.c: dev_dbg support for dma_addressing_limitedBalbir Singh1-1/+10
2025-04-14sysctl: move u8 register test to lib/test_sysctl.cJoel Granados1-49/+0
2025-04-12Merge tag 'trace-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds5-145/+195
2025-04-12Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-34/+20
2025-04-12rv: Fix out-of-bound memory access in rv_is_container_monitor()Nam Cao1-1/+6
2025-04-12ftrace: Do not have print_graph_retval() add a newlineSteven Rostedt1-6/+5
2025-04-12pidfs: ensure consistent ENOENT/ESRCH reportingChristian Brauner1-18/+16
2025-04-12exit: move wake_up_all() pidfd waiters into __unhash_process()Christian Brauner2-5/+5
2025-04-11ftrace: Fix accounting of subop hashesSteven Rostedt1-137/+177
2025-04-11ftrace: Properly merge notrace hashesAndy Chiu1-4/+4
2025-04-11audit: record AUDIT_ANOM_* events regardless of presence of rulesRichard Guy Briggs1-1/+1
2025-04-11audit: mark audit_log_vformat() with __printf() attributeAndy Shevchenko1-2/+2
2025-04-11bpf: Convert ringbuf map to rqspinlockKumar Kartikeya Dwivedi1-10/+7
2025-04-10trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao1-0/+1
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-357/+499
2025-04-10Merge tag 'timers-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+23
2025-04-10Merge tag 'perf-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-51/+34
2025-04-10bpf: Convert queue_stack map to rqspinlockKumar Kartikeya Dwivedi1-23/+12
2025-04-10bpf: Use architecture provided res_smp_cond_load_acquireKumar Kartikeya Dwivedi1-1/+1
2025-04-09bpf: Don't allocate per-cpu extra_elems for fd htabHou Tao1-7/+6
2025-04-09bpf: Add is_fd_htab() helperHou Tao1-3/+7
2025-04-09bpf: Support atomic update for htab of mapsHou Tao1-23/+21
2025-04-09bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_placeHou Tao1-9/+8
2025-04-09bpf: Factor out htab_elem_value helper()Hou Tao1-34/+30
2025-04-09configs/debug: run and debug PREEMPTStanislav Fomichev1-0/+5
2025-04-09bpf: Check link_create.flags parameter for multi_uprobeTao Chen1-0/+3
2025-04-09bpf: Check link_create.flags parameter for multi_kprobeTao Chen1-0/+3
2025-04-09timekeeping: Add a lockdep override in tick_freeze()Sebastian Andrzej Siewior1-0/+22
2025-04-09posix-timers: Initialize cache early and move pointer into __timer_dataEric Dumazet1-13/+10
2025-04-09sched_ext: Make scx_has_op a bitmapTejun Heo1-12/+10
2025-04-09sched_ext: Remove scx_ops_allow_queued_wakeup static_keyTejun Heo2-12/+8
2025-04-09sched_ext: Remove scx_ops_cpu_preempt static_keyTejun Heo1-5/+8
2025-04-09sched_ext: Remove scx_ops_enq_* static_keysTejun Heo1-17/+5