Age | Commit message (Expand) | Author | Files | Lines |
2016-08-12 | MIPS: KVM: Add missing gfn range check | James Hogan | 1 | -8/+15 |
2016-08-12 | MIPS: KVM: Fix mapped fault broken commpage handling | James Hogan | 1 | -21/+28 |
2016-08-12 | KVM: Protect device ops->create and list_add with kvm->lock | Christoffer Dall | 2 | -3/+5 |
2016-08-12 | KVM: PPC: Move xics_debugfs_init out of create | Christoffer Dall | 1 | -2/+8 |
2016-08-12 | KVM: s390: reset KVM_REQ_MMU_RELOAD if mapping the prefix failed | Julius Niedworok | 1 | -1/+3 |
2016-08-12 | KVM: s390: set the prefix initially properly | Julius Niedworok | 1 | -0/+1 |
2016-08-12 | perf/x86/intel/uncore: Add enable_box for client MSR uncore | Kan Liang | 1 | -0/+14 |
2016-08-12 | perf/x86/intel/uncore: Fix uncore num_counters | Kan Liang | 1 | -5/+5 |
2016-08-12 | uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions | Denys Vlasenko | 1 | -11/+11 |
2016-08-12 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 17 | -19/+28 |
2016-08-12 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -0/+13 |
2016-08-11 | arm64: Remove stack duplicating code from jprobes | David A. Long | 2 | -28/+5 |
2016-08-11 | x86/apic/x2apic, smp/hotplug: Don't use before alloc in x2apic_cluster_probe() | Sebastian Andrzej Siewior | 1 | -4/+9 |
2016-08-11 | x86/platform/uv: Skip UV runtime services mapping in the efi_runtime_disabled... | Alex Thorlton | 1 | -1/+2 |
2016-08-11 | x86/efi: Allocate a trampoline if needed in efi_free_boot_services() | Andy Lutomirski | 1 | -0/+21 |
2016-08-11 | x86/boot: Rework reserve_real_mode() to allow multiple tries | Andy Lutomirski | 2 | -8/+30 |
2016-08-11 | x86/boot: Defer setup_real_mode() to early_initcall time | Andy Lutomirski | 3 | -6/+12 |
2016-08-11 | x86/boot: Synchronize trampoline_cr4_features and mmu_cr4_features directly | Andy Lutomirski | 2 | -8/+12 |
2016-08-11 | x86/boot: Run reserve_bios_regions() after we initialize the memory map | Andy Lutomirski | 3 | -3/+2 |
2016-08-11 | x86/irq: Do not substract irq_tlb_count from irq_call_count | Aaron Lu | 2 | -6/+1 |
2016-08-11 | x86/mm: Fix swap entry comment and macro | Dave Hansen | 1 | -2/+2 |
2016-08-11 | x86/mm/kaslr: Fix -Wformat-security warning | Nicolas Iooss | 1 | -1/+1 |
2016-08-11 | Merge tag 'pxa-fixes-v4.8' of https://github.com/rjarzmik/linux into randconf... | Arnd Bergmann | 2 | -0/+2 |
2016-08-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -8/+0 |
2016-08-11 | revert "ARM: keystone: dts: add psci command definition" | Andrew Morton | 1 | -8/+0 |
2016-08-10 | arm64: Kconfig: select HISILICON_IRQ_MBIGEN only if PCI is selected | Sudeep Holla | 1 | -1/+1 |
2016-08-10 | arm64: Kconfig: select ALPINE_MSI only if PCI is selected | Sudeep Holla | 1 | -1/+1 |
2016-08-10 | ARM: dts: realview: Fix PBX-A9 cache description | Robin Murphy | 1 | -5/+4 |
2016-08-10 | ARM: tegra: fix erroneous address in dts | Ralf Ramsauer | 1 | -2/+2 |
2016-08-10 | ARM: dts: add syscon compatible string for AP syscon | Linus Walleij | 1 | -1/+1 |
2016-08-10 | ARM: dts: add syscon compatible string for CP syscon | Linus Walleij | 1 | -1/+1 |
2016-08-10 | ARM: oxnas: select reset controller framework | Arnd Bergmann | 1 | -0/+2 |
2016-08-10 | ARM: hide mach-*/ include for ARM_SINGLE_ARMV7M | Arnd Bergmann | 1 | -0/+2 |
2016-08-10 | ARM: don't include removed directories | Arnd Bergmann | 3 | -5/+3 |
2016-08-10 | arm: oabi compat: add missing access checks | Dave Weinstein | 1 | -1/+7 |
2016-08-10 | Merge tag 'metag-for-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+0 |
2016-08-10 | x86/mm/pkeys: Fix compact mode by removing protection keys' XSAVE buffer mani... | Dave Hansen | 1 | -121/+17 |
2016-08-10 | x86/build: Reduce the W=1 warnings noise when compiling x86 syscall tables | Valdis Kletnieks | 1 | -0/+2 |
2016-08-10 | x86/platform/UV: Fix kernel panic running RHEL kdump kernel on UV systems | Mike Travis | 1 | -0/+5 |
2016-08-10 | x86/platform/UV: Fix problem with UV4 BIOS providing incorrect PXM values | Mike Travis | 2 | -20/+13 |
2016-08-10 | x86/platform/UV: Fix bug with iounmap() of the UV4 EFI System Table causing a... | Mike Travis | 1 | -3/+5 |
2016-08-10 | x86/platform/UV: Fix problem with UV4 Socket IDs not being contiguous | Mike Travis | 1 | -4/+5 |
2016-08-10 | x86/entry: Clarify the RF saving/restoring situation with SYSCALL/SYSRET | Borislav Petkov | 1 | -5/+9 |
2016-08-10 | x86/mm: Disable preemption during CR3 read+write | Sebastian Andrzej Siewior | 1 | -0/+7 |
2016-08-10 | powerpc/vdso: Fix build rules to rebuild vdsos correctly | Nicholas Piggin | 2 | -6/+6 |
2016-08-10 | powerpc/Makefile: Use cflags-y/aflags-y for setting endian options | Michael Ellerman | 1 | -10/+12 |
2016-08-10 | x86/mm/KASLR: Increase BRK pages for KASLR memory randomization | Thomas Garnier | 1 | -2/+12 |
2016-08-10 | x86/mm/KASLR: Fix physical memory calculation on KASLR memory randomization | Thomas Garnier | 2 | -3/+7 |
2016-08-10 | x86/hpet: Fix /dev/rtc breakage caused by RTC cleanup | Arnd Bergmann | 1 | -1/+1 |
2016-08-10 | Merge branch 'linus' into timers/urgent, to pick up fixes | Ingo Molnar | 1752 | -21638/+50382 |