aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-18mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen1-1/+4
2021-10-19ALSA: memalloc: Drop superfluous snd_dma_buffer_sync() declarationTakashi Iwai1-3/+0
2021-10-18net/mlx5: Introduce new uplink destination typeMaor Gottlieb1-0/+1
2021-10-18net/mlx5: Add support to create match definerMaor Gottlieb2-27/+253
2021-10-18net/mlx5: Introduce port selection namespaceMaor Gottlieb3-2/+39
2021-10-18scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O pathMike Christie1-1/+1
2021-10-18scsi: target: Fix ordered tag handlingMike Christie1-2/+4
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song1-4/+4
2021-10-18tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)1-40/+9
2021-10-18ucounts: Fix signal ucount refcountingEric W. Biederman1-0/+2
2021-10-18block: cache inode size in bdevJens Axboe2-4/+5
2021-10-18block: add a sb_bdev_nr_blocks helperChristoph Hellwig1-0/+6
2021-10-18block: add a bdev_nr_bytes helperChristoph Hellwig1-1/+6
2021-10-18block: move the SECTOR_SIZE related definitions to blk_types.hChristoph Hellwig2-17/+17
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe1-0/+29
2021-10-18sbitmap: add helper to clear a batch of tagsJens Axboe1-0/+11
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe3-4/+15
2021-10-18block: provide helpers for rq_list manipulationJens Axboe1-0/+29
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe1-10/+0
2021-10-18treewide: Replace 0-element memcpy() destinations with flexible arraysKees Cook2-17/+17
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook4-10/+16
2021-10-18stddef: Introduce DECLARE_FLEX_ARRAY() helperKees Cook2-0/+29
2021-10-18string.h: Introduce memset_startat() for wiping trailing members and paddingKees Cook1-0/+18
2021-10-18string.h: Introduce memset_after() for wiping trailing members/paddingKees Cook1-0/+17
2021-10-18KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCKOliver Upton1-1/+6
2021-10-18PCI: Remove unused pci_pool wrappersCai Huoqing1-11/+0
2021-10-18rtc: add BSM parameterAlexandre Belloni2-1/+10
2021-10-18rtc: add correction parameterAlexandre Belloni1-0/+1
2021-10-18rtc: expose correction featureAlexandre Belloni1-1/+2
2021-10-18rtc: add parameter ioctlAlexandre Belloni1-0/+18
2021-10-18rtc: add alarm related featuresAlexandre Belloni1-1/+3
2021-10-18block: store elevator state in requestJens Axboe1-0/+2
2021-10-18block: improve layout of struct requestJens Axboe1-44/+46
2021-10-18block: don't bother iter advancing a fully done bioJens Axboe1-2/+22
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher1-1/+1
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher1-54/+3
2021-10-18PCI: Remove struct pci_dev->driverUwe Kleine-König1-1/+0
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller10-70/+175
2021-10-18net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tagAlvin Šipraga1-0/+2
2021-10-18net: dsa: allow reporting of standard ethtool stats for slave devicesAlvin Šipraga1-0/+6
2021-10-18ether: add EtherType for proprietary Realtek protocolsAlvin Šipraga1-0/+1
2021-10-18ALSA: uapi: Fix a C++ style comment in asound.hTakashi Iwai1-1/+1
2021-10-18ALSA: firewire: Fix C++ style comments in uapi headerTakashi Iwai1-33/+37
2021-10-18ASoC: soc-component: add snd_soc_component_is_codec()Kuninori Morimoto1-0/+5
2021-10-18Merge tag 'v5.15-rc6' into regulator-5.16Mark Brown73-589/+368
2021-10-18Merge tag 'v5.15-rc6' into asoc-5.16Mark Brown73-589/+368
2021-10-18mctp: Be explicit about struct sockaddr_mctp paddingJeremy Kerr1-0/+2
2021-10-18mctp: unify sockaddr_mctp typesJeremy Kerr2-3/+4
2021-10-18block: cache request queue in bdevPavel Begunkov2-1/+2
2021-10-18block: switch polling to be bio basedChristoph Hellwig6-32/+16