summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-11-21arch/alpha, termios: implement BOTHER, IBSHIFT and termios2H. Peter Anvin (Intel)3-1/+29
2018-11-21xtensa: fix boot parameters address translationMax Filippov1-2/+5
2018-11-21xtensa: make sure bFLT stack is 16 byte alignedMax Filippov1-1/+5
2018-11-21xtensa: add NOTES section to the linker scriptMax Filippov2-1/+2
2018-11-21MIPS: Loongson-3: Fix BRIDGE irq delivery problemHuacai Chen2-11/+4
2018-11-21MIPS: Loongson-3: Fix CPU UART irq delivery problemHuacai Chen1-40/+3
2018-11-21powerpc/boot: Ensure _zimage_start is a weak symbolJoel Stanley1-1/+3
2018-11-21MIPS: kexec: Mark CPU offline before disabling local IRQDengcheng Zhu2-0/+6
2018-11-21powerpc/nohash: fix undefined behaviour when testing page size supportDaniel Axtens1-0/+3
2018-11-21arm64: dts: stratix10: Correct System Manager register sizeThor Thayer1-1/+1
2018-11-21xen: fix xen_qlock_wait()Juergen Gross1-6/+8
2018-11-21MIPS: OCTEON: fix out of bounds array access on CN68XXAaro Koskinen1-1/+1
2018-11-21powerpc/msi: Fix compile error on mpc83xxChristophe Leroy1-0/+7
2018-11-21xen: make xen_qlock_wait() nestableJuergen Gross1-14/+10
2018-11-21xen: fix race in xen_qlock_wait()Juergen Gross1-10/+5
2018-11-21x86: boot: Fix EFI stub alignmentBen Hutchings1-0/+7
2018-11-21x86/fpu: Remove second definition of fpu in __fpu__restore_sig()Sebastian Andrzej Siewior1-1/+0
2018-11-21sparc: Fix single-pcr perf event counter management.David S. Miller1-4/+13
2018-11-21x86/kconfig: Fall back to ticket spinlocksDaniel Wagner1-1/+0
2018-11-21x86/corruption-check: Fix panic in memory_corruption_check() when boot option...He Zhe1-0/+15
2018-11-21parisc: Fix map_pages() to not overwrite existing pte entriesHelge Deller1-6/+2
2018-11-21parisc: Fix address in HPMC IVAJohn David Anglin2-2/+3
2018-11-10x86/time: Correct the attribute on jiffies' definitionNathan Chancellor1-1/+1
2018-11-10x86/percpu: Fix this_cpu_read()Peter Zijlstra1-4/+4
2018-11-10ARM: dts: imx53-qsb: disable 1.2GHz OPPSascha Hauer1-0/+11
2018-11-10MIPS: DEC: Fix an int-handler.S CPU_DADDI_WORKAROUNDS regressionMaciej W. Rozycki1-28/+6
2018-11-10MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn2-2/+2
2018-11-10MIPS: Handle non word sized instructions when examining frameMatt Redfearn1-3/+6
2018-11-10sparc64: Fix exception handling in UltraSPARC-III memcpy.David S. Miller1-2/+2
2018-11-10sparc64 mm: Fix more TSB sizing issuesMike Kravetz4-10/+45
2018-11-10sparc/pci: Refactor dev_archdata initialization into pci_init_dev_archdataSowmini Varadhan1-8/+21
2018-11-10arm64: Fix potential race with hardware DBM in ptep_set_access_flags()Catalin Marinas1-7/+8
2018-11-10MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki5-42/+78
2018-11-10x86/PCI: Mark Broadwell-EP Home Agent 1 as having non-compliant BARsPrarit Bhargava1-0/+7
2018-11-10um: Avoid longjmp/setjmp symbol clashes with libpthread.aFlorian Fainelli3-16/+20
2018-11-10x86/mm/pat: Prevent hang during boot when mapping pagesMatt Fleming1-10/+11
2018-11-10ARM: dts: apq8064: add ahci ports-implemented maskSrinivas Kandagatla1-1/+2
2018-11-10ARM: 8799/1: mm: fix pci_ioremap_io() offset checkThomas Petazzoni1-1/+1
2018-10-20ARC: build: Get rid of toolchain checkAlexey Brodkin1-14/+0
2018-10-20powerpc/tm: Avoid possible userspace r1 corruption on reclaimMichael Neuling1-1/+8
2018-10-20powerpc/tm: Fix userspace r13 corruptionMichael Neuling1-2/+9
2018-10-20x86/fpu: Finish excising 'eagerfpu'Andy Lutomirski2-24/+0
2018-10-20x86/fpu: Remove struct fpu::counterRik van Riel3-17/+0
2018-10-20x86/fpu: Remove use_eager_fpu()Andy Lutomirski6-97/+14
2018-10-20KVM: x86: remove eager_fpu field of struct kvm_vcpu_archPaolo Bonzini3-4/+2
2018-10-20ARM: dts: at91: add new compatibility string for macb on sama5d3Nicolas Ferre1-1/+1
2018-10-13ARC: clone syscall to setp r25 as thread pointerVineet Gupta1-0/+20
2018-10-13powerpc/fadump: Return error when fadump registration failsMichal Suchanek1-8/+15
2018-10-13x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski1-4/+4
2018-10-13x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski1-8/+10