summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-197-10/+64
|\
| * kernel/watchdog_perf.c: tidy up kerneldocAndrew Morton2024-05-081-3/+0
| * watchdog: allow nmi watchdog to use raw perf eventSong Liu2024-05-082-0/+48
| * watchdog: handle comma separated nmi_watchdog command lineSong Liu2024-05-081-0/+7
| * crash: add prefix for crash dumping messagesBaoquan He2024-05-082-2/+4
| * blktrace: convert strncpy() to strscpy_pad()Arnd Bergmann2024-04-251-2/+1
| * kcov: avoid clang out-of-range warningArnd Bergmann2024-04-251-1/+2
| * regset: use kvzalloc() for regset_get_alloc()Douglas Anderson2024-04-251-3/+3
* | Merge tag 'kgdb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2024-05-192-76/+79
|\ \
| * | kdb: Simplify management of tmpbuffer in kdb_read()Daniel Thompson2024-04-261-23/+18
| * | kdb: Replace double memcpy() with memmove() in kdb_read()Daniel Thompson2024-04-261-12/+7
| * | kdb: Use format-specifiers rather than memset() for padding in kdb_read()Daniel Thompson2024-04-261-5/+3
| * | kdb: Merge identical case statements in kdb_read()Daniel Thompson2024-04-261-9/+1
| * | kdb: Fix console handling when editing and tab-completing commandsDaniel Thompson2024-04-261-0/+5
| * | kdb: Use format-strings rather than '\0' injection in kdb_read()Daniel Thompson2024-04-261-21/+34
| * | kdb: Fix buffer overflow during tab-completeDaniel Thompson2024-04-261-8/+13
| * | kdb: Use str_plural() to fix Coccinelle warningThorsten Blum2024-04-221-1/+1
| |/
* | Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-195-7/+9
|\ \
| * | sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu2024-05-171-1/+1
| * | sched/fair: Remove stale FREQUENCY_UTIL commentChristian Loehle2024-05-171-2/+2
| * | sched/fair: Fix initial util_avg calculationDawei Li2024-05-171-2/+3
| * | sched/debug: Dump domains' levelVitalii Bursov2024-05-171-0/+1
| * | sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov2024-05-172-2/+2
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-199-20/+33
|\ \ \
| * | | mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand2024-04-251-2/+2
| * | | mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-252-2/+2
| * | | mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folioMatthew Wilcox (Oracle)2024-04-251-1/+1
| * | | mm: free up PG_slabMatthew Wilcox (Oracle)2024-04-251-1/+2
| * | | mm: vmalloc: enable memory allocation profilingKent Overstreet2024-04-251-1/+1
| * | | change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan2024-04-251-2/+2
| * | | lib: prevent module unloading if memory is not freedSuren Baghdasaryan2024-04-251-8/+19
| * | | lib: code tagging module supportSuren Baghdasaryan2024-04-251-0/+4
| * | | mm: memcg: add NULL check to obj_cgroup_put()Yosry Ahmed2024-04-251-4/+2
* | | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-183-26/+14
|\ \ \ \
| * | | | vmlinux: Avoid weak reference to notes sectionArd Biesheuvel2024-05-021-2/+2
| * | | | kallsyms: Avoid weak references for kallsyms symbolsArd Biesheuvel2024-05-022-24/+12
* | | | | kprobe/ftrace: fix build error due to bad function definitionLinus Torvalds2024-05-171-1/+1
* | | | | Merge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-171-2/+2
|\ \ \ \ \
| * | | | | bpf: save extended inner map info for percpu array maps as wellAndrii Nakryiko2024-05-151-2/+2
* | | | | | Merge tag 'trace-user-events-v6.10' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-171-1/+75
|\ \ \ \ \ \
| * | | | | | tracing/user_events: Fix non-spaced field matchingBeau Belgrave2024-05-131-1/+75
* | | | | | | Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-173-16/+560
|\ \ \ \ \ \ \
| * | | | | | | ring-buffer: Add cast to unsigned long addr passed to virt_to_page()Steven Rostedt (Google)2024-05-151-1/+1
| * | | | | | | ring-buffer: Have mmapped ring buffer keep track of missed eventsSteven Rostedt (Google)2024-05-131-6/+47
| * | | | | | | tracing: Allow user-space mapping of the ring-bufferVincent Donnefort2024-05-132-5/+100
| * | | | | | | ring-buffer: Introducing ring-buffer mapping functionsVincent Donnefort2024-05-131-3/+411
| * | | | | | | ring-buffer: Allocate sub-buffers with __GFP_COMPVincent Donnefort2024-05-131-3/+3
| |/ / / / / /
* | | | | | | Merge tag 'trace-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2024-05-173-45/+36
|\ \ \ \ \ \ \
| * | | | | | | ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian2024-05-141-16/+23
| * | | | | | | ftrace: Remove unused global 'ftrace_direct_func_count'Dr. David Alan Gilbert2024-05-142-12/+0