summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen2024-03-261-3/+6
* bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen2024-03-261-5/+9
* timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber2024-03-261-4/+2
* timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber2024-03-261-8/+10
* timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber2024-03-261-1/+1
* getrusage: use sig->stats_lock rather than lock_task_sighand()Oleg Nesterov2024-03-151-3/+13
* getrusage: use __for_each_thread()Oleg Nesterov2024-03-151-3/+1
* getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()Oleg Nesterov2024-03-151-15/+19
* getrusage: add the "signal_struct *sig" local variableOleg Nesterov2024-03-151-18/+19
* y2038: rusage: use __kernel_old_timevalArnd Bergmann2024-03-151-2/+2
* sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis2024-03-012-4/+6
* sched/rt: sysctl_sched_rr_timeslice show default timeslice after resetCyril Hrubis2024-03-011-0/+3
* sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis2024-03-011-1/+1
* sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds2024-02-231-0/+6
* ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort2024-02-231-1/+1
* tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)2024-02-231-2/+4
* hrtimer: Report offline hrtimer enqueueFrederic Weisbecker2024-02-231-0/+3
* bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao2024-02-234-10/+12
* audit: Send netlink ACK before setting connection in auditd_setChris Riches2024-02-231-7/+24
* tick/sched: Preserve number of idle sleeps across CPU hotplug eventsTim Chen2024-02-231-0/+5
* tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu2024-02-231-1/+6
* PM: hibernate: Enforce ordering during image compression/decompressionHongchen Zhang2024-02-231-19/+19
* kdb: Fix a potential buffer overflow in kdb_local()Christophe JAILLET2024-01-251-2/+0
* kdb: Censor attempts to set PROMPT without ENABLE_MEM_READDaniel Thompson2024-01-251-4/+8
* tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens2024-01-251-0/+5
* dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang2024-01-251-1/+3
* bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner2024-01-251-0/+3
* ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)2024-01-251-0/+6
* tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)2024-01-251-2/+4
* tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)2024-01-251-1/+5
* ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)2023-12-201-0/+2
* perf: Fix perf_event_validate_size() lockdep splatMark Rutland2023-12-201-0/+10
* cred: switch to using atomic_long_tJens Axboe2023-12-201-33/+33
* perf: Fix perf_event_validate_size()Peter Zijlstra2023-12-131-23/+38
* perf/core: Add a new read format to get a number of lost samplesNamhyung Kim2023-12-132-4/+22
* tracing: Fix a possible race when disabling buffered eventsPetr Pavlu2023-12-131-4/+8
* tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu2023-12-131-8/+4
* tracing: Always update snapshot buffer sizeSteven Rostedt (Google)2023-12-131-2/+1
* tracing: Fix a warning when allocating buffered events failsPetr Pavlu2023-12-131-6/+5
* hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2023-12-132-22/+19
* PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon2023-11-281-5/+1
* PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon2023-11-281-4/+6
* genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina2023-11-281-6/+19
* audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore2023-11-281-1/+1
* audit: don't take task_lock() in audit_exe_compare() code pathPaul Moore2023-11-281-1/+8
* crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin2023-11-281-1/+1
* perf/core: Bail out early if the request AUX area is out of boundShuai Xue2023-11-281-0/+6
* locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz2023-11-281-8/+12
* genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu2023-11-201-3/+3
* perf/core: Fix potential NULL derefPeter Zijlstra2023-11-081-1/+2