summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-10-03Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2022-10-03Merge tag 'dlm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2022-10-03Merge tag 'nfsd-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-10-03Merge tag 'fs.acl.rework.prep.v6.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-03Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-03once: rename _SLOW to _SLEEPABLEJason A. Donenfeld
2022-10-03ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel
2022-10-03net: mdiobus: search for PSE nodes by parsing PHY nodes.Oleksij Rempel
2022-10-03net: add framework to support Ethernet PSE and PDs devicesOleksij Rempel
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2022-10-03Merge tag 'execve-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-03net/mlx5: Start health poll at earlier stage of driver loadMoshe Shemesh
2022-10-03net/mlx5e: Expose rx_oversize_pkts_buffer counterGal Pressman
2022-10-03net/mlx5e: xsk: Use umr_mode to calculate striding RQ parametersMaxim Mikityanskiy
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2022-10-03Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-03ipc/msg: mitigate the lock contention with percpu counterJiebin Sun
2022-10-03percpu: add percpu_counter_add_local and percpu_counter_sub_localJiebin Sun
2022-10-03fs: uninline inode_maybe_inc_iversion()Andrew Morton
2022-10-03init.h: fix spelling typo in commentJiangshan Yi
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner
2022-10-03mm: remove unused inline functions from include/linux/mm_inline.hGaosheng Cui
2022-10-03mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe
2022-10-03mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe
2022-10-03mm: memcontrol: use memcg_kmem_enabled in count_objcg_eventKairui Song
2022-10-03mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia
2022-10-03mm/page_alloc: remove obsolete gfpflags_normal_context()Miaohe Lin
2022-10-03mm, memory_hotplug: remove obsolete generic_free_nodedata()Miaohe Lin
2022-10-03mm: remove obsolete pgdat_is_empty()Miaohe Lin
2022-10-03mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin
2022-10-03mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin
2022-10-03mm/damon: return void from damon_set_schemes()Kaixu Xia
2022-10-03mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia
2022-10-03entry: kmsan: introduce kmsan_unpoison_entry_regs()Alexander Potapenko
2022-10-03x86: kmsan: use __msan_ string functions where possible.Alexander Potapenko
2022-10-03kmsan: handle memory sent to/from USBAlexander Potapenko
2022-10-03dma: kmsan: unpoison DMA mappingsAlexander Potapenko
2022-10-03instrumented.h: add KMSAN supportAlexander Potapenko
2022-10-03init: kmsan: call KMSAN initialization routinesAlexander Potapenko
2022-10-03kmsan: handle task creation and exitingAlexander Potapenko
2022-10-03mm: kmsan: call KMSAN hooks from SLUB codeAlexander Potapenko
2022-10-03mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko
2022-10-03kmsan: mark noinstr as __no_sanitize_memoryAlexander Potapenko
2022-10-03kmsan: introduce __no_sanitize_memory and __no_kmsan_checksAlexander Potapenko
2022-10-03x86: asm: instrument usercopy in get_user() and put_user()Alexander Potapenko
2022-10-03instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko
2022-10-03stackdepot: reserve 5 extra bits in depot_stack_handle_tAlexander Potapenko