summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-09-25pseries: Fix endian issues in cpu hot-removalThomas Falcon2-13/+17
2014-09-25pseries: Fix endian issues in onlining cpu threadsThomas Falcon1-3/+5
2014-09-25powerpc: Simplify symbol check in prom_init_check.shAndreas Schwab1-16/+6
2014-09-25powerpc: make of_device_ids constUwe Kleine-König58-67/+67
2014-09-25powerpc/jump_label: use HAVE_JUMP_LABEL?Zhouyi Zhou2-2/+2
2014-09-25powerpc: Export dcr_ind_lock to fix build errorPranith Kumar1-0/+1
2014-09-25powerpc: Move htab_remove_mapping function prototype into header fileAnton Blanchard2-3/+2
2014-09-25powerpc: Remove stale function prototypesAnton Blanchard11-21/+0
2014-09-25powerpc: Ensure global functions include their prototypeAnton Blanchard7-0/+8
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard21-40/+43
2014-09-25powerpc: Separate ppc32 symbol exports into ppc_ksyms_32.cAnton Blanchard3-108/+79
2014-09-25powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.cAnton Blanchard3-33/+40
2014-09-25powerpc: Remove unused 32bit symbol exportsAnton Blanchard1-16/+0
2014-09-25powerpc: Move more symbol exports next to function definitionsAnton Blanchard5-14/+7
2014-09-25powerpc: Move via-cuda symbol exports next to function definitionsAnton Blanchard1-4/+0
2014-09-25powerpc: Move adb symbol exports next to function definitionsAnton Blanchard1-7/+0
2014-09-25powerpc/powernv: Check OPAL dump calls exist before usingMichael Neuling1-0/+4
2014-09-25powerpc/powernv: Check OPAL elog calls exist before usingMichael Neuling1-0/+4
2014-09-25powerpc/powernv: Check OPAL RTC calls exists before usingMichael Neuling1-5/+10
2014-09-25powerpc/powernv: Add OPAL check token callMichael Neuling2-0/+3
2014-09-25powerpc: Fix build error with CONFIG_PCI=nPranith Kumar1-1/+1
2014-09-25powerpc/boot: Don't install zImage.* from make installTony Breeds1-0/+5
2014-09-25powerpc/powernv: Improve error messages in dump codeVasant Hegde1-5/+9
2014-09-23powerpc/pseries: Drop unnecessary continueHimangi Saraogi1-1/+0
2014-09-14Merge branch 'parisc-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-7/+279
2014-09-13parisc: Implement new LWS CAS supporting 64 bit operations.Guy Martin1-4/+229
2014-09-13Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds2-2/+1
2014-09-12Merge tag 'stable/for-linus-3.17-b-rc4-arm-tag' of git://git.kernel.org/pub/s...Linus Torvalds6-93/+217
2014-09-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-8/+28
2014-09-12Merge tag 'fbdev-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2014-09-11Merge tag 'stable/for-linus-3.17-b-rc4-tag' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-15/+13
2014-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds18-20/+47
2014-09-11xen/arm: remove mach_to_phys rbtreeStefano Stabellini2-74/+1
2014-09-11xen/arm: reimplement xen_dma_unmap_page & friendsStefano Stabellini3-19/+210
2014-09-11xen/arm: introduce XENFEAT_grant_map_identityStefano Stabellini1-0/+6
2014-09-11arm64: flush TLS registers during execWill Deacon2-0/+24
2014-09-10sh: get_user_pages_fast() must flush cacheStas Sergeev1-0/+2
2014-09-10x86/xen: don't copy bogus duplicate entries into kernel page tablesStefan Bader2-15/+13
2014-09-09Merge tag 'microblaze-3.17-rc5' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds4-6/+7
2014-09-09microblaze: Fix number of syscallsMichal Simek1-1/+1
2014-09-09microblaze: Rename Advance setup to Kernel featuresMichal Simek1-1/+1
2014-09-09microblaze: Add mm/Kconfig to advance menuMichal Simek1-2/+2
2014-09-09arch/microblaze/include/asm/uaccess.h: Use pr_devel() instead of pr_debug()Chen Gang1-2/+2
2014-09-09arch/microblaze/include/asm/entry.h: Include "linux/linkage.h" to avoid compi...Chen Gang1-0/+1
2014-09-09powerpc: Wire up sys_seccomp(), sys_getrandom() and sys_memfd_create()Pranith Kumar3-1/+7
2014-09-09powerpc: Make CONFIG_FHANDLE=y for all 64 bit powerpc defconfigsCyril Bur11-0/+11
2014-09-09powerpc: use machine_subsys_initcall() for opal_hmi_handler_init()Li Zhong1-1/+2
2014-09-09powerpc/perf: Fix ABIv2 kernel backtracesAnton Blanchard2-1/+8
2014-09-09powerpc/pseries: Fix endian issues in memory hotplugThomas Falcon1-17/+19
2014-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds4-61/+95