summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-51/+88
2020-06-06Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2020-06-06Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-0/+7
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu1-0/+2
2020-06-06NTB: correct ntb_peer_spad_addr and ntb_peer_spad_read comment typosWesley Sheng1-2/+2
2020-06-06Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-23/+91
2020-06-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-29/+37
2020-06-06Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+15
2020-06-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-16/+16
2020-06-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds23-370/+450
2020-06-06Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds4-24/+128
2020-06-05Merge tag 'vfio-v5.8-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-1/+322
2020-06-05net: ethtool: Fix comment mentioning typo in IS_ENABLED()Kees Cook1-1/+1
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-2/+6
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher1-0/+6
2020-06-05dm bufio: introduce forget_buffer_lockedMikulas Patocka1-0/+7
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher1-0/+6
2020-06-05cpufreq: change '.set_boost' to act on one policyXiongfeng Wang1-1/+1
2020-06-05ACPICA: Update version to 20200528Bob Moore1-1/+1
2020-06-05ACPICA: iASL: add new OperationRegion subtype keyword PlatformRtMechanismErik Kaneda1-1/+2
2020-06-05compiler_types.h: Use unoptimized __unqual_scalar_typeof for sparseMarco Elver1-1/+1
2020-06-05compiler_types.h: Optimize __unqual_scalar_typeof compilation timeMarco Elver1-1/+22
2020-06-05compiler.h: Enforce that READ_ONCE_NOCHECK() access size is sizeof(long)Will Deacon1-2/+5
2020-06-05compiler-types.h: Include naked type in __pick_integer_type() matchWill Deacon1-2/+7
2020-06-05READ_ONCE: Fix comment describing 2x32-bit atomicityWill Deacon1-3/+3
2020-06-05cfg80211: fix management registrations deadlockJohannes Berg1-2/+3
2020-06-05block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig1-3/+3
2020-06-05Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2020-06-05Merge tag 'arm-dt-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-11/+77
2020-06-05Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds26-147/+419
2020-06-05Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-32/+37
2020-06-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-157/+106
2020-06-05exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig1-2/+1
2020-06-05include/linux/seq_file.h: introduce DEFINE_SEQ_ATTRIBUTE() helper macroKefeng Wang1-0/+19
2020-06-05elfnote: mark all .note sections SHF_ALLOCNick Desaulniers1-1/+1
2020-06-05include/linux/bitops.h: avoid clang shift-count-overflow warningsArnd Bergmann1-1/+1
2020-06-05include/linux/mm.h: return true in cpupid_pid_unset()Jason Yan1-1/+1
2020-06-05mm: replace zero-length array with flexible-array memberchenqiwu1-1/+1
2020-06-05mm/memory_hotplug: introduce add_memory_driver_managed()David Hildenbrand2-0/+3
2020-06-05mm/memory_hotplug: remove is_mem_section_removable()David Hildenbrand1-7/+0
2020-06-05mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long1-0/+1
2020-06-05kmap: consolidate kmap_prot definitionsIra Weiny1-0/+4
2020-06-05parisc/kmap: remove duplicate kmap codeIra Weiny1-3/+7
2020-06-05drm: remove drm specific kmap_atomic codeIra Weiny1-4/+0
2020-06-05arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+4
2020-06-05arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-4/+9
2020-06-05arch/kmap_atomic: consolidate duplicate codeIra Weiny1-0/+23
2020-06-05arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-0/+14
2020-06-05arch/kmap: remove redundant arch specific kmapsIra Weiny1-0/+18
2020-06-05mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport2-66/+0