summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-12-01ARM: 8165/1: alignment: don't break misaligned NEON load/storeRobin Murphy1-0/+3
2014-12-01MIPS: mcount: Adjust stack pointer for static trace in MIPS32Markos Chandras1-0/+12
2014-12-01sched: Fix unreleased llc_shared_mask bit during CPU hotplugWanpeng Li1-0/+3
2014-12-01parisc: Only use -mfast-indirect-calls option for 32-bit kernel buildsJohn David Anglin1-1/+6
2014-12-01MIPS: ZBOOT: add missing <linux/string.h> includeAurelien Jarno1-0/+1
2014-12-01KVM: s390: Fix user triggerable bug in dead codeChristian Borntraeger1-11/+0
2014-09-25alpha: add io{read,write}{16,32}be functionsMichael Cree1-0/+5
2014-09-25alpha: Fix fall-out from disintegrating asm/system.hMichael Cree1-0/+1
2014-09-25UniCore32-bugfix: fix mismatch return value of __xchg_bad_pointerGuan Xuetao1-1/+1
2014-09-25UniCore32-bugfix: Remove definitions in asm/bug.h to solve difference between...Guan Xuetao2-5/+6
2014-09-25unicore32: select generic atomic64_t supportFengguang Wu1-0/+1
2014-09-25openrisc: add missing header inclusionStefan Kristiansson1-0/+1
2014-09-25MIPS: Fix accessing to per-cpu data when flushing the cacheRalf Baechle1-0/+5
2014-09-25MIPS: perf: Fix build error caused by unused counters_per_cpu_to_total()Florian Fainelli1-5/+0
2014-09-25ARM: 8129/1: errata: work around Cortex-A15 erratum 830321 using dummy strexMark Rutland1-14/+15
2014-09-25ARM: 8128/1: abort: don't clear the exclusive monitorsMark Rutland2-12/+0
2014-09-25xtensa: fix a6 and a7 handling in fast_syscall_xtensaMax Filippov1-7/+5
2014-09-25xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_missMax Filippov2-2/+7
2014-09-25xtensa: fix address checks in dma_{alloc,free}_coherentAlan Douglas1-6/+6
2014-09-25xtensa: replace IOCTL code definitions with constantsMax Filippov1-9/+10
2014-09-25MIPS: OCTEON: make get_system_type() thread-safeAaro Koskinen1-5/+13
2014-08-14arch/sparc/math-emu/math_32.c: drop stray break operatorAndrey Utkin1-1/+1
2014-08-14sparc64: ldc_connect() should not return EINVAL when handshake is in progress.Sowmini Varadhan1-1/+1
2014-08-14sparc64: Guard against flushing openfirmware mappings.David S. Miller2-10/+25
2014-08-14sparc64: Do not insert non-valid PTEs into the TSB hash table.David S. Miller1-0/+4
2014-08-14sparc64: Add membar to Niagara2 memcpy code.David S. Miller1-0/+1
2014-08-14sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.David S. Miller2-3/+17
2014-08-14sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addr...David S. Miller1-15/+1
2014-08-14sparc64: Fix top-level fault handling bugs.David S. Miller1-32/+54
2014-08-14sparc64: Handle 32-bit tasks properly in compute_effective_address().David S. Miller1-3/+9
2014-08-14sparc64: Make itc_sync_lock rawKirill Tkhai1-3/+3
2014-08-14sparc64: Fix argument sign extension for compat_sys_futex().David S. Miller1-1/+1
2014-08-07x86/espfix/xen: Fix allocation of pages for paravirt page tablesBoris Ostrovsky1-3/+2
2014-08-07x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski3-24/+11
2014-08-07x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin4-5/+43
2014-08-07x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin3-2/+6
2014-08-07x86, espfix: Fix broken header guardH. Peter Anvin1-1/+1
2014-08-07x86, espfix: Move espfix definitions into a separate header fileH. Peter Anvin3-3/+19
2014-08-07x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin8-26/+318
2014-08-07Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option"H. Peter Anvin2-11/+1
2014-08-07ARM: 8115/1: LPAE: reduce damage caused by idmap to virtual memory layoutKonstantin Khlebnikov1-0/+7
2014-07-31s390/ptrace: fix PSW mask checkMartin Schwidefsky1-2/+7
2014-07-31x86_32, entry: Store badsys error code in %eaxSven Wegener1-4/+5
2014-07-28perf/x86/intel: ignore CondChgd bit to avoid false NMI handlingHATAYAMA Daisuke1-0/+9
2014-07-18x86, ioremap: Speed up check for RAM pagesRoland Dreier1-7/+19
2014-07-18powerpc/perf: Never program book3s PMCs with values >= 0x80000000Anton Blanchard1-1/+16
2014-07-09powerpc/sysfs: Disable writing to PURR in guest modeMadhavan Srinivasan1-2/+16
2014-07-09powerpc/pseries: Duplicate dtl entries sometimes sent to userspaceAnton Blanchard1-2/+2
2014-07-09powerpc/pseries/lparcfg: Fix possible overflow are more than 1026Chen Gang1-0/+1
2014-07-09powerpc: Restore registers on error exit from csum_partial_copy_generic()Paul E. McKenney1-14/+40