| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Merge show_regs() | Brian Gerst | 2010-01-13 | 3 | -12/+7 |
* | x86: Macroise x86 cache descriptors | Dave Jones | 2010-01-13 | 1 | -41/+43 |
* | x86-64: Modify copy_user_generic() alternatives mechanism | Jan Beulich | 2009-12-30 | 2 | -2/+5 |
* | Merge branch 'misc-2.6.33' into release | Len Brown | 2009-12-24 | 1 | -1/+3 |
|\ |
|
| * | arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by usi... | Andrew Morton | 2009-12-22 | 1 | -1/+3 |
* | | Merge branch 'pdc' into release | Len Brown | 2009-12-24 | 2 | -102/+1 |
|\ \ |
|
| * | | ACPI: processor: unify arch_acpi_processor_cleanup_pdc | Alex Chiang | 2009-12-22 | 2 | -26/+1 |
| * | | ACPI: processor: finish unifying arch_acpi_processor_init_pdc() | Alex Chiang | 2009-12-22 | 1 | -34/+0 |
| * | | ACPI: processor: factor out common _PDC settings | Alex Chiang | 2009-12-22 | 1 | -9/+1 |
| * | | ACPI: processor: unify arch_acpi_processor_init_pdc | Alex Chiang | 2009-12-22 | 1 | -33/+1 |
| * | | ACPI: processor: introduce arch_has_acpi_pdc | Alex Chiang | 2009-12-22 | 1 | -3/+1 |
| |/ |
|
* | | Revert "x86, ucode-amd: Ensure ucode update on suspend/resume after CPU off/o... | Linus Torvalds | 2009-12-23 | 1 | -1/+1 |
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-12-19 | 6 | -21/+43 |
|\ \ |
|
| * | | perf events, x86/stacktrace: Fix performance/softlockup by providing a specia... | Frederic Weisbecker | 2009-12-17 | 2 | -3/+27 |
| * | | perf events, x86/stacktrace: Make stack walking optional | Frederic Weisbecker | 2009-12-17 | 6 | -21/+19 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-19 | 13 | -84/+42 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu system | Suresh Siddha | 2009-12-17 | 7 | -40/+20 |
| * | | x86: Reenable TSC sync check at boot, even with NONSTOP_TSC | Pallipadi, Venkatesh | 2009-12-17 | 2 | -1/+1 |
| * | | x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMA | Yinghai Lu | 2009-12-16 | 1 | -1/+1 |
| * | | x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config space | Andreas Herrmann | 2009-12-16 | 1 | -38/+15 |
| * | | x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers | H. Peter Anvin | 2009-12-15 | 2 | -4/+5 |
* | | | Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-12-17 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | cpumask: rename tsk_cpumask to tsk_cpus_allowed | Rusty Russell | 2009-12-17 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | x86/ptrace: make genregs[32]_get/set more robust | Linus Torvalds | 2009-12-17 | 1 | -8/+8 |
|/ / |
|
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2009-12-16 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge branch 'bugzilla-14700' into release | Len Brown | 2009-12-15 | 1 | -1/+1 |
| |\ \ |
|
| | * | | ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f. | Zhao Yakui | 2009-12-14 | 1 | -1/+1 |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-16 | 14 | -236/+164 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge branch 'x86/mce' into x86/urgent | Ingo Molnar | 2009-12-15 | 1 | -10/+12 |
| |\ \ \ |
|
| | * | | | cpumask: Use modern cpumask style in arch/x86/kernel/cpu/mcheck/mce-inject.c | Rusty Russell | 2009-11-04 | 1 | -10/+12 |
| * | | | | Merge branch 'x86/asm' into x86/urgent | Ingo Molnar | 2009-12-15 | 9 | -211/+138 |
| |\ \ \ \ |
|
| | * | | | | x86: Merge kernel_thread() | Brian Gerst | 2009-12-10 | 3 | -72/+35 |
| | * | | | | x86: Sync 32/64-bit kernel_thread | Brian Gerst | 2009-12-10 | 2 | -3/+13 |
| | * | | | | x86, 32-bit: Use same regs as 64-bit for kernel_thread_helper | Brian Gerst | 2009-12-10 | 2 | -10/+6 |
| | * | | | | x86, 64-bit: Use user_mode() to determine new stack pointer in copy_thread() | Brian Gerst | 2009-12-10 | 1 | -3/+4 |
| | * | | | | x86, 64-bit: Move kernel_thread to C | Brian Gerst | 2009-12-10 | 3 | -50/+32 |
| | * | | | | x86-64, paravirt: Call set_iopl_mask() on 64 bits | H. Peter Anvin | 2009-12-09 | 1 | -2/+0 |
| | * | | | | x86-32: Avoid pipeline serialization in PTREGSCALL1 and 2 | H. Peter Anvin | 2009-12-09 | 1 | -3/+3 |
| | * | | | | x86: Merge sys_clone | Brian Gerst | 2009-12-09 | 4 | -25/+22 |
| | * | | | | x86, 32-bit: Convert sys_vm86 & sys_vm86old | Brian Gerst | 2009-12-09 | 2 | -8/+7 |
| | * | | | | x86: Merge sys_sigaltstack | Brian Gerst | 2009-12-09 | 2 | -12/+2 |
| | * | | | | x86: Merge sys_execve | Brian Gerst | 2009-12-09 | 4 | -45/+27 |
| | * | | | | x86: Merge sys_iopl | Brian Gerst | 2009-12-09 | 2 | -24/+6 |
| | * | | | | x86-32: Add new pt_regs stubs | Brian Gerst | 2009-12-09 | 1 | -11/+38 |
| * | | | | | x86: Split swiotlb initialization into two stages | FUJITA Tomonori | 2009-12-15 | 2 | -9/+11 |
| * | | | | | x86: Regex support and known-movable symbols for relocs, fix _end | H. Peter Anvin | 2009-12-14 | 1 | -3/+1 |
| * | | | | | x86, msr: Remove incorrect, duplicated code in the MSR driver | H. Peter Anvin | 2009-12-14 | 1 | -3/+2 |
* | | | | | | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2009-12-16 | 1 | -1/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86: don't export inline function | Rusty Russell | 2009-12-15 | 1 | -1/+3 |
* | | | | | | | iommu-helper: use bitmap library | Akinobu Mita | 2009-12-16 | 3 | -8/+8 |