Age | Commit message (Expand) | Author | Files | Lines |
2013-04-08 | arch: Consolidate tsk_is_polling() | Thomas Gleixner | 1 | -2/+0 |
2013-04-08 | Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/... | Ingo Molnar | 3 | -4/+5 |
2013-04-03 | x86, msr: Unify variable names | Borislav Petkov | 1 | -7/+7 |
2013-04-03 | x86: Drop KERNEL_IMAGE_START | Borislav Petkov | 1 | -1/+0 |
2013-04-03 | x86: remove the x32 syscall bitmask from syscall_get_nr() | Paul Moore | 1 | -2/+2 |
2013-04-03 | x86/mce: Rework cmci_rediscover() to play well with CPU hotplug | Srivatsa S. Bhat | 1 | -2/+2 |
2013-04-02 | x86, cpu: Convert AMD Erratum 400 | Borislav Petkov | 2 | -19/+1 |
2013-04-02 | x86, cpu: Convert AMD Erratum 383 | Borislav Petkov | 2 | -1/+1 |
2013-04-02 | x86, cpu: Convert Cyrix coma bug detection | Borislav Petkov | 2 | -1/+1 |
2013-04-02 | x86, cpu: Convert FDIV bug detection | Borislav Petkov | 2 | -1/+1 |
2013-04-02 | x86, cpu: Convert F00F bug detection | Borislav Petkov | 2 | -1/+2 |
2013-04-02 | x86, cpu: Expand cpufeature facility to include cpu bugs | Borislav Petkov | 2 | -1/+14 |
2013-04-01 | perf/x86: Add memory profiling via PEBS Load Latency | Stephane Eranian | 1 | -0/+1 |
2013-03-29 | Merge tag 'pm+acpi-3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
2013-03-27 | Merge tag 'stable/for-linus-3.9-rc4-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -2/+2 |
2013-03-25 | intel-pstate: Use #defines instead of hard-coded values. | Konrad Rzeszutek Wilk | 1 | -0/+1 |
2013-03-22 | xen-pciback: notify hypervisor about devices intended to be assigned to guests | Jan Beulich | 1 | -2/+2 |
2013-03-21 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2013-03-20 | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+2 |
2013-03-19 | KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-... | Andy Honig | 1 | -2/+2 |
2013-03-18 | kprobes/x86: Check Interrupt Flag modifier when registering probe | Masami Hiramatsu | 1 | -0/+1 |
2013-03-16 | x86: Add cpu capability flag X86_FEATURE_NONSTOP_TSC_S3 | Feng Tang | 1 | -0/+1 |
2013-03-07 | context_tracking: Move exception handling to generic code | Frederic Weisbecker | 1 | -21/+0 |
2013-03-07 | x86, doc: Be explicit about what the x86 struct boot_params requires | Peter Jones | 1 | -1/+15 |
2013-03-07 | x86: Don't clear efi_info even if the sentinel hits | Josh Boyer | 1 | -1/+3 |
2013-03-05 | x86: Make Linux guest support optional | Borislav Petkov | 1 | -5/+11 |
2013-03-04 | x86: trim sys_ia32.h | Al Viro | 1 | -5/+0 |
2013-03-04 | x86: sys32_kill and sys32_mprotect are pointless | Al Viro | 1 | -2/+0 |
2013-03-04 | merge compat sys_ipc instances | Al Viro | 1 | -3/+0 |
2013-03-04 | consolidate compat lookup_dcookie() | Al Viro | 1 | -1/+0 |
2013-03-04 | convert sendfile{,64} to COMPAT_SYSCALL_DEFINE | Al Viro | 1 | -1/+0 |
2013-03-04 | make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect | Al Viro | 1 | -2/+2 |
2013-03-04 | consolidate cond_syscall and SYSCALL_ALIAS declarations | Al Viro | 1 | -8/+0 |
2013-03-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+0 |
2013-02-28 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+8 |
2013-02-27 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -1/+24 |
2013-02-26 | Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -1/+3 |
2013-02-25 | Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -0/+5 |
2013-02-25 | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -14/+41 |
2013-02-24 | switch lseek to COMPAT_SYSCALL_DEFINE | Al Viro | 1 | -1/+0 |
2013-02-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 7 | -67/+14 |
2013-02-24 | Merge branch 'akpm' (more incoming from Andrew) | Linus Torvalds | 2 | -2/+3 |
2013-02-24 | cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the node | Wen Congyang | 1 | -2/+2 |
2013-02-24 | memory-hotplug: common APIs to support page tables hot-remove | Wen Congyang | 1 | -0/+1 |
2013-02-23 | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -6/+119 |
2013-02-23 | x86-64: don't set the early IDT to point directly to 'early_idt_handler' | Linus Torvalds | 1 | -2/+0 |
2013-02-22 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 18 | -106/+111 |
2013-02-22 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2013-02-20 | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -17/+11 |
2013-02-20 | xen: event channel arrays are xen_ulong_t and not unsigned long | Ian Campbell | 1 | -0/+3 |