aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-05-31Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman19-52/+91
2021-05-31Merge 5.13-rc4 into char-misc-nextGreg Kroah-Hartman18-52/+86
2021-05-31dmaengine: Move kdoc description of struct dma_chan_percpu closer to itAndy Shevchenko1-6/+5
2021-05-29Merge tag 'driver-core-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+2
2021-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+7
2021-05-28i40e: Prep i40e header for aux bus conversionShiraz Saleem1-0/+10
2021-05-28iidc: Introduce iidc.hDave Ertman1-0/+100
2021-05-29netfilter: reduce size of nf_hook_state on 32bit platformsFlorian Westphal1-2/+2
2021-05-29netfilter: x_tables: reduce xt_action_param by 8 byteFlorian Westphal1-1/+1
2021-05-28Merge tag 'nfs-for-5.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+2
2021-05-28i2c: core: support bus regulator controlling in adapterBibby Hsieh1-0/+2
2021-05-28Merge tag 'clang-features-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+2
2021-05-28fcntl: remove unused VALID_UPGRADE_FLAGSChristian Brauner1-4/+0
2021-05-27remoteproc: Fix various kernel-doc warningsSuman Anna1-22/+26
2021-05-27Merge tag 'mlx5-updates-2021-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski2-7/+12
2021-05-27net/mlx5: Move chains ft pool to be used by all firmware steeringPaul Blakey1-0/+2
2021-05-27net/mlx5e: TC: Reserved bit 31 of REG_C1 for IPsec offloadHuy Nguyen1-7/+10
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-178/+254
2021-05-27soc: samsung: pmu: drop EXYNOS_CENTRAL_SEQ_OPTION definesKrzysztof Kozlowski1-6/+0
2021-05-27driver core: Drop helper devm_platform_ioremap_resource_wc()Uwe Kleine-König1-3/+0
2021-05-27random32: Fix implicit truncation warning in prandom_seed_state()Richard Fitzgerald1-1/+1
2021-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard9-18/+27
2021-05-27KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCKMarcelo Tosatti1-1/+1
2021-05-27KVM: PPC: exit halt polling on need_resched()Wanpeng Li1-0/+6
2021-05-27driver core: Move the "removable" attribute from USB to coreRajat Jain2-7/+37
2021-05-27usb: roles: add helper usb_role_string()Chunfeng Yun1-0/+6
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-22/+45
2021-05-26i40e: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-05-26firmware: arm_ffa: Add support for MEM_* interfacesSudeep Holla1-0/+139
2021-05-26firmware: arm_ffa: Setup in-kernel users of FFA partitionsSudeep Holla1-1/+38
2021-05-26firmware: arm_ffa: Add initial FFA bus support for device enumerationSudeep Holla1-0/+91
2021-05-26net: phy: Document phydev::dev_flags bits allocationFlorian Fainelli1-0/+5
2021-05-26Merge branch 'for-next/ffa' into for-next/smcccWill Deacon1-0/+55
2021-05-26arm64: smccc: Add support for SMCCCv1.2 extended input/output registersSudeep Holla1-0/+55
2021-05-26mtd: rawnand: Add a helper to parse the gpio-cs DT propertyMiquel Raynal1-0/+4
2021-05-26mtd: rawnand: Move struct gpio_desc declaration to the topMiquel Raynal1-1/+1
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland2-2599/+0
2021-05-26locking/atomic: make ARCH_ATOMIC a Kconfig symbolMark Rutland1-1/+1
2021-05-26SUNRPC: More fixes for backlog congestionTrond Myklebust1-0/+2
2021-05-26mtd: rawnand: Support enabling NV-DDR through SET_FEATURESMiquel Raynal1-0/+5
2021-05-26mtd: rawnand: Access SDR and NV-DDR timings through a common macroMiquel Raynal1-0/+28
2021-05-26mtd: rawnand: Add onfi_fill_nvddr_interface_config() helperMiquel Raynal1-0/+2
2021-05-26mtd: rawnand: Retrieve NV-DDR timing modes from the ONFI parameter pageMiquel Raynal1-0/+3
2021-05-26mtd: rawnand: Add NV-DDR timingsMiquel Raynal1-0/+112
2021-05-26mtd: rawnand: Clarify the NV-DDR entries in the ONFI structureMiquel Raynal1-2/+3
2021-05-26mtd: rawnand: Use more recent ONFI specification wordingMiquel Raynal1-3/+3
2021-05-26mtd: rawnand: Update dead URLMiquel Raynal1-2/+2
2021-05-26mtd: rawnand: onfi: Use the BIT() macro when possibleMiquel Raynal1-10/+10
2021-05-26mtd: rawnand: Add a helper to clarify the interface configurationMiquel Raynal1-1/+10
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2-4/+35