summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-03-21mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()Matthew Wilcox (Oracle)1-1/+0
2022-03-21mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-03-21mm: Add lru_to_folio()Matthew Wilcox (Oracle)1-0/+4
2022-03-21mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle)1-2/+2
2022-03-21mm/workingset: Convert workingset_eviction() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-03-21mm: Add three folio wrappersMatthew Wilcox (Oracle)2-0/+15
2022-03-21mm/gup: Turn compound_range_next() into gup_folio_range_next()Matthew Wilcox (Oracle)1-2/+2
2022-03-21mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()Matthew Wilcox (Oracle)1-3/+0
2022-03-21mm: Remove page_cache_add_speculative() and page_cache_get_speculative()Matthew Wilcox (Oracle)2-14/+3
2022-03-21mm: Turn page_maybe_dma_pinned() into folio_maybe_dma_pinned()Matthew Wilcox (Oracle)1-66/+63
2022-03-21mm: Add folio_pincount_ptr()Matthew Wilcox (Oracle)1-0/+5
2022-03-21mm: Make compound_pincount always availableMatthew Wilcox (Oracle)2-15/+13
2022-03-21mm/gup: Remove an assumption of a contiguous memmapMatthew Wilcox (Oracle)1-0/+2
2022-03-21Revert "of: base: Introduce of_alias_get_alias_list() to check alias IDs"Rob Herring1-10/+0
2022-03-21NFSv4.1 provide mount option to toggle trunking discoveryOlga Kornievskaia1-0/+1
2022-03-21headers/prep: Fix header to build standalone: <linux/psi.h>Ingo Molnar1-0/+1
2022-03-21bpf: Enable non-atomic allocations in local storageJoanne Koong1-3/+4
2022-03-20i2c: add tracepoints for I2C slave eventsJae Hyun Yoo1-6/+2
2022-03-19clk: fixed-factor: Introduce devm_clk_hw_register_fixed_factor_index()Marek Vasut1-0/+3
2022-03-18Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal40-126/+272
2022-03-18net: set default rss queues num to physical cores / 2Íñigo Huguet1-1/+0
2022-03-18Merge branch 'powercap'Rafael J. Wysocki1-18/+18
2022-03-18Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'Rafael J. Wysocki2-5/+5
2022-03-18Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki1-0/+5
2022-03-18regmap: allow a defined reg_base to be added to every addressColin Foster1-0/+3
2022-03-18regmap: add configurable downshift for addressesColin Foster1-0/+3
2022-03-18Merge branches 'acpi-soc', 'acpi-video' and 'acpi-apei'Rafael J. Wysocki3-2/+17
2022-03-18Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-1/+1
2022-03-18Merge branches 'acpi-ec', 'acpi-cppc', 'acpi-fan' and 'acpi-battery'Rafael J. Wysocki1-0/+4
2022-03-18Merge branches 'acpica', 'acpi-osl', 'acpi-bus' and 'acpi-tables'Rafael J. Wysocki1-0/+1
2022-03-18ptrace: Return the signal to continue with from ptrace_stopEric W. Biederman1-6/+6
2022-03-18ptrace: Move setting/clearing ptrace_message into ptrace_stopEric W. Biederman1-6/+3
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen1-0/+2
2022-03-18Merge tag 'coresight-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-5/+0
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman5-44/+81
2022-03-18Merge tag 'mlx5-updates-2022-03-17' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-4/+0
2022-03-18netfs: Keep track of the actual remote file sizeDavid Howells1-0/+16
2022-03-18netfs: Add a netfs inode contextDavid Howells1-11/+70
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells1-1/+1
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells1-0/+7
2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells1-1/+7
2022-03-18netfs: Trace refcounting on the netfs_io_request structDavid Howells1-1/+1
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-11/+11
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-21/+21
2022-03-18fscache: export fscache_end_operation()Jeffle Xu1-0/+14
2022-03-18kernfs: remove unneeded #if 0 guardGreg Kroah-Hartman1-20/+0
2022-03-18bpf: Add multi kprobe linkJiri Olsa2-0/+8
2022-03-18lib/sort: Add priv pointer to swap functionJiri Olsa2-1/+2
2022-03-18fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu2-0/+15
2022-03-18fprobe: Add exit_handler supportMasami Hiramatsu1-0/+6