| Commit message (Expand) | Author | Age |
... | |
| * | | | | | | | x86, 386 removal: Remove CONFIG_INVLPG | H. Peter Anvin | 2012-11-29 |
| * | | | | | | | x86, 386 removal: Remove CONFIG_BSWAP | H. Peter Anvin | 2012-11-29 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-12-11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86, cacheinfo: Base cache sharing info on CPUID 0x8000001d on AMD | Andreas Herrmann | 2012-11-13 |
| * | | | | | | | x86, cacheinfo: Make use of CPUID 0x8000001d for cache information on AMD | Andreas Herrmann | 2012-11-13 |
| * | | | | | | | x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMD | Andreas Herrmann | 2012-11-13 |
| * | | | | | | | x86: Add cpu_has_topoext | Andreas Herrmann | 2012-11-13 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-12-11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86, apic: Cleanup cfg->domain setup for legacy interrupts | Suresh Siddha | 2012-11-26 |
| * | | | | | | | x86: Remove dead hlt_use_halt code | Daniel Lezcano | 2012-10-26 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-12-11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86, topology: Debug CPU0 hotplug | Fenghua Yu | 2012-11-14 |
| * | | | | | | | x86/i387.c: Initialize thread xstate only on CPU0 only once | Fenghua Yu | 2012-11-14 |
| * | | | | | | | x86, hotplug: Handle retrigger irq by the first available CPU | Fenghua Yu | 2012-11-14 |
| * | | | | | | | x86, hotplug: The first online processor saves the MTRR state | Fenghua Yu | 2012-11-14 |
| * | | | | | | | x86, hotplug: During CPU0 online, enable x2apic, set_numa_node. | Fenghua Yu | 2012-11-14 |
| * | | | | | | | x86, hotplug: Wake up CPU0 via NMI instead of INIT, SIPI, SIPI | Fenghua Yu | 2012-11-14 |
| * | | | | | | | x86-32, hotplug: Add start_cpu0() entry point to head_32.S | Fenghua Yu | 2012-11-14 |
| * | | | | | | | x86-64, hotplug: Add start_cpu0() entry point to head_64.S | Fenghua Yu | 2012-11-14 |
| * | | | | | | | x86, hotplug: Support functions for CPU0 online/offline | Fenghua Yu | 2012-11-14 |
| * | | | | | | | x86, topology: Don't offline CPU0 if any PIC irq can not be migrated out of it | Fenghua Yu | 2012-11-14 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-12-11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86: Don't clobber top of pt_regs in nested NMI | Salman Qazi | 2012-11-02 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-12-11 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2012-12-08 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | tracing,x86: Add a TSC trace_clock | David Sharp | 2012-11-13 |
| * | | | | | | | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2012-12-08 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | uprobes/x86: Cleanup the single-stepping code | Oleg Nesterov | 2012-11-03 |
| * | | | | | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2012-12-08 |
| |\ \ \ \ \ \ \ \ \
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | perf/x86: Fix sparse warnings | Peter Huewe | 2012-10-30 |
| | |/ / / / / / /
| |/| | | | | | | |
|
| * | | | | | | | | x86: Allow tracing of functions in arch/x86/kernel/rtc.c | David Vrabel | 2012-10-24 |
| * | | | | | | | | perf/x86: Add hardware events translations for Intel P6 cpus | Jiri Olsa | 2012-10-24 |
| * | | | | | | | | perf/x86: Add hardware events translations for AMD cpus | Jiri Olsa | 2012-10-24 |
| * | | | | | | | | perf/x86: Add hardware events translations for Intel cpus | Jiri Olsa | 2012-10-24 |
| * | | | | | | | | perf/x86: Filter out undefined events from sysfs events attribute | Jiri Olsa | 2012-10-24 |
| * | | | | | | | | perf/x86: Make hardware event translations available in sysfs | Jiri Olsa | 2012-10-24 |
* | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-11 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2012-12-03 |
| |\ \ \ \ \ \ \ \ \
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
| | * | | | | | | | | context_tracking: New context tracking susbsystem | Frederic Weisbecker | 2012-11-30 |
* | | | | | | | | | | Merge branch 'akpm' (Andrew's patchbomb) | Linus Torvalds | 2012-12-11 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | mm: fix cache coloring on x86_64 architecture | Michel Lespinasse | 2012-12-11 |
| * | | | | | | | | | | mm: use vm_unmapped_area() on x86_64 architecture | Michel Lespinasse | 2012-12-11 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-12-11 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | Merge branch 'acpi-general' | Rafael J. Wysocki | 2012-11-29 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | ACPI / Sleep: add acpi_sleep=nonvs_s3 parameter | Kristen Carlson Accardi | 2012-11-14 |
| | | |_|_|/ / / / /
| | |/| | | | | | | |
|
| * | | | | | | | | | Merge branch 'acpi-enumeration' | Rafael J. Wysocki | 2012-11-29 |
| |\ \ \ \ \ \ \ \ \
| | |_|_|_|_|/ / / /
| |/| | | | | | | | |
|
| | * | | | | | | | | ACPI / x86: Export acpi_[un]register_gsi() | Andy Shevchenko | 2012-11-14 |
| | |/ / / / / / / |
|
* | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-12-01 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Ingo Molnar | 2012-11-13 |
| |\ \ \ \ \ \ \ \ \
| | |_|/ / / / / / /
| |/| | / / / / / /
| | | |/ / / / / /
| | |/| | | | | | |
|
| | * | | | | | | | rcu: Fix unrecovered RCU user mode in syscall_trace_leave() | Frederic Weisbecker | 2012-10-27 |
| | | |_|_|/ / /
| | |/| | | | | |
|