summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-17Linux 5.15.103v5.15.103Greg Kroah-Hartman1-1/+1
2023-03-17Makefile: use -gdwarf-{4|5} for assembler for DEBUG_INFO_DWARF{4|5}Nick Desaulniers1-0/+1
2023-03-17KVM: VMX: Fix crash due to uninitialized current_vmcsAlexandru Matei2-13/+7
2023-03-17KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helperVitaly Kuznetsov1-4/+13
2023-03-17KVM: nVMX: Don't use Enlightened MSR Bitmap for L3Vitaly Kuznetsov1-9/+13
2023-03-17fs: hold writers when changing mount's idmappingChristian Brauner1-9/+20
2023-03-17UML: define RUNTIME_DISCARD_EXITMasahiro Yamada1-1/+1
2023-03-17xfs: remove xfs_setattr_time() declarationGaosheng Cui1-1/+0
2023-03-17KVM: fix memoryleak in kvm_init()Miaohe Lin1-3/+2
2023-03-17tools bpftool: Fix compilation error with new binutilsAndres Freund2-9/+38
2023-03-17tools bpf_jit_disasm: Fix compilation error with new binutilsAndres Freund2-2/+8
2023-03-17tools perf: Fix compilation error with new binutilsAndres Freund2-3/+12
2023-03-17tools include: add dis-asm-compat.h to handle version differencesAndres Freund1-0/+55
2023-03-17tools build: Add feature test for init_disassemble_info API changesAndres Freund4-0/+22
2023-03-17sh: define RUNTIME_DISCARD_EXITTom Saeger1-0/+1
2023-03-17s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36Masahiro Yamada1-0/+2
2023-03-17powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman1-1/+4
2023-03-17powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman1-0/+1
2023-03-17arch: fix broken BuildID for arm64 and riscvMasahiro Yamada1-0/+5
2023-03-17ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner1-1/+20
2023-03-17ext4: add strict range checks while freeing blocksRitesh Harjani1-13/+3
2023-03-17ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()Ritesh Harjani2-9/+20
2023-03-17ext4: refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()Ritesh Harjani1-78/+102
2023-03-17filelocks: use mount idmapping for setlease permission checkSeth Forshee1-1/+2
2023-03-17media: rc: gpio-ir-recv: add remove functionLi Jun1-0/+18
2023-03-17media: ov5640: Fix analogue gain controlPaul Elder1-1/+1
2023-03-17scripts: handle BrokenPipeError for python scriptsMasahiro Yamada3-10/+40
2023-03-17PCI: Add SolidRun vendor IDAlvaro Karsz1-0/+2
2023-03-17macintosh: windfarm: Use unsigned type for 1-bit bitfieldsNathan Chancellor2-4/+4
2023-03-17alpha: fix R_ALPHA_LITERAL reloc for large modulesEdward Humes1-3/+1
2023-03-17powerpc/kcsan: Exclude udelay to prevent recursive instrumentationRohan McLure1-2/+2
2023-03-17powerpc/iommu: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-3/+1
2023-03-17MIPS: Fix a compilation issuexurui1-1/+1
2023-03-17fs: use consistent setgid checks in is_sxid()Christian Brauner1-1/+1
2023-03-17attr: use consistent sgid stripping checksChristian Brauner8-27/+33
2023-03-17attr: add setattr_should_drop_sgid()Christian Brauner2-0/+34
2023-03-17fs: move should_remove_suid()Christian Brauner2-29/+29
2023-03-17attr: add in_group_or_capable()Christian Brauner3-8/+30
2023-03-17fs: move S_ISGID stripping into the vfs_*() helpersYang Xu3-15/+70
2023-03-17fs: add mode_strip_sgid() helperYang Xu2-4/+34
2023-03-17xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner2-14/+3
2023-03-17xfs: fallocate() should call file_modified()Dave Chinner1-4/+9
2023-03-17xfs: remove XFS_PREALLOC_SYNCDave Chinner2-8/+11
2023-03-17xfs: use setattr_copy to set vfs inode attributesDarrick J. Wong2-54/+5
2023-03-17tpm/eventlog: Don't abort tpm_read_log on faulty ACPI addressMorten Linderud1-1/+5
2023-03-17watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error pathsDavid Disseldorp1-0/+1
2023-03-17staging: rtl8723bs: Fix key-store index handlingHans de Goede3-31/+36
2023-03-17staging: rtl8723bs: fix placement of bracesHannes Braun1-158/+65
2023-03-17Staging: rtl8723bs: Placing opening { braces in previous lineJagath Jog J1-66/+32
2023-03-17staging: rtl8723bs: clean up comparsions to NULLMichael Straube9-117/+117