summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* rtmutex: Drop rt_mutex::wait_lock before schedulingRoland Xu2024-09-121-1/+3
* tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian2024-09-121-0/+2
* ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()Steven Rostedt (VMware)2024-09-123-20/+9
* uprobes: Use kzalloc to allocate xol areaSven Schnelle2024-09-121-2/+1
* smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu()Zqiang2024-09-121-0/+1
* cgroup: Protect css->cgroup write under css_set_lockWaiman Long2024-09-121-1/+1
* cgroup/cpuset: Prevent UAF in proc_cpuset_show()Chen Ridong2024-09-041-4/+9
* hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang2024-09-041-0/+2
* tracing: Fix overflow in get_free_elt()Tze-nan Wu2024-08-191-3/+3
* genirq/irqdesc: Honor caller provided affinity in alloc_desc()Shay Drory2024-08-191-0/+1
* ntp: Safeguard against time_constant overflowJustin Stitt2024-08-191-3/+2
* ntp: Clamp maxerror and esterror to operating rangeJustin Stitt2024-08-191-2/+2
* tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner2024-08-191-1/+2
* genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier2024-08-191-6/+3
* genirq: Allow the PM device to originate from irq domainMarc Zyngier2024-08-191-5/+18
* dma: fix call order in dmam_free_coherentLance Richardson2024-08-191-1/+1
* kdb: Use the passed prompt in kdb_position_cursor()Douglas Anderson2024-08-191-1/+1
* kdb: address -Wformat-security warningsArnd Bergmann2024-08-191-2/+2
* watchdog/perf: properly initialize the turbo mode timestamp and rearm counterThomas Gleixner2024-08-191-3/+8
* tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao2024-08-191-0/+23
* perf: Prevent passing zero nr_pages to rb_alloc_aux()Adrian Hunter2024-08-191-0/+2
* perf: Fix perf_aux_size() for greater-than 32-bit sizeAdrian Hunter2024-08-191-1/+1
* mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng2024-07-181-0/+2
* perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu2024-07-051-0/+13
* kheaders: explicitly define file modes for archived headersMatthias Maennich2024-07-051-1/+1
* Revert "kheaders: substituting --sort in archive creation"Masahiro Yamada2024-07-051-6/+3
* tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson2024-07-051-0/+1
* gcov: add support for GCC 14Peter Oberparleiter2024-07-051-1/+3
* rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney2024-07-051-1/+2
* tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov2024-07-051-28/+14
* kdb: Use format-specifiers rather than memset() for padding in kdb_read()Daniel Thompson2024-06-161-5/+3
* kdb: Merge identical case statements in kdb_read()Daniel Thompson2024-06-161-9/+1
* kdb: Fix console handling when editing and tab-completing commandsDaniel Thompson2024-06-161-0/+5
* kdb: Use format-strings rather than '\0' injection in kdb_read()Daniel Thompson2024-06-161-21/+34
* kdb: Fix buffer overflow during tab-completeDaniel Thompson2024-06-161-8/+13
* genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang2024-06-161-8/+8
* params: lift param_set_uint_minmax to common codeSagi Grimberg2024-06-161-0/+18
* sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov2024-06-162-2/+2
* sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relaxValentin Schneider2024-06-161-6/+3
* ring-buffer: Fix a race between readers and resize checksPetr Pavlu2024-06-161-0/+9
* bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)2024-05-021-1/+1
* tracing: Show size of requested perf bufferRobin H. Johnson2024-05-021-1/+2
* Revert "tracing/trigger: Fix to return error if failed to alloc snapshot"Siddh Raman Pant2024-05-021-4/+2
* kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian2024-05-021-6/+12
* panic: Flush kernel log buffer at the endJohn Ogness2024-04-131-0/+8
* bounds: support non-power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)2024-04-131-1/+1
* perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong2024-04-131-0/+9
* printk: Update @console_may_schedule in console_trylock_spinning()John Ogness2024-04-131-0/+6
* ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)2024-04-131-7/+20
* ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)2024-04-131-7/+23