summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-05-02bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)1-1/+1
2024-05-02cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson1-2/+2
2024-05-02tracing: Show size of requested perf bufferRobin H. Johnson1-1/+2
2024-05-02Revert "tracing/trigger: Fix to return error if failed to alloc snapshot"Siddh Raman Pant1-4/+2
2024-05-02kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian1-6/+12
2024-05-02x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=nSean Christopherson1-1/+2
2024-04-13ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...linke li1-1/+1
2024-04-13panic: Flush kernel log buffer at the endJohn Ogness1-0/+8
2024-04-13bpf: Protect against int overflow for stack access sizeAndrei Matei1-0/+5
2024-04-13perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong1-0/+9
2024-04-13printk: Update @console_may_schedule in console_trylock_spinning()John Ogness1-0/+6
2024-04-13ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)1-7/+20
2024-04-13ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)1-7/+23
2024-04-13ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)1-3/+4
2024-04-13ring-buffer: Fix waking up ring buffer readersSteven Rostedt (Google)1-71/+68
2024-04-13serial: Lock console when calling into driver before registrationPeter Collingbourne1-3/+18
2024-04-13printk/console: Split out code that enables default consolePetr Mladek1-15/+23
2024-04-13PM: suspend: Set mem_sleep_current during kernel command line setupMaulik Shah1-0/+1
2024-04-13bounds: support non-power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)1-1/+1
2024-04-13timers: Rename del_timer_sync() to timer_delete_sync()Thomas Gleixner1-9/+9
2024-04-13timers: Use del_timer_sync() even on UPThomas Gleixner1-2/+0
2024-04-13timers: Update kernel-doc for various functionsThomas Gleixner1-58/+90
2024-03-26bpf: report RCU QS in cpumap kthreadYan Zhai1-0/+3
2024-03-26bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen1-3/+6
2024-03-26bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen1-5/+9
2024-03-26bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen1-5/+6
2024-03-26bpf: Eliminate rlimit-based memory accounting for devmap mapsRoman Gushchin1-16/+2
2024-03-26bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song1-2/+2
2024-03-26bpf: Factor out bpf_spin_lock into helpers.Alexei Starovoitov1-4/+14
2024-03-26timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber1-4/+2
2024-03-26timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber1-8/+10
2024-03-26timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber1-1/+1
2024-03-26bpf: Defer the free of inner map when necessaryHou Tao2-5/+32
2024-03-26rcu-tasks: Provide rcu_trace_implies_rcu_gp()Paul E. McKenney1-0/+2
2024-03-15getrusage: use sig->stats_lock rather than lock_task_sighand()Oleg Nesterov1-3/+13
2024-03-15getrusage: use __for_each_thread()Oleg Nesterov1-3/+1
2024-03-15getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()Oleg Nesterov1-15/+19
2024-03-15getrusage: add the "signal_struct *sig" local variableOleg Nesterov1-18/+19
2024-03-15cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen1-1/+1
2024-03-01seccomp: Invalidate seccomp mode to catch death failuresKees Cook1-0/+10
2024-03-01sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis2-4/+5
2024-03-01sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis1-1/+1
2024-03-01sched/rt: sysctl_sched_rr_timeslice show default timeslice after resetCyril Hrubis1-0/+3
2024-02-23sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds1-0/+9
2024-02-23hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()Davidlohr Bueso1-3/+11
2024-02-23tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)1-0/+3
2024-02-23ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort1-1/+1
2024-02-23tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)1-38/+37
2024-02-23tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)1-2/+4
2024-02-23clocksource: Skip watchdog check for large watchdog intervalsJiri Wiesner1-1/+24