aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-03-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-15/+54
2017-03-28KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini3-0/+10
2017-03-28KVM: nVMX: fix nested EPT detectionLadi Prosek1-4/+1
2017-03-27Merge tag 'm68k-for-v4.11-tag2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-14/+160
2017-03-26Merge tag 'powerpc-4.11-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-5/+18
2017-03-24Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds27-218/+116
2017-03-24Merge tag 'arm-soc/for-4.11/devicetree-arm64-fixes' of http://github.com/Broa...Arnd Bergmann1-0/+11
2017-03-24Merge tag 'arm-soc/for-4.11/devicetree-fixes-2' of http://github.com/Broadcom...Arnd Bergmann7-0/+7
2017-03-23KVM: VMX: Fix enable VPID conditionsWanpeng Li1-1/+8
2017-03-23KVM: nVMX: Fix nested VPID vmx exec controlWanpeng Li1-3/+4
2017-03-23KVM: x86: correct async page present tracepointWanpeng Li1-1/+1
2017-03-23kvm: vmx: Flush TLB when the APIC-access address changesJim Mattson1-1/+17
2017-03-23KVM: x86: use pic/ioapic destructor when destroy vmPeter Xu1-2/+2
2017-03-23KVM: x86: check existance before destroyPeter Xu2-0/+6
2017-03-22arm64: dts: NS2: Add dma-coherent to relevant DT entriesJon Mason1-0/+11
2017-03-22arm64: kaslr: Fix up the kernel image alignmentNeeraj Upadhyay1-3/+7
2017-03-21Merge tag 'at91-ab-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2-2/+18
2017-03-21Merge tag 'sunxi-fixes-for-4.11' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson3-9/+2
2017-03-21Merge tag 'imx-fixes-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson1-5/+0
2017-03-21arm64: compat: Update compat syscallsWill Deacon2-1/+9
2017-03-21Revert "powerpc/64: Disable use of radix under a hypervisor"Paul Mackerras1-2/+1
2017-03-20KVM: nVMX: don't reset kvm mmu twiceWanpeng Li1-2/+0
2017-03-20kvm: fix usage of uninit spinlock in avic_vm_destroy()Dmitry Vyukov1-0/+3
2017-03-20KVM: VMX: downgrade warning on unexpected exit codeRadim Krčmář1-1/+2
2017-03-20m68k: Wire up statxGeert Uytterhoeven3-1/+3
2017-03-20m68k/defconfig: Update defconfigs for v4.11-rc1Geert Uytterhoeven12-12/+156
2017-03-20m68k/bitops: Correct signature of test_bit()Geert Uytterhoeven1-1/+1
2017-03-20powerpc/64s: Fix idle wakeup potential to clobber registersNicholas Piggin1-3/+17
2017-03-20ARM: sun8i: a23/a33: drop bl_en_pin GPIO pinmux in reference design DTSIIcenowy Zheng1-7/+0
2017-03-20ARM: dts: sun7i: lamobo-r1: Fix CPU port RGMII settingsFlorian Fainelli1-1/+1
2017-03-19Merge tag 'powerpc-4.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-2/+6
2017-03-19Merge branch 'parisc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-68/+88
2017-03-18Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds4-3/+12
2017-03-18parisc: Fix system shutdown haltHelge Deller1-0/+2
2017-03-18parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav1-45/+49
2017-03-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-24/+126
2017-03-17Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-21/+14
2017-03-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+14
2017-03-17Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+1
2017-03-17x86/perf: Clarify why x86_pmu_event_mapped() isn't racyAndy Lutomirski1-0/+12
2017-03-17x86/perf: Fix CR4.PCE propagation to use active_mm instead of mmAndy Lutomirski1-2/+2
2017-03-17powerpc/pseries: Don't give a warning when HPT resizing isn't availableMichael Ellerman1-1/+3
2017-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+1
2017-03-16mm, x86: fix native_pud_clear build errorArnd Bergmann2-4/+1
2017-03-16ARM: dts: NSP: GPIO reboot open-sourceJon Mason7-0/+7
2017-03-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-9/+7
2017-03-16powerpc: Wire up statx() syscallChandan Rajendra3-1/+3
2017-03-16x86/mpx: Make unnecessarily global function staticTobias Klauser1-1/+1
2017-03-15parisc: Avoid compiler warnings with access_ok()Helge Deller1-1/+2
2017-03-15parisc: Wire up statx system callHelge Deller2-1/+3
2017-03-15parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_rangeJohn David Anglin2-21/+24
2017-03-15parisc: support R_PARISC_SECREL32 relocation in modulesMikulas Patocka1-0/+8
2017-03-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2017-03-16openrisc: Export symbols needed by modulesStafford Horne2-0/+5
2017-03-16openrisc: fix issue handling 8 byte get_user callsStafford Horne1-1/+1
2017-03-16openrisc: xchg: fix `computed is not used` warningStafford Horne1-2/+6
2017-03-14x86/intel_rdt: Put group node in rdtgroup_kn_unlockJiri Olsa1-1/+1
2017-03-14x86/unwind: Fix last frame check for aligned function stacksJosh Poimboeuf1-6/+30
2017-03-14mm, x86: Fix native_pud_clear build errorArnd Bergmann2-4/+1
2017-03-14ARM: at91: pm: cpu_idle: switch DDR to power-down modeNicolas Ferre1-1/+17
2017-03-13Merge tag 'powerpc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds11-30/+498
2017-03-14x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin2-0/+2
2017-03-13Merge tag 'omap-for-v4.11/fixes-rc1-v2' of git://git.kernel.org/pub/scm/linux...Olof Johansson8-179/+55
2017-03-13Merge tag 'arm-soc/for-4.11/devicetree-fixes' of http://github.com/Broadcom/s...Olof Johansson2-5/+4
2017-03-13ARM: dts: add the AB8500 clocks to the device treeLinus Walleij3-18/+19
2017-03-13x86/platform/intel-mid: Add power button support for MerrifieldAndy Shevchenko2-0/+83
2017-03-13x86/platform/intel-mid: Use common power off sequenceAndy Shevchenko1-11/+4
2017-03-13x86/platform: Remove warning message for duplicate NMI handlersMike Travis1-4/+2
2017-03-13x86/tsc: Fix ART for TSC_KNOWN_FREQPeter Zijlstra1-0/+2
2017-03-13x86/platform/intel-mid: Correct MSI IRQ line for watchdog deviceAndy Shevchenko1-1/+1
2017-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds11-29/+51
2017-03-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-39/+52
2017-03-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+10
2017-03-12x86/tlb: Fix tlb flushing when lguest clears PGEDaniel Borkmann1-1/+1
2017-03-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-48/+92
2017-03-11Merge tag 'extable-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2-0/+3
2017-03-11score: Fix implicit includes now failing build after extable changeGuenter Roeck2-0/+3
2017-03-11x86/acpi: Restore the order of CPU IDsDou Liyang2-20/+13
2017-03-11Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting"Dou Liyang1-1/+1
2017-03-10kexec, x86/purgatory: Unbreak it and clean it upThomas Gleixner7-37/+50
2017-03-10arm64: kernel: Update kerneldoc for cpu_suspend() renameGeert Uytterhoeven1-1/+1
2017-03-10arm64: use const cap for system_uses_ttbr0_pan()Mark Rutland1-1/+1
2017-03-10arm64: support keyctl() system call in 32-bit modeEric Biggers1-0/+4
2017-03-10arm64: kasan: avoid bad virt_to_pfn()Mark Rutland1-1/+1
2017-03-10arm64: kprobes: remove kprobe_exceptions_notifyNaveen N. Rao1-6/+0
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds35-2/+48
2017-03-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-52/+80
2017-03-10x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirkMatjaz Hegedic1-1/+1
2017-03-10ARM: wire up statx syscallRussell King1-0/+1
2017-03-10powerpc/64s: POWER9 machine check handlerNicholas Piggin5-0/+426
2017-03-10powerpc/64s: allow machine check handler to set severity and initiatorNicholas Piggin3-3/+11
2017-03-10powerpc/64s: fix handling of non-synchronous machine checksNicholas Piggin1-15/+6
2017-03-09sh: cayman: IDE support fixBartlomiej Zolnierkiewicz1-2/+0
2017-03-09x86, mm: unify exit paths in gup_pte_range()Dan Williams1-19/+20
2017-03-09x86, mm: fix gup_pte_range() vs DAX mappingsDan Williams1-2/+6
2017-03-09power/mm: update pte_write and pte_wrprotect to handle savedwriteAneesh Kumar K.V3-7/+21
2017-03-09powerpc/mm: handle protnone ptes on forkAneesh Kumar K.V1-31/+42
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2-2/+2
2017-03-09Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2017-03-09s390: wire up statx system callHeiko Carstens3-1/+6
2017-03-09Merge tag 'for-linus-4.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-16/+7
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov34-1/+46
2017-03-09x86/cpufeature: Add 5-level paging detectionKirill A. Shutemov1-1/+2
2017-03-09Merge tag 'kvm-arm-for-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář7-26/+84
2017-03-09KVM: nVMX: do not warn when MSR bitmap address is not backedRadim Krčmář1-3/+1
2017-03-09powerpc/powernv/ioda2: Update iommu table base on ownership changeAlexey Kardashevskiy1-5/+12
2017-03-09KVM: arm64: Increase number of user memslots to 512Linu Cherian1-1/+1
2017-03-09KVM: arm/arm64: Remove KVM_PRIVATE_MEM_SLOTS definition that are unusedLinu Cherian2-2/+0
2017-03-09KVM: arm/arm64: Enable KVM_CAP_NR_MEMSLOTS on arm/arm64Linu Cherian1-0/+3
2017-03-09powerpc/powernv/ioda2: Gracefully fail if too many TCE levels requestedAlexey Kardashevskiy1-0/+3
2017-03-09powerpc/perf: Handle sdar_mode for marked event in power9Madhavan Srinivasan2-7/+37
2017-03-09powerpc/perf: Fix perf_get_data_addr() for power9 DD1Madhavan Srinivasan1-0/+2
2017-03-08axonram: Fix gendisk handlingJan Kara1-1/+4
2017-03-08ARM: dts: imx6sx-udoo-neo: Fix reboot hangFabio Estevam1-5/+0
2017-03-08MIPS: Add missing include filesArnd Bergmann14-0/+20
2017-03-08crypto: powerpc - Fix initialisation of crc32c contextDaniel Axtens1-1/+1
2017-03-08powerpc/boot: Fix zImage TOC alignmentMichael Ellerman1-0/+1
2017-03-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds19-40/+67
2017-03-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-28/+23
2017-03-07Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-9/+9
2017-03-07Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2017-03-07Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds19-122/+725
2017-03-07Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2017-03-07arm64: KVM: Survive unknown traps from guestsMark Rutland1-7/+12
2017-03-07arm: KVM: Survive unknown traps from guestsMark Rutland2-7/+13
2017-03-07KVM: nVMX: reset nested_run_pending if the vCPU is going to be resetWanpeng Li1-1/+3
2017-03-07irqchip/gicv3-its: Add workaround for QDF2400 ITS erratum 0065Shanker Donthineni1-0/+10
2017-03-07h8300: Fix build breakage caused by header file changesGuenter Roeck1-1/+1
2017-03-07avr32: Fix build error caused by include file reshufflingGuenter Roeck1-1/+1
2017-03-06Merge tag 'v4.11-rc1' into omap-for-v4.11/fixesTony Lindgren2401-33147/+58923
2017-03-06kvm: nVMX: VMCLEAR should not cause the vCPU to shut downJim Mattson1-18/+4
2017-03-06powerpc: Sort the selects under CONFIG_PPCMichael Ellerman1-66/+72
2017-03-06powerpc/64: Fix L1D cache shape vector reporting L1I valuesMichael Ellerman1-2/+2
2017-03-06x86/build/x86_64_defconfig: Enable CONFIG_R8169Andy Shevchenko1-0/+1
2017-03-06x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirkMatjaz Hegedic1-0/+8
2017-03-06powerpc/64: Avoid panic during boot due to divide by zero in init_cache_info()Anton Blanchard1-1/+4
2017-03-06powerpc: Update to new option-vector-5 format for CASSuraj Jitindar Singh3-14/+150
2017-03-06powerpc: Parse the command line before calling CASSuraj Jitindar Singh1-5/+5
2017-03-06powerpc/xics: Work around limitations of OPAL XICS priority handlingBalbir Singh2-3/+24
2017-03-06arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBsMarc Zyngier1-9/+55
2017-03-06ARM: sun8i: Fix the mali clock rateMaxime Ripard1-1/+1
2017-03-05ARM: dts: BCM5301X: Correct GIC_PPI interrupt flagsJon Mason1-2/+2
2017-03-05ARM: dts: BCM5301X: Fix memory start addressJon Mason1-1/+1
2017-03-05ARM: dts: BCM5301X: Fix UARTs on bcm953012kJon Mason1-2/+1
2017-03-05Revert "ARM: at91/dt: sama5d2: Use new compatible for ohci node"Romain Izard1-1/+1
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-24/+46
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+12
2017-03-04ARM: OMAP2+: Release device node after it is no longer needed.Guenter Roeck1-2/+7
2017-03-04ARM: OMAP2+: Fix device node reference countsGuenter Roeck1-6/+10
2017-03-04powerpc/64: Fix checksum folding in csum_add()Shile Zhang1-1/+1
2017-03-04powerpc/powernv: Fix opal tracepoints with JUMP_LABEL=nAlexey Kardashevskiy1-2/+2
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-33/+10
2017-03-03Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds8-30/+71
2017-03-03Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds25-296/+778
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds475-144/+757
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells2-0/+2
2017-03-02Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+11
2017-03-03sched/headers: Remove the <linux/topology.h> include from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-03sched/headers, x86/apic: Remove the <linux/pm.h> header inclusion from <asm/a...Ingo Molnar1-1/+0
2017-03-03sched/core: Remove unused prefetch_stack()Ingo Molnar2-25/+0
2017-03-03sched/headers: Remove <asm/ptrace.h> from <linux/sched.h>Ingo Molnar2-0/+4
2017-03-03sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sc...Ingo Molnar2-2/+2
2017-03-03sched/headers: Move task statistics APIs from <linux/sched.h> to <linux/sched...Ingo Molnar1-0/+1
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2-3/+2
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar24-21/+25
2017-03-03powerpc/booke: Fix boot crash due to null hugepdLaurentiu Tudor1-1/+1
2017-03-03powerpc: Fix compiling a BE kernel with a powerpc64le toolchainNicholas Piggin1-1/+10
2017-03-03powerpc/powernv: Fix bug due to labeling ambiguity in power_enter_stopGautham R. Shenoy2-6/+8
2017-03-03powerpc/64: Invalidate process table caching after setting process tablePaul Mackerras1-0/+4
2017-03-03powerpc: emulate_step() tests for load/store instructionsRavi Bangoria3-0/+442
2017-03-03powerpc: Emulation support for load/store instructions on LERavi Bangoria1-20/+0
2017-03-02Merge tag 'juno-fixes-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-6/+7
2017-03-02ARM: deconfig: fix the moxart defconfigLinus Walleij1-6/+6
2017-03-02Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář3-7/+9
2017-03-02ARM: ux500: resume the second core properlyLinus Walleij5-60/+7
2017-03-02Merge branch 'next/late' with mainlineArnd Bergmann18-224/+758
2017-03-02KVM: s390: Fix guest migration for huge guests resulting in panicJanosch Frank1-1/+18
2017-03-02s390/ipl: always use load normal for CCW-type re-IPLHeiko Carstens1-0/+2
2017-03-02x86/hpet: Prevent might sleep splat on resumeThomas Gleixner1-1/+1
2017-03-02sched/clock, x86/tsc: Rework the x86 'unstable' sched_clock() interfacePeter Zijlstra7-28/+23
2017-03-02sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...Ingo Molnar5-0/+6
2017-03-02sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar2-0/+4
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar7-4/+8
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar3-0/+5
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar10-0/+11
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar75-17/+109
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar1-0/+1
2017-03-02signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar149-0/+159
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar58-0/+60
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar18-0/+18
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar132-1/+139
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar18-9/+24
2017-03-02sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar4-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar22-1/+23