summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | swsusp: don't bother with setting block sizeAl Viro2024-05-021-6/+1
* | | | | | | | | | Merge tag 'vfio-v6.10-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2024-05-201-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | genirq/msi: Add MSI allocation helper and export MSI functionsNipun Gupta2024-04-231-0/+2
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'fsnotify_for_v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-202-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fsnotify: create a wrapper fsnotify_find_inode_mark()Amir Goldstein2024-04-042-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2024-05-203-32/+104
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dma: fix DMA sync for drivers not calling dma_set_mask*()Alexander Lobakin2024-05-092-6/+6
| * | | | | | | | | | dma: avoid redundant calls for sync operationsAlexander Lobakin2024-05-072-12/+49
| * | | | | | | | | | dma: compile-out DMA sync op calls when not usedAlexander Lobakin2024-05-072-10/+17
| * | | | | | | | | | swiotlb: remove alloc_size argument to swiotlb_tbl_map_single()Michael Kelley2024-05-071-14/+42
* | | | | | | | | | | 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-261-2/+1
| * | | | | | | | | | | kcov: avoid clang out-of-range warningArnd Bergmann2024-04-261-1/+2
| * | | | | | | | | | | regset: use kvzalloc() for regset_get_alloc()Douglas Anderson2024-04-261-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-261-2/+2
| * | | | | | | | | | | | mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-262-2/+2
| * | | | | | | | | | | | mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folioMatthew Wilcox (Oracle)2024-04-261-1/+1
| * | | | | | | | | | | | mm: free up PG_slabMatthew Wilcox (Oracle)2024-04-261-1/+2
| * | | | | | | | | | | | mm: vmalloc: enable memory allocation profilingKent Overstreet2024-04-261-1/+1
| * | | | | | | | | | | | change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan2024-04-261-2/+2
| * | | | | | | | | | | | lib: prevent module unloading if memory is not freedSuren Baghdasaryan2024-04-261-8/+19
| * | | | | | | | | | | | lib: code tagging module supportSuren Baghdasaryan2024-04-261-0/+4
| * | | | | | | | | | | | mm: memcg: add NULL check to obj_cgroup_put()Yosry Ahmed2024-04-261-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-181-1/+1
* | | | | | | | | | | | Merge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-181-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-181-1/+75
|\ \ \ \ \ \ \ \ \ \ \ \