summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-05-03srcu: Prevent expedited GPs and blocking readers from consuming CPUPaul E. McKenney-6/+38
2022-05-03srcu: Add contention check to call_srcu() srcu_data ->lock acquisitionPaul E. McKenney-9/+36
2022-05-03srcu: Automatically determine size-transition strategy at bootPaul E. McKenney-3/+20
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie-44/+52
2022-05-02kthread: unexport kthread_blkcgChristoph Hellwig-1/+0
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig-2/+4
2022-05-02blktrace: cleanup the __trace_note_message interfaceChristoph Hellwig-10/+10
2022-05-02time/sched_clock: Fix formatting of frequency reporting codeMaciej W. Rozycki-6/+4
2022-05-02time/sched_clock: Use Hz as the unit for clock rate reporting below 4kHzMaciej W. Rozycki-1/+1
2022-05-02time/sched_clock: Round the frequency reported to nearest rather than downMaciej W. Rozycki-2/+3
2022-05-02genirq: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi-9/+4
2022-05-02timekeeping: Consolidate fast timekeeperThomas Gleixner-10/+10
2022-05-02timekeeping: Annotate ktime_get_boot_fast_ns() with data_race()Thomas Gleixner-1/+1
2022-05-01mm: Fix PASID use-after-free issueFenghua Yu-1/+1
2022-05-01smp: Make softirq handling RT safe in flush_smp_call_function_queue()Sebastian Andrzej Siewior-1/+17
2022-05-01smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner-11/+24
2022-05-01sched: Fix missing prototype warningsThomas Gleixner-10/+15
2022-04-30task_work: allow TWA_SIGNAL without a rescheduling IPIJens Axboe-6/+19
2022-04-29kernel: make taskstats available from all net namespacesxu xin-0/+1
2022-04-29taskstats: version 12 with thread group and exe infoDr. Thomas Orgis-2/+31
2022-04-29kexec: remove redundant assignmentsMichal Orzel-2/+0
2022-04-29ptrace: remove redudant check of #ifdef PTRACE_SINGLESTEPTiezhu Yang-6/+0
2022-04-29lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes-3/+3
2022-04-29kernel: pid_namespace: use NULL instead of using plain integer as pointerHaowen Bai-1/+1
2022-04-29seccomp: Use FIFO semantics to order notificationsSargun Dhillon-1/+1
2022-04-29ftrace: cleanup ftrace_graph_caller enable and disableChengming Zhou-0/+18
2022-04-29sched/fair: Remove cfs_rq_tg_path()Dietmar Eggemann-19/+0
2022-04-29sched/fair: Remove sched_trace_*() helper functionsDietmar Eggemann-98/+0
2022-04-29sched/fair: Refactor cpu_util_without()Dietmar Eggemann-100/+57
2022-04-29timekeeping: Mark NMI safe time accessors as notraceKurt Kanzenbach-2/+2
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-14/+17
2022-04-28Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+1
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-456/+1533
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-1/+1
2022-04-27tracing: Remove check of list iterator against head past the loop bodyJakob Koschel-20/+26
2022-04-27tracing: Replace usage of found with dedicated list iterator variableJakob Koschel-21/+18
2022-04-27tracing: Remove usage of list iterator variable after the loopJakob Koschel-8/+7
2022-04-27tracing: Remove usage of list iterator after the loop bodyJakob Koschel-4/+9
2022-04-27tracing: Introduce trace clock taiKurt Kanzenbach-0/+1
2022-04-27ring-buffer: Have 32 bit time stamps use all 64 bitsSteven Rostedt (Google)-10/+18
2022-04-27ring-buffer: Have absolute time stamps handle large numbersSteven Rostedt (Google)-5/+44
2022-04-27x86/split_lock: Make life miserable for split lockersTony Luck-0/+5
2022-04-26tracing: make tracer_init_tracefs initcall asynchronousMark-PK Tsai-10/+22
2022-04-26tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai-0/+7
2022-04-26ring-buffer: Simplify if-if to if-elseWan Jiabing-2/+2
2022-04-26tracing: Use WARN instead of printk and WARN_ONGuo Zhengkui-9/+3
2022-04-26tracing: Fix sleeping function called from invalid context on RT kernelJun Miao-3/+3
2022-04-26tracing: Change `if (strlen(glob))` to `if (glob[0])`Ammar Faizi-1/+1
2022-04-26tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_par...Ammar Faizi-1/+2
2022-04-26tracing: Make tp_printk work on syscall tracepointsJeff Xie-24/+11