summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2020-11-02Merge 5.10-rc2 into usb-nextGreg Kroah-Hartman-1821/+124
2020-11-01Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+4
2020-11-01Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1751/+0
2020-11-01Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+8
2020-11-01Merge tag 'usb-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2020-10-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+28
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds-14/+14
2020-10-30net/mlx5: Replace zero-length array with flexible-array memberGustavo A. R. Silva-2/+2
2020-10-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-1/+3
2020-10-30Merge tag 'asm-generic-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+4
2020-10-30Merge tag 'pm-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+10
2020-10-30Merge tag 'drm-fixes-2020-10-30-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-11/+18
2020-10-30debugfs: remove return value of debugfs_create_devm_seqfile()Greg Kroah-Hartman-10/+8
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-10-29platform/chrome: cros_ec_proto: Replace zero-length array with flexible-array...Gustavo A. R. Silva-1/+1
2020-10-29platform/chrome: cros_ec_commands: Replace zero-length array with flexible-ar...Gustavo A. R. Silva-7/+7
2020-10-29mailbox: zynqmp-ipi-message: Replace zero-length array with flexible-array me...Gustavo A. R. Silva-1/+1
2020-10-29dmaengine: ti-cppi5: Replace zero-length array with flexible-array memberGustavo A. R. Silva-2/+2
2020-10-29Merge tag 'fallthrough-fixes-clang-5.10-rc2' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+4
2020-10-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-12/+20
2020-10-29include: jhash/signal: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+4
2020-10-29Merge tag 'afs-fixes-20201029' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-16/+4
2020-10-29Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+5
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells-2/+3
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells-16/+3
2020-10-29cpufreq: Introduce cpufreq_driver_test_flags()Rafael J. Wysocki-0/+1
2020-10-28misc: mic: remove the MIC driversSudeep Dutt-1751/+0
2020-10-28jbd2: fix a kernel-doc markupMauro Carvalho Chehab-1/+1
2020-10-28ext4: make num of fast commit blocks configurableHarshad Shirwadkar-1/+4
2020-10-28module: use hidden visibility for weak symbol referencesArd Biesheuvel-1/+1
2020-10-28usb: fix kernel-doc markupsMauro Carvalho Chehab-1/+1
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe-12/+2
2020-10-28dt-bindings: connector: Add property to set initial current cap for FRSBadhri Jagan Sridharan-0/+8
2020-10-28KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return SMCCC_RET_NOT_REQUIREDStephen Boyd-0/+2
2020-10-27vmlinux.lds.h: Keep .ctors.* with .ctorsKees Cook-0/+1
2020-10-27cpufreq: Introduce CPUFREQ_NEED_UPDATE_LIMITS driver flagRafael J. Wysocki-1/+9
2020-10-27asm-generic: mark __{get,put}_user_fn as __always_inlineChristoph Hellwig-2/+4
2020-10-27drm: drm_print.h: fix kernel-doc markupsMauro Carvalho Chehab-3/+17
2020-10-27drm: kernel-doc: drm_dp_helper.h: fix a typoMauro Carvalho Chehab-1/+1
2020-10-27drm: drm_edid: remove a duplicated kernel-doc declarationMauro Carvalho Chehab-7/+0
2020-10-26RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit-0/+18
2020-10-26time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao-0/+4
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-74/+74
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers-2/+0
2020-10-25Merge tag 'perf-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2020-10-25Merge tag 'locking-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2020-10-25Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2020-10-25Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-8/+0
2020-10-25Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+53
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+18