| Commit message (Expand) | Author | Age |
* | core, x86: make LIST_POISON less deadly | Avi Kivity | 2010-01-11 |
* | x86: add support for LZO-compressed kernels | Albin Tonnerre | 2010-01-11 |
* | mm: make totalhigh_pages unsigned long | Andreas Fenkart | 2010-01-11 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-01-08 |
|\ |
|
| * | x86, irq: Check move_in_progress before freeing the vector mapping | Suresh Siddha | 2010-01-06 |
| * | x86: copy_from_user() should not return -EFAULT | Heiko Carstens | 2010-01-05 |
| * | Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-... | Rusty Russell | 2010-01-04 |
| * | x86/pci: Intel ioh bus num reg accessing fix | Yinghai Lu | 2010-01-04 |
| * | x86: Fix size for ex trampoline with 32bit | Yinghai Lu | 2010-01-04 |
* | | Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-... | Rusty Russell | 2010-01-05 |
* | | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-12-31 |
|\ \ |
|
| * | | perf: Pass appropriate frame pointer to dump_trace() | Frederic Weisbecker | 2009-12-31 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-31 |
|\ \ \
| | |/
| |/| |
|
| * | | x86: SGI UV: Fix writes to led registers on remote uv hubs | Mike Travis | 2009-12-29 |
| * | | x86, kmemcheck: Use KERN_WARNING for error reporting | Pekka Enberg | 2009-12-28 |
| * | | x86: Use KERN_DEFAULT log-level in __show_regs() | Pekka Enberg | 2009-12-28 |
| * | | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Ingo Molnar | 2009-12-28 |
| |\ \ |
|
| | * | | x86/amd-iommu: Fix initialization failure panic | Joerg Roedel | 2009-12-21 |
| * | | | x86, compress: Force i386 instructions for the decompressor | H. Peter Anvin | 2009-12-25 |
| * | | | x86: Fix objdump version check in chkobjdump.awk for different formats. | Masami Hiramatsu | 2009-12-18 |
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2009-12-30 |
|\ \ \ \ |
|
| * | | | | ACPI: introduce kernel parameter acpi_sleep=sci_force_enable | Zhang Rui | 2009-12-30 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2009-12-30 |
|\ \ \ \ \ |
|
| * | | | | | PCI: fix section mismatch on update_res() | Jiri Slaby | 2009-12-16 |
* | | | | | | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-12-30 |
|\ \ \ \ \ \ |
|
| * | | | | | | KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updates | Jan Kiszka | 2009-12-27 |
| * | | | | | | KVM: LAPIC: make sure IRR bitmap is scanned after vm load | Marcelo Tosatti | 2009-12-27 |
| * | | | | | | KVM: MMU: remove prefault from invlpg handler | Marcelo Tosatti | 2009-12-27 |
| | |/ / / /
| |/| | | | |
|
* / | | | | | x86_64 SGI UV: Fix writes to led registers on remote uv hubs. | Mike Travis | 2009-12-30 |
|/ / / / / |
|
* | | | | | Merge branch 'misc-2.6.33' into release | Len Brown | 2009-12-24 |
|\ \ \ \ \ |
|
| * | | | | | arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by usi... | Andrew Morton | 2009-12-22 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'pdc' into release | Len Brown | 2009-12-24 |
|\ \ \ \ \ |
|
| * | | | | | ACPI: processor: unify arch_acpi_processor_cleanup_pdc | Alex Chiang | 2009-12-22 |
| * | | | | | ACPI: processor: finish unifying arch_acpi_processor_init_pdc() | Alex Chiang | 2009-12-22 |
| * | | | | | ACPI: processor: factor out common _PDC settings | Alex Chiang | 2009-12-22 |
| * | | | | | ACPI: processor: unify arch_acpi_processor_init_pdc | Alex Chiang | 2009-12-22 |
| * | | | | | ACPI: processor: introduce arch_has_acpi_pdc | Alex Chiang | 2009-12-22 |
| |/ / / / |
|
* | | | | | Revert "x86, ucode-amd: Ensure ucode update on suspend/resume after CPU off/o... | Linus Torvalds | 2009-12-23 |
* | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-12-19 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | hw-breakpoints: Fix hardware breakpoints -> perf events dependency | Frederic Weisbecker | 2009-12-18 |
| * | | | | perf events, x86/stacktrace: Fix performance/softlockup by providing a specia... | Frederic Weisbecker | 2009-12-17 |
| * | | | | perf events, x86/stacktrace: Make stack walking optional | Frederic Weisbecker | 2009-12-17 |
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-19 |
|\ \ \ \ \
| |_|/ / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu system | Suresh Siddha | 2009-12-18 |
| * | | | x86: Fix objdump version check in arch/x86/tools/chkobjdump.awk | akpm@linux-foundation.org | 2009-12-17 |
| * | | | x86: Reenable TSC sync check at boot, even with NONSTOP_TSC | Pallipadi, Venkatesh | 2009-12-17 |
| * | | | x86: Don't use POSIX character classes in gen-insn-attr-x86.awk | Roland Dreier | 2009-12-17 |
| * | | | x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMA | Yinghai Lu | 2009-12-16 |
| * | | | x86: Fix checking of SRAT when node 0 ram is not from 0 | Yinghai Lu | 2009-12-16 |
| * | | | x86, cpuid: Add "volatile" to asm in native_cpuid() | Suresh Siddha | 2009-12-16 |