summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/perf: Fix core-imc hotplug callback failure during imc initializationMadhavan Srinivasan2017-11-021-0/+14
* powerpc/kprobes: Dereference function pointers only if the address does not b...Naveen N. Rao2017-11-011-1/+6
* Revert "powerpc64/elfv1: Only dereference function descriptor for non-text sy...Naveen N. Rao2017-11-011-9/+1
* powerpc/64s/radix: Fix preempt imbalance in TLB flushNicholas Piggin2017-10-251-0/+2
* powerpc: Fix check for copy/paste instructions in alignment handlerPaul Mackerras2017-10-251-1/+1
* powerpc/perf: Fix IMC allocation routineGuilherme G. Piccoli2017-10-251-2/+2
* powerpc/perf: Fix IMC initialization crashAnju T Sudhakar2017-10-131-1/+2
* powerpc/perf: Add ___GFP_NOWARN flag to alloc_pages_node()Anju T Sudhakar2017-10-121-4/+4
* powerpc/perf: Fix for core/nest imc call trace on cpuhotplugAnju T Sudhakar2017-10-121-0/+28
* powerpc: Don't call lockdep_assert_cpus_held() from arch_update_cpu_topology()Thiago Jung Bauermann2017-10-101-1/+0
* powerpc/lib/sstep: Fix count leading zeros instructionsSandipan Das2017-10-101-2/+4
* powerpc/livepatch: Fix livepatch stack accessKamalesh Babulal2017-10-101-30/+15
* powerpc/powernv: Increase memory block size to 1GB on radixAnton Blanchard2017-10-061-1/+9
* powerpc/mm: Call flush_tlb_kernel_range with interrupts enabledGuenter Roeck2017-10-041-1/+1
* powerpc/xive: Clear XIVE internal structures when a CPU is removedCédric Le Goater2017-10-041-0/+8
* powerpc/xive: Fix IPI resetCédric Le Goater2017-10-041-0/+4
* powerpc/4xx: Fix compile error with 64K pages on 40x, 44xChristian Lamparter2017-10-031-3/+0
* powerpc: Fix action argument for cpufeatures-based TLB flushJeremy Kerr2017-10-031-2/+2
* powerpc: Fix workaround for spurious MCE on POWER9Michael Neuling2017-09-291-2/+2
* powerpc: Handle MCE on POWER9 with only DSISR bit 30 setMichael Neuling2017-09-261-0/+13
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-2417-66/+87
|\
| * x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-2312-42/+39
| * x86/mm/32: Load a sane CR3 before cpu_init() on secondary CPUsAndy Lutomirski2017-09-171-6/+7
| * x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlierAndy Lutomirski2017-09-172-8/+8
| * x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware codeAndy Lutomirski2017-09-171-2/+19
| * x86/mm: Factor out CR3-building codeAndy Lutomirski2017-09-172-10/+16
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-245-25/+28
|\ \
| * | arm64/syscalls: Move address limit check in loopThomas Garnier2017-09-171-3/+3
| * | arm/syscalls: Optimize address limit checkThomas Garnier2017-09-172-0/+18
| * | Revert "arm/syscalls: Check address limit on user-mode return"Thomas Garnier2017-09-174-23/+8
| |/
* | Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-2314-13/+106
|\ \
| * | parisc: Unbreak bootloader due to gcc-7 optimizationsHelge Deller2017-09-222-2/+3
| * | parisc: Reintroduce option to gzip-compress the kernelHelge Deller2017-09-222-0/+17
| * | parisc: Add HWPOISON page fault handler codeHelge Deller2017-09-221-4/+29
| * | parisc: Move init_per_cpu() into init sectionHelge Deller2017-09-224-4/+4
| * | parisc: Check if initrd was loaded into broken RAMHelge Deller2017-09-221-0/+9
| * | parisc: Add PDCE_CHECK instruction to HPMC handlerHelge Deller2017-09-221-1/+9
| * | parisc: Add wrapper for pdc_instr() firmware functionHelge Deller2017-09-222-0/+21
| * | parisc: Move start_parisc() into init sectionHelge Deller2017-09-221-2/+2
| * | parisc: Stop unwinding at start of stackHelge Deller2017-09-221-0/+12
* | | Merge tag 'pci-v4.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-2318-36/+38
|\ \ \
| * | | MIPS: PCI: Move map_irq() hooks out of initdataLorenzo Pieralisi2017-09-1932-60/+62
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2017-09-233-4/+1
|\ \ \
| * | | tile: array underflow in setup_maxnodemem()Dan Carpenter2017-07-241-1/+1
| * | | tile: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2017-07-202-3/+0
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-09-233-2/+11
|\ \ \ \
| * | | | arm64: ensure the kernel is compiled for LP64Andrew Pinski2017-09-181-0/+5
| * | | | arm64: relax assembly code alignment from 16 byte to 4 byteMasahiro Yamada2017-09-181-2/+2
| * | | | arm64: efi: Don't include EFI fpsimd save/restore code in non-EFI kernelsDave Martin2017-09-181-0/+4
| | |/ / | |/| |
* | | | arch: remove unused *_segments() macros/functionsTobias Klauser2017-09-2310-51/+0