aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-08memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig1-4/+2
2018-01-08memremap: drop private struct page_mapLogan Gunthorpe1-2/+3
2018-01-08memremap: remove to_vmem_altmapChristoph Hellwig1-9/+0
2018-01-08mm: move get_dev_pagemap out of lineChristoph Hellwig1-35/+4
2018-01-08mm: split altmap memory map allocation from normal caseChristoph Hellwig1-7/+2
2018-01-08mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig2-3/+3
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig2-2/+3
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig1-2/+3
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig2-3/+6
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig1-7/+10
2018-01-08memremap: provide stubs for vmem_altmap_offset and vmem_altmap_freeChristoph Hellwig1-4/+14
2017-12-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+4
2017-12-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-16/+45
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+11
2017-12-29timers: Reinitialize per cpu bases on hotplugThomas Gleixner2-2/+4
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner1-1/+1
2017-12-29genirq: Introduce IRQD_CAN_RESERVE flagThomas Gleixner1-0/+17
2017-12-29Merge tag 'pm-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2017-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-60/+45
2017-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+4
2017-12-28sock: Add sock_owned_by_user_nocheckTom Herbert1-0/+5
2017-12-28cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes1-0/+1
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn2-15/+27
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+3
2017-12-26tcp: Avoid preprocessor directives in tracepoint macro argsMat Martineau1-60/+37
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner1-0/+11
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+8
2017-12-22Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+5
2017-12-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2017-12-22Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-2/+2
2017-12-22init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner1-0/+5
2017-12-22arch, mm: Allow arch_dup_mmap() to failThomas Gleixner1-2/+3
2017-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-11/+13
2017-12-21IB/mlx5: Fix congestion counters in LAG modeMajd Dibbiny1-0/+4
2017-12-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-9/+27
2017-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+6
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingShaohua Li1-1/+2
2017-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+2
2017-12-21bpf: fix integer overflowsAlexei Starovoitov1-2/+2
2017-12-20Merge tag 'spi-fix-v4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+1
2017-12-20Merge tag 'mfd-fixes-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-1/+1
2017-12-20block: unalign call_single_data in struct requestJens Axboe1-1/+1
2017-12-20Merge tag 'mlx5-fixes-2017-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-4/+7
2017-12-20xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky1-0/+5
2017-12-20block-throttle: avoid double chargeShaohua Li2-5/+6
2017-12-20cls_bpf: fix offload assumptions after callback conversionJakub Kicinski1-3/+2
2017-12-19net/mlx5: Cleanup IRQs in case of unload failureMoshe Shemesh1-1/+1
2017-12-19net/mlx5: Fix rate limit packet pacing naming and structEran Ben Elisha1-3/+5
2017-12-19Revert "mlx5: move affinity hints assignments to generic code"Saeed Mahameed1-0/+1
2017-12-19Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-1/+0