aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-09KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson2-0/+24
2020-07-09PM: domains: Fix up terminology with parent/childKees Cook1-6/+6
2020-07-09KVM: x86: take as_id into account when checking PGDVitaly Kuznetsov1-0/+1
2020-07-09tunnel6: add tunnel6_input_afinfo for ipip and ipv6 tunnelsXin Long1-0/+1
2020-07-09tunnel4: add cb_handler to struct xfrm_tunnelXin Long1-0/+1
2020-07-09xfrm: add is_ipip to struct xfrm_input_afinfoXin Long1-1/+2
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song2-0/+20
2020-07-09ARM: s3c24xx: leds: Convert to use GPIO descriptorsLinus Walleij1-6/+0
2020-07-09USB: serial: drop extern keyword from function declarationsJohan Hovold1-45/+36
2020-07-09USB: serial: drop unnecessary sysrq includeJohan Hovold1-1/+0
2020-07-09USB: serial: add sysrq break-handler dummyJohan Hovold1-1/+5
2020-07-09USB: serial: inline sysrq dummy functionJohan Hovold1-0/+9
2020-07-09efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel1-0/+1
2020-07-08Input: elan_i2c - add more hardware ID for Lenovo laptopsDave Wang1-0/+7
2020-07-08remoteproc: qcom: Add notification types to SSRRishabh Bhatnagar1-0/+16
2020-07-08remoteproc: qcom: Add per subsystem SSR notificationRishabh Bhatnagar1-5/+15
2020-07-08io_uring: export cq overflow status to userspaceXiaoguang Wang1-0/+1
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig3-19/+0
2020-07-08writeback: remove struct bdi_writeback_congestedChristoph Hellwig3-47/+2
2020-07-08writeback: remove {set,clear}_wb_congestedChristoph Hellwig1-12/+2
2020-07-08audit: issue CWD record to accompany LSM_AUDIT_DATA_* recordsRichard Guy Briggs1-1/+8
2020-07-08bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook1-2/+2
2020-07-08kallsyms: Refactor kallsyms_show_value() to take credKees Cook2-3/+4
2020-07-08net: dsa: tag_rtl4_a: Implement Realtek 4 byte A tagLinus Walleij1-0/+2
2020-07-08net/mlx5: Added support for 100Gbps per lane link modesMeir Lichtinger1-0/+3
2020-07-08ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger1-0/+15
2020-07-08cdrom: remove the unused cdrom_media_changed functionChristoph Hellwig1-2/+0
2020-07-08md: switch to ->check_events for media change notificationsChristoph Hellwig1-2/+0
2020-07-08iommu: Remove unused IOMMU_SYS_CACHE_ONLY flagWill Deacon1-6/+0
2020-07-08kvm: x86: Add "last CPU" to some KVM_EXIT informationJim Mattson1-0/+2
2020-07-08KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return type to boolVitaly Kuznetsov1-2/+2
2020-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-13/+39
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli1-45/+4
2020-07-08net: phy: Define PHY statistics ethtool_phy_opsFlorian Fainelli1-0/+7
2020-07-08Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+9
2020-07-08Raise gcc version requirement to 4.9Linus Torvalds3-29/+3
2020-07-08fscrypt: add inline encryption supportSatya Tangirala1-0/+82
2020-07-08fs: introduce SB_INLINECRYPTSatya Tangirala1-0/+1
2020-07-08Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:Mark Brown1-0/+2
2020-07-08nvme: support for zoned namespacesKeith Busch1-0/+111
2020-07-08nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch1-1/+3
2020-07-08nvme: implement multiple I/O Command Set supportNiklas Cassel1-2/+17
2020-07-08block: add capacity field to zone descriptorsMatias Bjørling1-2/+13
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe49-107/+483
2020-07-08ASoC: soc-dai: set dai_link dpcm_ flags with a helperPierre-Louis Bossart1-0/+1
2020-07-08Merge branch 'topic/devnode' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-5.9Mark Brown1-9/+12
2020-07-08regmap-irq: use fwnode instead of device node in add_irq_chip()Michael Walle1-9/+12
2020-07-08sched: Add a tracepoint to track rq->nr_runningPhil Auld2-0/+5
2020-07-08sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9Peter Zijlstra1-7/+11
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra76-178/+643