summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2015-09-17powerpc32: memset: only use dcbz once cache is enabledLEROY Christophe
2015-09-17powerpc32: memcpy: only use dcbz once cache is enabledLEROY Christophe
2015-09-16ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpointsDoug Anderson
2015-09-16ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definitionAndre Przywara
2015-09-16ARM: get rid of needless #if in signal handling codeRussell King
2015-09-16arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resourcesPavel Fedin
2015-09-16KVM: s390: Replace incorrect atomic_or with atomic_andnotJason J. Herne
2015-09-16arm64: Remove ununsed set_irq_flagsRob Herring
2015-09-16ARM: Remove ununsed set_irq_flagsRob Herring
2015-09-16x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse
2015-09-16arm: KVM: Fix incorrect device to IPA mappingMarek Majtyka
2015-09-16arm64: KVM: Fix user access for debug registersMarc Zyngier
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu
2015-09-16powerpc/mpc8xx: Use irq_set_handler_locked()Thomas Gleixner
2015-09-16powerpc/ipic: Use irq_set_handler_locked()Thomas Gleixner
2015-09-16powerpc/cpm2: Use irq_set_handler_locked()Thomas Gleixner
2015-09-16powerpc/mpc52xx: Use irq_set_handler_locked()Thomas Gleixner
2015-09-16KVM: vmx: fix VPID is 0000H in non-root operationWanpeng Li
2015-09-16powerpc/mm: Recompute hash value after a failed updateAneesh Kumar K.V
2015-09-16powerpc/boot: Specify ABI v2 when building an LE boot wrapperBenjamin Herrenschmidt
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini
2015-09-16ARM: fix Thumb2 signal handling when ARMv6 is enabledRussell King
2015-09-15ia64: Enable userfaultfd and membarrier system callsLuck, Tony
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas
2015-09-15powerpc, irq: Use access helper irq_data_get_affinity_mask()Jiang Liu
2015-09-15arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon
2015-09-15arm64: enable generic idle loopLeo Yan
2015-09-14Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-09-14x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li
2015-09-14x86/ioapic: Force affinity setting in setup_ioapic_dest()Thomas Gleixner
2015-09-14KVM: arm64: add workaround for Cortex-A57 erratum #852523Will Deacon
2015-09-14Merge tag 'kvm-arm-for-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2015-09-14x86/paravirt: Remove the unused pv_time_ops::get_tsc_khz methodJuergen Gross
2015-09-14arm64: pgtable: use a single bit for PTE_WRITE regardless of DBMWill Deacon
2015-09-14arm64: Fix pte_modify() to preserve the hardware dirty informationCatalin Marinas
2015-09-14arm64: Fix the pte_hw_dirty() check when AF/DBM is enabledCatalin Marinas
2015-09-14arm64: dma-mapping: check whether cma area is initialized or notJisheng Zhang
2015-09-14x86/ldt: Fix small LDT allocation for XenJan Beulich
2015-09-14x86/vm86: Fix the misleading CONFIG_VM86 Kconfig help textIngo Molnar
2015-09-14powerpc/cell: Prepare irq handler for irq argument removalThomas Gleixner
2015-09-14powerpc/85xx: Prepare irq handlers for irq argument removalThomas Gleixner
2015-09-14powerpc/mpc5121_ads_cpld: Prepare irq handler for irq argument removalThomas Gleixner
2015-09-13perf/x86/intel: Fix constraint accessPeter Zijlstra
2015-09-13x86/cpu: Print family/model/stepping in hexBorislav Petkov
2015-09-12Merge tag 'cris-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-09-11ARCv2: [axs103_smp] Reduce clk for SMP FPGA configsVineet Gupta
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers
2015-09-11Merge branch 'uaccess' into fixesRussell King