summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-06-16sched/core: Avoid double calling update_rq_clock() in __balance_push_cpu_stop()Hao Jia
2023-06-16sched/core: Fixed missing rq clock update before calling set_rq_offline()Hao Jia
2023-06-16sched/deadline: Fix bandwidth reclaim equation in GRUBVineeth Pillai
2023-06-16trace,smp: Add tracepoints for scheduling remotelly called functionsLeonardo Bras
2023-06-16trace,smp: Add tracepoints around remotelly called functionsLeonardo Bras
2023-06-16tick/common: Align tick period during sched_timer setupThomas Gleixner
2023-06-16bpf: Remove in_atomic() from bpf_link_put().Sebastian Andrzej Siewior
2023-06-16sched/wait: Fix a kthread_park race with wait_woken()Arve Hjønnevåg
2023-06-16sched/topology: Mark set_sched_topology() __initMiaohe Lin
2023-06-16sched/fair: Rename variable cpu_util eff_utilTom Rix
2023-06-16genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans
2023-06-16genirq: Expand doc for PENDING and REPLAY flagsJames Gowans
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-14kallsyms: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-06-14tracing/user_events: Add auto cleanup and future persist flagBeau Belgrave
2023-06-14tracing/user_events: Track refcount consistently via put/getBeau Belgrave
2023-06-14tracing/user_events: Store register flags on eventsBeau Belgrave
2023-06-14tracing/user_events: Remove user_ns walk for groupsBeau Belgrave
2023-06-14tracing/user_events: Fix the incorrect trace record for empty arguments eventssunliming
2023-06-14tracing: Modify print_fields() for fields output ordersunliming
2023-06-14tracing/user_events: Handle matching arguments that is null from dyn_eventssunliming
2023-06-14tracing/user_events: Prevent same name but different args eventsunliming
2023-06-13bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman
2023-06-13bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman
2023-06-13bpf: ensure main program has an extableKrister Johansen
2023-06-12Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds
2023-06-12bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*David Vernet
2023-06-12bpf: Add bpf_cpumask_first_and() kfuncDavid Vernet
2023-06-12kexec: support purgatories with .text.hot sectionsRicardo Ribalda
2023-06-12include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resumeMario Limonciello
2023-06-12cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng
2023-06-12cgroup: remove unused task_cgroup_path()Miaohe Lin
2023-06-12bpf: Hide unused bpf_patch_call_argsArnd Bergmann
2023-06-12cgroup/cpuset: remove unneeded header filesMiaohe Lin
2023-06-12cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{on...Tetsuo Handa
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12swsusp: don't pass a stack address to blkdev_get_by_pathChristoph Hellwig
2023-06-09syscalls: add sys_ni_posix_timers prototypeArnd Bergmann
2023-06-09kexec: enable kexec_crash_size to support two crash kernel regionsZhen Lei
2023-06-09kexec: add helper __crash_shrink_memory()Zhen Lei
2023-06-09kexec: improve the readability of crash_shrink_memory()Zhen Lei
2023-06-09kexec: clear crashk_res if all its memory has been releasedZhen Lei
2023-06-09kexec: delete a useless check in crash_shrink_memory()Zhen Lei
2023-06-09kexec: fix a memory leak in crash_shrink_memory()Zhen Lei
2023-06-09kexec: avoid calculating array size twiceSimon Horman
2023-06-09watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen
2023-06-09watchdog/perf: add a weak function for an arch to detect if perf can use NMIsDouglas Anderson
2023-06-09watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson
2023-06-09watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanlyDouglas Anderson