summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-11-08bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong1-1/+1
2024-11-08cgroup: Fix potential overflow issue when checking max_depthXiu Jianfeng1-2/+2
2024-11-08posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan1-3/+3
2024-11-08posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan1-0/+3
2024-11-08bpf: Check percpu map value size firstTao Chen2-0/+6
2024-11-08tracing: Remove precision vsnprintf() check from print eventSteven Rostedt (Google)1-4/+2
2024-11-08uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov1-1/+1
2024-11-08perf/core: Fix small negative period being ignoredLuo Gengkun1-1/+5
2024-11-08signal: Replace BUG_ON()sThomas Gleixner1-4/+7
2024-11-08kthread: fix task state in kthread worker if being frozenChen Yu1-1/+9
2024-11-08kthread: add kthread_work tracepointsRob Clark1-0/+9
2024-09-12rtmutex: Drop rt_mutex::wait_lock before schedulingRoland Xu1-1/+3
2024-09-12tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian1-0/+2
2024-09-12ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()Steven Rostedt (VMware)3-20/+9
2024-09-12uprobes: Use kzalloc to allocate xol areaSven Schnelle1-2/+1
2024-09-12smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu()Zqiang1-0/+1
2024-09-12cgroup: Protect css->cgroup write under css_set_lockWaiman Long1-1/+1
2024-09-04cgroup/cpuset: Prevent UAF in proc_cpuset_show()Chen Ridong1-4/+9
2024-09-04hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang1-0/+2
2024-08-19tracing: Fix overflow in get_free_elt()Tze-nan Wu1-3/+3
2024-08-19ntp: Safeguard against time_constant overflowJustin Stitt1-3/+2
2024-08-19ntp: Clamp maxerror and esterror to operating rangeJustin Stitt1-2/+2
2024-08-19tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner1-1/+2
2024-08-19dma: fix call order in dmam_free_coherentLance Richardson1-1/+1
2024-08-19kdb: Use the passed prompt in kdb_position_cursor()Douglas Anderson1-1/+1
2024-08-19kdb: address -Wformat-security warningsArnd Bergmann1-2/+2
2024-08-19kdb: Fix bound check compiler warningWenlin Kang1-1/+1
2024-08-19watchdog/perf: properly initialize the turbo mode timestamp and rearm counterThomas Gleixner1-3/+8
2024-08-19tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao1-0/+23
2024-08-19perf: Prevent passing zero nr_pages to rb_alloc_aux()Adrian Hunter1-0/+2
2024-08-19perf: Fix perf_aux_size() for greater-than 32-bit sizeAdrian Hunter1-1/+1
2024-07-18mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng1-0/+2
2024-07-05perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu1-0/+13
2024-07-05tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson1-0/+1
2024-07-05gcov: add support for GCC 14Peter Oberparleiter1-1/+3
2024-07-05rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney1-1/+2
2024-06-16kdb: Use format-specifiers rather than memset() for padding in kdb_read()Daniel Thompson1-5/+3
2024-06-16kdb: Merge identical case statements in kdb_read()Daniel Thompson1-9/+1
2024-06-16kdb: Fix console handling when editing and tab-completing commandsDaniel Thompson1-0/+5
2024-06-16kdb: Use format-strings rather than '\0' injection in kdb_read()Daniel Thompson1-21/+34
2024-06-16kdb: Fix buffer overflow during tab-completeDaniel Thompson1-8/+13
2024-06-16genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang1-8/+8
2024-06-16params: lift param_set_uint_minmax to common codeSagi Grimberg1-0/+18
2024-06-16sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov2-2/+2
2024-06-16sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relaxValentin Schneider1-6/+3
2024-06-16ring-buffer: Fix a race between readers and resize checksPetr Pavlu1-0/+9
2024-05-25tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi1-1/+0
2024-05-25tracing: Generalize hist trigger onmax and save actionTom Zanussi1-76/+160
2024-05-25tracing: Split up onmatch action dataTom Zanussi2-44/+63
2024-05-25tracing: Refactor hist trigger action codeTom Zanussi1-169/+238