summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-07-18sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpathJohn Stultz4-10/+30
2024-07-18bpf: Allow reads from uninit stackEduard Zingerman1-1/+10
2024-07-18Revert "sched/fair: Make sure to try to detach at least one movable task"Josh Don1-9/+3
2024-07-18bpf: fix order of args in call to bpf_map_kvcallocMohammad Shehar Yaar Tausif1-2/+2
2024-07-18bpf: Remove __bpf_local_storage_map_allocMartin KaFai Lau1-37/+26
2024-07-18bpf: use bpf_map_kvcalloc in bpf_local_storageYafang Shao2-2/+17
2024-07-18bpf: Reduce smap->elem_sizeMartin KaFai Lau1-2/+2
2024-07-18bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song3-139/+127
2024-07-11dma-mapping: benchmark: avoid needless copy_to_user if benchmark failsFedor Pchelkin1-0/+3
2024-07-11ima: Avoid blocking in RCU read-side critical sectionGUO Zihua1-2/+3
2024-07-11mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng1-0/+2
2024-07-11locking/mutex: Introduce devm_mutex_init()George Stark1-0/+12
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-07-05cpu/hotplug: Fix dynstate assignment in __cpuhp_setup_state_cpuslocked()Yuntao Wang1-4/+4
2024-07-05bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau1-0/+2
2024-07-05bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy2-3/+9
2024-07-05bpf: Fix overrunning reservations in ringbufDaniel Borkmann1-6/+25
2024-06-27kheaders: explicitly define file modes for archived headersMatthias Maennich1-1/+1
2024-06-27Revert "kheaders: substituting --sort in archive creation"Masahiro Yamada1-6/+3
2024-06-27tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson1-0/+1
2024-06-27kcov: don't lose track of remote references during softirqsAleksandr Nogikh1-0/+1
2024-06-27gcov: add support for GCC 14Peter Oberparleiter1-1/+3
2024-06-27tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)1-2/+2
2024-06-27rcutorture: Fix invalid context warning when enable srcu barrier testingZqiang1-5/+4
2024-06-27rcutorture: Make stall-tasks directly exit when rcutorture tests endZqiang1-2/+2
2024-06-27rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney1-1/+2
2024-06-27padata: Disable BH when taking works lock on MT pathHerbert Xu1-4/+4
2024-06-21zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDINGOleg Nesterov1-0/+1
2024-06-21Revert "fork: defer linking file vma until vma is fully initialized"Sam James1-9/+9
2024-06-21tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov1-28/+14
2024-06-21perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu1-0/+13
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-12bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki1-3/+7
2024-06-12dma-mapping: benchmark: handle NUMA_NO_NODE correctlyFedor Pchelkin1-2/+1
2024-06-12dma-mapping: benchmark: fix node id validationFedor Pchelkin1-1/+2
2024-06-12rv: Update rv_en(dis)able_monitor doc to match kernel-docYang Li1-0/+2
2024-06-12sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu1-1/+1
2024-06-12sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov2-2/+2
2024-06-12kernel/numa.c: Move logging out of numa.hKent Overstreet2-0/+27
2024-06-12sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde1-19/+34
2024-06-12rcu: Fix buffer overflow in print_cpu_stall_info()Nikita Kiryushin1-1/+2
2024-06-12rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflowNikita Kiryushin1-1/+1
2024-06-12softirq: Fix suspicious RCU usage in __do_softirq()Zqiang1-4/+8
2024-06-12genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang1-8/+8
2024-06-12sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov1-1/+6
2024-06-12ring-buffer: Fix a race between readers and resize checksPetr Pavlu1-0/+9