summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix build without BPF_LSM.Alexei Starovoitov2020-08-311-0/+2
* bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2020-08-282-0/+24
* bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-285-14/+121
* bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau2020-08-282-3/+9
* bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-2813-15/+32
* bpf: Fix a verifier failure with xorYonghong Song2020-08-271-0/+66
* bpf: verifier: Use target program's type for access verificationsUdip Pant2020-08-261-11/+21
* bpf: Add d_path helperJiri Olsa2020-08-261-0/+48
* bpf: Add BTF_SET_START/END macrosJiri Olsa2020-08-262-0/+19
* bpf: Add btf_struct_ids_match functionJiri Olsa2020-08-262-6/+42
* bpf: Factor btf_struct_access functionJiri Olsa2020-08-261-10/+65
* bpf: Remove recursion call in btf_struct_accessJiri Olsa2020-08-261-6/+5
* bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa2020-08-261-4/+9
* bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa2020-08-261-3/+7
* bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa2020-08-262-11/+16
* bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov2020-08-261-0/+3
* bpf: Allow local storage to be used from LSM programsKP Singh2020-08-261-1/+20
* bpf: Implement bpf_local_storage for inodesKP Singh2020-08-264-1/+286
* bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2020-08-262-0/+601
* bpf: sockmap: Allow update from BPFLorenz Bauer2020-08-221-2/+36
* bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhashLorenz Bauer2020-08-221-0/+35
* bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer2020-08-221-2/+3
* bpf: Implement link_query callbacks in map element iteratorsYonghong Song2020-08-211-0/+15
* bpf: Implement link_query for bpf iteratorsYonghong Song2020-08-211-0/+58
* bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov2020-08-2010-4/+382
* bpf: Add BPF program and map iterators as built-in BPF programs.Alexei Starovoitov2020-08-205-0/+587
* bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov2020-08-201-18/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-181-10/+14
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-151-10/+14
| |\
| | * bpf: Iterate through all PT_NOTE sections when looking for build idJiri Olsa2020-08-131-10/+14
* | | watch_queue: Limit the number of watches a user can holdDavid Howells2020-08-171-0/+8
* | | Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-162-2/+22
|\ \ \
| * | | task_work: only grab task signal lock when neededJens Axboe2020-08-132-2/+22
* | | | Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-161-0/+3
|\ \ \ \
| * | | | dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig2020-08-151-0/+3
* | | | | Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-151-15/+26
|\ \ \ \ \
| * | | | | kexec_file: Correctly output debugging information for the PT_LOAD ELF headerLianbo Jiang2020-08-071-4/+4
| * | | | | kexec: Improve & fix crash_exclude_mem_range() to handle overlapping rangesLianbo Jiang2020-08-071-12/+23
* | | | | | Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-152-12/+5
|\ \ \ \ \ \
| * | | | | | sched/debug: Fix the alignment of the show-state debug outputLibing Zhou2020-08-141-11/+4
| * | | | | | sched: Fix use of count for nr_running tracepointPhil Auld2020-08-061-1/+1
* | | | | | | Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-151-2/+2
|\ \ \ \ \ \ \
| * | | | | | | perf/core: Take over CAP_SYS_PTRACE creds to CAP_PERFMON capabilityAlexey Budankov2020-08-061-2/+2
* | | | | | | | Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-151-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | futex: Convert to use the preferred 'fallthrough' macroMiaohe Lin2020-08-131-2/+2
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-153-173/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | all arch: remove system call sys_sysctlXiaoming Ni2020-08-153-173/+1
* | | | | | | | | | dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds2020-08-152-50/+1
* | | | | | | | | | dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()Hugh Dickins2020-08-151-18/+9
|/ / / / / / / / /
* | | | | | | | | Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-145-7/+53
|\ \ \ \ \ \ \ \ \