summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-1510-78/+48
|\
| * Merge branch 'work.uaccess' into for-linusAl Viro2016-10-159-78/+47
| |\
| | * blackfin: no access_ok() for __copy_{to,from}_user()Al Viro2016-09-161-12/+20
| | * arm64: don't zero in __copy_from_user{,_inatomic}Al Viro2016-09-162-10/+7
| | * arm: don't zero in __copy_from_user_inatomic()/__copy_from_user()Al Viro2016-09-162-11/+9
| | * arc: don't leak bits of kernel stack into coredumpAl Viro2016-09-161-4/+4
| | * alpha: get rid of tail-zeroing in __copy_user()Al Viro2016-09-163-41/+7
| * | score: traps: Add missing include file to fix build errorGuenter Roeck2016-10-151-0/+1
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-14247-1222/+707
|\ \ \
| * | | ppc: there is no clear_pages to exportStephen Rothwell2016-09-221-1/+0
| * | | powerpc/64: whitelist unresolved modversions CRCsNicholas Piggin2016-09-221-1/+3
| * | | kbuild: -ffunction-sections fix for archs with conflicting sectionsNicholas Piggin2016-09-221-1/+3
| * | | kbuild: allow archs to select link dead code/data eliminationNicholas Piggin2016-09-091-0/+13
| * | | kbuild: allow architectures to use thin archives instead of ld -rStephen Rothwell2016-09-091-0/+6
| * | | ia64: move exports to definitionsAl Viro2016-08-0825-92/+64
| * | | sparc32: debride memcpy.S a bitAl Viro2016-08-081-79/+0
| * | | [sparc] unify 32bit and 64bit string.hAl Viro2016-08-084-105/+34
| * | | sparc: move exports to definitionsAl Viro2016-08-0845-265/+141
| * | | ppc: move exports to definitionsAl Viro2016-08-0837-131/+98
| * | | arm: move exports to definitionsAl Viro2016-08-0847-208/+131
| * | | s390: move exports to definitionsAl Viro2016-08-086-16/+14
| * | | m68k: move exports to definitionsAl Viro2016-08-0812-39/+32
| * | | alpha: move exports to actual definitionsAl Viro2016-08-0841-131/+99
| * | | x86: move exports to actual definitionsAl Viro2016-08-0827-150/+68
| * | | [kbuild] handle exports in lib-y objects reliablyAl Viro2016-08-082-6/+4
* | | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2016-10-141-2/+3
|\ \ \ \
| * | | | percpu: eliminate two sparse warningsLance Richardson2016-09-221-2/+3
* | | | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-10-144-9/+4
|\ \ \ \ \
| * | | | | libata: remove unused definitions from <asm/libata-portmap.h>Christoph Hellwig2016-09-222-8/+0
| * | | | | Merge branch 'master' into for-4.9Tejun Heo2016-09-06205-847/+1361
| |\ \ \ \ \
| * | | | | | ARM: dts: STiH407-family: Add ports-implemented property in sata nodesPatrice Chotard2016-08-101-0/+4
| * | | | | | ahci: qoriq: enable snoopable sata read and writeTang Yuantian2016-08-102-1/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'metag-for-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-141-2/+1
|\ \ \ \ \ \
| * | | | | | metag: Only define atomic_dec_if_positive conditionallyGuenter Roeck2016-10-071-2/+1
* | | | | | | Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-1472-245/+233
|\ \ \ \ \ \ \
| * | | | | | | powerpc/mm/hash64: Fix might_have_hea() checkMichael Ellerman2016-10-111-1/+1
| * | | | | | | powerpc/64: Fix incorrect return value from __copy_tofrom_userPaul Mackerras2016-10-111-1/+1
| * | | | | | | powerpc/64s: Fix power4_fixup_nap placementNicholas Piggin2016-10-111-1/+1
| * | | | | | | powerpc/pseries: Fix stack corruption in htpe codeLaurent Dufour2016-10-111-2/+2
| * | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-10-1168-240/+228
| |\ \ \ \ \ \ \
| | * | | | | | | arch/powerpc: Add CONFIG_FSL_DPAA to corenetXX_smp_defconfigClaudiu Manoil2016-09-252-2/+3
| | * | | | | | | powerpc/8xx: make user addr DTLB miss the short pathChristophe Leroy2016-09-251-30/+23
| | * | | | | | | powerpc/8xx: Move additional DTLBMiss handlers out of exception areaChristophe Leroy2016-09-251-42/+42
| | * | | | | | | powerpc/8xx: use r3 to scratch CR in ITLBmissChristophe Leroy2016-09-251-12/+9
| | * | | | | | | powerpc/8xx: add dedicated machine check handlerChristophe Leroy2016-09-253-11/+27
| | * | | | | | | powerpc/8xx: add system_reset_exceptionChristophe Leroy2016-09-252-2/+2
| | * | | | | | | powerpc/fsl_pci: Size upper inbound window based on RAM sizeScott Wood2016-09-251-7/+5
| | * | | | | | | powerpc/8xx: use SPRN_EIE and SPRN_EID to enable/disable interruptsChristophe Leroy2016-09-253-0/+12
| | * | | | | | | powerpc/83xx: factor out the common codes of setup arch functionsKevin Hao2016-09-2515-51/+22
| | * | | | | | | soc/fsl/qe: fix Oops on CPM1 (and likely CPM2)Christophe Leroy2016-09-253-6/+15