summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-09-28mfd: rk808: Add Rockchip rk817 battery charger supportChris Morgan1-0/+91
2022-09-28irqchip: Allow extra fields to be passed to IRQCHIP_PLATFORM_DRIVER_ENDFrank Li1-1/+3
2022-09-28irqchip: Make irqchip_init() usable on pure ACPI systemsHuacai Chen1-2/+4
2022-09-28spi: Save current RX and TX DMA devicesVincent Whitchurch1-0/+4
2022-09-28ata: libata-sata: Fix device queue depth controlDamien Le Moal1-2/+2
2022-09-28powerpc/rtas: block error injection when locked downNathan Lynch1-0/+1
2022-09-28powerpc/pseries: block untrusted device tree changes when locked downNathan Lynch1-0/+1
2022-09-28sched: Fix TASK_state comparisonsPeter Zijlstra1-1/+1
2022-09-28Kbuild: add Rust supportMiguel Ojeda1-1/+5
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda1-1/+1
2022-09-28Merge tag 'drm-misc-next-2022-09-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+76
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim1-3/+2
2022-09-27perf: Use sample_flags for addrNamhyung Kim1-2/+6
2022-09-27net/mlx5: Remove from FPGA IFC file not-needed definitionsLeon Romanovsky2-24/+16
2022-09-27net/mlx5: Remove unused structsGal Pressman1-5/+0
2022-09-27net/mlx5: Remove unused functionsGal Pressman3-60/+0
2022-09-27RDMA/mlx5: Don't set tx affinity when lag is in hash modeLiu, Changcheng1-0/+1
2022-09-27net/mlx5: add IFC bits for bypassing port select flow tableLiu, Changcheng1-2/+7
2022-09-27net/mlx5: Add support for NPPS with real time modeAya Levin1-0/+2
2022-09-27net/mlx5: Expose NPPS related registersAya Levin1-4/+14
2022-09-27Merge branch 'master' into i2c/for-mergewindowWolfram Sang7-10/+30
2022-09-27ftrace: Remove obsoleted code from ftrace and task_structGaosheng Cui2-44/+0
2022-09-27clk: qcom: smd: Add SM6375 clocksKonrad Dybcio1-0/+1
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig1-1/+5
2022-09-27a.out: Remove the a.out implementationEric W. Biederman1-18/+0
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-27Merge branch 'mlx5-vfio' into mlx5-nextLeon Romanovsky419-5166/+11931
2022-09-27nvme: improve the NVME_CONNECT_AUTHREQ* definitionsChristoph Hellwig1-2/+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-27kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flagJiri Olsa1-0/+1
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