Age | Commit message (Expand) | Author | Files | Lines |
2016-08-13 | Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 3 | -11/+14 |
2016-08-13 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 20 | -195/+182 |
2016-08-12 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -3/+33 |
2016-08-12 | Merge branches 'pm-sleep' and 'pm-cpufreq' | Rafael J. Wysocki | 3 | -11/+14 |
2016-08-12 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -16/+30 |
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-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-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 | 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 | 178 | -954/+1493 |
2016-08-10 | x86, kasan, ftrace: Put APIC interrupt handlers into .irqentry.text | Alexander Potapenko | 1 | -0/+11 |
2016-08-10 | x86/timers/apic: Inform TSC deadline clockevent device about recalibration | Nicolai Stange | 3 | -0/+30 |
2016-08-10 | x86/timers/apic: Fix imprecise timer interrupts by eliminating TSC clockevent... | Nicolai Stange | 1 | -2/+2 |
2016-08-09 | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 5 | -4/+56 |
2016-08-08 | x86/power/64: Always create temporary identity mapping correctly | Rafael J. Wysocki | 3 | -11/+14 |
2016-08-08 | unsafe_[get|put]_user: change interface to use a error target label | Linus Torvalds | 1 | -8/+8 |
2016-08-08 | x86/hweight: Don't clobber %rdi | Ville Syrjälä | 1 | -0/+2 |
2016-08-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 6 | -55/+47 |
2016-08-06 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+7 |
2016-08-06 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 7 | -14/+49 |
2016-08-06 | Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -11/+9 |
2016-08-05 | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 9 | -7/+6 |
2016-08-05 | Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp' | Rafael J. Wysocki | 2 | -11/+9 |
2016-08-05 | Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+3 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 10 | -42/+40 |
2016-08-04 | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 7 | -26/+26 |
2016-08-04 | nvmx: mark ept single context invalidation as supported | Bandan Das | 1 | -7/+7 |
2016-08-04 | nvmx: remove comment about missing nested vpid support | Bandan Das | 1 | -1/+0 |
2016-08-04 | KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=off | Wanpeng Li | 1 | -0/+3 |
2016-08-04 | Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 1 | -0/+3 |