| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 3 | -22/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86: trim sys_ia32.h | Al Viro | 2013-03-03 | 1 | -5/+0 |
| * | | | | | | | | | x86: sys32_kill and sys32_mprotect are pointless | Al Viro | 2013-03-03 | 1 | -2/+0 |
| * | | | | | | | | | merge compat sys_ipc instances | Al Viro | 2013-03-03 | 1 | -3/+0 |
| * | | | | | | | | | consolidate compat lookup_dcookie() | Al Viro | 2013-03-03 | 1 | -1/+0 |
| * | | | | | | | | | convert sendfile{,64} to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | 1 | -1/+0 |
| * | | | | | | | | | make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect | Al Viro | 2013-03-03 | 1 | -2/+2 |
| * | | | | | | | | | consolidate cond_syscall and SYSCALL_ALIAS declarations | Al Viro | 2013-03-03 | 1 | -8/+0 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2013-04-30 | 1 | -3/+0 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | dump_stack: unify debug information printed by show_regs() | Tejun Heo | 2013-04-30 | 1 | -3/+0 |
* | | | | | | | | | | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-04-30 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2013-04-28 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|
| | * | | | | | | | | cpufreq: AMD "frequency sensitivity feedback" powersave bias for ondemand gov... | Jacob Shin | 2013-04-10 | 1 | -0/+1 |
| | | |_|_|_|/ / /
| | |/| | | | | | |
|
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-04-30 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86 cmpxchg.h: fix wrong comment | Li Zhong | 2013-04-25 | 1 | -1/+1 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-04-30 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge tag 'edac_amd_f16h' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Ingo Molnar | 2013-04-19 | 4 | -4/+9 |
| |\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ /
| | |/| | | | | | | |
|
| * | | | | | | | | | x86/mce: Rework cmci_rediscover() to play well with CPU hotplug | Srivatsa S. Bhat | 2013-04-02 | 1 | -2/+2 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-04-30 | 5 | -14/+12 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86, xen, gdt: Remove the pvops variant of store_gdt. | Konrad Rzeszutek Wilk | 2013-04-11 | 2 | -5/+1 |
| * | | | | | | | | | x86-32, gdt: Store/load GDT for ACPI S3 or hibernation/resume path is not needed | Konrad Rzeszutek Wilk | 2013-04-11 | 1 | -1/+0 |
| * | | | | | | | | | x86-64, gdt: Store/load GDT for ACPI S3 or hibernate/resume path is not needed. | Konrad Rzeszutek Wilk | 2013-04-11 | 1 | -3/+0 |
| * | | | | | | | | | x86: Make Linux guest support optional | Borislav Petkov | 2013-03-04 | 1 | -5/+11 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-04-30 | 2 | -4/+0 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86/mm/fixmap: Remove unused FIX_CYCLONE_TIMER | Paul Bolle | 2013-04-12 | 1 | -3/+0 |
| * | | | | | | | | | x86/mm/cpa: Cleanup split_large_page() and its callee | Borislav Petkov | 2013-04-10 | 1 | -1/+0 |
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-04-30 | 1 | -3/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86: Use a read-only IDT alias on all CPUs | Kees Cook | 2013-04-11 | 1 | -3/+1 |
* | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-04-30 | 2 | -24/+20 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | x86, cpu: Convert AMD Erratum 400 | Borislav Petkov | 2013-04-02 | 2 | -19/+1 |
| * | | | | | | | | | | x86, cpu: Convert AMD Erratum 383 | Borislav Petkov | 2013-04-02 | 2 | -1/+1 |
| * | | | | | | | | | | x86, cpu: Convert Cyrix coma bug detection | Borislav Petkov | 2013-04-02 | 2 | -1/+1 |
| * | | | | | | | | | | x86, cpu: Convert FDIV bug detection | Borislav Petkov | 2013-04-02 | 2 | -1/+1 |
| * | | | | | | | | | | x86, cpu: Convert F00F bug detection | Borislav Petkov | 2013-04-02 | 2 | -1/+2 |
| * | | | | | | | | | | x86, cpu: Expand cpufeature facility to include cpu bugs | Borislav Petkov | 2013-04-02 | 2 | -1/+14 |
| | |_|_|/ / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-04-30 | 2 | -8/+7 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | x86, msr: Unify variable names | Borislav Petkov | 2013-04-02 | 1 | -7/+7 |
| * | | | | | | | | | | x86: Drop KERNEL_IMAGE_START | Borislav Petkov | 2013-04-02 | 1 | -1/+0 |
* | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-04-30 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into timers/core | Thomas Gleixner | 2013-04-24 | 10 | -8/+23 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | x86: Add cpu capability flag X86_FEATURE_NONSTOP_TSC_S3 | Feng Tang | 2013-03-15 | 1 | -0/+1 |
| | |_|_|_|/ / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-04-30 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | arch: Consolidate tsk_is_polling() | Thomas Gleixner | 2013-04-08 | 1 | -2/+0 |
| | |_|_|_|/ / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-04-30 | 1 | -21/+0 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | context_tracking: Move exception handling to generic code | Frederic Weisbecker | 2013-03-07 | 1 | -21/+0 |
| | |_|_|_|_|/ / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-04-30 | 4 | -31/+39 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | perf/x86/intel/P4: Robistify P4 PMU types | Ingo Molnar | 2013-04-26 | 1 | -31/+31 |
| * | | | | | | | | | | | perf/x86/amd: Add support for AMD NB and L2I "uncore" counters | Jacob Shin | 2013-04-21 | 2 | -0/+6 |
| * | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2013-04-21 | 4 | -4/+9 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2013-04-16 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|