summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig2019-09-041-2/+11
* dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig2019-09-041-13/+10
* dma-mapping: provide a better default ->get_required_maskChristoph Hellwig2019-09-041-20/+10
* dma-mapping: remove the dma_declare_coherent_memory exportChristoph Hellwig2019-09-041-1/+0
* 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 branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-08-252-9/+18
|\
| * timekeeping/vsyscall: Prevent math overflow in BOOTTIME updateThomas Gleixner2019-08-232-9/+18
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-08-251-1/+4
|\ \
| * | sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior2019-08-191-1/+4
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-08-251-4/+4
|\ \ \
| * | | kprobes: Fix potential deadlock in kprobe_optimizer()Andrea Righi2019-08-191-4/+4
| |/ /
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-251-1/+14
|\ \ \
| * | | genirq: Properly pair kobject_del() with kobject_add()Michael Kelley2019-08-191-1/+14
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-08-251-0/+8
|\ \ \
| * | | psi: get poll_work to run when calling poll syscall next timeJason Xing2019-08-251-0/+8
* | | | Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-08-252-7/+11
|\ \ \ \ | |/ / / |/| | |
| * | | dma-direct: fix zone selection after an unaddressable CMA allocationChristoph Hellwig2019-08-212-7/+11
| |/ /
* | | Merge tag 'modules-for-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-08-231-2/+2
|\ \ \ | |_|/ |/| |
| * | modules: page-align module section allocations only for arches supporting str...He Zhe2019-08-211-1/+6
| * | modules: always page-align module section allocationsJessica Yu2019-07-301-6/+1
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-08-201-0/+5
|\ \ \ | |_|/ |/| |
| * | signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2019-08-191-0/+5
* | | Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-08-181-15/+1
|\ \ \
| * | | kernel/configs: Replace GPL boilerplate code with SPDX identifierThomas Huth2019-07-301-15/+1
* | | | Merge tag 'pm-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-08-161-4/+10
|\ \ \ \
| * \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-08-161-4/+10
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar2019-08-101-4/+10
* | | | | Merge tag 'dma-mapping-5.3-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-08-143-7/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig2019-08-102-2/+19
| * | | | dma-direct: don't truncate dma_required_mask to bus addressing capabilitiesLucas Stach2019-08-101-3/+0
| * | | | dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPINGChristoph Hellwig2019-08-101-2/+5
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-08-112-10/+2
|\ \ \ \ \
| * | | | | sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan2019-08-061-1/+1
| * | | | | sched/psi: Reduce psimon FIFO priorityPeter Zijlstra2019-08-061-1/+1
| * | | | | sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann2019-08-061-8/+0
| | |/ / / | |/| | |
* | | | | genirq/affinity: Create affinity mask for single vectorMing Lei2019-08-081-4/+2
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-071-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-261-2/+2
| |\ \ \
| | * | | bpf: fix narrower loads on s390Ilya Leoshkevich2019-07-231-2/+2
* | | | | memremap: move from kernel/ to mm/Christoph Hellwig2019-08-032-406/+0
* | | | | kernel/signal.c: fix a kernel-doc markupMauro Carvalho Chehab2019-08-031-1/+1
* | | | | Merge tag 'arm-swiotlb-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-08-021-2/+11
|\ \ \ \ \