summaryrefslogtreecommitdiffstats
path: root/drivers/dma (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-18x86/ioapic: Fix lost IOAPIC resource after hot-removal and hotaddRui Wang1-16/+20
2016-08-18x86/ioapic: Fix setup_res() failing to get resourceRui Wang1-1/+1
2016-08-18x86/ioapic: Support hot-removal of IOAPICs present during bootRui Wang2-1/+14
2016-08-18x86/ioapic: Change prototype of acpi_ioapic_add()Rui Wang4-6/+10
2016-08-15x86/apic, ACPI: Fix incorrect assignment when handling apic/x2apic entriesBaoquan He1-2/+2
2016-08-15x86/apic, ACPI: Remove the repeated lapic address override entry parsingBaoquan He2-16/+3
2016-08-15x86/mm/numa: Open code function early_get_boot_cpu_id()Baoquan He3-19/+9
2016-08-13h8300: Add missing include file to asm/io.hGuenter Roeck1-0/+2
2016-08-13unicore32: mm: Add missing parameter to arch_vma_access_permittedGuenter Roeck1-1/+1
2016-08-12PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier1-2/+2
2016-08-12nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton1-5/+20
2016-08-12arm64: defconfig: enable CONFIG_LOCALVERSION_AUTOMasahiro Yamada1-1/+0
2016-08-12arm64: defconfig: add options for virtualization and containersRiku Voipio1-6/+46
2016-08-12arm64: hibernate: handle allocation failuresMark Rutland1-27/+32
2016-08-12arm64: hibernate: avoid potential TLB conflictMark Rutland1-6/+17
2016-08-12arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott2-2/+19
2016-08-12MIPS: KVM: Propagate kseg0/mapped tlb fault errorsJames Hogan2-12/+35
2016-08-12MIPS: KVM: Fix gfn range check in kseg0 tlb faultsJames Hogan1-1/+1
2016-08-12MIPS: KVM: Add missing gfn range checkJames Hogan1-8/+15
2016-08-12MIPS: KVM: Fix mapped fault broken commpage handlingJames Hogan1-21/+28
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall5-17/+27
2016-08-12KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall3-2/+17
2016-08-12KVM: s390: reset KVM_REQ_MMU_RELOAD if mapping the prefix failedJulius Niedworok1-1/+3
2016-08-12KVM: s390: set the prefix initially properlyJulius Niedworok1-0/+1
2016-08-12perf/x86/intel/uncore: Add enable_box for client MSR uncoreKan Liang1-0/+14
2016-08-12perf/x86/intel/uncore: Fix uncore num_countersKan Liang1-5/+5
2016-08-12uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructionsDenys Vlasenko1-11/+11
2016-08-12mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdatsReza Arbab1-0/+2
2016-08-12mm, oom: fix uninitialized ret in task_will_free_mem()Geert Uytterhoeven1-1/+1
2016-08-12kasan: remove the unnecessary WARN_ONCE from quarantine.cAlexander Potapenko1-5/+2
2016-08-12mm: memcontrol: fix memcg id ref counter on swap charge moveVladimir Davydov1-6/+18
2016-08-12mm: memcontrol: fix swap counter leak on swapout from offline cgroupVladimir Davydov1-6/+38
2016-08-12proc, meminfo: use correct helpers for calculating LRU sizes in meminfoMel Gorman2-2/+2
2016-08-12mm/hugetlb: fix incorrect hugepages count during mem hotplugzhong jiang1-0/+1
2016-08-11nfsd: Fix race between FREE_STATEID and LOCKChuck Lever1-12/+28
2016-08-11arm64: Remove stack duplicating code from jprobesDavid A. Long2-28/+5
2016-08-11nfsd: fix dentry refcounting on createJosef Bacik1-3/+6
2016-08-11bvec: avoid variable shadowing warningJohannes Berg1-1/+2
2016-08-11doc: update block/queue-sysfs.txt entriesJoe Lawrence1-0/+18
2016-08-11nvme: Suspend all queues before deletionGabriel Krisman Bertazi1-12/+8
2016-08-11x86/apic/x2apic, smp/hotplug: Don't use before alloc in x2apic_cluster_probe()Sebastian Andrzej Siewior1-4/+9
2016-08-11sched/cputime: Fix omitted ticks passed in parameterFrederic Weisbecker1-1/+2
2016-08-11efi/capsule: Allocate whole capsule into virtual memoryAustin Christ2-6/+8
2016-08-11x86/platform/uv: Skip UV runtime services mapping in the efi_runtime_disabled...Alex Thorlton1-1/+2
2016-08-11x86/efi: Allocate a trampoline if needed in efi_free_boot_services()Andy Lutomirski1-0/+21
2016-08-11x86/boot: Rework reserve_real_mode() to allow multiple triesAndy Lutomirski2-8/+30
2016-08-11x86/boot: Defer setup_real_mode() to early_initcall timeAndy Lutomirski3-6/+12
2016-08-11x86/boot: Synchronize trampoline_cr4_features and mmu_cr4_features directlyAndy Lutomirski2-8/+12
2016-08-11x86/boot: Run reserve_bios_regions() after we initialize the memory mapAndy Lutomirski3-3/+2
2016-08-11x86/irq: Do not substract irq_tlb_count from irq_call_countAaron Lu2-6/+1