summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-03-08Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar15-22/+57
2020-03-08Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2-0/+48
2020-03-07Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-03-07Merge tag 'for-linus-5.6b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+3
2020-03-07Merge tag 'sound-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2020-03-07Merge tag 'asoc-fix-v5.6-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai1-1/+1
2020-03-06Merge tag 'spi-fix-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2020-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+4
2020-03-06mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabledVlastimil Babka1-0/+4
2020-03-06Merge tag 'drm-fixes-2020-03-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+5
2020-03-06Merge tag 'drm-misc-fixes-2020-03-05' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+5
2020-03-05xen/xenbus: fix lockingJuergen Gross1-1/+2
2020-03-05xen: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-04Merge tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-03-03dm: bump version of core and various targetsMike Snitzer1-2/+2
2020-03-03efi: Add embedded peripheral firmware supportHans de Goede2-0/+47
2020-03-03efi: Export boot-services code and data as debugfs-blobsHans de Goede1-0/+1
2020-03-02block: Remove used kblockd_schedule_work_on()Daniel Wagner1-1/+0
2020-03-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-02-29efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky1-0/+2
2020-02-28Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+14
2020-02-28Merge tag 'acpi-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+2
2020-02-28KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger1-1/+1
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-7/+20
2020-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-1/+1
2020-02-27drm/shmem: add support for per object caching flags.Gerd Hoffmann1-0/+5
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+10
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+3
2020-02-26Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2-580/+132
2020-02-26Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso1-1/+10
2020-02-25icmp: allow icmpv6_ndo_send to work with CONFIG_IPV6=nJason A. Donenfeld1-6/+10
2020-02-25blktrace: Protect q->blk_trace with RCUJan Kara2-6/+14
2020-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2020-02-23efi: Bump the Linux EFI stub major version number to #1Ard Biesheuvel1-1/+19
2020-02-23efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel1-0/+3
2020-02-23efi: Add support for EFI_RT_PROPERTIES tableArd Biesheuvel1-0/+9
2020-02-23efi: Store mask of supported runtime services in struct efiArd Biesheuvel1-0/+31
2020-02-23efi/arm: Move FDT specific definitions into fdtparams.cArd Biesheuvel1-9/+1
2020-02-23efi/x86: Drop 'systab' member from struct efiArd Biesheuvel1-25/+27
2020-02-23efi: Add 'runtime' pointer to struct efiArd Biesheuvel1-0/+1
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel1-3/+0
2020-02-23efi: Clean up config_parse_tables()Ard Biesheuvel1-2/+3
2020-02-23efi: Make efi_config_init() x86 onlyArd Biesheuvel1-1/+0
2020-02-23efi: Merge EFI system table revision and vendor checksArd Biesheuvel1-0/+4
2020-02-23efi: Make memreserve table handling local to efi.cArd Biesheuvel1-1/+0
2020-02-23efi: Move mem_attr_table out of struct efiArd Biesheuvel1-1/+2
2020-02-23efi: Make rng_seed table handling local to efi.cArd Biesheuvel1-1/+0
2020-02-23efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel1-2/+0
2020-02-23efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel1-2/+0
2020-02-23efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel1-1/+0