| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku... | Linus Torvalds | 2018-05-01 | 2 | -0/+7 |
|\ |
|
| * | hexagon: export csum_partial_copy_nocheck | Arnd Bergmann | 2018-05-01 | 1 | -0/+1 |
| * | hexagon: add memset_io() helper | Arnd Bergmann | 2018-05-01 | 1 | -0/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2018-04-30 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | sparc: vio: use put_device() instead of kfree() | Arvind Yadav | 2018-04-30 | 1 | -1/+1 |
| * | sparc64: Fix mistake in oradax license text | Rob Gardner | 2018-04-30 | 1 | -1/+1 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-04-29 | 12 | -19/+93 |
|\ \ |
|
| * | | x86/ipc: Fix x32 version of shmid64_ds and msqid64_ds | Arnd Bergmann | 2018-04-27 | 2 | -0/+73 |
| * | | x86/setup: Do not reserve a crash kernel region if booted on Xen PV | Petr Tesarik | 2018-04-27 | 1 | -0/+6 |
| * | | x86/cpu/intel: Add missing TLB cpuid values | jacek.tomaka@poczta.fm | 2018-04-26 | 1 | -0/+3 |
| * | | x86/smpboot: Don't use mwait_play_dead() on AMD systems | Yazen Ghannam | 2018-04-26 | 1 | -0/+2 |
| * | | x86/mm: Make vmemmap and vmalloc base address constants unsigned long | Jiri Kosina | 2018-04-26 | 1 | -4/+4 |
| * | | x86/vector: Remove the unused macro FPU_IRQ | Dou Liyang | 2018-04-26 | 1 | -2/+0 |
| * | | x86/vector: Remove the macro VECTOR_OFFSET_START | Dou Liyang | 2018-04-26 | 1 | -5/+0 |
| * | | x86/cpufeatures: Enumerate cldemote instruction | Fenghua Yu | 2018-04-26 | 1 | -0/+1 |
| * | | x86/microcode: Do not exit early from __reload_late() | Borislav Petkov | 2018-04-24 | 1 | -4/+2 |
| * | | x86/microcode/intel: Save microcode patch unconditionally | Borislav Petkov | 2018-04-24 | 1 | -2/+0 |
| * | | x86/jailhouse: Fix incorrect SPDX identifier | Thomas Gleixner | 2018-04-23 | 2 | -2/+2 |
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-04-29 | 5 | -19/+68 |
|\ \ \ |
|
| * | | | x86/entry/64/compat: Preserve r8-r11 in int $0x80 | Andy Lutomirski | 2018-04-27 | 1 | -4/+4 |
| * | | | x86/pti: Filter at vma->vm_page_prot population | Dave Hansen | 2018-04-25 | 2 | -0/+9 |
| * | | | x86/pti: Disallow global kernel text with RANDSTRUCT | Dave Hansen | 2018-04-25 | 1 | -0/+10 |
| * | | | x86/pti: Reduce amount of kernel text allowed to be Global | Dave Hansen | 2018-04-25 | 1 | -3/+13 |
| * | | | x86/pti: Fix boot warning from Global-bit setting | Dave Hansen | 2018-04-25 | 1 | -10/+30 |
| * | | | x86/pti: Fix boot problems from Global-bit setting | Dave Hansen | 2018-04-25 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-04-29 | 1 | -3/+6 |
|\ \ \ |
|
| * | | | perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1 | Kan Liang | 2018-04-25 | 1 | -3/+6 |
| |/ / |
|
* | | | Merge tag 'powerpc-4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-04-28 | 8 | -48/+132 |
|\ \ \ |
|
| * | | | powerpc/kvm/booke: Fix altivec related build break | Laurentiu Tudor | 2018-04-27 | 1 | -0/+7 |
| * | | | powerpc: Fix deadlock with multiple calls to smp_send_stop | Nicholas Piggin | 2018-04-27 | 1 | -16/+39 |
| * | | | powerpc: Fix smp_send_stop NMI IPI handling | Nicholas Piggin | 2018-04-25 | 1 | -5/+17 |
| * | | | rtc: opal: Fix OPAL RTC driver OPAL_BUSY loops | Nicholas Piggin | 2018-04-25 | 1 | -3/+5 |
| * | | | powerpc/mce: Fix a bug where mce loops on memory UE. | Mahesh Salgaonkar | 2018-04-24 | 1 | -5/+2 |
| * | | | powerpc/powernv/npu: Do a PID GPU TLB flush when invalidating a large address... | Alistair Popple | 2018-04-24 | 1 | -4/+19 |
| * | | | powerpc/powernv/npu: Prevent overwriting of pnv_npu2_init_contex() callback p... | Alistair Popple | 2018-04-24 | 2 | -4/+14 |
| * | | | powerpc/powernv/npu: Add lock to prevent race in concurrent context init/destroy | Alistair Popple | 2018-04-24 | 1 | -9/+42 |
| * | | | powerpc/powernv/memtrace: Let the arch hotunplug code flush cache | Balbir Singh | 2018-04-24 | 1 | -17/+0 |
| * | | | powerpc/mm: Flush cache on memory hot(un)plug | Balbir Singh | 2018-04-24 | 1 | -0/+2 |
| |/ / |
|
* | | | rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2018-04-27 | 9 | -22/+50 |
|\ \ \ |
|
| * | | | x86/headers/UAPI: Move DISABLE_EXITS KVM capability bits to the UAPI | KarimAllah Ahmed | 2018-04-27 | 1 | -7/+0 |
| * | | | kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use | Junaid Shahid | 2018-04-27 | 1 | -10/+4 |
| * | | | Merge tag 'kvmarm-fixes-for-4.17-1' of git://git.kernel.org/pub/scm/linux/ker... | Radim Krčmář | 2018-04-25 | 7 | -5/+46 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | arm/arm64: KVM: Add PSCI version selection API | Marc Zyngier | 2018-04-20 | 6 | -1/+44 |
| | * | | arm64: KVM: Demote SVE and LORegion warnings to debug only | Marc Zyngier | 2018-04-17 | 1 | -4/+2 |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2018-04-27 | 10 | -17/+27 |
|\ \ \ \ |
|
| * | | | | arm64: avoid instrumenting atomic_ll_sc.o | Mark Rutland | 2018-04-27 | 1 | -0/+4 |
| * | | | | arm64: fix possible spectre-v1 in ptrace_hbp_get_event() | Mark Rutland | 2018-04-26 | 1 | -4/+10 |
| * | | | | arm64: support __int128 with clang | Jason A. Donenfeld | 2018-04-24 | 1 | -0/+4 |
| * | | | | arm64: only advance singlestep for user instruction traps | Mark Rutland | 2018-04-24 | 1 | -1/+2 |
| * | | | | arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrp | Kim Phillips | 2018-04-24 | 3 | -3/+3 |