summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-10-11arm64: use simpler API for random address requestsJason Cooper1-6/+2
2016-10-11ARM: use simpler API for random address requestsJason Cooper1-2/+1
2016-10-11x86: use simpler API for random address requestsJason Cooper2-6/+2
2016-10-12powerpc/mm/hash64: Fix might_have_hea() checkMichael Ellerman1-1/+1
2016-10-12powerpc/64: Fix incorrect return value from __copy_tofrom_userPaul Mackerras1-1/+1
2016-10-11Merge tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+12
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+1
2016-10-11parisc: Show trap name in kernel crashHelge Deller3-8/+14
2016-10-11parisc: Zero-initialize newly alloced memblockHelge Deller1-0/+2
2016-10-11MIPS: VDSO: Drop duplicated -I*/-E* aflagsJames Hogan1-2/+0
2016-10-11MIPS: Fix -mabi=64 build of vdso.ldsJames Hogan1-1/+1
2016-10-11powerpc/64s: Fix power4_fixup_nap placementNicholas Piggin1-1/+1
2016-10-11powerpc/pseries: Fix stack corruption in htpe codeLaurent Dufour1-2/+2
2016-10-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman68-240/+228
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+3
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro104-540/+710
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy2-0/+23
2016-10-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-4/+36
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-10Merge tag 'nios2-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-14/+9
2016-10-10Merge tag 'cris-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds22-217/+83
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-22/+287
2016-10-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-32/+79
2016-10-10MIPS: Enable hardened usercopyPaul Burton2-0/+19
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu5-9/+10
2016-10-09parisc: Move exception table into read-only sectionHelge Deller1-3/+4
2016-10-09parisc: Fix kernel memory layout regarding position of __gpHelge Deller1-2/+5
2016-10-09parisc: Increase initial kernel mapping sizeHelge Deller1-3/+3
2016-10-08Merge branch 'work.const-qstr' into work.miscAl Viro1-1/+1
2016-10-08parisc: Migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-10-08x86/pkeys: Make protection keys an "eager" featureDave Hansen1-3/+4
2016-10-08x86/apic: Prevent pointless warning messagesThomas Gleixner1-3/+5
2016-10-08x86/acpi: Prevent LAPIC id 0xff from being accountedThomas Gleixner1-0/+4
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds69-144/+142
2016-10-07Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds36-846/+3637
2016-10-07Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds54-360/+4183
2016-10-07Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds388-5397/+15940
2016-10-07Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2016-10-07Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-2/+48
2016-10-07Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-64/+63
2016-10-07Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds83-1285/+684
2016-10-07Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds98-8065/+98
2016-10-07Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds19-186/+304
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2-2/+3
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds188-2678/+3593
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-2/+2
2016-10-07uprobes: remove function declarations from arch/{mips,s390}Marcin Nowakowski2-22/+0
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf39-8/+49
2016-10-07arch/tile: adopt the new nmi_backtrace frameworkChris Metcalf4-63/+27
2016-10-07nmi_backtrace: do a local dump_stack() instead of a self-NMIChris Metcalf1-9/+0