summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-253-20/+21
|\
| * audit: use fsnotify group lock helpersAmir Goldstein2022-04-251-16/+16
| * fsnotify: make allow_dups a property of the groupAmir Goldstein2022-04-251-2/+2
| * fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein2022-04-253-3/+4
* | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-254-112/+109
|\ \
| * | dma-direct: don't over-decrypt memoryRobin Murphy2022-05-231-2/+2
| * | swiotlb: max mapping size takes min align mask into accountTianyu Lan2022-05-171-1/+12
| * | swiotlb: use the right nslabs-derived sizes in swiotlb_init_lateChristoph Hellwig2022-05-131-8/+11
| * | swiotlb: use the right nslabs value in swiotlb_init_remapChristoph Hellwig2022-05-131-3/+4
| * | swiotlb: don't panic when the swiotlb buffer can't be allocatedChristoph Hellwig2022-05-131-2/+4
| * | dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka2022-05-111-1/+1
| * | dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pagesChristoph Hellwig2022-05-111-17/+10
| * | swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tblChristoph Hellwig2022-04-181-57/+20
| * | swiotlb: provide swiotlb_init variants that remap the bufferChristoph Hellwig2022-04-181-3/+33
| * | swiotlb: pass a gfp_mask argument to swiotlb_init_lateChristoph Hellwig2022-04-181-5/+2
| * | swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig2022-04-181-2/+9
| * | swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-16/+19
| * | swiotlb: rename swiotlb_late_init_with_default_sizeChristoph Hellwig2022-04-181-4/+2
| * | swiotlb: simplify swiotlb_max_segmentChristoph Hellwig2022-04-181-17/+3
| * | swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is setChristoph Hellwig2022-04-181-0/+3
| * | dma-direct: use is_swiotlb_active in dma_direct_map_pageChristoph Hellwig2022-04-181-1/+1
* | | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-251-0/+1
|\ \ \
| * \ \ Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-05-0313-44/+52
| |\ \ \
| * \ \ \ Merge drm/drm-next into drm-misc-nextPaul Cercueil2022-04-1810-715/+615
| |\ \ \ \
| * | | | | futex: add missing rtmutex.h includeChristian König2022-04-071-0/+1
* | | | | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-2533-683/+2705
|\ \ \ \ \ \
| * \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-2317-198/+1120
| |\ \ \ \ \ \
| | * | | | | | bpf: Add dynptr data slicesJoanne Koong2022-05-232-0/+51
| | * | | | | | bpf: Add bpf_dynptr_read and bpf_dynptr_writeJoanne Koong2022-05-231-0/+78
| | * | | | | | bpf: Dynptr support for ring buffersJoanne Koong2022-05-233-7/+137
| | * | | | | | bpf: Add bpf_dynptr_from_mem for local dynptrsJoanne Koong2022-05-232-0/+71
| | * | | | | | bpf: Add verifier support for dynptrsJoanne Koong2022-05-231-3/+185
| | * | | | | | bpf: Suppress 'passing zero to PTR_ERR' warningKumar Kartikeya Dwivedi2022-05-231-1/+1
| | * | | | | | bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu2022-05-231-0/+8
| | * | | | | | bpf: Fill new bpf_prog_pack with illegal instructionsSong Liu2022-05-231-4/+6
| | * | | | | | bpf: refine kernel.unprivileged_bpf_disabled behaviourAlan Maguire2022-05-201-1/+13
| | * | | | | | bpf: Allow kfunc in tracing and syscall programs.Benjamin Tissoires2022-05-201-0/+6
| | * | | | | | bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-202-0/+3
| | * | | | | | bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong2022-05-132-22/+10
| | * | | | | | bpf: Fix combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov2022-05-131-0/+10
| | * | | | | | bpf: Fix potential array overflow in bpf_trampoline_get_progs()Yuntao Wang2022-05-111-6/+12
| | * | | | | | bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou2022-05-116-2/+83
| | * | | | | | bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee2022-05-104-6/+47
| | * | | | | | bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee2022-05-102-6/+21
| | * | | | | | bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-103-69/+98
| | * | | | | | bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi linkJiri Olsa2022-05-101-46/+66
| | * | | | | | fprobe: Resolve symbols with ftrace_lookup_symbolsJiri Olsa2022-05-101-20/+12
| | * | | | | | ftrace: Add ftrace_lookup_symbols functionJiri Olsa2022-05-102-0/+63
| | * | | | | | kallsyms: Make kallsyms_on_each_symbol generally availableJiri Olsa2022-05-101-2/+0
| | * | | | | | bpf: Add bpf_link iteratorDmitrii Dolgov2022-05-103-1/+127