index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-02-23
Linux 6.6.18
v6.6.18
Greg Kroah-Hartman
2024-02-23
tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()
Dan Carpenter
2024-02-23
tracing: Make system_callback() function static
Steven Rostedt (Google)
2024-02-23
Documentation/arch/ia64/features.rst: fix kernel-feat directive
Vegard Nossum
2024-02-23
x86/barrier: Do not serialize MSR accesses on AMD
Borislav Petkov (AMD)
2024-02-23
dm: limit the number of targets and parameter size area
Mikulas Patocka
2024-02-23
nilfs2: fix potential bug in end_buffer_async_write
Ryusuke Konishi
2024-02-23
of: property: Add in-ports/out-ports support to of_graph_get_port_parent()
Saravana Kannan
2024-02-23
sched/membarrier: reduce the ability to hammer on sys_membarrier
Linus Torvalds
2024-02-23
x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat section
Ard Biesheuvel
2024-02-23
x86/boot: Increase section and file alignment to 4k/512
Ard Biesheuvel
2024-02-23
x86/boot: Split off PE/COFF .data section
Ard Biesheuvel
2024-02-23
x86/boot: Drop PE/COFF .reloc section
Ard Biesheuvel
2024-02-23
x86/boot: Construct PE/COFF .text section from assembler
Ard Biesheuvel
2024-02-23
x86/boot: Derive file size from _edata symbol
Ard Biesheuvel
2024-02-23
x86/boot: Define setup size in linker script
Ard Biesheuvel
2024-02-23
x86/boot: Set EFI handover offset directly in header asm
Ard Biesheuvel
2024-02-23
x86/boot: Grab kernel_info offset from zoffset header directly
Ard Biesheuvel
2024-02-23
x86/boot: Drop references to startup_64
Ard Biesheuvel
2024-02-23
x86/boot: Drop redundant code setting the root device
Ard Biesheuvel
2024-02-23
x86/boot: Omit compression buffer from PE/COFF image memory footprint
Ard Biesheuvel
2024-02-23
x86/boot: Remove the 'bugger off' message
Ard Biesheuvel
2024-02-23
x86/efi: Drop alignment flags from PE section headers
Ard Biesheuvel
2024-02-23
x86/efi: Disregard setup header of loaded image
Ard Biesheuvel
2024-02-23
x86/efi: Drop EFI stub .bss from .data section
Ard Biesheuvel
2024-02-23
nfsd: don't take fi_lock in nfsd_break_deleg_cb()
NeilBrown
2024-02-23
eventfs: Keep all directory links at 1
Steven Rostedt (Google)
2024-02-23
eventfs: Remove fsnotify*() functions from lookup()
Steven Rostedt (Google)
2024-02-23
eventfs: Restructure eventfs_inode structure to be more condensed
Steven Rostedt (Google)
2024-02-23
eventfs: Warn if an eventfs_inode is freed without is_freed being set
Steven Rostedt (Google)
2024-02-23
eventfs: Get rid of dentry pointers without refcounts
Linus Torvalds
2024-02-23
eventfs: Clean up dentry ops and add revalidate function
Linus Torvalds
2024-02-23
eventfs: Remove unused d_parent pointer field
Linus Torvalds
2024-02-23
tracefs: dentry lookup crapectomy
Linus Torvalds
2024-02-23
tracefs: Avoid using the ei->dentry pointer unnecessarily
Linus Torvalds
2024-02-23
eventfs: Initialize the tracefs inode properly
Linus Torvalds
2024-02-23
tracefs: Zero out the tracefs_inode when allocating it
Steven Rostedt (Google)
2024-02-23
tracefs: remove stale update_gid code
Linus Torvalds
2024-02-23
eventfs: Save directory inodes in the eventfs_inode structure
Steven Rostedt (Google)
2024-02-23
eventfs: Use kcalloc() instead of kzalloc()
Erick Archer
2024-02-23
eventfs: Do not create dentries nor inodes in iterate_shared
Steven Rostedt (Google)
2024-02-23
eventfs: Have the inodes all for files and directories all be the same
Steven Rostedt (Google)
2024-02-23
eventfs: Shortcut eventfs_iterate() by skipping entries already read
Steven Rostedt (Google)
2024-02-23
eventfs: Read ei->entries before ei->children in eventfs_iterate()
Steven Rostedt (Google)
2024-02-23
eventfs: Do ctx->pos update for all iterations in eventfs_iterate()
Steven Rostedt (Google)
2024-02-23
eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is set
Steven Rostedt (Google)
2024-02-23
tracefs/eventfs: Use root and instance inodes as default ownership
Steven Rostedt (Google)
2024-02-23
eventfs: Stop using dcache_readdir() for getdents()
Steven Rostedt (Google)
2024-02-23
eventfs: Remove "lookup" parameter from create_dir/file_dentry()
Steven Rostedt (Google)
2024-02-23
eventfs: Fix bitwise fields for "is_events"
Steven Rostedt (Google)
[next]