Age | Commit message (Expand) | Author |
2012-05-08 | x86, realmode: fixes compilation issue in tboot.c | Jarkko Sakkinen |
2012-05-08 | x86, realmode: move relocs from scripts/ to arch/x86/tools | Jarkko Sakkinen |
2012-05-08 | keyboard: Use BIOS Keyboard variable to set Numlock | Joshua Cov |
2012-05-08 | x86, realmode: header for trampoline code | Jarkko Sakkinen |
2012-05-08 | x86, realmode: flattened rm hierachy | Jarkko Sakkinen |
2012-05-08 | x86, realmode: don't copy real_mode_header | Jarkko Sakkinen |
2012-05-08 | x86, realmode: fix 64-bit wakeup sequence | Jarkko Sakkinen |
2012-05-08 | x86, realmode: Fix always-zero test in reboot_32.S | H. Peter Anvin |
2012-05-08 | x86, realmode: Move trampoline_*.S early in the link order | H. Peter Anvin |
2012-05-08 | x86, realmode: Replace open-coded ljmpw with a macro | H. Peter Anvin |
2012-05-08 | x86, realmode: Remove indirect jumps in trampoline_32 and wakeup_asm | H. Peter Anvin |
2012-05-08 | x86, realmode: Remove indirect jumps in trampoline_64.S | H. Peter Anvin |
2012-05-08 | x86, realmode: Align .data section in trampoline_32.S | H. Peter Anvin |
2012-05-08 | x86, realmode: Move bits to the proper sections in trampoline_64.S | H. Peter Anvin |
2012-05-08 | x86, realmode: Add .text64 section, make barrier symbols absolute | H. Peter Anvin |
2012-05-08 | x86, realmode: Set permission for real mode pages | Jarkko Sakkinen |
2012-05-08 | x86, realmode: Move ACPI wakeup to unified realmode code | Jarkko Sakkinen |
2012-05-08 | x86, realmode: Move SMP trampoline to unified realmode code | Jarkko Sakkinen |
2012-05-08 | x86, realmode: Move reboot_32.S to unified realmode code | Jarkko Sakkinen |
2012-05-08 | x86, realmode: Relocator for realmode code | Jarkko Sakkinen |
2012-05-08 | x86, realmode: realmode.bin infrastructure | Jarkko Sakkinen |
2012-05-08 | x86, realmode: 16-bit real-mode code support for relocs tool | H. Peter Anvin |
2012-05-08 | Merge tag 'stable/for-linus-3.4-rc6-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2012-05-08 | Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2012-05-08 | percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bit | Tejun Heo |
2012-05-08 | x86-64: Eliminate dead ia32 syscall handlers | Jan Beulich |
2012-05-08 | x86: Fix section annotation of acpi_map_cpu2node() | Jan Beulich |
2012-05-08 | x86: Use common threadinfo allocator | Thomas Gleixner |
2012-05-08 | Merge branch 'smp/threadalloc' into smp/hotplug | Thomas Gleixner |
2012-05-08 | fork: Remove the weak insanity | Thomas Gleixner |
2012-05-08 | x86: Use kick_all_cpus_sync() | Thomas Gleixner |
2012-05-08 | x86/apic: Only compile local function if used with !CONFIG_GENERIC_PENDING_IRQ | Márton Németh |
2012-05-08 | irq_remap: Fix compiler warning with CONFIG_IRQ_REMAP=y | Suresh Siddha |
2012-05-07 | Merge branch 'stable/autoballoon.v5.2' into stable/for-linus-3.5 | Konrad Rzeszutek Wilk |
2012-05-07 | xen/acpi/sleep: Enable ACPI sleep via the __acpi_os_prepare_sleep | Konrad Rzeszutek Wilk |
2012-05-07 | xen: implement IRQ_WORK_VECTOR handler | Lin Ming |
2012-05-07 | xen: implement apic ipi interface | Ben Guthro |
2012-05-07 | xen/setup: update VA mapping when releasing memory during setup | David Vrabel |
2012-05-07 | xen/setup: Combine the two hypercall functions - since they are quite similar. | Konrad Rzeszutek Wilk |
2012-05-07 | xen/setup: Populate freed MFNs from non-RAM E820 entries and gaps to E820 RAM | Konrad Rzeszutek Wilk |
2012-05-07 | xen/setup: Only print "Freeing XXX-YYY pfn range: Z pages freed" if Z > 0 | Konrad Rzeszutek Wilk |
2012-05-07 | x86, microcode: microcode_core.c simple_strtoul cleanup | Shuah Khan |
2012-05-07 | x86/apic: Fix UP boot crash | Ingo Molnar |
2012-05-07 | resources: add resource_overlaps() | Wei Yang |
2012-05-07 | xen/pci: don't use PCI BIOS service for configuration space accesses | David Vrabel |
2012-05-07 | Merge branch 'topic/stratus' into next | Bjorn Helgaas |
2012-05-07 | x86/sched: Make mwait_usable() heed to "idle=" kernel parameters properly | Srivatsa S. Bhat |
2012-05-07 | x86: Conditionally update time when ack-ing pending irqs | Shai Fultheim |
2012-05-07 | Merge tag 'intr-remapping-ops-for-ingo' of git://git.kernel.org/pub/scm/linux... | Ingo Molnar |
2012-05-07 | xen/pte: Fix crashes when trying to see non-existent PGD/PMD/PUD/PTEs | Konrad Rzeszutek Wilk |