aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+6
2014-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds4-5/+71
2014-08-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+1
2014-08-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds28-223/+387
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds9-93/+14
2014-08-14Merge tag 'stable/for-linus-3.17-b-rc0-tag' of git://git.kernel.org/pub/scm/l...Linus Torvalds3-11/+6
2014-08-13sparc: Hook up memfd_create system call.David S. Miller3-4/+5
2014-08-13sparc64: Properly claim resources as each PCI bus is probed.David S. Miller1-0/+32
2014-08-13sparc64: Skip bogus PCI bridge ranges.David S. Miller1-0/+11
2014-08-13sparc64: Expand PCI bridge probing debug logging.David S. Miller1-1/+23
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+31
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds8-9/+15
2014-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds32-1076/+912
2014-08-13Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2014-08-13Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-70/+309
2014-08-13Merge tag 'metag-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2014-08-13powerpc/thp: Add tracepoints to track hugepage invalidateAneesh Kumar K.V2-0/+10
2014-08-13powerpc/mm: Use read barrier when creating real_pteAneesh Kumar K.V1-5/+25
2014-08-13powerpc/thp: Use ACCESS_ONCE when loading pmdpAneesh Kumar K.V1-1/+3
2014-08-13powerpc/thp: Invalidate with vpn in loopAneesh Kumar K.V1-16/+7
2014-08-13powerpc/thp: Handle combo pages in invalidateAneesh Kumar K.V3-5/+13
2014-08-13powerpc/thp: Invalidate old 64K based hash page mapping before insert of 4k pteAneesh Kumar K.V1-9/+70
2014-08-13powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V4-43/+26
2014-08-13powerpc/thp: Add write barrier after updating the valid bitAneesh Kumar K.V1-1/+4
2014-08-13powerpc: reorder per-cpu NUMA information's initializationNishanth Aravamudan2-9/+15
2014-08-13powerpc/perf/hv-24x7: Use kmem_cache_freeHimangi Saraogi1-1/+1
2014-08-13powerpc/pseries/hvcserver: Fix endian issue in hvcs_get_partner_infoThomas Falcon1-2/+2
2014-08-13powerpc: Hard disable interrupts in xmonAnton Blanchard1-0/+3
2014-08-13powerpc: remove duplicate definition of TEXASR_FSNishanth Aravamudan1-2/+1
2014-08-13powerpc/pseries: Avoid deadlock on removing ddwGavin Shan1-6/+14
2014-08-13powerpc/pseries: Failure on removing device nodeGavin Shan1-1/+1
2014-08-13powerpc/boot: Use correct zlib types for comparisonBenjamin Herrenschmidt1-2/+2
2014-08-13powerpc/powernv: Interface to register/unregister opal dump regionVasant Hegde3-0/+36
2014-08-13powerpc: Add POWER8 features to CPU_FTRS_POSSIBLE/ALWAYSMichael Ellerman1-2/+4
2014-08-13powerpc/ppc476: Disable BTACAlistair Popple1-1/+3
2014-08-13powerpc/powernv: Fix IOMMU group lostGavin Shan2-18/+22
2014-08-13powerpc: Add smp_mb()s to arch_spin_unlock_wait()Michael Ellerman1-0/+4
2014-08-13powerpc: Add smp_mb() to arch_spin_is_locked()Michael Ellerman1-0/+1
2014-08-13powerpc: Fix "attempt to move .org backwards" errorGuenter Roeck1-55/+55
2014-08-13powerpc/nohash: Split __early_init_mmu() into boot and secondaryScott Wood1-45/+66
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2-6/+6
2014-08-11sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller3-3/+8
2014-08-11sparc64: Do not disable interrupts in nmi_cpu_busy()David S. Miller1-1/+0
2014-08-11Merge tag 'efi-urgent' into x86/efiH. Peter Anvin3-12/+53
2014-08-11dts: Add bindings for APM X-Gene SoC ethernet driverIyappan Subramanian2-3/+31
2014-08-11Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds7-87/+119
2014-08-11Merge branch 'devicetree/next-overlay' into devicetree/nextGrant Likely2-71/+1
2014-08-11Merge branch 'devicetree/next-console' into devicetree/nextGrant Likely6-20/+13
2014-08-11x86/xen: use vmap() to map grant table pages in PVH guestsDavid Vrabel1-5/+5
2014-08-11x86/xen: resume timer irqs earlyDavid Vrabel1-1/+1
2014-08-11arm/xen: remove duplicate arch_gnttab_init() functionDavid Vrabel1-5/+0
2014-08-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+4
2014-08-10Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-120/+131
2014-08-09Merge tag 'trace-ipi-tracepoints' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-54/+81
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds42-1190/+762
2014-08-09Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds4-5/+8
2014-08-09Merge tag 'arc-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds13-174/+159
2014-08-09Merge tag 'please-pull-getrandom' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-1/+3
2014-08-09ARM: dts: exynos5420: remove disp_pdStephen Rothwell1-1/+0
2014-08-09ARM: EXYNOS: Fix suspend/resume sequencesTomasz Figa1-87/+76
2014-08-09Merge tag 'omap-for-v3.17/soc-fixes' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson3-12/+35
2014-08-09ARM: dts: Fix the sort ordering of EHCI and HSIC in rk3288.dtsiDoug Anderson1-20/+20
2014-08-09ARM: wire up memfd_create syscallRussell King2-0/+2
2014-08-09ARM: wire up getrandom syscallRussell King3-1/+3
2014-08-09ARM: 8114/1: LPAE: load upper bits of early TTBR0/TTBR1Konstantin Khlebnikov1-4/+3
2014-08-08Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds3-2/+3
2014-08-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-4/+4
2014-08-08Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds97-293/+2169
2014-08-08kexec: verify the signature of signed PE bzImageVivek Goyal3-0/+54
2014-08-08kexec: support kexec/kdump on EFI systemsVivek Goyal1-12/+134
2014-08-08kexec: support for kexec on panic using new system callVivek Goyal6-16/+687
2014-08-08kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal5-2/+406
2014-08-08kexec: load and relocate purgatory at kernel load timeVivek Goyal10-0/+160
2014-08-08purgatory: core purgatory functionalityVivek Goyal8-0/+305
2014-08-08purgatory/sha256: provide implementation of sha256 in purgaotory contextVivek Goyal2-0/+305
2014-08-08kexec: implementation of new syscall kexec_file_loadVivek Goyal1-0/+45
2014-08-08kexec: new syscall kexec_file_load() declarationVivek Goyal1-0/+1
2014-08-08kernel: build bin2c based on config option CONFIG_BUILD_BIN2CVivek Goyal1-0/+1
2014-08-08shm: add memfd_create() syscallDavid Herrmann2-0/+2
2014-08-08arch/x86: replace strict_strto callsDaniel Walter5-9/+9
2014-08-08arch/powerpc: replace obsolete strict_strto* callsDaniel Walter4-7/+7
2014-08-08arch/arm/mach-w90x900/cpu.c: replace obsolete strict_strtoDaniel Walter1-1/+2
2014-08-08arch/arm/mach-s3c24xx/mach-jive.c: replace strict_strto* with kstrto*Daniel Walter1-1/+1
2014-08-08arch/arm/mach-pxa: replace strict_strto call with kstrtoDaniel Walter2-2/+2
2014-08-08arch/arm/mach-omap2: replace strict_strto* with kstrto*Daniel Walter2-17/+7
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski18-134/+41
2014-08-08lib/scatterlist: clean up useless architecture versions of scatterlist.hLaura Abbott14-47/+7
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott24-56/+19
2014-08-08proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan2-4/+4
2014-08-08rtc: ia64: allow other architectures to use EFI RTCMark Salter1-15/+0
2014-08-08Merge tag 'defconfig-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-321/+151
2014-08-08Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds37-292/+377
2014-08-08Merge tag 'dt-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds273-6820/+19154
2014-08-08Merge tag 'boards-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-33/+43
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds351-18671/+8651
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds272-13458/+1339
2014-08-08x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernationJiang Liu2-2/+3
2014-08-07ARM64: add IPI tracepointsNicolas Pitre1-26/+39
2014-08-07ARM: add IPI tracepointsNicolas Pitre1-28/+42
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-0/+22
2014-08-07Merge tag 'pinctrl-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-47/+0
2014-08-07mm, arc: remove obsolete pagefault oom killer commentDavid Rientjes1-1/+0
2014-08-07Merge branch 'next/fixes-non-critical' into next/cleanupOlof Johansson6-110/+163
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds98-2415/+3818
2014-08-07Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds5-66/+24
2014-08-07Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds4-18/+28
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-3/+8
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds130-1800/+4296
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds141-2652/+4905
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds14-216/+266
2014-08-07avr32: fix error return codeJulia Lawall1-3/+8
2014-08-07arch/powerpc/platforms/powernv/opal-dump.c: fix world-writable sysfs filesRusty Russell1-2/+2
2014-08-07arch/powerpc/platforms/powernv/opal-elog.c: fix world-writable sysfs filesRusty Russell1-2/+2
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds21-309/+48
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-5/+2
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-16/+13
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds40-48/+0
2014-08-06Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-0/+90
2014-08-07powerpc/eeh: Export eeh_iommu_group_to_pe()Gavin Shan1-0/+1
2014-08-06memory-hotplug: sh: suitable memory should go to ZONE_MOVABLEWang Nan1-2/+3
2014-08-06memory-hotplug: ppc: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-08-06memory-hotplug: ia64: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-08-06memory-hotplug: x86_32: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-08-06memory-hotplug: x86_64: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella1-1/+2
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao1-1/+1
2014-08-06mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim1-2/+2
2014-08-06PPC, KVM, CMA: use general CMA reserved area management frameworkJoonsoo Kim5-277/+14
2014-08-06CMA: generalize CMA reserved area management functionalityJoonsoo Kim1-0/+1
2014-08-06sh: fix build error by adding generic ioport_{map/unmap}()Pranith Kumar1-0/+11
2014-08-06sh: SH7724 clock fixesDaniel Palmer1-1/+3
2014-08-06arch/sh/kernel/time.c: use PTR_ERR_OR_ZEROFabian Frederick1-3/+1
2014-08-06arch/sh/mm/asids-debugfs.c: use PTR_ERR_OR_ZEROFabian Frederick1-3/+1
2014-08-06sh: remove CPU_SUBTYPE_SH7764Richard Weinberger3-6/+3
2014-08-06score, ptrace: remove unused macrosChen Gang1-11/+0
2014-08-06sparc: Hook up seccomp and getrandom system calls.David S. Miller3-4/+6
2014-08-06sparc: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-08-06[IA64] Wire up getrandom() system callTony Luck3-1/+3
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds11-280/+390
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-25/+29
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+2
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds10-6/+18
2014-08-06powerpc: Use sigsp()Richard Weinberger3-11/+5
2014-08-06openrisc: Use sigsp()Richard Weinberger1-17/+3
2014-08-06mn10300: Use sigsp()Richard Weinberger1-13/+4
2014-08-06mips: Use sigsp()Richard Weinberger3-9/+7
2014-08-06microblaze: Use sigsp()Richard Weinberger1-6/+3
2014-08-06metag: Use sigsp()Richard Weinberger1-7/+3
2014-08-06m68k: Use sigsp()Richard Weinberger1-12/+4
2014-08-06m32r: Use sigsp()Richard Weinberger1-9/+3
2014-08-06hexagon: Use sigsp()Richard Weinberger1-11/+3
2014-08-06frv: Use sigsp()Richard Weinberger1-13/+4
2014-08-06cris: Use sigsp()Richard Weinberger2-22/+8
2014-08-06c6x: Use sigsp()Richard Weinberger1-9/+3
2014-08-06blackfin: Use sigsp()Richard Weinberger1-11/+3
2014-08-06avr32: Use sigsp()Richard Weinberger1-6/+3
2014-08-06arm64: Use sigsp()Richard Weinberger2-19/+7
2014-08-06arc: Use sigsp()Richard Weinberger1-7/+3
2014-08-06xtensa: Use get_signal() signal_setup_done()Richard Weinberger1-27/+16
2014-08-06unicore32: Use get_signal() signal_setup_done()Richard Weinberger1-28/+20
2014-08-06um: Use get_signal() signal_setup_done()Richard Weinberger3-48/+36
2014-08-06tile: Use get_signal() signal_setup_done()Richard Weinberger3-46/+40
2014-08-06sh: Use get_signal() signal_setup_done()Richard Weinberger2-97/+64
2014-08-06score: Use get_signal() signal_setup_done()Richard Weinberger1-25/+18
2014-08-06s390: Use get_signal() signal_setup_done()Richard Weinberger3-92/+69
2014-08-06powerpc: Use get_signal() signal_setup_done()Richard Weinberger4-64/+45
2014-08-06parisc: Use get_signal() signal_setup_done()Richard Weinberger1-34/+24
2014-08-06mn10300: Use get_signal() signal_setup_done()Richard Weinberger1-53/+36
2014-08-06mips: Use get_signal() signal_setup_done()Richard Weinberger5-84/+53
2014-08-06microblaze: Use get_signal() signal_setup_done()Richard Weinberger1-31/+17
2014-08-06m68k: Use get_signal() signal_setup_done()Richard Weinberger1-39/+24
2014-08-06m32r: Use get_signal() signal_setup_done()Richard Weinberger1-27/+20
2014-08-06ia64: Use get_signal() signal_setup_done()Richard Weinberger1-25/+21
2014-08-06hexagon: Use get_signal() signal_setup_done()Richard Weinberger1-27/+18
2014-08-06frv: Use get_signal() signal_setup_done()Richard Weinberger1-59/+40
2014-08-06cris: Use get_signal() signal_setup_done()Richard Weinberger2-93/+63
2014-08-06c6x: Use get_signal() signal_setup_done()Richard Weinberger1-25/+18
2014-08-06blackfin: Use get_signal() signal_setup_done()Richard Weinberger1-22/+17
2014-08-06avr32: Use get_signal() signal_setup_done()Richard Weinberger1-25/+18
2014-08-06arm64: Use get_signal() signal_setup_done()Richard Weinberger3-41/+32
2014-08-06arc: Use get_signal() signal_setup_done()Richard Weinberger1-24/+15
2014-08-06s390/locking: Reenable optimistic spinningChristian Borntraeger1-0/+1
2014-08-05sparc64: Fix up merge thinko.David S. Miller1-1/+0
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller68-233/+540
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds21-288/+92
2014-08-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-133/+17
2014-08-05x86: MCE: Add raw_lock conversion againThomas Gleixner1-9/+9
2014-08-05Merge tag 'spi-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds3-3/+3
2014-08-05Merge tag 'iommu-updates-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-10/+0
2014-08-05x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stubMatt Fleming1-0/+1
2014-08-05random: introduce getrandom(2) system callTheodore Ts'o2-0/+2
2014-08-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds175-2005/+3186
2014-08-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2-10/+1
2014-08-05KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in useWanpeng Li2-14/+40
2014-08-05KVM: nVMX: Fix nested vmexit ack intr before load vmcs01Wanpeng Li1-2/+2
2014-08-05KVM: PPC: Enable IRQFD support for the XICS interrupt controllerPaul Mackerras4-9/+55
2014-08-05KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras4-0/+4
2014-08-05KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras2-5/+2
2014-08-05KVM: PPC: drop duplicate tracepointPaolo Bonzini2-20/+2
2014-08-05Merge branch 'devel-stable' into for-nextRussell King10-1107/+362