Age | Commit message (Expand) | Author | Files | Lines |
2014-05-09 | x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall() | Boris Ostrovsky | 1 | -1/+1 |
2014-05-09 | x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macro | Andres Freund | 1 | -1/+1 |
2014-05-09 | x86: Fix typo preventing msr_set/clear_bit from having an effect | Andres Freund | 1 | -1/+1 |
2014-05-08 | x86/intel: Add quirk to disable HPET for the Baytrail platform | Feng Tang | 1 | -0/+16 |
2014-05-08 | x86/hpet: Make boot_hpet_disable extern | Feng Tang | 2 | -1/+2 |
2014-05-07 | x86-64, build: Fix stack protector Makefile breakage with 32-bit userland | George Spelvin | 1 | -0/+1 |
2014-05-07 | x86/reboot: Add reboot quirk for Certec BPC600 | Christian Gmeiner | 1 | -0/+10 |
2014-05-05 | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen | 18 | -34/+34 |
2014-05-05 | x86, build: Don't get confused by local symbols | H. Peter Anvin | 1 | -2/+2 |
2014-05-04 | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 1 | -19/+64 |
2014-05-03 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+5 |
2014-05-03 | x86/efi: earlyprintk=efi,keep fix | Dave Young | 1 | -19/+64 |
2014-05-02 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+13 |
2014-05-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -19/+51 |
2014-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -1/+0 |
2014-05-01 | Merge branch 'parisc-3.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -8/+2 |
2014-05-01 | parisc: Use generic uapi/asm/resource.h file | Helge Deller | 2 | -7/+2 |
2014-05-01 | parisc: remove _STK_LIM_MAX override | John David Anglin | 1 | -1/+0 |
2014-05-01 | Hexagon: Delete stale barrier.h | Vineet Gupta | 1 | -37/+0 |
2014-05-01 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+2 |
2014-04-30 | Merge tag 'kvm-arm-for-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 2 | -7/+10 |
2014-04-30 | ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safe | Vineet Gupta | 1 | -3/+5 |
2014-04-28 | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 4 | -14/+14 |
2014-04-28 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 22 | -285/+273 |
2014-04-28 | arm: KVM: fix possible misalignment of PGDs and bounce page | Mark Salter | 1 | -6/+9 |
2014-04-28 | genirq: x86: Ensure that dynamic irq allocation does not conflict | Thomas Gleixner | 1 | -0/+5 |
2014-04-28 | KVM: x86: Check for host supported fields in shadow vmcs | Bandan Das | 1 | -12/+41 |
2014-04-28 | x86/vsmp: Fix irq routing | Oren Twaig | 1 | -1/+10 |
2014-04-28 | powerpc/4xx: Fix section mismatch in ppc4xx_pci.c | Alistair Popple | 1 | -1/+1 |
2014-04-28 | ppc/kvm: Clear the runlatch bit of a vcpu before napping | Preeti U Murthy | 1 | -1/+11 |
2014-04-28 | ppc/kvm: Set the runlatch bit of a CPU just before starting guest | Preeti U Murthy | 1 | -0/+6 |
2014-04-28 | ppc/powernv: Set the runlatch bits correctly for offline cpus | Preeti U Murthy | 1 | -0/+3 |
2014-04-28 | powerpc/pseries: Protect remove_memory() with device hotplug lock | Li Zhong | 1 | -4/+6 |
2014-04-28 | powerpc: Fix error return in rtas_flash module init | Anton Blanchard | 1 | -1/+1 |
2014-04-28 | powerpc: Bump BOOT_COMMAND_LINE_SIZE to 2048 | Anton Blanchard | 1 | -1/+1 |
2014-04-28 | powerpc: Bump COMMAND_LINE_SIZE to 2048 | Anton Blanchard | 1 | -1/+6 |
2014-04-28 | powerpc: Rename duplicate COMMAND_LINE_SIZE define | Anton Blanchard | 3 | -7/+7 |
2014-04-28 | powerpc/perf/hv-24x7: Catalog version number is be64, not be32 | Cody P Schafer | 1 | -6/+7 |
2014-04-28 | powerpc/perf/hv-24x7: Remove [static 4096], sparse chokes on it | Cody P Schafer | 1 | -1/+1 |
2014-04-28 | powerpc/perf/hv-24x7: Use (unsigned long) not (u32) values when calling plpar... | Cody P Schafer | 1 | -4/+16 |
2014-04-28 | powerpc/perf/hv-gpci: Make device attr static | Cody P Schafer | 1 | -1/+1 |
2014-04-28 | powerpc/perf/hv_gpci: Probe failures use pr_debug(), and padding reduced | Cody P Schafer | 1 | -2/+2 |
2014-04-28 | powerpc/perf/hv_24x7: Probe errors changed to pr_debug(), padding fixed | Cody P Schafer | 1 | -2/+2 |
2014-04-28 | powerpc/mm: Fix tlbie to add AVAL fields for 64K pages | Aneesh Kumar K.V | 1 | -22/+16 |
2014-04-28 | powerpc/powernv: Fix little endian issues in OPAL dump code | Anton Blanchard | 2 | -6/+11 |
2014-04-28 | powerpc/powernv: Create OPAL sglist helper functions and fix endian issues | Anton Blanchard | 4 | -188/+76 |
2014-04-28 | powerpc/powernv: Fix little endian issues in OPAL error log code | Anton Blanchard | 2 | -2/+9 |
2014-04-28 | powerpc/powernv: Fix little endian issues with opal_do_notifier calls | Anton Blanchard | 1 | -3/+3 |
2014-04-28 | powerpc/powernv: Remove some OPAL function declaration duplication | Anton Blanchard | 1 | -10/+2 |
2014-04-28 | powerpc/powernv: Use uint64_t instead of size_t in OPAL APIs | Anton Blanchard | 2 | -7/+7 |