summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-28RDMA/umem: Allow pinned dmabuf umem usageGal Pressman1-0/+11
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet1-1/+1
2021-10-28Drivers: hv: vmbus: Remove unused code to check for subchannelsMichael Kelley1-13/+0
2021-10-28x86/hyperv: Add ghcb hvcall support for SNP VMTianyu Lan1-0/+1
2021-10-28x86/hyperv: Add Write/Read MSR registers via ghcb pageTianyu Lan1-0/+1
2021-10-28Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VMTianyu Lan1-3/+9
2021-10-28x86/hyperv: Add new hvcall guest address host visibility supportTianyu Lan1-0/+1
2021-10-28x86/hyperv: Initialize shared memory boundary in the Isolation VM.Tianyu Lan1-1/+11
2021-10-28x86/hyperv: Initialize GHCB page in Isolation VMTianyu Lan1-0/+6
2021-10-28Merge remote-tracking branch 'tip/x86/cc' into hyperv-nextWei Liu2-4/+88
2021-10-28fuse: add FOPEN_NOFLUSHAmir Goldstein1-1/+6
2021-10-28drm: Add R10 and R12 FourCCLaurent Pinchart1-0/+6
2021-10-28ALSA: firewire-motu: export meter information to userspace as float valueTakashi Sakamoto1-3/+5
2021-10-28ALSA: firewire-motu: refine parser for meter information in register DSP modelsTakashi Sakamoto1-1/+4
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie69-308/+318
2021-10-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed4-31/+31
2021-10-28scsi: core: Fix early registration of sysfs attributes for scsi_deviceSteffen Maier1-6/+0
2021-10-28net: introduce sk_forward_alloc_get()Paolo Abeni1-0/+11
2021-10-28tcp: define macros for a couple reclaim thresholdsPaolo Abeni1-2/+7
2021-10-28inet: remove races in inet{6}_getname()Eric Dumazet1-0/+1
2021-10-28net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee1-1/+1
2021-10-27dm: introduce audit event module for device mapperMichael Weiß1-0/+2
2021-10-27block: Add a helper to validate the block sizeXie Yongji1-0/+8
2021-10-27PM / wakeirq: support enabling wake-up irq after runtime_suspend calledChunfeng Yun1-2/+7
2021-10-27ACPI: APEI: mark apei_hest_parse() staticChristoph Hellwig1-3/+0
2021-10-27bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet1-5/+5
2021-10-27bpf: Avoid races in __bpf_prog_run() for 32bit archesEric Dumazet1-2/+3
2021-10-27tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker togetherRobin H. Johnson1-1/+1
2021-10-27ftrace: disable preemption when recursion locked王贇1-1/+10
2021-10-27Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski1-2/+0
2021-10-27Merge tag 'phy-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman1-0/+2
2021-10-27dma-buf: Fix pin callback commentGal Pressman1-2/+2
2021-10-27net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean1-38/+10
2021-10-27block: avoid extra iter advance with async iocbPavel Begunkov1-0/+1
2021-10-27fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi1-1/+5
2021-10-27fanotify: Emit generic error info for error eventGabriel Krisman Bertazi1-0/+7
2021-10-27fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi1-0/+2
2021-10-27fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi1-0/+1
2021-10-27fsnotify: Support FS_ERROR event typeGabriel Krisman Bertazi2-1/+44
2021-10-27fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi1-0/+3
2021-10-27fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi1-1/+1
2021-10-27fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi1-0/+1
2021-10-27fsnotify: Retrieve super block from the data fieldGabriel Krisman Bertazi1-0/+15
2021-10-27fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi1-7/+16
2021-10-27fsnotify: Add helper to detect overflow_eventGabriel Krisman Bertazi1-0/+5
2021-10-27fsnotify: clarify contract for create event hooksAmir Goldstein1-6/+16
2021-10-27fsnotify: pass dentry instead of inode dataAmir Goldstein2-3/+18
2021-10-27fsnotify: pass data_type to fsnotify_name()Amir Goldstein1-9/+13
2021-10-27vmlinux.lds.h: Have ORC lookup cover entire _etext - _stextKristen Carlson Accardi1-1/+2
2021-10-27x86/boot/compressed: Avoid duplicate malloc() implementationsKees Cook1-2/+10