| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min... | Linus Torvalds | 2008-05-06 | 1 | -0/+1 |
|\ |
|
| * | sched, x86: add HAVE_UNSTABLE_SCHED_CLOCK | Ingo Molnar | 2008-05-05 | 1 | -0/+1 |
* | | Merge branch 'powerpc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2008-05-06 | 3 | -17/+45 |
|\ \ |
|
| * | | [POWERPC] Assign PDE->data before gluing PDE into /proc tree | Denis V. Lunev | 2008-05-05 | 1 | -17/+2 |
| * | | [POWERPC] devres: Add devm_ioremap_prot() | Emil Medve | 2008-05-05 | 2 | -0/+43 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2008-05-05 | 5 | -46/+62 |
|\ \ |
|
| * | | x86 PCI: call dmi_check_pciprobe() | Yinghai Lu | 2008-05-05 | 3 | -2/+8 |
| * | | x86/pci: add pci=skip_isa_align command lines. | Yinghai Lu | 2008-05-05 | 4 | -41/+51 |
| * | | x86/pci: remove flag in pci_cfg_space_size_ext | Yinghai Lu | 2008-04-30 | 1 | -1/+1 |
| * | | x86: fix section mismatch in pci_scan_bus | Sam Ravnborg | 2008-04-29 | 1 | -2/+2 |
* | | | m68k: remove old mac_esp cruft | Finn Thain | 2008-05-05 | 1 | -24/+0 |
* | | | m68k: Handle 68040 bus faults | Roman Zippel | 2008-05-05 | 1 | -3/+14 |
| |/
|/| |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-05-05 | 13 | -41/+30 |
|\ \ |
|
| * | | x86: fix setup printk format warning | Randy Dunlap | 2008-05-04 | 1 | -1/+1 |
| * | | x86: olpc build fix | Thomas Gleixner | 2008-05-04 | 1 | -0/+1 |
| * | | x86: video/fbdev.c: add MODULE_LICENSE | Adrian Bunk | 2008-05-04 | 1 | -1/+1 |
| * | | x86: relocs ELF handling - use SELFMAG instead of numeric constant | Cyrill Gorcunov | 2008-05-04 | 1 | -1/+1 |
| * | | x86: vdso ELF handling - use SELFMAG instead of numeric constant | Cyrill Gorcunov | 2008-05-04 | 1 | -1/+1 |
| * | | x86: remove dell reboot dmi quirk board name match | Ben | 2008-05-04 | 1 | -1/+0 |
| * | | x86: es7000 build fix | Ingo Molnar | 2008-05-04 | 1 | -2/+5 |
| * | | x86: make additional_cpus static | Adrian Bunk | 2008-05-04 | 1 | -1/+1 |
| * | | x86: make start_secondary() static | Adrian Bunk | 2008-05-04 | 1 | -1/+1 |
| * | | kbuild, suspend, x86: fix rebuild of wakeup.bin | Sam Ravnborg | 2008-05-04 | 2 | -3/+4 |
| * | | uml: fix gcc problem | Ingo Molnar | 2008-05-04 | 1 | -1/+4 |
| * | | x86: undo visws/numaq build changes | Thomas Gleixner | 2008-05-04 | 2 | -28/+10 |
* | | | x86: KVM geust: make setup_secondary_clock definition dependent on local apic | Glauber Costa | 2008-05-04 | 1 | -0/+4 |
* | | | KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large page | Avi Kivity | 2008-05-04 | 1 | -1/+0 |
* | | | KVM: avoid fx_init() schedule in atomic | Andrea Arcangeli | 2008-05-04 | 1 | -1/+10 |
* | | | KVM: Avoid spurious execeptions after setting registers | Jan Kiszka | 2008-05-04 | 1 | -0/+2 |
* | | | KVM: PIT: support mode 4 | Marcelo Tosatti | 2008-05-04 | 1 | -0/+2 |
* | | | KVM: x86 emulator: disable writeback on lmsw | Avi Kivity | 2008-05-04 | 1 | -0/+1 |
* | | | KVM: ppc: deliver INTERRUPT_FP_UNAVAIL to the guest | Christian Ehrhardt | 2008-05-04 | 1 | -0/+5 |
* | | | KVM: ppc: Handle guest idle by emulating MSR[WE] writes | Hollis Blanchard | 2008-05-04 | 2 | -3/+18 |
* | | | KVM: x86: task switch: fix wrong bit setting for the busy flag | Izik Eidus | 2008-05-04 | 1 | -2/+2 |
* | | | KVM: VMX: Enable EPT feature for KVM | Sheng Yang | 2008-05-04 | 3 | -10/+233 |
* | | | KVM: VMX: Prepare an identity page table for EPT in real mode | Sheng Yang | 2008-05-04 | 3 | -3/+81 |
* | | | KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPT | Sheng Yang | 2008-05-04 | 1 | -4/+0 |
* | | | KVM: MMU: Add EPT support | Sheng Yang | 2008-05-04 | 2 | -10/+36 |
* | | | KVM: Add kvm_x86_ops get_tdp_level() | Sheng Yang | 2008-05-04 | 5 | -8/+19 |
* | | | KVM: MMU: Move some definitions to a header file | Sheng Yang | 2008-05-04 | 2 | -34/+33 |
* | | | KVM: VMX: EPT Feature Detection | Sheng Yang | 2008-05-04 | 2 | -5/+83 |
|/ / |
|
* | | unified (weak) sys_pipe implementation | Ulrich Drepper | 2008-05-03 | 16 | -264/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-05-03 | 10 | -360/+111 |
|\ \ |
|
| * | | sparc32: Delete prom_stdin and prom_stdout. | David S. Miller | 2008-05-02 | 1 | -7/+0 |
| * | | sparc32: More memory probing consolidation. | David S. Miller | 2008-05-02 | 3 | -141/+69 |
| * | | sparc32: Kill totally unused memory information tables. | David S. Miller | 2008-05-02 | 2 | -100/+5 |
| * | | sparc64: Fix syscall restart, for real... | David S. Miller | 2008-05-02 | 3 | -7/+11 |
| * | | sparc64: Stop creating dummy root PCI host controller devices. | David S. Miller | 2008-05-02 | 3 | -112/+33 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 2008-05-03 | 8 | -68/+137 |
|\ \ \ |
|
| * | | | [POWERPC] Bolt in SLB entry for kernel stack on secondary cpus | Paul Mackerras | 2008-05-02 | 2 | -8/+15 |