summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-10-05ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x() variantsRajendra Nayak1-0/+6
2014-10-05perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMUVenkatesh Srinivas1-3/+9
2014-10-05parisc: Only use -mfast-indirect-calls option for 32-bit kernel buildsJohn David Anglin1-1/+6
2014-10-05parisc: Implement new LWS CAS supporting 64 bit operations.Guy Martin1-4/+229
2014-10-05powerpc: Add smp_mb()s to arch_spin_unlock_wait()Michael Ellerman1-0/+4
2014-10-05powerpc: Add smp_mb() to arch_spin_is_locked()Michael Ellerman1-0/+1
2014-10-05powerpc/perf: Fix ABIv2 kernel backtracesAnton Blanchard2-1/+8
2014-10-05sched: Fix unreleased llc_shared_mask bit during CPU hotplugWanpeng Li1-0/+3
2014-10-05x86/kaslr: Avoid the setup_data area when picking locationKees Cook1-0/+15
2014-10-05x86 early_ioremap: Increase FIX_BTMAPS_SLOTS to 8Dave Young1-3/+3
2014-10-05x86/xen: don't copy bogus duplicate entries into kernel page tablesStefan Bader2-15/+13
2014-10-05KVM: s390/mm: try a cow on read only pages for key opsChristian Borntraeger1-0/+10
2014-10-05MIPS: mcount: Adjust stack pointer for static trace in MIPS32Markos Chandras1-0/+12
2014-10-05MIPS: ZBOOT: add missing <linux/string.h> includeAurelien Jarno1-0/+1
2014-10-05ARM: 8178/1: fix set_tls for !CONFIG_KUSER_HELPERSNathan Lynch1-0/+2
2014-10-05ARM: 8165/1: alignment: don't break misaligned NEON load/storeRobin Murphy1-0/+3
2014-10-05ARM: 8148/1: flush TLS and thumbee register state during execNathan Lynch4-17/+66
2014-10-05ARM: 8133/1: use irq_set_affinity with force=false when migrating irqsSudeep Holla1-1/+1
2014-10-05ARM: dts: dra7-evm: Fix spi1 mux documentationNishanth Menon1-7/+7
2014-10-05ARM: dts: DRA7: fix interrupt-cells for GPIONishanth Menon1-8/+8
2014-10-05ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface listsRajendra Nayak2-2/+23
2014-10-05ARM: 8128/1: abort: don't clear the exclusive monitorsMark Rutland2-12/+0
2014-10-05xtensa: fix a6 and a7 handling in fast_syscall_xtensaMax Filippov1-7/+5
2014-10-05xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_missMax Filippov2-2/+7
2014-10-05xtensa: fix access to THREAD_RA/THREAD_SP/THREAD_DSMax Filippov2-4/+13
2014-10-05xtensa: fix address checks in dma_{alloc,free}_coherentAlan Douglas1-6/+6
2014-10-05xtensa: replace IOCTL code definitions with constantsMax Filippov1-9/+10
2014-10-05arm64: ptrace: fix compat hardware watchpoint reportingWill Deacon2-2/+2
2014-10-05ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMUPranavkumar Sawargaonkar2-0/+8
2014-10-05arm/arm64: KVM: Complete WFI/WFE instructionsChristoffer Dall2-0/+4
2014-10-05arm64: use irq_set_affinity with force=false when migrating irqsSudeep Holla1-8/+4
2014-10-05arm64: flush TLS registers during execWill Deacon2-0/+24
2014-09-17MIPS: OCTEON: make get_system_type() thread-safeAaro Koskinen1-5/+13
2014-09-17MIPS: asm/reg.h: Make 32- and 64-bit definitions available at the same timeAlex Smith2-110/+182
2014-09-17MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()Huacai Chen1-1/+0
2014-09-17MIPS: tlbex: Fix a missing statement for HUGETLBHuacai Chen1-0/+1
2014-09-17MIPS: Prevent user from setting FCSR cause bitsPaul Burton1-1/+2
2014-09-17MIPS: ptrace: Change GP regset to use correct core dump register layoutAlex Smith1-29/+160
2014-09-17MIPS: ptrace: Test correct task's flags in task_user_regset_view()Alex Smith1-1/+1
2014-09-17MIPS: O32/32-bit: Fix bug which can cause incorrect system call restartsAlex Smith1-1/+1
2014-09-17MIPS: GIC: Prevent array overrunJeffrey Deans1-2/+4
2014-09-17powerpc/thp: Use ACCESS_ONCE when loading pmdpAneesh Kumar K.V1-1/+3
2014-09-17powerpc/thp: Invalidate with vpn in loopAneesh Kumar K.V1-16/+7
2014-09-17powerpc/thp: Handle combo pages in invalidateAneesh Kumar K.V3-5/+13
2014-09-17powerpc/thp: Invalidate old 64K based hash page mapping before insert of 4k pteAneesh Kumar K.V1-9/+70
2014-09-17powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V4-43/+26
2014-09-17powerpc/thp: Add write barrier after updating the valid bitAneesh Kumar K.V1-1/+4
2014-09-17powerpc/pseries: Avoid deadlock on removing ddwGavin Shan1-6/+14
2014-09-17powerpc/pseries: Failure on removing device nodeGavin Shan1-1/+1
2014-09-17powerpc/mm: Use read barrier when creating real_pteAneesh Kumar K.V1-5/+25