summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-04-11net: provide macros for commonly copied lockless queue stop/wake codeJakub Kicinski1-0/+1
2023-04-11of: Move of_device_(add|register|unregister) to of_platform.hRob Herring2-4/+5
2023-04-11of: Make devtree_lock declaration privateRob Herring1-2/+0
2023-04-10f2fs: use common implementation of file typeWeizhao Ouyang1-15/+0
2023-04-10iio: light: Add gain-time-scale helpersMatti Vaittinen1-0/+206
2023-04-10Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman9-9/+26
2023-04-10Merge 6.3-rc6 into tty-nextGreg Kroah-Hartman23-29/+130
2023-04-10Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman23-29/+130
2023-04-10Merge branch 'hwmon-const' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Jakub Kicinski1-1/+1
2023-04-09Merge tag 'cxl-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+6
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean1-6/+0
2023-04-08kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas1-6/+0
2023-04-08x86/kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas1-2/+0
2023-04-08kernel.h: split the hexadecimal related helpers to hex.hAndy Shevchenko2-28/+36
2023-04-08Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+2
2023-04-08irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4Shanker Donthineni1-0/+18
2023-04-08irqchip/gic: Drop support for board filesMarc Zyngier1-6/+0
2023-04-07thermal/of: Unexport unused OF functionsDaniel Lezcano1-17/+0
2023-04-07regmap: allow upshifting register addresses before performing operationsMaxime Chevallier1-3/+12
2023-04-07hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-07cpufreq: drivers with target_index() must set freq_tableViresh Kumar1-0/+1
2023-04-07thermal/core: Remove thermal_bind_params structureZhang Rui1-38/+0
2023-04-07net: ethernet: mtk_eth_soc: add code for offloading flows from wlan devicesFelix Fietkau1-0/+6
2023-04-07dma-mapping: provide a fallback dma_default_coherentJiaxun Yang1-0/+2
2023-04-07io_uring: reduce scheduling due to twPavel Begunkov1-1/+2
2023-04-07PCI/MSI: Provide missing stub for pci_msix_can_alloc_dyn()Reinette Chatre1-0/+2
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-3/+14
2023-04-06Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2023-04-06ACPI: Replace irqdomain.h include with struct declarationsRob Herring1-2/+4
2023-04-06ext4: Convert ext4_bio_write_page() to use a folioMatthew Wilcox1-5/+0
2023-04-06fscrypt: Add some folio helper functionsMatthew Wilcox1-0/+21
2023-04-06fs: Add FGP_WRITEBEGINMatthew Wilcox1-0/+2
2023-04-06USB: core: Fix docs warning caused by wireless_status featureBastien Nocera1-2/+4
2023-04-06pwm: stm32: Enforce settings for PWM captureOlivier Moysan1-0/+1
2023-04-06Merge tag 'drm/tegra/for-6.4-rc1' of https://gitlab.freedesktop.org/drm/tegra...Daniel Vetter1-1/+1
2023-04-06platform/x86: apple-gmux: Fix iomem_base __iomem annotationHans de Goede1-1/+1
2023-04-06netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal1-0/+1
2023-04-06kallsyms: move module-related functions under correct configsViktor Malik1-61/+74
2023-04-06rpmsg: qcom_smd: Make qcom_smd_unregister_edge() return voidUwe Kleine-König1-3/+2
2023-04-06sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T1-1/+1
2023-04-06sched/numa: implement access PID reset logicRaghavendra K T2-3/+4
2023-04-06sched/numa: enhance vma scanning logicRaghavendra K T2-0/+15
2023-04-06sched/numa: apply the scan delay to every new vmaMel Gorman2-0/+23
2023-04-06mm: separate vma->lock from vm_area_structSuren Baghdasaryan2-14/+15
2023-04-06mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan1-0/+2
2023-04-06mm: introduce per-VMA lock statisticsSuren Baghdasaryan2-0/+12
2023-04-06mm: add FAULT_FLAG_VMA_LOCK flagSuren Baghdasaryan2-1/+4
2023-04-06mm: introduce lock_vma_under_rcu to be used from arch-specific codeSuren Baghdasaryan1-0/+3
2023-04-06mm: introduce vma detached flagSuren Baghdasaryan2-0/+14
2023-04-06mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan1-11/+30