summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64: Initialise thread_info for emergency stacksNicholas Piggin2017-06-231-3/+28
* powerpc/powernv/npu-dma: Add explicit flush when sending an ATSDAlistair Popple2017-06-221-29/+65
* powerpc/perf: Fix oops when kthread execs user processRavi Bangoria2017-06-161-1/+2
* powerpc/64s: Handle data breakpoints in Radix modeNaveen N. Rao2017-06-161-4/+7
* powerpc/kprobes: Skip livepatch_handler() for jprobesNaveen N. Rao2017-06-163-5/+41
* powerpc/ftrace: Pass the correct stack pointer for DYNAMIC_FTRACE_WITH_REGSNaveen N. Rao2017-06-161-8/+12
* powerpc/kprobes: Pause function_graph tracing during jprobes handlingNaveen N. Rao2017-06-161-0/+11
* powerpc/debug: Add missing warn flag to WARN_ON's non-builtin pathAlexey Kardashevskiy2017-06-161-1/+1
* powerpc/xive: Fix offset for store EOI MMIOsBenjamin Herrenschmidt2017-06-153-8/+10
* powerpc/npu-dma: Remove spurious WARN_ON when a PCI device has no of_nodeAlistair Popple2017-06-141-1/+2
* powerpc/book3s64: Move PPC_DT_CPU_FTRs and enable it by defaultMichael Ellerman2017-06-082-11/+11
* powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V2017-06-084-16/+15
* powerpc/perf: Fix Power9 test_adder fieldsMadhavan Srinivasan2017-06-061-2/+2
* powerpc/numa: Fix percpu allocations to be NUMA awareMichael Ellerman2017-06-062-2/+16
* powerpc/kernel: Initialize load_tm on task creationBreno Leitao2017-06-061-0/+1
* powerpc/kernel: Fix FP and vector register restorationBreno Leitao2017-06-051-0/+2
* powerpc/64: Reclaim CPU_FTR_SUBCOREMichael Ellerman2017-06-013-4/+8
* powerpc/hotplug-mem: Fix missing endian conversion of aa_indexMichael Bringmann2017-06-011-0/+2
* powerpc/sysdev/simple_gpio: Fix oops in gpio save_regs functionChristophe Leroy2017-06-011-1/+2
* powerpc/spufs: Fix coredump of SPU contextsMichael Ellerman2017-06-011-0/+2
* powerpc/64s: Add dt_cpu_ftrs boot time setup optionNicholas Piggin2017-06-012-14/+48
* powerpc: Add PPC_FEATURE userspace bits for SCV and DARN instructionsNicholas Piggin2017-05-252-1/+4
* powerpc/spufs: Fix hash faults for kernel regionsJeremy Kerr2017-05-251-1/+3
* powerpc: Fix booting P9 hash with CONFIG_PPC_RADIX_MMU=NMichael Neuling2017-05-251-0/+2
* powerpc/powernv/npu-dma.c: Fix opal_npu_destroy_context() callAlistair Popple2017-05-251-3/+2
* powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hashMichael Ellerman2017-05-191-0/+12
* powerpc/mm: Fix crash in page table dump with huge pagesMichael Ellerman2017-05-171-3/+4
* powerpc/kprobes: Fix handling of instruction emulation on probe re-entryNaveen N. Rao2017-05-161-1/+2
* powerpc/powernv: Set NAPSTATELOST after recovering paca on P9 DD1Gautham R. Shenoy2017-05-161-1/+1
* powerpc/tm: Fix FP and VMX register corruptionMichael Neuling2017-05-151-0/+19
* powerpc/modules: If mprofile-kernel is enabled add it to vermagicMichael Ellerman2017-05-151-0/+4
* Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-137-19/+17
|\
| * um: Add missing NR_CPUS includeRichard Weinberger2017-05-041-0/+1
| * um: Fix to call read_initrd after init_bootmemMasami Hiramatsu2017-05-032-3/+7
| * um: Include kbuild.h instead of duplicating its macrosMatthias Kaehlcke2017-05-031-8/+1
| * um: Fix PTRACE_POKEUSER on x86_64Richard Weinberger2017-05-031-1/+1
| * um: Set number of CPUsNikola Kotur2017-05-032-3/+5
| * um: Fix _print_addr()Richard Weinberger2017-05-031-4/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-133-3/+3
|\ \
| * | Tigran has movedAndrew Morton2017-05-123-3/+3
* | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-121-1/+1
|\ \ \ | |/ / |/| |
| * | x86, pmem: Fix cache flushing for iovec write < 8 bytesBen Hutchings2017-05-091-1/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-121-1/+1
|\ \ \
| * \ \ Merge tag 'perf-core-for-mingo-4.12-20170503' of git://git.kernel.org/pub/scm...Ingo Molnar2017-05-0333-434/+674
| |\ \ \
| * | | | perf/x86: Fix Broadwell-EP DRAM RAPL eventsVince Weaver2017-05-031-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-1215-27/+63
|\ \ \ \
| * | | | x86/build: Don't add -maccumulate-outgoing-args w/o compiler supportNick Desaulniers2017-05-091-1/+2
| * | | | x86/boot/32: Fix UP boot on Quark and possibly other platformsAndy Lutomirski2017-05-092-5/+20
| * | | | x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()Laura Abbott2017-05-091-0/+1
| * | | | x86/kexec/64: Use gbpages for identity mappings if availableXunlei Pang2017-05-081-0/+4