summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-08-31arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEPWill Deacon1-2/+4
2016-08-31arm64: cpufeature: expose arm64_ftr_reg struct for CTR_EL0Ard Biesheuvel2-1/+8
2016-08-31arm64: cpufeature: constify arm64_ftr_regs arrayArd Biesheuvel2-27/+20
2016-08-31arm64: cpufeature: constify arm64_ftr_bits structuresArd Biesheuvel2-29/+31
2016-08-31arm64: cleanup unused UDBG_* defineKefeng Wang1-6/+0
2016-08-31arm64: don't select PERF_USE_VMALLOC by defaultKim Phillips1-1/+0
2016-08-31arm64: Set UTS_MACHINE in the MakefileMichal Marek3-1/+5
2016-08-26arm64: errata: Pass --fix-cortex-a53-843419 to ld if workaround enabledWill Deacon2-10/+13
2016-08-26Revert "arm64: hibernate: Refuse to hibernate if the boot cpu is offline"James Morse1-26/+0
2016-08-26arm64: hibernate: Resume when hibernate image created on non-boot CPUJames Morse2-0/+54
2016-08-26arm64: always enable DEBUG_RODATA and remove the Kconfig optionMark Rutland3-11/+4
2016-08-25arm64: mark reserved memblock regions explicitly in iomemAKASHI Takahiro2-4/+13
2016-08-25arm64: hibernate: Support DEBUG_PAGEALLOCJames Morse4-11/+86
2016-08-25arm64: vmlinux.ld: Add mmuoff data sections and move mmuoff text into idmapJames Morse6-12/+42
2016-08-25arm64: Create sections.hJames Morse7-28/+35
2016-08-25arm64: Introduce execute-only page access permissionsCatalin Marinas3-10/+10
2016-08-25arm64: kprobe: Always clear pstate.D in breakpoint exception handlerPratyush Anand1-16/+13
2016-08-22arm64: head.S: get rid of x25 and x26 with 'global' scopeArd Biesheuvel2-17/+13
2016-08-22arm64: apply __ro_after_init to some objectsJisheng Zhang6-21/+26
2016-08-22arm64: vdso: constify vm_special_mapping used for aarch32 vectors pageJisheng Zhang1-1/+1
2016-08-22arm64: vdso: add __init section marker to alloc_vectors_pageJisheng Zhang1-1/+1
2016-08-22arm64: remove redundant "select HAVE_CLK"Masahiro Yamada1-1/+0
2016-08-22arm64: remove traces of perf_ops_bpMark Rutland1-2/+0
2016-08-22arm64: perf: Use the builtin_platform_driverKefeng Wang1-5/+1
2016-08-22arm64: mm: convert __dma_* routines to use start, sizeKwangwoo Lee3-47/+44
2016-08-22arm64: factor work_pending state machine to CChris Metcalf2-18/+30
2016-08-22arm64: hibernate: reduce TLB maintenance scopeMark Rutland1-2/+2
2016-08-20parisc: Fix order of EREFUSED define in errno.hHelge Deller1-2/+2
2016-08-20parisc: Fix automatic selection of cr16 clocksourceHelge Deller2-20/+0
2016-08-19Merge tag 'devicetree-fixes-for-4.8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+6
2016-08-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-10/+24
2016-08-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-4/+14
2016-08-18Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-5/+17
2016-08-18Merge tag 'pm-4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2016-08-18arm64: Fix shift warning in arch/arm64/mm/dump.cCatalin Marinas1-3/+3
2016-08-18x86/smp: Fix __max_logical_packages value setupJiri Olsa1-9/+16
2016-08-18x86/microcode/AMD: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=yBorislav Petkov1-1/+8
2016-08-18Merge branch 'pm-sleep'Rafael J. Wysocki1-1/+1
2016-08-17arm64: kernel: avoid literal load of virtual address with MMU offArd Biesheuvel1-1/+9
2016-08-17arm64: Fix NUMA build error when !CONFIG_ACPICatalin Marinas1-0/+2
2016-08-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds9-20/+27
2016-08-16x86/power/64: Use __pa() for physical address computationRafael J. Wysocki1-1/+1
2016-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds1-1/+0
2016-08-14Merge tag 'fixes-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+3
2016-08-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds7-74/+123
2016-08-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-39/+87
2016-08-13h8300: Add missing include file to asm/io.hGuenter Roeck1-0/+2
2016-08-13unicore32: mm: Add missing parameter to arch_vma_access_permittedGuenter Roeck1-1/+1
2016-08-13Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-11/+14
2016-08-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-195/+182