summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | dma-mapping: remove the dma_mmap_from_dev_coherent exportChristoph Hellwig2019-09-041-1/+0
| * | | | | | | | | | | | dma-mapping: remove dma_release_declared_memoryChristoph Hellwig2019-09-041-11/+0
| * | | | | | | | | | | | dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2019-09-041-7/+5
| * | | | | | | | | | | | dma-mapping: add a dma_can_mmap helperChristoph Hellwig2019-09-041-0/+23
| * | | | | | | | | | | | dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2019-09-041-8/+12
| * | | | | | | | | | | | dma-mapping: move the dma_get_sgtable API comments from arm to common codeChristoph Hellwig2019-09-041-0/+11
| * | | | | | | | | | | | dma-mapping: introduce dma_get_merge_boundary()Yoshihiro Shimoda2019-09-031-0/+11
| * | | | | | | | | | | | dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig2019-08-291-3/+14
| * | | | | | | | | | | | dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-292-6/+14
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-189-88/+511
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-163-9/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich2019-09-162-4/+10
| | * | | | | | | | | | | | | xdp: Fix race in dev_map_hash_update_elem() when replacing elementToke Høiland-Jørgensen2019-09-161-5/+12
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-157-51/+81
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-066-36/+151
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | bpf: introduce verifier internal test flagAlexei Starovoitov2019-08-282-1/+5
| | * | | | | | | | | | | | | | bpf: clarify description for CONFIG_BPF_EVENTSPeter Wu2019-08-211-1/+2
| | * | | | | | | | | | | | | | bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2019-08-202-2/+6
| | * | | | | | | | | | | | | | bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet2019-08-201-0/+12
| | * | | | | | | | | | | | | | bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()YueHaibing2019-08-201-1/+1
| | * | | | | | | | | | | | | | xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAPBjörn Töpel2019-08-171-2/+6
| | * | | | | | | | | | | | | | xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel2019-08-171-20/+105
| | * | | | | | | | | | | | | | bpf: export bpf_map_inc_not_zeroStanislav Fomichev2019-08-171-3/+13
| | * | | | | | | | | | | | | | btf: fix return value check in btf_vmlinux_init()Wei Yongjun2019-08-151-7/+2
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-026-18/+44
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-2712-40/+89
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-198-40/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / | |/| | | | | | / / / / / / / / / | | | |_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-135-55/+350
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko2019-08-131-15/+15
| | * | | | | | | | | | | | | | | btf: expose BTF info through sysfsAndrii Nakryiko2019-08-132-0/+54
| | * | | | | | | | | | | | | | | bpf: always allocate at least 16 bytes for setsockopt hookStanislav Fomichev2019-08-011-4/+13
| | * | | | | | | | | | | | | | | xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen2019-07-292-0/+202
| | * | | | | | | | | | | | | | | xdp: Refactor devmap allocation code for reuseToke Høiland-Jørgensen2019-07-291-53/+83
* | | | | | | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-182-185/+147
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | padata: remove cpu_index from the parallel_queueDaniel Jordan2019-09-131-11/+2
| * | | | | | | | | | | | | | | | | padata: unbind parallel jobs from specific CPUsDaniel Jordan2019-09-131-53/+65
| * | | | | | | | | | | | | | | | | padata: use separate workqueues for parallel and serial workDaniel Jordan2019-09-131-10/+18
| * | | | | | | | | | | | | | | | | padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possibleDaniel Jordan2019-09-131-8/+9
| * | | | | | | | | | | | | | | | | padata: make padata_do_parallel find alternate callback CPUDaniel Jordan2019-09-131-7/+20
| * | | | | | | | | | | | | | | | | workqueue: require CPU hotplug read exclusion for apply_workqueue_attrsDaniel Jordan2019-09-131-5/+14
| * | | | | | | | | | | | | | | | | workqueue: unconfine alloc/apply/free_workqueue_attrs()Daniel Jordan2019-09-131-3/+3
| * | | | | | | | | | | | | | | | | padata: allocate workqueue internallyDaniel Jordan2019-09-131-9/+15
| * | | | | | | | | | | | | | | | | padata: initialize pd->cpu with effective cpumaskDaniel Jordan2019-08-091-1/+1
| * | | | | | | | | | | | | | | | | padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan2019-07-271-20/+3
| * | | | | | | | | | | | | | | | | padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu2019-07-271-79/+18
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-09-179-108/+174
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'pm-opp', 'pm-qos', 'acpi-pm', 'pm-domains' and 'pm-tools'Rafael J. Wysocki2019-09-171-48/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | PM: QoS: Get rid of unused flagsAmit Kucheria2019-08-211-48/+0
| | | | |_|_|_|/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-09-171-1/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD2019-08-281-1/+6
| | | |/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |