aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2024-03-28Merge branch 'v5.4/standard/base' into v5.4/standard/tiny/intel-x86v5.4/standard/tiny/intel-x86Bruce Ashfield
2024-03-28Merge tag 'v5.4.273' into v5.4/standard/basev5.4/standard/baseBruce Ashfield
2024-03-28Merge tag 'v5.4.272' into v5.4/standard/baseBruce Ashfield
2024-03-28Merge tag 'v5.4.270' into v5.4/standard/baseBruce Ashfield
2024-03-28Merge tag 'v5.4.269' into v5.4/standard/baseBruce Ashfield
2024-03-26bpf: report RCU QS in cpumap kthreadYan Zhai
2024-03-26bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-26bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-26bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song
2024-03-26bpf: Factor out bpf_spin_lock into helpers.Alexei Starovoitov
2024-03-26timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber
2024-03-26timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber
2024-03-26timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber
2024-03-15getrusage: use sig->stats_lock rather than lock_task_sighand()Oleg Nesterov
2024-03-15getrusage: use __for_each_thread()Oleg Nesterov
2024-03-15getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()Oleg Nesterov
2024-03-15getrusage: add the "signal_struct *sig" local variableOleg Nesterov
2024-03-15y2038: rusage: use __kernel_old_timevalArnd Bergmann
2024-03-01sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis
2024-03-01sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis
2024-03-01sched/rt: sysctl_sched_rr_timeslice show default timeslice after resetCyril Hrubis
2024-02-23sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds
2024-02-23tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)
2024-02-23ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort
2024-02-23tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)
2024-02-23tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)
2024-02-23hrtimer: Report offline hrtimer enqueueFrederic Weisbecker
2024-02-23perf: Fix the nr_addr_filters fixPeter Zijlstra
2024-02-23bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
2024-02-23audit: Send netlink ACK before setting connection in auditd_setChris Riches
2024-02-23perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...Greg KH
2024-02-23tick/sched: Preserve number of idle sleeps across CPU hotplug eventsTim Chen
2024-02-23tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu
2024-02-23PM: hibernate: Enforce ordering during image compression/decompressionHongchen Zhang
2024-02-20Merge branch 'v5.4/standard/base' into v5.4/standard/tiny/intel-x86Bruce Ashfield
2024-02-20Merge tag 'v5.4.268' into v5.4/standard/baseBruce Ashfield
2024-01-25kdb: Fix a potential buffer overflow in kdb_local()Christophe JAILLET
2024-01-25kdb: Censor attempts to set PROMPT without ENABLE_MEM_READDaniel Thompson
2024-01-25tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens
2024-01-25dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang
2024-01-25bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner
2024-01-25ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)
2024-01-25tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)
2024-01-25tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)
2024-01-11Merge branch 'v5.4/standard/base' into v5.4/standard/tiny/intel-x86Bruce Ashfield
2024-01-11Merge tag 'v5.4.266' into v5.4/standard/baseBruce Ashfield
2024-01-08ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)
2023-12-27Merge branch 'v5.4/standard/base' into v5.4/standard/tiny/intel-x86Bruce Ashfield
2023-12-27Merge tag 'v5.4.265' into v5.4/standard/baseBruce Ashfield
2023-12-20ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)