summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'slab-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-08-298-40/+130
|\
| * Merge branch 'slab/for-6.6/random_kmalloc' into slab/for-nextVlastimil Babka2023-08-297-15/+97
| |\
| | * Randomized slab caches for kmalloc()GONG, Ruiqi2023-07-187-15/+97
| * | mm/slub: remove freelist_dereference()Vlastimil Babka2023-07-141-9/+6
| * | mm/slub: remove redundant kasan_reset_tag() from freelist_ptr calculationsVlastimil Babka2023-07-141-16/+6
| * | mm/slub: refactor freelist to use custom typeJann Horn2023-07-111-11/+32
| |/
* | Merge tag 'flex-array-transformations-6.6-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2023-08-295-13/+13
|\ \
| * | fs: omfs: Use flexible-array member in struct omfs_extentGustavo A. R. Silva2023-07-312-7/+7
| * | sparc: openpromio: Address -Warray-bounds warningGustavo A. R. Silva2023-07-121-3/+2
| * | reiserfs: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-07-122-3/+4
| |/
* | Merge tag 'csky-for-linus-6.6' of https://github.com/c-sky/csky-linuxLinus Torvalds2023-08-298-8/+43
|\ \
| * | csky: Fixup -Wmissing-prototypes warningGuo Ren2023-08-114-0/+30
| * | csky: Make pfn accessors static inlinesLinus Walleij2023-08-111-3/+10
| * | csky: Cast argument to virt_to_pfn() to (void *)Linus Walleij2023-08-111-1/+1
| * | csky: pgtable: Invalidate stale I-cache lines in update_mmu_cacheGuo Ren2023-08-111-3/+1
| * | csky: fix old style declaration in module.cArnd Bergmann2023-07-301-1/+1
| |/
* | Merge tag 'parisc-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-2938-883/+3997
|\ \
| * | parisc: ccio-dma: Create private runway procfs root entryHelge Deller2023-08-283-8/+8
| * | parisc: chassis: Do not overwrite string on LCD displayHelge Deller2023-08-281-0/+6
| * | parisc: led: Rewrite LED/LCD driver to utilizize Linux LED subsystemHelge Deller2023-08-284-577/+343
| * | parisc: led: Fix LAN receive and transmit LEDsHelge Deller2023-08-271-2/+2
| * | parisc: lasi: Initialize LASI driver via arch_initcall()Helge Deller2023-08-272-12/+8
| * | parisc: asp: Initialize asp driver via arch_initcall()Helge Deller2023-08-272-4/+9
| * | parisc: wax: Initialize wax driver via arch_initcall()Helge Deller2023-08-272-7/+9
| * | parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Helge Deller2023-08-273-10/+4
| * | parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Helge Deller2023-08-273-6/+3
| * | parisc: led: Move register_led_regions() to late_initcall()Helge Deller2023-08-273-9/+3
| * | parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Helge Deller2023-08-273-6/+3
| * | parisc: gsc: Convert GSC bus driver to use arch_initcall()Helge Deller2023-08-273-6/+3
| * | parisc: ccio: Convert CCIO driver to use arch_initcall()Helge Deller2023-08-273-22/+3
| * | parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Helge Deller2023-08-273-6/+3
| * | parisc: hppb: Convert HP PB bus driver to use arch_initcall()Helge Deller2023-08-273-8/+4
| * | parisc: dino: Convert dino PCI bus driver to use arch_initcall()Helge Deller2023-08-273-8/+3
| * | parisc: Makefile: Adjust order in which drivers should be loadedHelge Deller2023-08-271-7/+9
| * | parisc: led: Reduce CPU overhead for disk & lan LED computationHelge Deller2023-08-261-2/+2
| * | parisc: Avoid ioremap() for same addresss in iosapic_register()Helge Deller2023-08-223-4/+5
| * | parisc: unaligned: Simplify 32-bit assembly in emulate_std()Helge Deller2023-08-221-13/+12
| * | parisc: Wire up eBPF JIT compilerHelge Deller2023-08-222-1/+3
| * | parisc: Fix comment on Elf64 function descriptorHelge Deller2023-08-221-2/+1
| * | parisc: Add eBPF JIT compiler glue code and MakefileHelge Deller2023-08-223-0/+689
| * | parisc: Add 64-bit eBPF JIT compilerHelge Deller2023-08-221-0/+1209
| * | parisc: Add 32-bit eBPF JIT compilerHelge Deller2023-08-221-0/+1615
| * | parisc: Use generic mmap top-down layout and brk randomizationHelge Deller2023-08-224-68/+22
| * | parisc: Fix /proc/cpuinfo output for lscpuHelge Deller2023-08-221-3/+10
| * | parisc: Use page table locks only if DEBUG_KERNEL is enabledHelge Deller2023-08-201-1/+1
| * | parisc: traps: Drop cpu_lpmc function pointerHelge Deller2023-08-201-4/+1
| * | parisc: Drop the pa7300lc LPMC handlerHelge Deller2023-08-204-72/+1
| * | parisc: lasi: Register LASI power-off feature as sys_off_handlerHelge Deller2023-08-202-23/+11
* | | Merge tag 'v6.6-vfs.super.fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-291-20/+31
|\ \ \
| * | | super: ensure valid infoChristian Brauner2023-08-291-19/+30