summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-10-16KVM: MIPS: Drop other CPU ASIDs on guest MMU changesJames Hogan1-10/+53
2016-10-16KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 registerThomas Huth2-0/+3
2016-10-07KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE writeRadim Krčmář1-0/+13
2016-10-07powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-sup...Michael Ellerman1-3/+6
2016-10-07avr32: off by one in at32_init_pio()Dan Carpenter1-1/+1
2016-10-07tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2-0/+3
2016-10-07ARM: sa1111: fix pcmcia suspend/resumeRussell King1-9/+13
2016-10-07ARM: shmobile: fix regulator quirk for Gen2Wolfram Sang1-36/+26
2016-10-07ARM: sa1100: clear reset status prior to rebootRussell King1-0/+3
2016-10-07ARM: sa1100: fix 3.6864MHz clockRussell King1-0/+2
2016-10-07ARM: sa1100: register clocks earlyRussell King3-2/+4
2016-10-07ARM: sun5i: Fix typo in trip point temperatureHugo Grostabussiat1-1/+1
2016-10-07MIPS: uprobes: fix use of uninitialised variableMarcin Nowakowski1-3/+2
2016-10-07MIPS: Malta: Fix IOCU disable switch read for MIPS64Paul Burton1-1/+7
2016-10-07MIPS: fix uretprobe implementationMarcin Nowakowski1-1/+1
2016-10-07MIPS: uprobes: remove incorrect set_orig_insnMarcin Nowakowski2-19/+0
2016-10-07arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEPWill Deacon1-2/+4
2016-10-07ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7Srinivas Ramana1-1/+1
2016-10-07ARM: 8617/1: dma: fix dma_max_pfn()Roger Quadros1-1/+1
2016-10-07ARM: 8616/1: dt: Respect property size when parsing CPUsRobin Murphy1-3/+11
2016-10-07x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUIDAndy Lutomirski1-12/+11
2016-10-07x86/init: Fix cr4_init_shadow() on CR4-less machinesAndy Lutomirski1-1/+1
2016-09-30MIPS: paravirt: Fix undefined reference to smp_bootstrapMatt Redfearn1-0/+2
2016-09-30MIPS: Add a missing ".set pop" in an early commitHuacai Chen1-0/+1
2016-09-30MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)Marcin Nowakowski1-4/+4
2016-09-30MIPS: Remove compact branch policy Kconfig entriesPaul Burton2-40/+0
2016-09-30MIPS: vDSO: Fix Malta EVA mapping to vDSO page structsJames Hogan1-4/+4
2016-09-30MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineMatt Redfearn1-4/+3
2016-09-30MIPS: Fix pre-r6 emulation FPU initialisationPaul Burton1-0/+2
2016-09-30net: smc91x: fix SMC accessesRussell King6-6/+11
2016-09-30crypto: arm/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel1-1/+1
2016-09-30crypto: arm64/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel1-1/+1
2016-09-24openrisc: fix the fix of copy_from_user()Guenter Roeck1-1/+1
2016-09-24avr32: fix 'undefined reference to `___copy_from_user'Guenter Roeck1-2/+2
2016-09-24ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro1-11/+9
2016-09-24ppc32: fix copy_from_user()Al Viro1-19/+2
2016-09-24sparc32: fix copy_from_user()Al Viro1-1/+3
2016-09-24mn10300: copy_from_user() should zero on access_ok() failure...Al Viro1-1/+3
2016-09-24nios2: copy_from_user() should zero the tail of destinationAl Viro1-3/+6
2016-09-24openrisc: fix copy_from_user()Al Viro1-24/+11
2016-09-24parisc: fix copy_from_user()Al Viro1-2/+4
2016-09-24metag: copy_from_user() should zero the destination on access_ok() failureAl Viro1-1/+2
2016-09-24alpha: fix copy_from_user()Al Viro1-11/+8
2016-09-24mips: copy_from_user() must zero the destination on access_ok() failureAl Viro1-0/+3
2016-09-24hexagon: fix strncpy_from_user() error returnAl Viro1-1/+2
2016-09-24sh: fix copy_from_user()Al Viro1-1/+4
2016-09-24score: fix copy_from_user() and friendsAl Viro1-21/+20
2016-09-24blackfin: fix copy_from_user()Al Viro1-4/+5
2016-09-24cris: buggered copy_from_user/copy_to_user/clear_userAl Viro1-39/+32
2016-09-24frv: fix clear_user()Al Viro1-3/+9