aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03net: mdiobus: search for PSE nodes by parsing PHY nodes.Oleksij Rempel1-0/+2
2022-10-03net: add framework to support Ethernet PSE and PDs devicesOleksij Rempel1-0/+67
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-98/+262
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds10-105/+105
2022-10-03Merge tag 'execve-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-21/+0
2022-10-03net/mlx5: Start health poll at earlier stage of driver loadMoshe Shemesh1-0/+1
2022-10-03net/mlx5e: Expose rx_oversize_pkts_buffer counterGal Pressman1-2/+6
2022-10-03net/mlx5e: xsk: Use umr_mode to calculate striding RQ parametersMaxim Mikityanskiy1-0/+4
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2-2/+6
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-3/+6
2022-10-03Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-59/+28
2022-10-03ipc/msg: mitigate the lock contention with percpu counterJiebin Sun1-2/+3
2022-10-03percpu: add percpu_counter_add_local and percpu_counter_sub_localJiebin Sun1-0/+32
2022-10-03fs: uninline inode_maybe_inc_iversion()Andrew Morton1-45/+1
2022-10-03init.h: fix spelling typo in commentJiangshan Yi1-1/+1
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2-3/+3
2022-10-03mm: remove unused inline functions from include/linux/mm_inline.hGaosheng Cui1-11/+0
2022-10-03mm/khugepaged: add tracepoint to hpage_collapse_scan_file()Zach O'Keefe1-0/+34
2022-10-03mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe2-5/+9
2022-10-03mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmdsZach O'Keefe1-0/+1
2022-10-03mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe1-4/+6
2022-10-03mm: memcontrol: use memcg_kmem_enabled in count_objcg_eventKairui Song1-1/+1
2022-10-03mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia1-1/+2
2022-10-03mm/page_alloc: remove obsolete gfpflags_normal_context()Miaohe Lin1-23/+0
2022-10-03mm, memory_hotplug: remove obsolete generic_free_nodedata()Miaohe Lin1-8/+0
2022-10-03mm: remove obsolete pgdat_is_empty()Miaohe Lin1-5/+0
2022-10-03mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin1-1/+1
2022-10-03mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin1-7/+0
2022-10-03mm/damon: return void from damon_set_schemes()Kaixu Xia1-1/+1
2022-10-03mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia1-1/+1
2022-10-03entry: kmsan: introduce kmsan_unpoison_entry_regs()Alexander Potapenko1-0/+15
2022-10-03x86: kmsan: use __msan_ string functions where possible.Alexander Potapenko1-0/+2
2022-10-03kmsan: handle memory sent to/from USBAlexander Potapenko1-0/+15
2022-10-03dma: kmsan: unpoison DMA mappingsAlexander Potapenko1-0/+41
2022-10-03instrumented.h: add KMSAN supportAlexander Potapenko2-5/+32
2022-10-03init: kmsan: call KMSAN initialization routinesAlexander Potapenko1-0/+36
2022-10-03kmsan: handle task creation and exitingAlexander Potapenko1-0/+21
2022-10-03mm: kmsan: call KMSAN hooks from SLUB codeAlexander Potapenko1-0/+57
2022-10-03mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko2-0/+148
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko4-0/+116
2022-10-03kmsan: mark noinstr as __no_sanitize_memoryAlexander Potapenko1-1/+2
2022-10-03kmsan: introduce __no_sanitize_memory and __no_kmsan_checksAlexander Potapenko2-0/+29
2022-10-03asm-generic: instrument usercopy in cacheflush.hAlexander Potapenko1-2/+12
2022-10-03x86: asm: instrument usercopy in get_user() and put_user()Alexander Potapenko1-0/+28
2022-10-03instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko2-7/+33
2022-10-03stackdepot: reserve 5 extra bits in depot_stack_handle_tAlexander Potapenko1-0/+8
2022-10-03hugetlb: add vma based lock for pmd sharingMike Kravetz1-2/+41
2022-10-03hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz1-1/+1
2022-10-03mm/filemap: make folio_put_wait_locked staticKe Sun1-1/+0
2022-10-03mm: hugetlb: eliminate memory-less nodes handlingMuchun Song1-0/+14