aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-01-15swiotlb: add common swiotlb_map_opsGravatar Christoph Hellwig 1-0/+8
2018-01-15swiotlb: rename swiotlb_free to swiotlb_exitGravatar Christoph Hellwig 1-2/+2
2018-01-15dma-direct: reject too small dma masksGravatar Christoph Hellwig 1-0/+1
2018-01-15dma-direct: make dma_direct_{alloc,free} available to other implementationsGravatar Christoph Hellwig 1-0/+5
2018-01-15dma-direct: rename dma_noop to dma_directGravatar Christoph Hellwig 2-2/+2
2018-01-15dma-mapping: provide a generic asm/dma-mapping.hGravatar Christoph Hellwig 1-0/+10
2018-01-15dma-mapping: add an arch_dma_supported hookGravatar Christoph Hellwig 1-0/+11
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeGravatar Christoph Hellwig 1-0/+7
2018-01-15dma-mapping: warn when there is no coherent_dma_maskGravatar Christoph Hellwig 1-0/+1
2018-01-10dma-mapping: move dma_mark_clean to dma-direct.hGravatar Christoph Hellwig 1-0/+9
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerGravatar Christoph Hellwig 1-0/+32
2018-01-10dma-mapping: take dma_pfn_offset into account in dma_max_pfnGravatar Christoph Hellwig 1-1/+1
2018-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+10
2018-01-05Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+3
2018-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+3
2018-01-05fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Gravatar Al Viro 1-0/+10
2018-01-03efi/capsule-loader: Reinstate virtual capsule mappingGravatar Ard Biesheuvel 1-1/+3
2018-01-02fscache: Fix the default for fscache_maybe_release_page()Gravatar David Howells 1-1/+1
2017-12-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-2/+4
2017-12-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-16/+45
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+11
2017-12-29timers: Reinitialize per cpu bases on hotplugGravatar Thomas Gleixner 2-2/+4
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Gravatar Thomas Gleixner 1-1/+1
2017-12-29genirq: Introduce IRQD_CAN_RESERVE flagGravatar Thomas Gleixner 1-0/+17
2017-12-29Merge tag 'pm-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-0/+1
2017-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-60/+45
2017-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-0/+4
2017-12-28sock: Add sock_owned_by_user_nocheckGravatar Tom Herbert 1-0/+5
2017-12-28cpufreq: schedutil: Use idle_calls counter of the remote CPUGravatar Joel Fernandes 1-0/+1
2017-12-28kernel/irq: Extend lockdep class for request mutexGravatar Andrew Lunn 2-15/+27
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-0/+3
2017-12-26tcp: Avoid preprocessor directives in tracepoint macro argsGravatar Mat Martineau 1-60/+37
2017-12-23x86/mm/pti: Add infrastructure for page table isolationGravatar Thomas Gleixner 1-0/+11
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+8
2017-12-22Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+5
2017-12-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+1
2017-12-22Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2017-12-22init: Invoke init_espfix_bsp() from mm_init()Gravatar Thomas Gleixner 1-0/+5
2017-12-22arch, mm: Allow arch_dup_mmap() to failGravatar Thomas Gleixner 1-2/+3
2017-12-22crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tGravatar Jonathan Cameron 1-2/+3
2017-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 6-11/+13
2017-12-21IB/mlx5: Fix congestion counters in LAG modeGravatar Majd Dibbiny 1-0/+4
2017-12-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-9/+27
2017-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-3/+6
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingGravatar Shaohua Li 1-1/+2
2017-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-2/+2
2017-12-21bpf: fix integer overflowsGravatar Alexei Starovoitov 1-2/+2
2017-12-20Merge tag 'spi-fix-v4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-12-20Merge tag 'mfd-fixes-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-1/+1
2017-12-20block: unalign call_single_data in struct requestGravatar Jens Axboe 1-1/+1