summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1211-53/+144
|\
| * efi: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-063-3/+7
| * efi/libstub: measure loaded initrd info into the TPMIlias Apalodimas2022-01-061-14/+58
| * efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel2021-11-214-29/+21
| * efi/libstub: x86/mixed: increase supported argument countArd Biesheuvel2021-11-213-9/+29
| * efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()Ard Biesheuvel2021-11-212-1/+32
| * include/linux/efi.h: Remove unneeded whitespaces before tabsElyes HAOUAS2021-11-211-3/+3
* | Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1251-235/+265
|\ \
| * | um: virtio_uml: Allow probing from devicetreeVincent Whitchurch2021-12-221-3/+47
| * | um: Add devicetree supportVincent Whitchurch2021-12-225-0/+52
| * | um: Extract load file helper from initrd.cVincent Whitchurch2021-12-224-43/+75
| * | um: remove set_fsChristoph Hellwig2021-12-225-40/+19
| * | hostfs: Fix writeback of dirty pagesSjoerd Simons2021-12-211-0/+3
| * | um: Use swap() to make code cleanerYang Guang2021-12-211-4/+3
| * | um: header debriding - sigio.hAl Viro2021-12-211-1/+0
| * | um: header debriding - os.hAl Viro2021-12-211-13/+0
| * | um: header debriding - net_*.hAl Viro2021-12-212-3/+0
| * | um: header debriding - mem_user.hAl Viro2021-12-211-5/+0
| * | um: header debriding - activate_ipi()Al Viro2021-12-211-1/+0
| * | um: common-offsets.h debriding...Al Viro2021-12-211-12/+0
| * | um, x86: bury crypto_tfm_ctx_offsetAl Viro2021-12-212-6/+0
| * | um: unexport handle_page_fault()Al Viro2021-12-211-1/+0
| * | um: remove a dangling extern of syscall_trace()Al Viro2021-12-211-1/+0
| * | um: kill unused cpu()Al Viro2021-12-212-6/+0
| * | uml/i386: missing include in barrier.hAl Viro2021-12-211-0/+1
| * | um: stop polluting the namespace with registers.h contentsAl Viro2021-12-219-3/+8
| * | logic_io instance of iounmap() needs volatile on argumentAl Viro2021-12-212-3/+3
| * | um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cAl Viro2021-12-215-35/+11
| * | uml: trim unused junk from arch/x86/um/sys_call_table_*.cAl Viro2021-12-212-18/+0
| * | um: virtio_uml: Fix time-travel external time propagationJohannes Berg2021-12-211-0/+4
| * | lib/logic_iomem: Fix operation on 32-bitJohannes Berg2021-12-211-3/+3
| * | lib/logic_iomem: Fix 32-bit buildJohannes Berg2021-12-211-6/+7
| * | um: virt-pci: Fix 32-bit compileJohannes Berg2021-12-211-4/+4
| * | um: gitignore: Add kernel/capflags.cJohannes Berg2021-12-211-0/+1
| * | um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap2021-12-214-6/+7
| * | um: Replace if (cond) BUG() with BUG_ON()Changcheng Deng2021-12-211-2/+1
| * | uml: x86: add FORCE to user_constants.hJohannes Berg2021-12-211-1/+1
| * | um: rename set_signals() to um_set_signals()Johannes Berg2021-12-216-13/+13
| * | um: fix ndelay/udelay definesJohannes Berg2021-12-211-2/+2
* | | Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1212-28/+309
|\ \ \
| * | | jffs2: GC deadlock reading a page that is used in jffs2_write_begin()Kyeong Yoo2021-12-231-15/+25
| * | | ubifs: read-only if LEB may always be taken in ubifs_garbage_collectBaokun Li2021-12-231-1/+10
| * | | ubifs: fix double return leb in ubifs_garbage_collectBaokun Li2021-12-231-0/+2
| * | | ubifs: fix slab-out-of-bounds in ubifs_change_lpBaokun Li2021-12-231-1/+5
| * | | ubifs: fix snprintf() length checkDan Carpenter2021-12-231-1/+1
| * | | ubifs: Document sysfs nodesStefan Schaeckeler2021-12-232-0/+36
| * | | ubifs: Export filesystem error countersStefan Schaeckeler2021-12-235-2/+225
| * | | ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek2021-12-231-1/+0
| * | | ubifs: Make use of the helper macro kthread_run()Cai Huoqing2021-12-231-4/+2
| * | | ubi: Fix a mistake in commentKai Song2021-12-231-1/+1