summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-09-28powerpc/rtas: block error injection when locked downNathan Lynch
2022-09-28powerpc/pseries: block untrusted device tree changes when locked downNathan Lynch
2022-09-28sched: Fix TASK_state comparisonsPeter Zijlstra
2022-09-28Kbuild: add Rust supportMiguel Ojeda
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda
2022-09-28Merge tag 'drm-misc-next-2022-09-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim
2022-09-27perf: Use sample_flags for addrNamhyung Kim
2022-09-27net/mlx5: Remove from FPGA IFC file not-needed definitionsLeon Romanovsky
2022-09-27net/mlx5: Remove unused structsGal Pressman
2022-09-27net/mlx5: Remove unused functionsGal Pressman
2022-09-27RDMA/mlx5: Don't set tx affinity when lag is in hash modeLiu, Changcheng
2022-09-27net/mlx5: add IFC bits for bypassing port select flow tableLiu, Changcheng
2022-09-27net/mlx5: Add support for NPPS with real time modeAya Levin
2022-09-27net/mlx5: Expose NPPS related registersAya Levin
2022-09-27Merge branch 'master' into i2c/for-mergewindowWolfram Sang
2022-09-27ftrace: Remove obsoleted code from ftrace and task_structGaosheng Cui
2022-09-27clk: qcom: smd: Add SM6375 clocksKonrad Dybcio
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig
2022-09-27a.out: Remove the a.out implementationEric W. Biederman
2022-09-27net/mlx5: Add IFC bits for mkey ATSJason Gunthorpe
2022-09-27efi: zboot: create MemoryMapped() device path for the parent if neededArd Biesheuvel
2022-09-27Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel
2022-09-27efi: libstub: install boot-time memory map as config tableArd Biesheuvel
2022-09-27efi: libstub: unify initrd loading between architecturesArd Biesheuvel
2022-09-27Merge branch 'mlx5-vfio' into mlx5-nextLeon Romanovsky
2022-09-27nvme: improve the NVME_CONNECT_AUTHREQ* definitionsChristoph Hellwig
2022-09-26bpf: Enforce W^X for bpf trampolineSong Liu
2022-09-26bpf: use bpf_prog_pack for bpf_dispatcherSong Liu
2022-09-26kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flagJiri Olsa
2022-09-26ksm: count allocated ksm rmap_items for each processxu xin
2022-09-26mm: deduplicate cacheline padding codeShakeel Butt
2022-09-26mm: reduce noise in show_mem for lowmem allocationsMichal Hocko
2022-09-26mm: fixup documentation regarding pte_numa() and PROT_NUMADavid Hildenbrand
2022-09-26mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand
2022-09-26mm: delete unused MMF_OOM_VICTIM flagSuren Baghdasaryan
2022-09-26mm: drop oom code from exit_mmapSuren Baghdasaryan
2022-09-26mm: remove the vma linked listLiam R. Howlett
2022-09-26userfaultfd: use maple tree iterator to iterate VMAsLiam R. Howlett
2022-09-26mm/mmap: reorganize munmap to use maple statesLiam R. Howlett
2022-09-26mm: convert vma_lookup() to use mtree_load()Liam R. Howlett
2022-09-26mm: remove vmacacheLiam R. Howlett
2022-09-26mm: use maple tree operations for find_vma_intersection()Liam R. Howlett
2022-09-26mm: optimize find_exact_vma() to use vma_lookup()Liam R. Howlett
2022-09-26mm: remove rb tree.Liam R. Howlett
2022-09-26kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett
2022-09-26mm: add VMA iteratorMatthew Wilcox (Oracle)
2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett
2022-09-26Maple Tree: add new data structureLiam R. Howlett
2022-09-26lib/nodemask: optimize node_random for nodemask with single NUMA nodeAneesh Kumar K.V