summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-10-04Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2-19/+15
2022-10-04Merge tag 'dlm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-4/+1
2022-10-04Merge tag 'nfsd-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-4/+18
2022-10-04Merge tag 'fs.acl.rework.prep.v6.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-10/+4
2022-10-04Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+11
2022-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-10-04once: rename _SLOW to _SLEEPABLEJason A. Donenfeld1-19/+19
2022-10-04ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel1-0/+62
2022-10-04net: mdiobus: search for PSE nodes by parsing PHY nodes.Oleksij Rempel1-0/+2
2022-10-04net: add framework to support Ethernet PSE and PDs devicesOleksij Rempel1-0/+67
2022-10-04Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-98/+262
2022-10-04Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds8-72/+86
2022-10-04Merge tag 'execve-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-21/+0
2022-10-04net/mlx5: Start health poll at earlier stage of driver loadMoshe Shemesh1-0/+1
2022-10-04net/mlx5e: Expose rx_oversize_pkts_buffer counterGal Pressman1-2/+6
2022-10-04net/mlx5e: xsk: Use umr_mode to calculate striding RQ parametersMaxim Mikityanskiy1-0/+4
2022-10-04Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2-2/+6
2022-10-04Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-59/+28
2022-10-04ipc/msg: mitigate the lock contention with percpu counterJiebin Sun1-2/+3
2022-10-04percpu: add percpu_counter_add_local and percpu_counter_sub_localJiebin Sun1-0/+32
2022-10-04fs: uninline inode_maybe_inc_iversion()Andrew Morton1-45/+1
2022-10-04init.h: fix spelling typo in commentJiangshan Yi1-1/+1
2022-10-04mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2-3/+3
2022-10-04mm: remove unused inline functions from include/linux/mm_inline.hGaosheng Cui1-11/+0
2022-10-04mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe1-5/+8
2022-10-04mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe1-4/+6
2022-10-04mm: memcontrol: use memcg_kmem_enabled in count_objcg_eventKairui Song1-1/+1
2022-10-04mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia1-1/+2
2022-10-04mm/page_alloc: remove obsolete gfpflags_normal_context()Miaohe Lin1-23/+0
2022-10-04mm, memory_hotplug: remove obsolete generic_free_nodedata()Miaohe Lin1-8/+0
2022-10-04mm: remove obsolete pgdat_is_empty()Miaohe Lin1-5/+0
2022-10-04mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin1-1/+1
2022-10-04mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin1-7/+0
2022-10-04mm/damon: return void from damon_set_schemes()Kaixu Xia1-1/+1
2022-10-04mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia1-1/+1
2022-10-04entry: kmsan: introduce kmsan_unpoison_entry_regs()Alexander Potapenko1-0/+15
2022-10-04x86: kmsan: use __msan_ string functions where possible.Alexander Potapenko1-0/+2
2022-10-04kmsan: handle memory sent to/from USBAlexander Potapenko1-0/+15
2022-10-04dma: kmsan: unpoison DMA mappingsAlexander Potapenko1-0/+41
2022-10-04instrumented.h: add KMSAN supportAlexander Potapenko2-5/+32
2022-10-04init: kmsan: call KMSAN initialization routinesAlexander Potapenko1-0/+36
2022-10-04kmsan: handle task creation and exitingAlexander Potapenko1-0/+21
2022-10-04mm: kmsan: call KMSAN hooks from SLUB codeAlexander Potapenko1-0/+57
2022-10-04mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko2-0/+148
2022-10-04kmsan: add KMSAN runtime coreAlexander Potapenko4-0/+116
2022-10-04kmsan: mark noinstr as __no_sanitize_memoryAlexander Potapenko1-1/+2
2022-10-04kmsan: introduce __no_sanitize_memory and __no_kmsan_checksAlexander Potapenko2-0/+29
2022-10-04x86: asm: instrument usercopy in get_user() and put_user()Alexander Potapenko1-0/+28
2022-10-04instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko2-7/+33
2022-10-04stackdepot: reserve 5 extra bits in depot_stack_handle_tAlexander Potapenko1-0/+8