summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-1277-131/+153
|\
| * treewide: Use array_size() in vzalloc()Kees Cook2018-06-123-3/+4
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-128-10/+12
| * treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-122-4/+6
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-1241-58/+60
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1228-47/+61
| * Convert intel uncore to struct_sizeMatthew Wilcox2018-06-121-9/+10
* | Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-06-1253-351/+301
|\ \
| * | MIPS: ptrace: Make FPU context layout comments match realityMaciej W. Rozycki2018-05-242-4/+4
| * | MIPS: memset.S: Reinstate delay slot indentationMatt Redfearn2018-05-211-14/+14
| * | MIPS: perf: Fix perf with MT counting other threadsMatt Redfearn2018-05-151-39/+39
| * | MIPS: perf: Use correct VPE ID when setting up VPE tracingMatt Redfearn2018-05-151-10/+2
| * | MIPS: perf: More robustly probe for the presence of per-tc countersMatt Redfearn2018-05-153-5/+7
| * | MIPS: Probe for MIPS MT perf counters per TCMatt Redfearn2018-05-153-0/+19
| * | MIPS: mscc: Connect phys to ports on ocelot_pcb123Alexandre Belloni2018-05-141-0/+20
| * | MIPS: mscc: Add switch to ocelotAlexandre Belloni2018-05-141-0/+88
| * | MIPS: JZ4740: Drop old platform reset codePaul Cercueil2018-05-141-31/+0
| * | MIPS: qi_lb60: Enable the jz4740-wdt driverPaul Cercueil2018-05-141-0/+2
| * | MIPS: JZ4780: dts: Fix watchdog nodePaul Cercueil2018-05-141-1/+4
| * | MIPS: JZ4740: dts: Add bindings for the jz4740-wdt driverPaul Cercueil2018-05-143-17/+8
| * | MIPS: VPE: Fix spelling mistake: "uneeded" -> "unneeded"Colin Ian King2018-05-141-1/+1
| * | MIPS: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-141-8/+1
| * | MIPS: Convert update_persistent_clock() to update_persistent_clock64()Baolin Wang2018-05-148-39/+30
| * | MIPS: Convert read_persistent_clock() to read_persistent_clock64()Baolin Wang2018-05-148-16/+16
| * | MIPS: sni: Remove the read_persistent_clock()Baolin Wang2018-05-141-6/+0
| * | MIPS: BCM47XX: Use __initdata for the bcm47xx_leds_pdataRafał Miłecki2018-04-231-1/+1
| * | MIPS: Use generic GCC library routines from lib/Antony Pavlov2018-04-237-144/+6
| * | MIPS: vmlinuz: Use generic ashldi3Matt Redfearn2018-04-231-4/+7
| * | lib: Rename compiler intrinsic selects to GENERIC_LIB_*Matt Redfearn2018-04-231-3/+3
| * | MIPS: BCM47XX: Add support for Netgear WNR1000 V3Rafał Miłecki2018-04-234-0/+21
| * | MIPS: dts: Avoid unneeded built-in.a in DTS dirsMasahiro Yamada2018-04-2310-10/+10
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-1255-595/+1320
|\ \ \
| * | | kvm: fix typo in flag nameMichael S. Tsirkin2018-06-121-2/+2
| * | | kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini2018-06-123-14/+26
| * | | KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini2018-06-123-28/+38
| * | | KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini2018-06-121-32/+32
| * | | kvm: nVMX: Enforce cpl=0 for VMX instructionsFelix Wilhelm2018-06-121-2/+13
| * | | kvm: nVMX: Add support for "VMWRITE to any supported field"Jim Mattson2018-06-041-9/+60
| * | | kvm: nVMX: Restrict VMX capability MSR changesJim Mattson2018-06-041-0/+7
| * | | KVM: VMX: Optimize tscdeadline timer latencyWanpeng Li2018-06-042-1/+8
| * | | kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-06-011-2/+1
| * | | kvm: Make VM ioctl do valloc for some archsMarc Orr2018-06-014-4/+12
| * | | kvm: Change return type to vm_fault_tSouptick Joarder2018-06-014-4/+4
| * | | Merge tag 'kvm-s390-next-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-06-0113-65/+98
| |\ \ \
| | * | | KVM: s390: vsie: simplify < 8k address checksDavid Hildenbrand2018-05-171-5/+5
| | * | | Merge tag 'kvm-s390-master-4.17-1'Christian Borntraeger2018-05-171-1/+1
| | |\ \ \
| | * | | | KVM: s390: generalize kvm_s390_get_tod_clock_ext()David Hildenbrand2018-05-171-12/+9
| | * | | | KVM: s390: no need to inititalize kvm->arch members to 0David Hildenbrand2018-05-171-7/+1
| | * | | | KVM: s390: introduce defines for control registersDavid Hildenbrand2018-05-174-14/+30
| | * | | | KVM: s390: reset crypto attributes for all vcpusTony Krowiak2018-05-172-5/+25