summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-11-02cpuset: Use new excpus for nocpu error check when enabling root partitionChen Ridong1-5/+1
2025-11-02sched_ext: Keep bypass on between enable failure and scx_disable_workfn()Tejun Heo1-1/+1
2025-11-02seccomp: passthrough uprobe systemcall without filteringJiri Olsa1-7/+25
2025-11-02perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf1-1/+2
2025-11-02perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf1-5/+5
2025-11-02perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt2-5/+5
2025-11-02genirq/manage: Add buslock back in to enable_irq()Charles Keepax1-1/+1
2025-11-02genirq/manage: Add buslock back in to __disable_irq_nosync()Charles Keepax1-1/+1
2025-11-02genirq/chip: Add buslock back in to irq_set_handler()Charles Keepax1-1/+1
2025-11-02timekeeping: Fix aux clocks sysfs initialization loop boundHaofeng Li1-1/+1
2025-11-02sched_ext: Sync error_irq_work before freeing scx_schedTejun Heo1-0/+2
2025-11-02sched_ext: Put event_stats_cpu in struct scx_sched_pcpuTejun Heo2-16/+19
2025-11-02sched_ext: Move internal type and accessor definitions to ext_internal.hTejun Heo4-1057/+1062
2025-10-29sched: Remove never used code in mm_cid_get()Andy Shevchenko1-2/+0
2025-10-29rv: Make rtapp/pagefault monitor depends on CONFIG_MMUNam Cao1-0/+1
2025-10-29rv: Fully convert enabled_monitors to use list_head as iteratorNam Cao1-6/+6
2025-10-29dma-debug: don't report false positives with DMA_BOUNCE_UNALIGNED_KMALLOCMarek Szyprowski1-1/+4
2025-10-29sched/fair: Block delayed tasks on throttled hierarchy during dequeueK Prateek Nayak1-3/+6
2025-10-23sched/fair: Fix pelt lost idle time detectionVincent Guittot1-13/+13
2025-10-23sched/deadline: Stop dl_server before CPU goes offlinePeter Zijlstra (Intel)2-0/+5
2025-10-23PM: hibernate: Add pm_hibernation_mode_is_suspend()Mario Limonciello (AMD)1-0/+11
2025-10-23perf/core: Fix MMAP2 event device with backing filesAdrian Hunter1-2/+2
2025-10-23perf/core: Fix MMAP event path names with backing filesAdrian Hunter1-1/+1
2025-10-23perf/core: Fix address filter match with backing filesAdrian Hunter1-1/+1
2025-10-19pid: Add a judgment for ns null in pid_nr_nsgaoxiang171-1/+1
2025-10-19sched/deadline: Fix race in push_dl_task()Harshit Agarwal1-24/+49
2025-10-19PM: hibernate: Restrict GFP mask in power_down()Rafael J. Wysocki1-0/+2
2025-10-19PM: hibernate: Fix hybrid-sleepMario Limonciello (AMD)1-0/+4
2025-10-19PM: EM: Fix late boot with holes in CPU topologyChristian Loehle1-5/+6
2025-10-19padata: Reset next CPU when reorder sequence wraps aroundXiao Liang1-1/+5
2025-10-19kho: only fill kimage if KHO is finalizedPratyush Yadav1-1/+1
2025-10-19kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader) in sys_prlim...Oleg Nesterov1-2/+20
2025-10-19copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)Simon Schuster1-1/+1
2025-10-19bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan1-2/+2
2025-10-19rseq: Protect event mask against membarrier IPIThomas Gleixner1-5/+5
2025-10-15tracing: Stop fortify-string from warning in tracing_mark_raw_write()Steven Rostedt1-2/+6
2025-10-15tracing: Fix tracing_mark_raw_write() to use buf and not ubufSteven Rostedt1-2/+2
2025-10-15tracing: Have trace_marker use per-cpu data to read user spaceSteven Rostedt1-48/+220
2025-10-15tracing: Fix irqoff tracers on failure of acquiring calltimeSteven Rostedt1-13/+10
2025-10-15tracing: Fix wakeup tracers on failure of acquiring calltimeSteven Rostedt1-10/+6
2025-10-15tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen4-14/+28
2025-10-15tracing: Fix lock imbalance in s_start() memory allocation failure pathSasha Levin1-2/+1
2025-10-15bpf: Reject negative offsets for ALU opsYazhou Tang1-2/+2
2025-10-15bpf: Skip scalar adjustment for BPF_NEG if dst is a pointerBrahmajit Das1-1/+2
2025-10-15srcu/tiny: Remove preempt_disable/enable() in srcu_gp_start_if_needed()Zqiang1-3/+1
2025-10-15bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann1-0/+5
2025-10-15smp: Fix up and expand the smp_call_function_many() kerneldocRafael J. Wysocki1-6/+5
2025-10-15bpf: dont report verifier bug for missing bpf_scc_visit on speculative pathEduard Zingerman1-3/+18
2025-10-15tick: Do not set device to detached state in tick_shutdown()Bibo Mao3-13/+7
2025-10-15genirq/test: Ensure CPU 1 is online for hotplug testBrian Norris1-0/+2