summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-27clk: qcom: smd: Add SM6375 clocksKonrad Dybcio1-0/+1
2022-09-27dt-bindings: clock: qcom: rpmcc: Add BIMC_FREQ_LOGKonrad Dybcio1-0/+1
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig1-1/+5
2022-09-27headers: Remove some left-over license textChristophe JAILLET5-34/+1
2022-09-27a.out: Remove the a.out implementationEric W. Biederman1-18/+0
2022-09-27RDMA/rxe: Remove redundant num_sge fieldsBob Pearson1-2/+2
2022-09-27RDMA/mlx5: Add support for dmabuf to devx umemJason Gunthorpe1-0/+1
2022-09-27RDMA/core: Add UVERBS_ATTR_RAW_FDJason Gunthorpe1-0/+13
2022-09-27net/mlx5: Add IFC bits for mkey ATSJason Gunthorpe1-3/+8
2022-09-27efi: zboot: create MemoryMapped() device path for the parent if neededArd Biesheuvel1-0/+7
2022-09-27Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel1-0/+15
2022-09-27efi: libstub: install boot-time memory map as config tableArd Biesheuvel1-0/+1
2022-09-27efi: libstub: unify initrd loading between architecturesArd Biesheuvel1-0/+5
2022-09-27ASoC: SOF: control.h: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-3/+3
2022-09-27Merge branch 'mlx5-vfio' into mlx5-nextLeon Romanovsky851-8039/+22203
2022-09-27erofs: clean up erofs_iget()Gao Xiang1-7/+4
2022-09-27nvme: improve the NVME_CONNECT_AUTHREQ* definitionsChristoph Hellwig1-2/+2
2022-09-27ALSA: pcm: Avoid reference to status->stateTakashi Iwai1-2/+18
2022-09-27ALSA: Remove some left-over license text in include/uapi/sound/Christophe JAILLET14-214/+2
2022-09-27bpf: Enforce W^X for bpf trampolineSong Liu1-1/+0
2022-09-27bpf: use bpf_prog_pack for bpf_dispatcherSong Liu2-1/+7
2022-09-27bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa1-0/+1
2022-09-27kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flagJiri Olsa1-0/+1
2022-09-27dt-bindings: clock: qcom: add bindings for dispcc on SM8450Dmitry Baryshkov1-0/+103
2022-09-27dt-bindings: clock: add QCOM SM6115 display clock bindingsAdam Skladowski1-0/+36
2022-09-27ksm: count allocated ksm rmap_items for each processxu xin1-0/+5
2022-09-27mm: deduplicate cacheline padding codeShakeel Butt4-41/+22
2022-09-27mm: reduce noise in show_mem for lowmem allocationsMichal Hocko1-2/+11
2022-09-27mm: fixup documentation regarding pte_numa() and PROT_NUMADavid Hildenbrand1-6/+6
2022-09-27mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand1-1/+15
2022-09-27mm: delete unused MMF_OOM_VICTIM flagSuren Baghdasaryan2-13/+3
2022-09-27mm: drop oom code from exit_mmapSuren Baghdasaryan1-2/+0
2022-09-27mm: remove the vma linked listLiam R. Howlett2-6/+3
2022-09-27userfaultfd: use maple tree iterator to iterate VMAsLiam R. Howlett1-4/+3
2022-09-27mm/mmap: reorganize munmap to use maple statesLiam R. Howlett1-2/+3
2022-09-27mm: convert vma_lookup() to use mtree_load()Liam R. Howlett1-6/+1
2022-09-27mm: remove vmacacheLiam R. Howlett6-52/+0
2022-09-27mm: use maple tree operations for find_vma_intersection()Liam R. Howlett1-18/+4
2022-09-27mm: optimize find_exact_vma() to use vma_lookup()Liam R. Howlett1-1/+1
2022-09-27mm: remove rb tree.Liam R. Howlett2-16/+0
2022-09-27kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett1-2/+0
2022-09-27mm: add VMA iteratorMatthew Wilcox (Oracle)2-0/+53
2022-09-27mm: start tracking VMAs with maple treeLiam R. Howlett3-0/+81
2022-09-27Maple Tree: add new data structureLiam R. Howlett2-0/+808
2022-09-27lib/nodemask: optimize node_random for nodemask with single NUMA nodeAneesh Kumar K.V1-3/+12
2022-09-27mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V2-5/+11
2022-09-27mm/demotion: demote pages according to allocation fallback orderJagdish Gediya1-0/+12
2022-09-27mm/demotion: drop memtier from memtypeAneesh Kumar K.V1-1/+0
2022-09-27mm/demotion: add pg_data_t member to track node memory tier detailsAneesh Kumar K.V1-0/+3
2022-09-27mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V2-13/+13