| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | irq_domain/x86: Convert x86 (embedded) to use common irq_domain | Grant Likely | 2012-02-23 | |
| * | | | | | | | | | | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 2012-03-21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | highmem: kill all __kmap_atomic() | Cong Wang | 2012-03-20 | |
| | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-03-20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | Merge 3.3-rc6 into driver-core-next | Greg Kroah-Hartman | 2012-03-09 | |
| | |\| | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Merge 3.3-rc2 into the driver-core-next branch. | Greg Kroah-Hartman | 2012-02-02 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | X86: Introduce HW-Pstate scattered cpuid feature | Thomas Renninger | 2012-01-26 | |
| | * | | | | | | | | | | | | | Add driver auto probing for x86 features v4 | Andi Kleen | 2012-01-26 | |
| | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-03-20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | x86/time: Eliminate unused irq0_irqs counter | Jan Beulich | 2012-02-27 | |
| | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-03-20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | sched/x86: Fix overflow in cyc2ns_offset | Salman Qazi | 2012-03-13 | |
| | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | | perf/x86: Add Intel LBR MSR definitions | Stephane Eranian | 2012-03-05 | |
| | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2012-03-05 | |
| |\| | | | | | | | | | | ||||
| | * | | | | | | | | | | perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabled | Joerg Roedel | 2012-03-02 | |
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||
| | * | | | | | | | | | i387: support lazy restore of FPU state | Linus Torvalds | 2012-02-20 | |
| | * | | | | | | | | | i387: use 'restore_fpu_checking()' directly in task switching code | Linus Torvalds | 2012-02-20 | |
| | * | | | | | | | | | i387: fix up some fpu_counter confusion | Linus Torvalds | 2012-02-20 | |
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||
| | * | | | | | | | | i387: re-introduce FPU state preloading at context switch time | Linus Torvalds | 2012-02-18 | |
| | * | | | | | | | | i387: move TS_USEDFPU flag from thread_info to task_struct | Linus Torvalds | 2012-02-18 | |
| | * | | | | | | | | i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore | Linus Torvalds | 2012-02-16 | |
| | * | | | | | | | | i387: do not preload FPU state at task switch time | Linus Torvalds | 2012-02-16 | |
| | * | | | | | | | | i387: don't ever touch TS_USEDFPU directly, use helper functions | Linus Torvalds | 2012-02-16 | |
| | * | | | | | | | | i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers | Linus Torvalds | 2012-02-16 | |
| | * | | | | | | | | i387: fix x86-64 preemption-unsafe user stack save/restore | Linus Torvalds | 2012-02-16 | |
| | * | | | | | | | | i387: fix sense of sanity check | Linus Torvalds | 2012-02-15 | |
| | |/ / / / / / / | ||||
| | * | | | | | | | i387: make irq_fpu_usable() tests more robust | Linus Torvalds | 2012-02-13 | |
| | * | | | | | | | i387: math_state_restore() isn't called from asm | Linus Torvalds | 2012-02-13 | |
| | | |_|_|/ / / | |/| | | | | | ||||
| | * | | | | | | Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-02-06 | |
| | |\ \ \ \ \ \ | ||||
| | | * | | | | | | KVM: x86: fix missing checks in syscall emulation | Stephan Bärwolf | 2012-02-01 | |
| | | * | | | | | | KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid" | Stephan Bärwolf | 2012-02-01 | |
| | | |/ / / / / | ||||
| * | | | | | / | static keys: Introduce 'struct static_key', static_key_true()/false() and sta... | Ingo Molnar | 2012-02-24 | |
| | |_|_|_|_|/ |/| | | | | | ||||
| * | | | | | | x86: Fix to decode grouped AVX with VEX pp bits | Masami Hiramatsu | 2012-02-11 | |
| * | | | | | | Merge branch 'perf/urgent' into perf/core | Arnaldo Carvalho de Melo | 2012-02-06 | |
| |\| | | | | | ||||
| | * | | | | | x86: Properly parenthesize cmpxchg() macro arguments | Jan Beulich | 2012-01-26 | |
| | | |/ / / | |/| | | | ||||
| * | | | | | Merge branch 'perf/fast' into perf/core | Ingo Molnar | 2012-01-27 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||
| | * | | | | perf, arch: Rework perf_event_index() | Peter Zijlstra | 2011-12-21 | |
| * | | | | | x86/amd: Add missing feature flag for fam15h models 10h-1fh processors | Andreas Herrmann | 2012-01-26 | |
| * | | | | | x86/uv: Fix uv_gpa_to_soc_phys_ram() shift | Russ Anderson | 2012-01-26 | |
| | |/ / / |/| | | | ||||
| * | | | | x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bits | H. Peter Anvin | 2012-01-19 | |
| * | | | | Merge remote-tracking branch 'linus/master' into x86/urgent | H. Peter Anvin | 2012-01-19 | |
| |\ \ \ \ | ||||
| | * \ \ \ | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-01-16 | |
| | |\ \ \ \ | ||||
| | | * | | | | x86: Move <asm/asm-offsets.h> from trace_syscalls.c to asm/syscall.h | H. Peter Anvin | 2012-01-07 | |
| | | * | | | | x86: Generate system call tables and unistd_*.h from tables | H. Peter Anvin | 2011-11-17 | |
| | * | | | | | mce: fix warning messages about static struct mce_device | Greg Kroah-Hartman | 2012-01-16 | |
| | * | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-01-15 | |
| | |\ \ \ \ \ | ||||
| | | * \ \ \ \ | Merge branch 'tip/x86/core-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2012-01-07 | |
| | | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||
| | | | * | | | | x86: Add counter when debug stack is used with interrupts enabled | Steven Rostedt | 2011-12-21 | |
| | | | * | | | | x86: Keep current stack in NMI breakpoints | Steven Rostedt | 2011-12-21 | |
| | * | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-01-15 | |
| | |\ \ \ \ \ \ | ||||
