aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-09netfilter: egress: avoid a lockdep splatFlorian Westphal1-1/+1
2022-01-09netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal1-0/+2
2022-01-09netfilter: make function op structures constFlorian Westphal1-4/+4
2022-01-09netfilter: core: move ip_ct_attach indirection to struct nf_ct_hookFlorian Westphal1-1/+1
2022-01-09netfilter: conntrack: convert to refcount_t apiFlorian Westphal1-4/+4
2022-01-09fs/locks: fix fcntl_getlk64/fcntl_setlk64 stub prototypesArnd Bergmann1-2/+2
2022-01-09block: fix old-style declarationYang Li1-1/+1
2022-01-09tpm: Add Upgrade/Reduced mode support for TPM2 modulesaxelj1-0/+10
2022-01-08nfs: block notification on fs with its own ->lockJ. Bruce Fields2-4/+7
2022-01-08ptrace: Remove unused regs argument from ptrace_report_syscallEric W. Biederman1-4/+3
2022-01-08exit: Remove profile_handoff_taskEric W. Biederman1-19/+0
2022-01-08exit: Remove profile_task_exit & profile_munmapEric W. Biederman1-26/+0
2022-01-08signal: Remove the helper signal_group_exitEric W. Biederman1-7/+0
2022-01-08signal: Rename group_exit_task group_exec_taskEric W. Biederman1-8/+4
2022-01-08signal: Remove SIGNAL_GROUP_COREDUMPEric W. Biederman1-2/+1
2022-01-08power: supply: Provide stubs for charge_behaviour helpersThomas Weißschuh1-0/+15
2022-01-08kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman1-2/+2
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar30-70/+159
2022-01-08mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)1-10/+0
2022-01-08XArray: Add xas_advance()Matthew Wilcox (Oracle)1-0/+18
2022-01-08mm: Remove pagevec_remove_exceptionals()Matthew Wilcox (Oracle)1-5/+1
2022-01-08mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)1-2/+2
2022-01-08filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)1-2/+0
2022-01-08truncate,shmem: Add truncate_inode_folio()Matthew Wilcox (Oracle)1-1/+0
2022-01-08mm: Add unmap_mapping_folio()Matthew Wilcox (Oracle)1-24/+0
2022-01-07Merge tag 'drm-fixes-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2022-01-07spi: don't include ptp_clock_kernel.h in spi.hJakub Kicinski1-1/+1
2022-01-07KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel deliveryDavid Woodhouse1-0/+7
2022-01-07KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse2-0/+121
2022-01-07KVM: Warn if mark_page_dirty() is called without an active vCPUDavid Woodhouse1-6/+0
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+0
2022-01-07fscache, cachefiles: Display stat of culling eventsDavid Howells1-0/+3
2022-01-07fscache, cachefiles: Display stats of no-space eventsDavid Howells1-0/+6
2022-01-07fscache, cachefiles: Store the volume coherency dataDavid Howells1-0/+2
2022-01-07vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells1-0/+1
2022-01-07fscache: Provide a function to resize a cookieDavid Howells2-0/+22
2022-01-07fscache: Provide a function to note the release of a pageDavid Howells1-0/+16
2022-01-07Merge tag 'mlx5-updates-2022-01-06' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-2/+2
2022-01-07vfs, fscache: Implement pinning of cache usage for writebackDavid Howells3-0/+45
2022-01-07fscache: Implement higher-level write I/O interfaceDavid Howells1-0/+63
2022-01-07fscache: Implement raw I/O interfaceDavid Howells1-0/+74
2022-01-07netfs: Pass more information on how to deal with a hole in the cacheDavid Howells1-1/+10
2022-01-07fscache: Provide a function to let the netfs update its coherency dataDavid Howells1-0/+22
2022-01-07fscache: Provide read/write stat counters for the cacheDavid Howells1-0/+10
2022-01-07fscache: Count data storage objects in a cacheDavid Howells1-0/+39
2022-01-07fscache: Provide a means to begin an operationDavid Howells2-0/+60
2022-01-07fscache: Implement cookie invalidationDavid Howells3-0/+36
2022-01-07fscache: Implement cookie user counting and resource pinningDavid Howells1-1/+81
2022-01-07fscache: Implement simple cookie state machineDavid Howells1-2/+25
2022-01-07fscache: Add a function for a cache backend to note an I/O errorDavid Howells1-0/+2