aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-31powernv:stop: Rename pnv_arch300_idle_init to pnv_power9_idle_initGautham R. Shenoy1-2/+2
2017-01-31powernv:idle: Add IDLE_STATE_ENTER_SEQ_NORET macroGautham R. Shenoy3-9/+12
2017-01-30powerpc/powernv: Use OPAL call for TCE kill on NVLink2Alistair Popple3-1/+16
2017-01-30powerpc/powernv: Initialise nest mmuAlistair Popple7-2/+41
2017-01-30powerpc/mm: Allow memory hotplug into an offline nodeReza Arbab1-1/+1
2017-01-30powerpc/mm: Simplify loop control in parse_numa_properties()Reza Arbab1-8/+3
2017-01-30powerpc/fadump: Fix the race in crash_fadump().Mahesh Salgaonkar1-1/+24
2017-01-30powerpc/mm/hash: Properly mask the ESID bits when building proto VSIDAneesh Kumar K.V1-2/+5
2017-01-25powerpc/bpf: Flush the entire JIT bufferNaveen N. Rao1-2/+2
2017-01-25powerpc/bpf: Remove redundant check for non-null imageDaniel Borkmann2-16/+17
2017-01-25powerpc/mm: Return directly after a failed __copy_from_user() in sys_subpage_prot()Markus Elfring1-3/+1
2017-01-25powerpc/sstep: Return directly after a failed address_ok() in emulate_step()Markus Elfring1-4/+2
2017-01-25powerpc/kernel: Fix unbalanced refcount on RTAS device nodeGavin Shan1-0/+1
2017-01-25powerpc/kernel: Use of_property_read_u32() in rtas_initialize()Gavin Shan1-11/+9
2017-01-25powerpc/kernel: Remove nested if statements in rtas_initialize()Gavin Shan1-17/+16
2017-01-25powerpc/powernv/pci: Use kmalloc_array() in two functionsMarkus Elfring1-3/+6
2017-01-25powerpc/mm: Fixup wrong LPCR_VRMASD valueAneesh Kumar K.V1-1/+1
2017-01-25powerpc/64: Use optimized checksum routines on little-endianPaul Mackerras4-5/+15
2017-01-25powerpc/64: Fix checksum folding in csum_tcpudp_nofold and ip_fast_csum_nofoldPaul Mackerras1-5/+12
2017-01-25powerpc/powernv: Report size of OPAL memcons logJoel Stanley1-0/+4
2017-01-23powerpc/mm/4k: don't allocate larger pmd page table for 4kAneesh Kumar K.V1-2/+2
2017-01-23powerpc/mm: Remove the debug hugepd_ok checkAneesh Kumar K.V2-26/+0
2017-01-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-01-21Merge tag 'arc-4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds12-47/+151
2017-01-21Merge tag 'powerpc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds20-58/+131
2017-01-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-3/+21
2017-01-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds6-11/+40
2017-01-20Merge tag 'kvm-s390-master-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxRadim Krčmář1-2/+2
2017-01-20KVM: s390: do not expose random data via facility bitmapChristian Borntraeger1-2/+2
2017-01-20powerpc: Ignore reserved field in DCSR and PVR reads and writesAnton Blanchard1-5/+5
2017-01-20powerpc/ptrace: Preserve previous TM fprs/vsrs on short regset writeDave Martin1-0/+7
2017-01-20powerpc/ptrace: Preserve previous fprs/vsrs on short regset writeDave Martin1-0/+7
2017-01-19Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds24-40/+45
2017-01-19ARM: dts: da850-evm: fix read access to SPI flashFabien Parent1-0/+1
2017-01-19Merge tag 'pci-v4.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+10
2017-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds5-49/+70
2017-01-19arm64: avoid returning from bad_modeMark Rutland2-5/+25
2017-01-18ARC: Revert "ARC: mm: IOC: Don't enable IOC by default"Vineet Gupta1-1/+1
2017-01-18ARC: mm: split arc_cache_init to allow __init reaping of bulkVineet Gupta1-14/+19
2017-01-18Merge tag 'omap-for-v4.10/fixes-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixesOlof Johansson7-20/+14
2017-01-18ARCv2: IOC: Use actual memory size to setup aperture sizeVineet Gupta3-2/+16
2017-01-18ARCv2: IOC: Adhere to progamming model guidelines to avoid DMA corruptionVineet Gupta2-3/+50
2017-01-18ARCv2: IOC: refactor the IOC and SLC operations into own functionsVineet Gupta2-22/+48
2017-01-18Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds5-3/+47
2017-01-18ARC: module: Fix !CONFIG_ARC_DW2_UNWIND buildsVineet Gupta3-4/+6
2017-01-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-01-18arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fieldsDave Martin1-0/+4
2017-01-18arm64/ptrace: Avoid uninitialised struct padding in fpr_set()Dave Martin1-0/+1
2017-01-18arm64/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2017-01-18arm64/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+2