Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-06mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry
2021-11-06mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan
2021-11-06mm/cma: add cma_pages_valid to determine if pages are in CMAMike Kravetz
2021-11-06hugetlb: add demote hugetlb page sysfs interfacesMike Kravetz
2021-11-06mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hPeter Xu
2021-11-06mm: fix data race in PagePoisoned()Marco Elver
2021-11-06mm: make generic arch_is_kernel_initmem_freed() do what it saysChristophe Leroy
2021-11-06mm: create a new system state and fix core_kernel_text()Christophe Leroy
2021-11-06mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang
2021-11-06mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...Chen Wandun
2021-11-06kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCKefeng Wang
2021-11-06mm/vmalloc: don't allow VM_NO_GUARD on vmap()Peter Zijlstra
2021-11-06mm: mmap_lock: use DECLARE_EVENT_CLASS and DEFINE_EVENT_FNGang Li
2021-11-06mm: mmap_lock: remove redundant newline in TP_printkGang Li
2021-11-06include/linux/io-mapping.h: remove fallback for writecombineLucas De Marchi
2021-11-06memory: remove unused CONFIG_MEM_BLOCK_SIZELukas Bulwahn
2021-11-06mm: add zap_skip_check_mapping() helperPeter Xu
2021-11-06mm: drop first_index/last_index in zap_detailsPeter Xu
2021-11-06mm: use __pfn_to_section() instead of open coding itRolf Eike Beer
2021-11-06mm: memcontrol: remove the kmem statesMuchun Song
2021-11-06mm: simplify bdi refcountingChristoph Hellwig
2021-11-06fs: explicitly unregister per-superblock BDIsChristoph Hellwig
2021-11-06percpu: add __alloc_size attributes for better bounds checkingKees Cook
2021-11-06mm/page_alloc: add __alloc_size attributes for better bounds checkingKees Cook
2021-11-06mm/vmalloc: add __alloc_size attributes for better bounds checkingKees Cook
2021-11-06mm/kvmalloc: add __alloc_size attributes for better bounds checkingKees Cook
2021-11-06slab: add __alloc_size attributes for better bounds checkingKees Cook
2021-11-06slab: clean up function prototypesKees Cook
2021-11-06Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook
2021-11-06kasan: generic: introduce kasan_record_aux_stack_noalloc()Marco Elver
2021-11-06lib/stackdepot: introduce __stack_depot_save()Marco Elver
2021-11-06lib/stackdepot: include gfp.hMarco Elver
2021-11-06mm: don't include <linux/dax.h> in <linux/mempolicy.h>Christoph Hellwig
2021-11-06mm, slub: change percpu partial accounting from objects to pagesVlastimil Babka
2021-11-06mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)
2021-10-29mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi
2021-10-28Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-10-28mptcp: fix corrupt receiver key in MPC + data + checksumDavide Caratti
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan
2021-10-27Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski
2021-10-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen
2021-10-26bpf: Move BPF_MAP_TYPE for INODE_STORAGE and TASK_STORAGE outside of CONFIG_NETTejun Heo
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc
2021-10-25cfg80211: fix management registrations lockingJohannes Berg
2021-10-23bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2021-10-22Merge tag 'acpi-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-10-22Merge branch 'acpi-tools'Rafael J. Wysocki