summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-07-14net: stmmac: replace the multi_msi_en field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the vlan_fail_q_en field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the serdes_up_after_phy_linkup field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the tso_en field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the has_sun8i field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the use_phy_wol field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the sph_disable field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the has_integrated_pcs field with a flagBartosz Golaszewski1-1/+3
2023-07-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-3/+39
2023-07-14Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-6/+1
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+9
2023-07-13Merge tag 'nvme-6.5-2023-07-13' of git://git.infradead.org/nvme into block-6.5Jens Axboe1-1/+1
2023-07-13PCI: Change pdev->rom_attr_enabled to single bitChristophe JAILLET1-1/+1
2023-07-13PCI: Reorder pci_dev fields to reduce holesChristophe JAILLET1-2/+2
2023-07-13PCI/AER: Unexport pci_enable_pcie_error_reporting()Bjorn Helgaas1-6/+0
2023-07-13PCI/AER: Drop unused pci_disable_pcie_error_reporting()Bjorn Helgaas1-5/+0
2023-07-13sched/core: introduce sched_core_idle_cpu()Cruz Zhao1-0/+2
2023-07-13sched: add throttled time stat for throttled childrenJosh Don1-0/+2
2023-07-13sched: avoid false lockdep splat in put_task_struct()Wander Lairson Costa1-4/+14
2023-07-13kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa1-1/+27
2023-07-13bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().Alexei Starovoitov1-0/+2
2023-07-13rcu: Export rcu_request_urgent_qs_task()Paul E. McKenney2-0/+3
2023-07-12Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2023-07-12tracing: arm64: Avoid missing-prototype warningsArnd Bergmann1-0/+9
2023-07-12platform/x86: asus-wmi: expose dGPU and CPU tunables for ROGLuke D. Jones1-0/+9
2023-07-12platform/x86: asus-wmi: support setting mini-LED modeLuke D. Jones1-0/+1
2023-07-12platform/x86: asus-wmi: add WMI method to show if egpu connectedLuke D. Jones1-1/+3
2023-07-12platform/x86: asus-wmi: support middle fan custom curvesLuke D. Jones1-0/+1
2023-07-12platform/x86: asus-wmi: add support for showing middle fan RPMLuke D. Jones1-0/+1
2023-07-12platform/x86: asus-wmi: add support for showing charger modeLuke D. Jones1-0/+3
2023-07-12mtd: rawnand: export 'nand_exit_status_op()'Arseniy Krasnov1-0/+1
2023-07-12ASoC: remove copy of intlog10()Mark Brown1-0/+56
2023-07-12mtd: use refcount to prevent corruptionTomas Winkler1-1/+1
2023-07-12bpf: Clear the probe_addr for uprobeYafang Shao1-1/+2
2023-07-12x86/mm: Introduce MAP_ABOVE4GRick Edgecombe1-0/+4
2023-07-12mm: Warn on shadow stack memory in wrong vmaRick Edgecombe1-0/+14
2023-07-12mm: Add guard pages around a shadow stack.Rick Edgecombe1-6/+48
2023-07-12mm: Introduce VM_SHADOW_STACK for shadow stack memoryYu-cheng Yu1-0/+8
2023-07-12mm: Move VM_UFFD_MINOR_BIT from 37 to 38Yu-cheng Yu1-1/+1
2023-07-12mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu1-1/+2
2023-07-12mm: Make pte_mkwrite() take a VMARick Edgecombe2-3/+3
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-0/+14
2023-07-11Non-functional cleanup of a "__user * filename"Palmer Dabbelt1-1/+1
2023-07-11spi: Fix spelling typos and acronyms capitalizationAndy Shevchenko1-62/+75
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko1-2/+1
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko1-2/+0
2023-07-11spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RXAndy Shevchenko1-2/+0
2023-07-11Merge v6.5-rc1 into drm-misc-fixesMaxime Ripard312-5372/+14965
2023-07-11jbd2: fix a race when checking checkpoint buffer busyZhang Yi1-0/+1
2023-07-11jbd2: remove t_checkpoint_io_listZhang Yi1-6/+0