aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-08stackleak: rework stack high bound handlingMark Rutland1-5/+14
2022-05-08stackleak: clarify variable namesMark Rutland1-16/+14
2022-05-08stackleak: rework stack low bound handlingMark Rutland1-10/+4
2022-05-08stackleak: remove redundant checkMark Rutland1-4/+0
2022-05-08stackleak: move skip_erasing() check earlierMark Rutland1-4/+9
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook1-1/+1
2022-05-07kdump: return -ENOENT if required cmdline option does not existZhen Lei1-2/+1
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar22-759/+667
2022-05-05cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long1-2/+5
2022-05-05genirq: Synchronize interrupt thread startupThomas Pfaff3-10/+33
2022-05-03seccomp: Add wait_killable semantic to seccomp user notifierSargun Dhillon1-2/+40
2022-05-03Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', 'rcu-tasks.2022.04.11b', 'srcu.2022.05.03a', 'torture.2022.04.11b', 'torture-tasks.2022.04.20a' and 'torturescript.2022.04.20a' into HEADPaul E. McKenney20-339/+846
2022-05-03srcu: Drop needless initialization of sdp in srcu_gp_start()Lukas Bulwahn1-1/+1
2022-05-03srcu: Prevent expedited GPs and blocking readers from consuming CPUPaul E. McKenney1-6/+38
2022-05-03srcu: Add contention check to call_srcu() srcu_data ->lock acquisitionPaul E. McKenney1-9/+36
2022-05-03srcu: Automatically determine size-transition strategy at bootPaul E. McKenney1-3/+20
2022-05-02kthread: unexport kthread_blkcgChristoph Hellwig1-1/+0
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig1-2/+4
2022-05-02blktrace: cleanup the __trace_note_message interfaceChristoph Hellwig1-10/+10
2022-05-02time/sched_clock: Fix formatting of frequency reporting codeMaciej W. Rozycki1-6/+4
2022-05-02time/sched_clock: Use Hz as the unit for clock rate reporting below 4kHzMaciej W. Rozycki1-1/+1
2022-05-02time/sched_clock: Round the frequency reported to nearest rather than downMaciej W. Rozycki1-2/+3
2022-05-02genirq: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-9/+4
2022-05-02timekeeping: Consolidate fast timekeeperThomas Gleixner1-10/+10
2022-05-02timekeeping: Annotate ktime_get_boot_fast_ns() with data_race()Thomas Gleixner1-1/+1
2022-05-01mm: Fix PASID use-after-free issueFenghua Yu1-1/+1
2022-05-01smp: Make softirq handling RT safe in flush_smp_call_function_queue()Sebastian Andrzej Siewior2-1/+17
2022-05-01smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner4-11/+24
2022-05-01sched: Fix missing prototype warningsThomas Gleixner8-10/+15
2022-04-30task_work: allow TWA_SIGNAL without a rescheduling IPIJens Axboe1-6/+19
2022-04-29seccomp: Use FIFO semantics to order notificationsSargun Dhillon1-1/+1
2022-04-29ftrace: cleanup ftrace_graph_caller enable and disableChengming Zhou1-0/+18
2022-04-29sched/fair: Remove cfs_rq_tg_path()Dietmar Eggemann1-19/+0
2022-04-29sched/fair: Remove sched_trace_*() helper functionsDietmar Eggemann1-98/+0
2022-04-29sched/fair: Refactor cpu_util_without()Dietmar Eggemann1-100/+57
2022-04-29timekeeping: Mark NMI safe time accessors as notraceKurt Kanzenbach1-2/+2
2022-04-28Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+1
2022-04-27x86/split_lock: Make life miserable for split lockersTony Luck1-0/+5
2022-04-26kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is setAdam Zabrocki1-1/+1
2022-04-25genirq/matrix: Remove redundant assignment to variable 'end'Colin Ian King1-1/+1
2022-04-25timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick is stoppedNicholas Piggin1-2/+10
2022-04-24Merge tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2022-04-24Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+6
2022-04-22arm64/sme: Implement vector length configuration prctl()sMark Brown1-0/+12
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf1-0/+1
2022-04-22sched/fair: Revise comment about lb decision matrixTao Zhou1-1/+1
2022-04-22sched/psi: report zeroes for CPU full at the system levelChengming Zhou1-6/+9
2022-04-22sched/fair: Delete useless condition in tg_unthrottle_up()Chengming Zhou1-1/+1
2022-04-22sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou3-8/+8