summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel2019-12-2514-192/+148
* efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel2019-12-2510-76/+74
* efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel2019-12-254-198/+54
* efi/libstub: Unify the efi_char16_printk implementationsArd Biesheuvel2019-12-253-16/+9
* efi/libstub: Get rid of 'sys_table_arg' macro parameterArd Biesheuvel2019-12-256-9/+27
* efi/libstub: Avoid protocol wrapper for file I/O routinesArd Biesheuvel2019-12-252-89/+46
* efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel2019-12-258-138/+24
* efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel2019-12-254-76/+96
* efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel2019-12-257-18/+28
* efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel2019-12-253-266/+1
* efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel2019-12-256-44/+49
* efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel2019-12-254-180/+357
* efi/libstub: Use a helper to iterate over a EFI handle arrayArd Biesheuvel2019-12-253-16/+20
* efi/x86: Rename efi_is_native() to efi_is_mixed()Ard Biesheuvel2019-12-254-11/+13
* efi/libstub: Remove unused __efi_call_early() macroArd Biesheuvel2019-12-253-5/+0
* efi/gop: Unify 32/64-bit functionsArvind Sankar2019-12-251-116/+18
* efi/gop: Convert GOP structures to typedef and clean up some typesArvind Sankar2019-12-252-36/+36
* efi/gop: Remove unused typedefArvind Sankar2019-12-251-4/+0
* efi/gop: Remove bogus packed attribute from GOP structuresArvind Sankar2019-12-251-4/+4
* x86/efistub: Disable paging at mixed mode entryArd Biesheuvel2019-12-251-0/+5
* efi/libstub/random: Initialize pointer variables to zero for mixed modeHans de Goede2019-12-251-3/+3
* efi/earlycon: Fix write-combine mapping on x86Arvind Sankar2019-12-251-9/+7
* Linux 5.5-rc3v5.5-rc3Linus Torvalds2019-12-231-1/+1
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-12-236-3/+18
|\
| * fs: call fsnotify_sb_delete after evict_inodesEric Sandeen2019-12-182-1/+6
| * fs: avoid softlockups in s_inodes iteratorsEric Sandeen2019-12-184-1/+10
| * pipe: Fix bogus dereference in iov_iter_alignment()Jan Kara2019-12-161-1/+2
* | Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-2213-104/+341
|\ \
| * | xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun2019-12-201-1/+1
| * | xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2019-12-194-1/+130
| * | xfs: split the sunit parameter update into two partsDarrick J. Wong2019-12-191-51/+72
| * | xfs: refactor agfl length computation functionDarrick J. Wong2019-12-191-5/+13
| * | libxfs: resync with the userspace libxfsDarrick J. Wong2019-12-194-24/+34
| * | xfs: use bitops interface for buf log item AIL flag checkBrian Foster2019-12-191-1/+1
| * | xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong2019-12-171-19/+77
| * | xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2019-12-112-2/+13
| * | xfs: fix Sphinx documentation warningRandy Dunlap2019-12-111-1/+1
| |/
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-228-104/+116
|\ \
| * | ext4: clarify impact of 'commit' mount optionJan Kara2019-12-221-8/+11
| * | ext4: fix unused-but-set-variable warning in ext4_add_entry()Yunfeng Ye2019-12-221-1/+3
| * | jbd2: fix kernel-doc notation warningRandy Dunlap2019-12-161-1/+1
| * | ext4: use RCU API in debug_print_treePhong Tran2019-12-161-1/+5
| * | ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o2019-12-161-74/+69
| * | ext4: reserve revoke credits in __ext4_new_inodeyangerkun2019-12-141-2/+2
| * | ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter2019-12-141-2/+2
| * | ext4: optimize __ext4_check_dir_entry()Theodore Ts'o2019-12-141-5/+4
| * | ext4: check for directory entries too close to block endJan Kara2019-12-141-0/+5
| * | ext4: fix ext4_empty_dir() for directories with holesJan Kara2019-12-141-14/+18
* | | Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-2212-39/+37
|\ \ \
| * | | sbitmap: only queue kyber's wait callback if not already activeDavid Jeffery2019-12-211-1/+1