summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2015-04-19cpumask: remove __first_cpu / __next_cpuRusty Russell
2015-03-10Fix weird uses of num_online_cpus().Rusty Russell
2015-03-10mips: fix obsolete cpumask_of_cpu usage.Rusty Russell
2015-03-10x86: fix more deprecated cpu function usage.Rusty Russell
2015-03-10ia64: remove deprecated cpus_ usage.Rusty Russell
2015-03-10powerpc: fix deprecated CPU_MASK_CPU0 usage.Rusty Russell
2015-03-05blackfin: fix up obsolete cpu function usage.Rusty Russell
2015-03-05parisc: fix up obsolete cpu function usage.Rusty Russell
2015-03-05tile: fix up obsolete cpu function usage.Rusty Russell
2015-03-05arm64: fix up obsolete cpu function usage.Rusty Russell
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell
2015-03-05x86: fix up obsolete cpu function usage.Rusty Russell
2015-03-05um: fix up obsolete cpu function usage.Rusty Russell
2015-03-05ia64: fix up obsolete cpu function usage.Rusty Russell
2015-03-05ia64: Use for_each_cpu_and() and cpumask_any_and() instead of temp var.Rusty Russell
2015-03-04Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-03-04Merge tag 'arc-4.0-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-03-04Merge tag 'powerpc-4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds
2015-03-04powerpc/iommu: Remove IOMMU device references via bus notifierNishanth Aravamudan
2015-03-04powerpc/smp: Wait until secondaries are active & onlineMichael Ellerman
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-03-02KVM: MIPS: Enable after disabling interruptTapasweni Pathak
2015-03-02KVM: MIPS: Fix trace event to save PC directlyJames Hogan
2015-03-02KVM: SVM: fix interrupt injection (apic->isr_count always 0)Radim Krčmář
2015-03-02Merge tag 'metag-fixes-v4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-03-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-03-01Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-03-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-02-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov
2015-02-28net: smc91x: use run-time configuration on all ARM machinesArnd Bergmann
2015-02-28x86: Init per-cpu shadow copy of CR4 on 32-bit CPUs tooSteven Rostedt
2015-02-28Merge branch 'linus' into x86/urgent, to merge dependent patchIngo Molnar
2015-02-27Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-02-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2015-02-27arm64: cpuidle: add asm/proc-fns.h inclusionLorenzo Pieralisi
2015-02-27arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endianCatalin Marinas
2015-02-27arm64: Increase the swiotlb buffer size 64MBCatalin Marinas
2015-02-27ARC: Fix thread_saved_pc()Vineet Gupta
2015-02-27ARC: Fix KSTK_ESP()Vineet Gupta
2015-02-27ARC: perf: Enable generic software eventsVineet Gupta
2015-02-27ARC: Make arc_unwind_core accessible externallyVineet Gupta
2015-02-26arm64: Fix text patching logic when using fixmapMarc Zyngier
2015-02-26arm64: crypto: increase AES interleave to 4xArd Biesheuvel
2015-02-26arm64: enable PTE type bit in the mask for pte_modifyFeng Kan
2015-02-26arm64: mm: remove unused functions and variable protoypesYingjoe Chen
2015-02-26arm64: psci: move psci firmware calls out of lineWill Deacon
2015-02-26arm64: vdso: minor ABI fix for clock_getresNathan Lynch
2015-02-26ARM: multi_v7_defconfig: Enable shmobile platformsGeert Uytterhoeven
2015-02-25Merge tag 'fixes-v4.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Arnd Bergmann