summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-05-23block: add sync_blockdev_range()Yuezhang Mo1-0/+1
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski1-2/+6
2022-05-22rxrpc: Fix locking issueDavid Howells2-0/+14
2022-05-22net: qed: fix typos in commentsJulia Lawall3-5/+5
2022-05-22hwmon: Introduce hwmon_device_register_for_thermalGuenter Roeck1-0/+3
2022-05-22lib: add generic polynomial calculationMichael Walle1-0/+35
2022-05-22powerpc/powermac: constify device_node in of_irq_parse_oldworld()Krzysztof Kozlowski1-3/+3
2022-05-21x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta1-0/+3
2022-05-21selftests/bpf: Add missing trampoline program type to trampoline_count testYuntao Wang1-1/+1
2022-05-21bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2-1/+3
2022-05-20Merge tag 'ceph-for-5.18-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds1-0/+3
2022-05-20Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subp...Catalin Marinas2-0/+23
2022-05-20Merge tag 'nand/for-5.19' into mtd/nextMiquel Raynal2-0/+48
2022-05-20Merge tag 'spi-nor/for-5.19' into mtd/nextMiquel Raynal23-57/+223
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel19-52/+106
2022-05-20move mount-related externs from fs.h to mount.hAl Viro2-11/+12
2022-05-20linux/mount.h: trim includesAl Viro1-12/+5
2022-05-20scsi: nvme-fc: Add new routine nvme_fc_io_getuuid()Muneendra Kumar1-0/+14
2022-05-20net: macb: Fix PTP one step sync supportHarini Katakam1-0/+3
2022-05-20riscv: kexec: add kexec_file_load() supportPalmer Dabbelt1-1/+1
2022-05-20topology: Remove unused cpu_cluster_mask()Dietmar Eggemann1-7/+0
2022-05-20nodemask.h: fix compilation error with GCC12Christophe de Dinechin1-7/+6
2022-05-20mm: fix missing handler for __GFP_NOWARNQi Zheng1-0/+2
2022-05-20mm: don't be stuck to rmap lock on reclaim pathMinchan Kim3-10/+27
2022-05-20zswap: memcg accountingJohannes Weiner1-0/+54
2022-05-20mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner2-0/+9
2022-05-20mm/swap: fix comment about swap extentMiaohe Lin1-2/+2
2022-05-20mm/swap: fix the obsolete comment for SWP_TYPE_SHIFTMiaohe Lin1-2/+2
2022-05-20mm/swap: make page_swapcount and __lru_add_drain_all staticMiaohe Lin1-7/+0
2022-05-20mm/swap: remove unneeded return value of free_swap_slotMiaohe Lin1-1/+1
2022-05-20mm: khugepaged: introduce khugepaged_enter_vma() helperYang Shi1-4/+4
2022-05-20mm: khugepaged: make hugepage_vma_check() non-staticYang Shi1-8/+6
2022-05-20mm: khugepaged: make khugepaged_enter() void functionYang Shi1-18/+12
2022-05-20mm: thp: only regular file could be THP eligibleYang Shi1-0/+14
2022-05-20sched: coredump.h: clarify the use of MMF_VM_HUGEPAGEYang Shi1-1/+2
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp2-61/+0
2022-05-19kexec_file: Fix kexec_file.c build error for riscv platformLiao Chang1-1/+1
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+3
2022-05-19PM: domains: Allocate governor data dynamically based on a genpd governorUlf Hansson1-5/+9
2022-05-19PM: domains: Move the next_wakeup variable into the struct gpd_timing_dataUlf Hansson1-1/+1
2022-05-19PM: domains: Allocate gpd_timing_data dynamically based on governorUlf Hansson1-1/+1
2022-05-19ACPI: CPPC: Check _OSC for flexible address spacePierre Gondois1-0/+2
2022-05-19topology: Remove unused cpu_cluster_mask()Dietmar Eggemann1-7/+0
2022-05-19kernel/reboot: Add devm_register_restart_handler()Dmitry Osipenko1-0/+4
2022-05-19kernel/reboot: Add devm_register_power_off_handler()Dmitry Osipenko1-0/+4
2022-05-19reboot: Remove pm_power_off_prepare()Dmitry Osipenko1-1/+0
2022-05-19kernel/reboot: Add register_platform_power_off()Dmitry Osipenko1-0/+3
2022-05-19kernel/reboot: Add kernel_can_power_off()Dmitry Osipenko1-0/+1
2022-05-19kernel/reboot: Add do_kernel_power_off()Dmitry Osipenko1-0/+2
2022-05-19kernel/reboot: Introduce sys-off handler APIDmitry Osipenko1-0/+77