summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-06-18posix-timers: Document sys_clock_getoverrun()Thomas Gleixner-8/+17
2023-06-18posix-timers: Document common_clock_get() correctlyThomas Gleixner-20/+30
2023-06-18posix-timers: Document sys_clock_getres() correctlyThomas Gleixner-8/+73
2023-06-18posix-timers: Split release_posix_timers()Thomas Gleixner-16/+15
2023-06-18posix-timers: Remove pointless irqsafe from hash_lockThomas Gleixner-3/+2
2023-06-18posix-timers: Set k_itimer:: It_signal to NULL on exit()Thomas Gleixner-0/+8
2023-06-18posix-timers: Annotate concurrent access to k_itimer:: It_signalThomas Gleixner-7/+7
2023-06-18posix-timers: Add comments about timer lookupThomas Gleixner-7/+32
2023-06-18posix-timers: Cleanup comments about timer ID trackingThomas Gleixner-20/+8
2023-06-18posix-timers: Clarify timer_wait_running() commentThomas Gleixner-4/+12
2023-06-18posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner-13/+18
2023-06-18posix-timers: Prevent RT livelock in itimer_delete()Thomas Gleixner-8/+35
2023-06-17irqdomain: Include internals.h for function prototypesArnd Bergmann-0/+2
2023-06-16sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()Hao Jia-0/+40
2023-06-16sched/core: Avoid double calling update_rq_clock() in __balance_push_cpu_stop()Hao Jia-3/+4
2023-06-16sched/core: Fixed missing rq clock update before calling set_rq_offline()Hao Jia-4/+4
2023-06-16sched/deadline: Fix bandwidth reclaim equation in GRUBVineeth Pillai-27/+29
2023-06-16trace,smp: Add tracepoints for scheduling remotelly called functionsLeonardo Bras-11/+5
2023-06-16trace,smp: Add tracepoints around remotelly called functionsLeonardo Bras-6/+19
2023-06-16tick/common: Align tick period during sched_timer setupThomas Gleixner-13/+13
2023-06-16bpf: Remove in_atomic() from bpf_link_put().Sebastian Andrzej Siewior-13/+16
2023-06-16sched/wait: Fix a kthread_park race with wait_woken()Arve Hjønnevåg-6/+11
2023-06-16sched/topology: Mark set_sched_topology() __initMiaohe Lin-1/+1
2023-06-16sched/fair: Rename variable cpu_util eff_utilTom Rix-3/+3
2023-06-16genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans-1/+17
2023-06-16genirq: Expand doc for PENDING and REPLAY flagsJames Gowans-2/+5
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-19/+32
2023-06-14kallsyms: Replace all non-returning strlcpy with strscpyAzeem Shaikh-3/+3
2023-06-14tracing/user_events: Add auto cleanup and future persist flagBeau Belgrave-13/+126
2023-06-14tracing/user_events: Track refcount consistently via put/getBeau Belgrave-28/+41
2023-06-14tracing/user_events: Store register flags on eventsBeau Belgrave-6/+10
2023-06-14tracing/user_events: Remove user_ns walk for groupsBeau Belgrave-37/+5
2023-06-14tracing/user_events: Fix the incorrect trace record for empty arguments eventssunliming-2/+2
2023-06-14tracing: Modify print_fields() for fields output ordersunliming-1/+1
2023-06-14tracing/user_events: Handle matching arguments that is null from dyn_eventssunliming-0/+2
2023-06-14tracing/user_events: Prevent same name but different args eventsunliming-6/+30
2023-06-13bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman-23/+68
2023-06-13bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman-0/+115
2023-06-13bpf: ensure main program has an extableKrister Johansen-2/+5
2023-06-12Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds-1/+13
2023-06-12bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*David Vernet-10/+12
2023-06-12bpf: Add bpf_cpumask_first_and() kfuncDavid Vernet-0/+16
2023-06-12kexec: support purgatories with .text.hot sectionsRicardo Ribalda-1/+13
2023-06-12include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resumeMario Limonciello-0/+6
2023-06-12cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng-3/+17
2023-06-12cgroup: remove unused task_cgroup_path()Miaohe Lin-39/+0
2023-06-12bpf: Hide unused bpf_patch_call_argsArnd Bergmann-3/+5
2023-06-12cgroup/cpuset: remove unneeded header filesMiaohe Lin-2/+0
2023-06-12cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{on...Tetsuo Handa-2/+6
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig-3/+3