| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 2019-07-11 | 1382 | -9517/+1703 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | KVM: arm/arm64: Support chained PMU counters | Andrew Murray | 2019-07-05 | 1 | -0/+2 |
| | * | | | | | | | | | | KVM: arm/arm64: Remove pmc->bitmask | Andrew Murray | 2019-07-05 | 1 | -1/+0 |
| | * | | | | | | | | | | KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functions | Andrew Murray | 2019-07-05 | 1 | -4/+4 |
| * | | | | | | | | | | | KVM: x86: PMU Event Filter | Eric Hankland | 2019-07-11 | 1 | -0/+3 |
| * | | | | | | | | | | | kvm: x86: Fix -Wmissing-prototypes warnings | Yi Wang | 2019-07-10 | 1 | -0/+1 |
| * | | | | | | | | | | | KVM: X86: Yield to IPI target if necessary | Wanpeng Li | 2019-07-02 | 1 | -0/+1 |
| * | | | | | | | | | | | kvm: Convert kvm_lock to a mutex | Junaid Shahid | 2019-06-05 | 1 | -1/+1 |
| * | | | | | | | | | | | KVM: X86: Provide a capability to disable cstate msr read intercepts | Wanpeng Li | 2019-06-04 | 1 | -1/+3 |
| * | | | | | | | | | | | KVM: Directly return result from kvm_arch_check_processor_compat() | Sean Christopherson | 2019-06-04 | 1 | -1/+1 |
| | |_|_|_|/ / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-07-12 | 1 | -0/+180 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Drivers: hv: vmbus: Break out ISA independent parts of mshyperv.h | Michael Kelley | 2019-07-08 | 1 | -0/+180 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2019-07-12 | 4 | -1/+52 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | dma-mapping: mark dma_alloc_need_uncached as __always_inline | Christoph Hellwig | 2019-07-08 | 1 | -1/+1 |
| * | | | | | | | | | | | lib/genalloc.c: Add algorithm, align and zeroed family of DMA allocators | Fredrik Noring | 2019-06-28 | 1 | -1/+9 |
| * | | | | | | | | | | | dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common code | Christoph Hellwig | 2019-06-25 | 1 | -0/+2 |
| * | | | | | | | | | | | dma-mapping: add a dma_alloc_need_uncached helper | Christoph Hellwig | 2019-06-25 | 1 | -0/+14 |
| * | | | | | | | | | | | dma-direct: provide generic support for uncached kernel segments | Christoph Hellwig | 2019-06-03 | 1 | -0/+3 |
| * | | | | | | | | | | | USB: drop HCD_LOCAL_MEM flag | Laurentiu Tudor | 2019-06-03 | 1 | -1/+0 |
| * | | | | | | | | | | | USB: use genalloc for USB HCs with local memory | Laurentiu Tudor | 2019-06-03 | 1 | -0/+5 |
| * | | | | | | | | | | | lib/genalloc: add gen_pool_dma_zalloc() for zeroed DMA allocations | Fredrik Noring | 2019-06-03 | 1 | -0/+1 |
| * | | | | | | | | | | | dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc, free}_contiguous() | Nicolin Chen | 2019-06-03 | 1 | -1/+7 |
| * | | | | | | | | | | | dma-contiguous: add dma_{alloc,free}_contiguous() helpers | Nicolin Chen | 2019-06-03 | 1 | -0/+13 |
* | | | | | | | | | | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-07-12 | 6 | -20/+15 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | driver: core: Allow subsystems to continue deferring probe | Thierry Reding | 2019-07-03 | 1 | -0/+1 |
| * | | | | | | | | | | | | drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDT | James Morse | 2019-07-03 | 1 | -0/+1 |
| * | | | | | | | | | | | | ceph: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-07-03 | 1 | -2/+2 |
| * | | | | | | | | | | | | drivers: Add generic helper to match by of_node | Suzuki K Poulose | 2019-06-24 | 1 | -0/+2 |
| * | | | | | | | | | | | | driver_find_device: Unify the match function with class_find_device() | Suzuki K Poulose | 2019-06-24 | 1 | -2/+2 |
| * | | | | | | | | | | | | bus_find_device: Unify the match callback with class_find_device | Suzuki K Poulose | 2019-06-24 | 1 | -2/+2 |
| * | | | | | | | | | | | | mfd: Remove unused helper syscon_regmap_lookup_by_pdevname | Suzuki K Poulose | 2019-06-24 | 1 | -6/+0 |
| * | | | | | | | | | | | | debugfs: make debugfs_create_u32_array() return void | Greg Kroah-Hartman | 2019-06-03 | 1 | -7/+5 |
| * | | | | | | | | | | | | backing-dev: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-06-03 | 1 | -1/+0 |
| | |_|_|/ / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-07-12 | 20 | -112/+610 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | oom: decouple mems_allowed from oom_unkillable_task | Shakeel Butt | 2019-07-12 | 1 | -1/+0 |
| * | | | | | | | | | | | | mm, oom: remove redundant task_in_mem_cgroup() check | Shakeel Butt | 2019-07-12 | 2 | -8/+1 |
| * | | | | | | | | | | | | mm: vmalloc: show number of vmalloc pages in /proc/meminfo | Roman Gushchin | 2019-07-12 | 1 | -0/+2 |
| * | | | | | | | | | | | | mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options | Alexander Potapenko | 2019-07-12 | 1 | -0/+24 |
| * | | | | | | | | | | | | mm/pgtable: drop pgtable_t variable from pte_fn_t functions | Anshuman Khandual | 2019-07-12 | 1 | -2/+1 |
| * | | | | | | | | | | | | asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel] | Mike Rapoport | 2019-07-12 | 1 | -4/+103 |
| * | | | | | | | | | | | | mm: move the powerpc hugepd code to mm/gup.c | Christoph Hellwig | 2019-07-12 | 1 | -18/+0 |
| * | | | | | | | | | | | | mm, memcg: add a memcg_slabinfo debugfs file | Waiman Long | 2019-07-12 | 1 | -0/+4 |
| * | | | | | | | | | | | | mm: memcg/slab: reparent memcg kmem_caches on cgroup removal | Roman Gushchin | 2019-07-12 | 1 | -1/+1 |
| * | | | | | | | | | | | | mm: memcg/slab: rework non-root kmem_cache lifecycle management | Roman Gushchin | 2019-07-12 | 1 | -1/+2 |
| * | | | | | | | | | | | | mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg() | Roman Gushchin | 2019-07-12 | 1 | -0/+10 |
| * | | | | | | | | | | | | mm: memcg/slab: rename slab delayed deactivation functions and fields | Roman Gushchin | 2019-07-12 | 1 | -3/+3 |
| * | | | | | | | | | | | | mm, memcg: introduce memory.events.local | Shakeel Butt | 2019-07-12 | 1 | -1/+6 |
| * | | | | | | | | | | | | mm, swap: use rbtree for swap_extent | Aaron Lu | 2019-07-12 | 1 | -3/+2 |
| * | | | | | | | | | | | | mm, swap: fix race between swapoff and some swap operations | Huang Ying | 2019-07-12 | 1 | -3/+10 |
| * | | | | | | | | | | | | mm/filemap: don't cast ->readpage to filler_t for do_read_cache_page | Christoph Hellwig | 2019-07-12 | 1 | -2/+1 |