aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-06-16genirq: Expand doc for PENDING and REPLAY flagsJames Gowans1-2/+5
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-19/+32
2023-06-14kallsyms: Replace all non-returning strlcpy with strscpyAzeem Shaikh2-3/+3
2023-06-14tracing/user_events: Add auto cleanup and future persist flagBeau Belgrave1-13/+126
2023-06-14tracing/user_events: Track refcount consistently via put/getBeau Belgrave1-28/+41
2023-06-14tracing/user_events: Store register flags on eventsBeau Belgrave1-6/+10
2023-06-14tracing/user_events: Remove user_ns walk for groupsBeau Belgrave1-37/+5
2023-06-14tracing/user_events: Fix the incorrect trace record for empty arguments eventssunliming1-2/+2
2023-06-14tracing: Modify print_fields() for fields output ordersunliming1-1/+1
2023-06-14tracing/user_events: Handle matching arguments that is null from dyn_eventssunliming1-0/+2
2023-06-14tracing/user_events: Prevent same name but different args eventsunliming1-6/+30
2023-06-13bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman1-23/+68
2023-06-13bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman1-0/+115
2023-06-13bpf: ensure main program has an extableKrister Johansen1-2/+5
2023-06-12Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+13
2023-06-12bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*David Vernet1-10/+12
2023-06-12bpf: Add bpf_cpumask_first_and() kfuncDavid Vernet1-0/+16
2023-06-12kexec: support purgatories with .text.hot sectionsRicardo Ribalda1-1/+13
2023-06-12include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resumeMario Limonciello1-0/+6
2023-06-12cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng1-3/+17
2023-06-12cgroup: remove unused task_cgroup_path()Miaohe Lin1-39/+0
2023-06-12bpf: Hide unused bpf_patch_call_argsArnd Bergmann1-3/+5
2023-06-12cgroup/cpuset: remove unneeded header filesMiaohe Lin1-2/+0
2023-06-12cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{on...Tetsuo Handa1-2/+6
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-3/+3
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig3-21/+14
2023-06-12swsusp: don't pass a stack address to blkdev_get_by_pathChristoph Hellwig1-2/+3
2023-06-09syscalls: add sys_ni_posix_timers prototypeArnd Bergmann1-0/+1
2023-06-09kexec: enable kexec_crash_size to support two crash kernel regionsZhen Lei1-5/+38
2023-06-09kexec: add helper __crash_shrink_memory()Zhen Lei1-22/+29
2023-06-09kexec: improve the readability of crash_shrink_memory()Zhen Lei1-10/+5
2023-06-09kexec: clear crashk_res if all its memory has been releasedZhen Lei1-4/+7
2023-06-09kexec: delete a useless check in crash_shrink_memory()Zhen Lei1-1/+1
2023-06-09kexec: fix a memory leak in crash_shrink_memory()Zhen Lei1-3/+2
2023-06-09kexec: avoid calculating array size twiceSimon Horman1-3/+4
2023-06-09watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen1-1/+66
2023-06-09watchdog/perf: add a weak function for an arch to detect if perf can use NMIsDouglas Anderson1-1/+11
2023-06-09watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson3-7/+116
2023-06-09watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanlyDouglas Anderson2-18/+32
2023-06-09watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson2-57/+58
2023-06-09watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.cDouglas Anderson2-19/+19
2023-06-09watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()Douglas Anderson2-21/+33
2023-06-09watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlo...Douglas Anderson1-17/+15
2023-06-09watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson2-61/+74
2023-06-09watchdog/perf: rename watchdog_hld.c to watchdog_perf.cDouglas Anderson2-2/+2
2023-06-09watchdog/perf: ensure CPU-bound context when creating hardlockup detector eventPingfan Liu1-1/+7
2023-06-09watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen1-2/+1
2023-06-09watchdog: remove WATCHDOG_DEFAULTLecopzer Chen1-2/+0
2023-06-09watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson1-3/+3
2023-06-09kcov: add prototypes for helper functionsArnd Bergmann1-3/+4