summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-05-13mm: check against orig_pte for finish_fault()Peter Xu
2022-05-13mm: introduce PTE_MARKER swap entryPeter Xu
2022-05-13mm/damon/vaddr: move 'damon_set_regions()' to coreSeongJae Park
2022-05-13mm/damon/core: add a new callback for watermarks checksSeongJae Park
2022-05-13mm/swapops: make is_pmd_migration_entry more strictHongchen Zhang
2022-05-13mm: make minimum slab alignment a runtime propertyPeter Collingbourne
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne
2022-05-13mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ...SeongJae Park
2022-05-13mm/damon/core: add a function for damon_operations registration checksSeongJae Park
2022-05-13mm/highmem: VM_BUG_ON() if offset + len > PAGE_SIZEFabio M. De Francesco
2022-05-13mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit
2022-05-13mm/mprotect: use mmu_gatherNadav Amit
2022-05-13iommu/vt-d: Check domain force_snooping against attached devicesLu Baolu
2022-05-13iommu/vt-d: Size Page Request Queue to avoid overflow conditionLu Baolu
2022-05-13media: mediatek: vcodec: support stateless H.264 decoding for mt8192Yunfei Dong
2022-05-13Merge tag 'v5.18-next-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Arnd Bergmann
2022-05-13fbdev: Restart conflicting fb removal loop when unregistering devicesJavier Martinez Canillas
2022-05-13extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter
2022-05-13Merge tag 'drm/tegra/for-5.19-rc1' of https://gitlab.freedesktop.org/drm/tegr...Dave Airlie
2022-05-12skbuff: replace a BUG_ON() with the new DEBUG_NET_WARN_ON_ONCE()Jakub Kicinski
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-12Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-05-12module.h: simplify MODULE_IMPORT_NSGreg Kroah-Hartman
2022-05-12ipmi: Add an intializer for ipmi_recv_msg structCorey Minyard
2022-05-12ipmi: Add an intializer for ipmi_smi_msg structCorey Minyard
2022-05-12spi: Doc fix - Describe add_lock and dma_map_dev in spi_controllerSiddh Raman Pant
2022-05-12stop_machine: Add stop_core_cpuslocked() for per-core operationsPeter Zijlstra
2022-05-12block: Fix the bio.bi_opf commentBart Van Assche
2022-05-12block: reorder the REQ_ flagsChristoph Hellwig
2022-05-12usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I
2022-05-12fortify: Provide a memcpy trap door for sharp cornersKees Cook
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou
2022-05-11bpf: Fix sparse warning for bpf_kptr_xchg_protoKumar Kartikeya Dwivedi
2022-05-11sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra
2022-05-11ptrace: Don't change __stateEric W. Biederman
2022-05-11ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman
2022-05-11ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman
2022-05-11signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman
2022-05-11signal: Rename send_signal send_signal_lockedEric W. Biederman
2022-05-11vfio/pci: Remove vfio_device_get_from_dev()Jason Gunthorpe
2022-05-11vfio: Remove dead codeJason Gunthorpe
2022-05-11vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()Jason Gunthorpe
2022-05-11vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()Jason Gunthorpe
2022-05-11vfio: Make vfio_(un)register_notifier accept a vfio_deviceJason Gunthorpe
2022-05-11Merge tag 'gvt-next-2022-04-29' into v5.19/vfio/nextAlex Williamson
2022-05-11Merge tag 'mlx5-lm-parallel' of https://git.kernel.org/pub/scm/linux/kernel/g...Alex Williamson
2022-05-11Drivers: hv: vmbus: Remove support for Hyper-V 2008 and Hyper-V 2008R2/Win7Michael Kelley
2022-05-11USB: gadget: Add ID numbers to gadget namesAlan Stern
2022-05-11platform_data/mlxreg: Add field for notification callbackMichael Shych
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra