summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: core: Add TMF to tmr_list handlingDmitry Bogdanov2024-03-012-5/+4
* tools: selftests: riscv: Fix compile warnings in mm testsChristoph Müllner2024-03-011-0/+3
* tools: selftests: riscv: Fix compile warnings in vector testsChristoph Müllner2024-03-012-3/+3
* scsi: smartpqi: Fix logical volume rescan race conditionMahesh Rajashekhara2024-03-012-8/+36
* scsi: smartpqi: Add new controller PCI IDsDavid Strahan2024-03-011-0/+40
* dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTHHector Martin2024-03-011-1/+4
* riscv/efistub: Ensure GP-relative addressing is not usedJan Kiszka2024-03-011-1/+1
* PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()Dan Carpenter2024-03-011-1/+2
* sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis2024-03-011-4/+5
* Linux 6.6.18v6.6.18Greg Kroah-Hartman2024-02-231-1/+1
* tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter2024-02-231-1/+1
* tracing: Make system_callback() function staticSteven Rostedt (Google)2024-02-231-1/+1
* Documentation/arch/ia64/features.rst: fix kernel-feat directiveVegard Nossum2024-02-231-1/+1
* x86/barrier: Do not serialize MSR accesses on AMDBorislav Petkov (AMD)2024-02-236-19/+32
* dm: limit the number of targets and parameter size areaMikulas Patocka2024-02-233-3/+11
* nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi2024-02-231-3/+5
* of: property: Add in-ports/out-ports support to of_graph_get_port_parent()Saravana Kannan2024-02-231-1/+3
* sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds2024-02-231-0/+6
* x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat sectionArd Biesheuvel2024-02-232-11/+9
* x86/boot: Increase section and file alignment to 4k/512Ard Biesheuvel2024-02-234-125/+51
* x86/boot: Split off PE/COFF .data sectionArd Biesheuvel2024-02-232-5/+16
* x86/boot: Drop PE/COFF .reloc sectionArd Biesheuvel2024-02-233-51/+7
* x86/boot: Construct PE/COFF .text section from assemblerArd Biesheuvel2024-02-232-62/+7
* x86/boot: Derive file size from _edata symbolArd Biesheuvel2024-02-234-25/+12
* x86/boot: Define setup size in linker scriptArd Biesheuvel2024-02-233-7/+5
* x86/boot: Set EFI handover offset directly in header asmArd Biesheuvel2024-02-232-25/+17
* x86/boot: Grab kernel_info offset from zoffset header directlyArd Biesheuvel2024-02-232-5/+1
* x86/boot: Drop references to startup_64Ard Biesheuvel2024-02-232-4/+1
* x86/boot: Drop redundant code setting the root deviceArd Biesheuvel2024-02-232-8/+1
* x86/boot: Omit compression buffer from PE/COFF image memory footprintArd Biesheuvel2024-02-232-48/+8
* x86/boot: Remove the 'bugger off' messageArd Biesheuvel2024-02-232-52/+4
* x86/efi: Drop alignment flags from PE section headersArd Biesheuvel2024-02-231-8/+4
* x86/efi: Disregard setup header of loaded imageArd Biesheuvel2024-02-231-40/+6
* x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel2024-02-232-8/+0
* nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown2024-02-231-6/+5
* eventfs: Keep all directory links at 1Steven Rostedt (Google)2024-02-231-4/+10
* eventfs: Remove fsnotify*() functions from lookup()Steven Rostedt (Google)2024-02-231-2/+0
* eventfs: Restructure eventfs_inode structure to be more condensedSteven Rostedt (Google)2024-02-231-15/+12
* eventfs: Warn if an eventfs_inode is freed without is_freed being setSteven Rostedt (Google)2024-02-231-4/+14
* eventfs: Get rid of dentry pointers without refcountsLinus Torvalds2024-02-232-177/+78
* eventfs: Clean up dentry ops and add revalidate functionLinus Torvalds2024-02-233-13/+22
* eventfs: Remove unused d_parent pointer fieldLinus Torvalds2024-02-232-5/+1
* tracefs: dentry lookup crapectomyLinus Torvalds2024-02-233-297/+50
* tracefs: Avoid using the ei->dentry pointer unnecessarilyLinus Torvalds2024-02-231-14/+12
* eventfs: Initialize the tracefs inode properlyLinus Torvalds2024-02-231-4/+2
* tracefs: Zero out the tracefs_inode when allocating itSteven Rostedt (Google)2024-02-232-3/+6
* tracefs: remove stale update_gid codeLinus Torvalds2024-02-232-39/+0
* eventfs: Save directory inodes in the eventfs_inode structureSteven Rostedt (Google)2024-02-232-6/+15
* eventfs: Use kcalloc() instead of kzalloc()Erick Archer2024-02-231-3/+3
* eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)2024-02-231-15/+5