summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-08-31bpf: Fix build without BPF_LSM.Alexei Starovoitov1-0/+2
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2-0/+24
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov5-14/+121
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau2-3/+9
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau13-15/+32
2020-08-27bpf: Fix a verifier failure with xorYonghong Song1-0/+66
2020-08-26bpf: verifier: Use target program's type for access verificationsUdip Pant1-11/+21
2020-08-26bpf: Add d_path helperJiri Olsa1-0/+48
2020-08-26bpf: Add BTF_SET_START/END macrosJiri Olsa2-0/+19
2020-08-26bpf: Add btf_struct_ids_match functionJiri Olsa2-6/+42
2020-08-26bpf: Factor btf_struct_access functionJiri Olsa1-10/+65
2020-08-26bpf: Remove recursion call in btf_struct_accessJiri Olsa1-6/+5
2020-08-26bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa1-4/+9
2020-08-26bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa1-3/+7
2020-08-26bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa2-11/+16
2020-08-26bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov1-0/+3
2020-08-26bpf: Allow local storage to be used from LSM programsKP Singh1-1/+20
2020-08-26bpf: Implement bpf_local_storage for inodesKP Singh4-1/+286
2020-08-26bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2-0/+601
2020-08-22bpf: sockmap: Allow update from BPFLorenz Bauer1-2/+36
2020-08-22bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhashLorenz Bauer1-0/+35
2020-08-22bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer1-2/+3
2020-08-22bpf: Implement link_query callbacks in map element iteratorsYonghong Song1-0/+15
2020-08-22bpf: Implement link_query for bpf iteratorsYonghong Song1-0/+58
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov10-4/+382
2020-08-20bpf: Add BPF program and map iterators as built-in BPF programs.Alexei Starovoitov5-0/+587
2020-08-20bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov1-18/+28
2020-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-10/+14
2020-08-17watch_queue: Limit the number of watches a user can holdDavid Howells1-0/+8
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+22
2020-08-16Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds1-0/+3
2020-08-15Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-15/+26
2020-08-15Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+5
2020-08-15Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2020-08-15Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-173/+1
2020-08-15all arch: remove system call sys_sysctlXiaoming Ni3-173/+1
2020-08-15dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig1-0/+3
2020-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-10/+14
2020-08-15dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds2-50/+1
2020-08-15dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()Hugh Dickins1-18/+9
2020-08-15Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-7/+53
2020-08-15Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-25/+201
2020-08-15Merge tag 'irq-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+11
2020-08-14Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+43
2020-08-14sched/debug: Fix the alignment of the show-state debug outputLibing Zhou1-11/+4
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-41/+62
2020-08-13futex: Convert to use the preferred 'fallthrough' macroMiaohe Lin1-2/+2
2020-08-13task_work: only grab task signal lock when neededJens Axboe2-2/+22
2020-08-13genirq: Unlock irq descriptor after errorsGuenter Roeck1-2/+5