aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...HEADmasterLinus Torvalds25-163/+166
2016-09-14Merge tag 'for-linus-4.8b-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+3
2016-09-14arm/xen: fix SMP guests bootVitaly Kuznetsov1-4/+3
2016-09-13avr32: fix copy_from_user()Al Viro3-4/+13
2016-09-13microblaze: fix __get_user()Al Viro1-1/+1
2016-09-13microblaze: fix copy_from_user()Al Viro1-3/+6
2016-09-13m32r: fix __get_user()Al Viro1-1/+1
2016-09-13blackfin: fix copy_from_user()Al Viro1-4/+5
2016-09-13sparc32: fix copy_from_user()Al Viro1-1/+3
2016-09-13sh: fix copy_from_user()Al Viro1-1/+4
2016-09-13sh64: failing __get_user() should zeroAl Viro1-0/+1
2016-09-13score: fix copy_from_user() and friendsAl Viro1-21/+20
2016-09-13score: fix __get_user/get_userAl Viro1-1/+4
2016-09-13s390: get_user() should zero on failureAl Viro1-4/+4
2016-09-13ppc32: fix copy_from_user()Al Viro1-23/+2
2016-09-13parisc: fix copy_from_user()Al Viro1-2/+4
2016-09-13openrisc: fix copy_from_user()Al Viro1-24/+11
2016-09-13nios2: fix __get_user()Al Viro1-2/+2
2016-09-13nios2: copy_from_user() should zero the tail of destinationAl Viro1-3/+6
2016-09-13mn10300: copy_from_user() should zero on access_ok() failure...Al Viro1-1/+3
2016-09-13mn10300: failing __get_user() and get_user() should zeroAl Viro1-0/+1
2016-09-13mips: copy_from_user() must zero the destination on access_ok() failureAl Viro1-0/+3
2016-09-13ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta1-2/+9
2016-09-13metag: copy_from_user() should zero the destination on access_ok() failureAl Viro1-1/+2
2016-09-13ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro1-14/+11
2016-09-13hexagon: fix strncpy_from_user() error returnAl Viro1-1/+2
2016-09-13frv: fix clear_user()Al Viro1-3/+9
2016-09-13cris: buggered copy_from_user/copy_to_user/clear_userAl Viro1-39/+32
2016-09-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+13
2016-09-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-41/+132
2016-09-13Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-65/+69
2016-09-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-12/+15
2016-09-10Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+10
2016-09-10perf/x86/intel: Fix PEBSv3 record drainPeter Zijlstra1-8/+11
2016-09-10perf/x86/intel/bts: Kill a silly warningAlexander Shishkin1-2/+0
2016-09-10perf/x86/intel/bts: Fix BTS PMI detectionAlexander Shishkin1-4/+15
2016-09-10perf/x86/intel/bts: Fix confused ordering of PMU callbacksAlexander Shishkin1-24/+80
2016-09-09mm: fix cache mode of dax pmd mappingsDan Williams1-7/+10
2016-09-09alpha: fix copy_from_user()Al Viro1-11/+8
2016-09-10perf/x86/amd/uncore: Prevent use after freeSebastian Andrzej Siewior1-4/+18
2016-09-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-4/+14
2016-09-09Merge tag 'kvm-arm-fixes-for-v4.8-round2' of git://git.kernel.org/pub/scm/lin...Paolo Bonzini2-3/+3
2016-09-09Merge tag 'powerpc-4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-17/+29
2016-09-09Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds5-2/+23
2016-09-09arm64: use preempt_disable_notrace in _percpu_read/writeChunyan Zhang1-4/+4
2016-09-09arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()Will Deacon1-0/+10
2016-09-09kvm-arm: Unmap shadow pagetables properlySuzuki K Poulose2-2/+1
2016-09-08Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds29-47/+60
2016-09-08x86, clock: Fix kvm guest tsc initializationPrarit Bhargava1-0/+1
2016-09-08x86/apic: Fix num_processors value in case of failureDou Liyang1-1/+3
2016-09-07Merge tag 'sunxi-fixes-for-4.8' of https://git.kernel.org/pub/scm/linux/kerne...Olof Johansson1-1/+1
2016-09-07Merge tag 'imx-fixes-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson3-3/+3
2016-09-07Revert "ARM: tegra: fix erroneous address in dts"Olof Johansson1-2/+2
2016-09-08powerpc/mm: Don't alias user region to other regions below PAGE_OFFSETPaul Mackerras1-1/+6
2016-09-08powerpc/32: Fix again csum_partial_copy_generic()Christophe Leroy1-3/+4
2016-09-08powerpc/powernv: Fix corrupted PE allocation bitmap on releasing PEGavin Shan1-1/+2
2016-09-07Merge tag 'seccomp-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-18/+10
2016-09-07seccomp: Remove 2-phase API documentationMickaël Salaün1-11/+0
2016-09-07um/ptrace: Fix the syscall number update after a ptraceMickaël Salaün3-5/+7
2016-09-07um/ptrace: Fix the syscall_trace_leave callMickaël Salaün1-2/+3
2016-09-06usercopy: fold builtin_const check into inline functionKees Cook4-30/+17
2016-09-06x86/uaccess: force copy_*_user() to be inlinedKees Cook1-2/+2
2016-09-06arm: KVM: Fix idmap overlap detection when the kernel is idmap'edMarc Zyngier1-1/+2
2016-09-06perf/x86/intel/cqm: Check cqm/mbm enabled state in event initJiri Olsa1-0/+9
2016-09-06powerpc/powernv: Fix crash on releasing compound PEGavin Shan1-6/+9
2016-09-06powerpc/xics/opal: Fix processor numbers in OPAL ICPBenjamin Herrenschmidt1-5/+7
2016-09-06powerpc/pseries: Fix little endian build with CONFIG_KEXEC=nThiago Jung Bauermann1-1/+1
2016-09-05Merge tag 'kvm-s390-master-4.8-3' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-1/+1
2016-09-05KVM: lapic: adjust preemption timer correctly when goes TSC backwardWanpeng Li1-4/+4
2016-09-05KVM: s390: vsie: fix riccbdDavid Hildenbrand1-1/+1
2016-09-05x86/efi: Use efi_exit_boot_services()Jeffrey Hugo1-69/+67
2016-09-05efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo1-7/+13
2016-09-05x86/microcode/AMD: Fix load of builtin microcode with randomized memoryBorislav Petkov1-3/+10
2016-09-05ARM: dts: imx6qdl: Fix SPDIF regressionFabio Estevam1-1/+1
2016-09-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+12
2016-09-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+9
2016-09-03Merge tag 'staging-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-0/+8
2016-09-02x86/AMD: Apply erratum 665 on machines without a BIOS fixEmanuel Czirai1-0/+12
2016-09-02x86/paravirt: Do not trace _paravirt_ident_*() functionsSteven Rostedt1-2/+2
2016-09-02arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1James Morse1-0/+9
2016-09-02Merge tag 'mvebu-fixes-4.8-2' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann2-1/+5
2016-09-01kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann1-0/+2
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf14-99/+43
2016-08-30Merge tag 'kvm-s390-master-4.8-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-4/+6
2016-08-30ARM: imx6: add missing BM_CLPCR_BYPASS_PMIC_READY setting for imx6sxAnson Huang1-1/+1
2016-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-6/+11
2016-08-29Merge tag 'powerpc-4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds29-38/+148
2016-08-29ARM: dts: imx7d-sdb: fix ti,x-plate-ohms property nameVladimir Zapolskiy1-1/+1
2016-08-28net: smc91x: fix SMC accessesRussell King6-6/+11
2016-08-29powerpc: signals: Discard transaction state from signal framesCyril Bur2-0/+28
2016-08-29powerpc/powernv : Drop reference added by kset_find_obj()Mukesh Ojha2-2/+12
2016-08-29powerpc/tm: do not use r13 for tabort_syscallNicholas Piggin1-6/+6
2016-08-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2016-08-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-79/+73
2016-08-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-7/+5
2016-08-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+3
2016-08-26Merge tag 'pci-v4.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+8
2016-08-26treewide: replace config_enabled() with IS_ENABLED() (2nd round)Masahiro Yamada3-7/+5
2016-08-26ARM: sa1100: clear reset status prior to rebootRussell King1-0/+3
2016-08-26ARM: dts: kirkwood: Fix PCIe label on OpenRDGregory CLEMENT1-0/+4
2016-08-26ARM: kirkwood: ib62x0: fix size of u-boot environment partitionSimon Baatz1-1/+1
2016-08-25ARM: tegra: Correct polarity for Tegra114 PMIC interruptJon Hunter3-3/+3
2016-08-25Merge tag 'samsung-fixes-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson1-3/+0
2016-08-25Merge tag 'imx-fixes-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Olof Johansson3-2/+3
2016-08-25Merge tag 'omap-for-v4.8/fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson15-28/+39
2016-08-25Merge tag 'mvebu-fixes-4.8-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson1-4/+4
2016-08-25KVM: s390: don't use current->thread.fpu.* when accessing registersDavid Hildenbrand1-4/+6
2016-08-25arm64: avoid TLB conflict with CONFIG_RANDOMIZE_BASEMark Rutland1-0/+3
2016-08-24Merge branch 'for-linus-4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2016-08-24Merge tag 'for-linus-4.8b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+2
2016-08-24xen: change the type of xen_vcpu_id to uint32_tVitaly Kuznetsov2-2/+2
2016-08-24x86/apic: Do not init irq remapping if ioapic is disabledWanpeng Li1-0/+3
2016-08-23x86/PCI: VMD: Fix infinite loop executing irq'sKeith Busch1-2/+8
2016-08-23um: Don't discard .text.exit sectionAndrey Ryabinin1-1/+1
2016-08-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-7/+8
2016-08-23arm: dts: rockchip: add reset node for the exist saradc SoCsCaesar Wang3-0/+6
2016-08-23arm64: dts: rockchip: add reset saradc node for rk3368 SoCsCaesar Wang1-0/+2
2016-08-23ARM: 8600/1: Enforce some NS-SVC initialisationRobin Murphy1-0/+13
2016-08-23ARM: 8599/1: mm: pull asm/memory.h explicitlyVladimir Murzin1-0/+1
2016-08-23ARM: sa1100: register clocks earlyRussell King3-2/+4
2016-08-23ARM: sa1100: fix 3.6864MHz clockRussell King1-0/+2
2016-08-22Merge tag 'arc-4.8-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-9/+30
2016-08-22ARM: sun5i: Fix typo in trip point temperatureHugo Grostabussiat1-1/+1
2016-08-22powerpc: move hmi.c to arch/powerpc/kvm/Paolo Bonzini5-7/+10
2016-08-22powerpc: sysdev: cpm: fix gpio save_regs functionsChristophe Leroy2-3/+6
2016-08-22powerpc/pseries: PACA save area fix for MCE vs MCENicholas Piggin1-1/+20
2016-08-22powerpc/pseries: PACA save area fix for general exception vs MCENicholas Piggin1-4/+4
2016-08-22powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-sup...Michael Ellerman1-3/+6
2016-08-22powerpc, hotplug: Avoid to touch non-existent cpumasks.Boqun Feng1-1/+1
2016-08-22powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker6-6/+7
2016-08-22powerpc/powernv/pci: fix iterator signednessAndrzej Hajda1-1/+1
2016-08-22powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)Mauricio Faria de Oliveira4-2/+46
2016-08-22powerpc: mpc8349emitx: Delete unnecessary assignment for the field "owner"Markus Elfring1-1/+0
2016-08-22powerpc/512x: Delete unnecessary assignment for the field "owner"Markus Elfring1-1/+0
2016-08-22powerpc: cputhreads: Add missing include fileGuenter Roeck1-0/+1
2016-08-20parisc: Fix order of EREFUSED define in errno.hHelge Deller1-2/+2
2016-08-20parisc: Fix automatic selection of cr16 clocksourceHelge Deller2-20/+0
2016-08-19ARC: export __udivdi3 for modulesVineet Gupta1-0/+2
2016-08-19ARC: mm: fix build breakage with STRICT_MM_TYPECHECKSVineet Gupta1-1/+1
2016-08-19ARC: export kmapVineet Gupta1-0/+1
2016-08-19ARC: Support syscall ABI v4Vineet Gupta3-5/+14
2016-08-19ARC: use correct offset in pt_regs for saving/restoring user mode r25Liav Rehana1-2/+2
2016-08-19MIPS: KVM: Check for pfn noslot caseJames Hogan1-1/+1
2016-08-18Merge tag 'devicetree-fixes-for-4.8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+6
2016-08-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-10/+24
2016-08-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-4/+14
2016-08-18Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-5/+17
2016-08-18Merge tag 'pm-4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2016-08-18arm64: Fix shift warning in arch/arm64/mm/dump.cCatalin Marinas1-3/+3
2016-08-18Merge tag 'kvm-arm-for-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini3-11/+3
2016-08-18kvm: nVMX: fix nested tsc scalingPeter Feiner1-4/+12
2016-08-18KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE writeRadim Krčmář1-0/+13
2016-08-18KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APICRadim Krčmář1-63/+44
2016-08-18x86/smp: Fix __max_logical_packages value setupJiri Olsa1-9/+16
2016-08-18x86/microcode/AMD: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=yBorislav Petkov1-1/+8
2016-08-18Merge branch 'pm-sleep'Rafael J. Wysocki1-1/+1
2016-08-17arm64: kernel: avoid literal load of virtual address with MMU offArd Biesheuvel1-1/+9
2016-08-17arm64: Fix NUMA build error when !CONFIG_ACPICatalin Marinas1-0/+2
2016-08-17ARM: imx6ul: populates platform device at .init_machinePeter Chen1-0/+1
2016-08-17arm64: KVM: report configured SRE value to 32-bit worldVladimir Murzin1-1/+1
2016-08-17arm64: KVM: remove misleading comment on pmu statusVladimir Murzin1-8/+0
2016-08-17arm64: Document workaround for Cortex-A72 erratum #853709Marc Zyngier1-1/+1
2016-08-17KVM: arm/arm64: Change misleading use of is_error_pfnChristoffer Dall1-1/+1
2016-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds9-20/+27
2016-08-16crypto: sha512-mb - fix ctx pointerXiaodong Liu1-2/+2
2016-08-16crypto: sha256-mb - fix ctx pointer and digest copyXiaodong Liu2-5/+6
2016-08-16x86/power/64: Use __pa() for physical address computationRafael J. Wysocki1-1/+1
2016-08-15Merge branch 'dts-fixes' into omap-for-v4.8/fixesTony Lindgren9-16/+13
2016-08-15ARM: dts: logicpd-somlv: Fix NAND device nodesAdam Ford1-5/+6
2016-08-15ARM: dts: logicpd-torpedo-som: Provide NAND ready pinAdam Ford1-0/+1
2016-08-15ARM: dts: overo: fix gpmc nand on boards with ethernetJohan Hovold4-8/+3
2016-08-15ARM: dts: overo: fix gpmc nand cs0 rangeJohan Hovold1-1/+1
2016-08-15ARM: dts: am335x: Update elm phandle bindingTeresa Remmet3-3/+3
2016-08-15Merge branch 'omap-for-v4.8/soc' into omap-for-v4.8/fixesTony Lindgren6-12/+26
2016-08-15ARM: imx6: add missing BM_CLPCR_BYP_MMDC_CH0_LPM_HS setting for imx6ulPeter Chen1-1/+1
2016-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds1-1/+0
2016-08-13Merge tag 'fixes-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+3
2016-08-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds7-74/+123
2016-08-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-39/+87
2016-08-13h8300: Add missing include file to asm/io.hGuenter Roeck1-0/+2
2016-08-13unicore32: mm: Add missing parameter to arch_vma_access_permittedGuenter Roeck1-1/+1
2016-08-12Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-11/+14
2016-08-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-195/+182
2016-08-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-3/+33
2016-08-12Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki3-11/+14
2016-08-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-16/+30
2016-08-12Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2016-08-12Merge tag 'powerpc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds31-135/+227
2016-08-12arm64: defconfig: enable CONFIG_LOCALVERSION_AUTOMasahiro Yamada1-1/+0
2016-08-12arm64: defconfig: add options for virtualization and containersRiku Voipio1-6/+46
2016-08-12arm64: hibernate: handle allocation failuresMark Rutland1-27/+32
2016-08-12arm64: hibernate: avoid potential TLB conflictMark Rutland1-6/+17
2016-08-12arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott2-2/+19
2016-08-12Merge tag 'kvm-s390-master-4.8-1' of git://git.kernel.org/pub/scm/linux/kerne...Radim Krčmář1-1/+4
2016-08-12MIPS: KVM: Propagate kseg0/mapped tlb fault errorsJames Hogan2-12/+35
2016-08-12MIPS: KVM: Fix gfn range check in kseg0 tlb faultsJames Hogan1-1/+1
2016-08-12MIPS: KVM: Add missing gfn range checkJames Hogan1-8/+15
2016-08-12MIPS: KVM: Fix mapped fault broken commpage handlingJames Hogan1-21/+28
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall2-3/+5
2016-08-12KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall1-2/+8