summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc/mm/radix: Use different RTS encoding for different POWER9 revsAneesh Kumar K.V2016-09-131-4/+9
* powerpc/book3s: Add a cpu table entry for different POWER9 revsAneesh Kumar K.V2016-09-132-1/+22
* powerpc/pasemi: Fix device_type of Nemo SB600 node.Darren Stevens2016-09-131-0/+16
* powerpc/pasemi: Fix Nemo SB600 i8259 interrupts.Darren Stevens2016-09-131-0/+65
* powerpc/pasemi: Add Nemo motherboard config option.Darren Stevens2016-09-131-0/+10
* powerpc/ps3: fix spelling mistake in function nameColin Ian King2016-09-131-1/+1
* powerpc/Makefile: Construct the UTS_MACHINE value more conciselyMichael Ellerman2016-09-131-15/+4
* powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITSMichael Ellerman2016-09-135-28/+26
* powerpc/boot: Use $(Q) to quiet build rules not @Michael Ellerman2016-09-131-4/+4
* powerpc/vdso64: Drop vdso64asMichael Ellerman2016-09-131-6/+0
* powerpc/Makefile: CROSS32AS is unused, remove itMichael Ellerman2016-09-131-1/+0
* powerpc/64: Do load of PACAKBASE in LOAD_HANDLERMichael Ellerman2016-09-132-14/+1
* powerpc/64: Correct comment on LOAD_HANDLER()Michael Ellerman2016-09-131-4/+4
* powerpc/mm: Preserve CFAR value on SLB miss caused by access to bogus addressPaul Mackerras2016-09-133-11/+49
* powerpc/xmon: Don't use ld on 32-bitMichael Ellerman2016-09-131-2/+2
* powerpc/sparse: Add more assembler prototypesDaniel Axtens2016-09-139-0/+45
* powerpc/fadump: Set core e_flags using kernel's ELF ABI versionDaniel Axtens2016-09-132-5/+5
* powerpc/sparse: Make a bunch of things staticDaniel Axtens2016-09-1322-27/+27
* powerpc/cell: Drop unused iic_get_irq_host()Daniel Axtens2016-09-101-6/+0
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-041-0/+12
|\
| * x86/AMD: Apply erratum 665 on machines without a BIOS fixEmanuel Czirai2016-09-021-0/+12
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-09-031-0/+9
|\ \
| * | arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1James Morse2016-09-021-0/+9
| |/
* | Merge tag 'staging-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-09-034-0/+8
|\ \
| * | arm: dts: rockchip: add reset node for the exist saradc SoCsCaesar Wang2016-08-233-0/+6
| * | arm64: dts: rockchip: add reset saradc node for rk3368 SoCsCaesar Wang2016-08-231-0/+2
* | | x86/paravirt: Do not trace _paravirt_ident_*() functionsSteven Rostedt2016-09-021-2/+2
* | | kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann2016-09-011-0/+2
* | | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-3014-99/+43
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-296-6/+11
|\ \ \
| * | | net: smc91x: fix SMC accessesRussell King2016-08-286-6/+11
* | | | Merge tag 'powerpc-4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-08-2929-38/+148
|\ \ \ \ | |_|_|/ |/| | |
| * | | powerpc: signals: Discard transaction state from signal framesCyril Bur2016-08-292-0/+28
| * | | powerpc/powernv : Drop reference added by kset_find_obj()Mukesh Ojha2016-08-292-2/+12
| * | | powerpc/tm: do not use r13 for tabort_syscallNicholas Piggin2016-08-291-6/+6
| * | | powerpc: move hmi.c to arch/powerpc/kvm/Paolo Bonzini2016-08-225-7/+10
| * | | powerpc: sysdev: cpm: fix gpio save_regs functionsChristophe Leroy2016-08-222-3/+6
| * | | powerpc/pseries: PACA save area fix for MCE vs MCENicholas Piggin2016-08-221-1/+20
| * | | powerpc/pseries: PACA save area fix for general exception vs MCENicholas Piggin2016-08-221-4/+4
| * | | powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-sup...Michael Ellerman2016-08-221-3/+6
| * | | powerpc, hotplug: Avoid to touch non-existent cpumasks.Boqun Feng2016-08-221-1/+1
| * | | powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-08-226-6/+7
| * | | powerpc/powernv/pci: fix iterator signednessAndrzej Hajda2016-08-221-1/+1
| * | | powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)Mauricio Faria de Oliveira2016-08-224-2/+46
| * | | powerpc: mpc8349emitx: Delete unnecessary assignment for the field "owner"Markus Elfring2016-08-221-1/+0
| * | | powerpc/512x: Delete unnecessary assignment for the field "owner"Markus Elfring2016-08-221-1/+0
| * | | powerpc: cputhreads: Add missing include fileGuenter Roeck2016-08-221-0/+1
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-281-0/+3
|\ \ \ \
| * | | | x86/apic: Do not init irq remapping if ioapic is disabledWanpeng Li2016-08-241-0/+3
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-275-79/+73
|\ \ \ \