| Commit message (Expand) | Author | Age |
* | x86/PCI: update MMCONFIG information when hot-plugging PCI host bridges | Jiang Liu | 2012-06-22 |
* | x86/PCI: add pci_mmconfig_insert()/delete() for PCI root bridge hotplug | Jiang Liu | 2012-06-22 |
* | x86/PCI: introduce pci_mmcfg_arch_map()/pci_mmcfg_arch_unmap() | Jiang Liu | 2012-06-22 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-06-08 |
|\ |
|
| * | x86/nmi: Fix section mismatch warnings on 32-bit | Don Zickus | 2012-06-08 |
| * | x86/uv: Fix UV2 BAU legacy mode | Cliff Wickman | 2012-06-08 |
* | | perf/x86: Check if user fp is valid | Arun Sharma | 2012-06-06 |
|/ |
|
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-06-02 |
|\ |
|
| * | Merge remote-tracking branch 'rostedt/tip/perf/urgent-2' into x86-urgent-for-... | H. Peter Anvin | 2012-06-01 |
| |\ |
|
| | * | ftrace: Synchronize variable setting with breakpoints | Steven Rostedt | 2012-05-31 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-06-01 |
|\ \ \ |
|
| * | | | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 2012-06-01 |
| * | | | set_restore_sigmask() is never called without SIGPENDING (and never should be) | Al Viro | 2012-06-01 |
| * | | | new helpers: {clear,test,test_and_clear}_restore_sigmask() | Al Viro | 2012-06-01 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-06-01 |
|\ \ \
| |/ /
|/| | |
|
| * | | bury __kernel_nlink_t, make internal nlink_t consistent | Al Viro | 2012-05-30 |
* | | | Merge branch 'x86/trampoline' into x86/urgent | H. Peter Anvin | 2012-05-30 |
|\ \ \ |
|
| * | | | x86, realmode: Unbreak the ia64 build of drivers/acpi/sleep.c | H. Peter Anvin | 2012-05-30 |
| * | | | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2012-05-29 |
| |\ \ \ |
|
| | * | | | x86, realmode: Change EFER to a single u64 field | H. Peter Anvin | 2012-05-16 |
| | * | | | x86, realmode: read cr4 and EFER from kernel for 64-bit trampoline | Jarkko Sakkinen | 2012-05-08 |
| | * | | | x86, realmode: header for trampoline code | Jarkko Sakkinen | 2012-05-08 |
| | * | | | x86, realmode: don't copy real_mode_header | 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 |
| * | | | | mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition | Andrea Arcangeli | 2012-05-29 |
| | |/ /
| |/| | |
|
| * | | | Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2012-05-29 |
| |\ \ \ |
|
| | * | | | mfd: Add driver for STA2X11 MFD block | Alessandro Rubini | 2012-05-09 |
| * | | | | x86: use the new generic strnlen_user() function | Linus Torvalds | 2012-05-26 |
| * | | | | word-at-a-time: make the interfaces truly generic | Linus Torvalds | 2012-05-26 |
| * | | | | x86: use generic strncpy_from_user routine | Linus Torvalds | 2012-05-26 |
| * | | | | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 2012-05-25 |
| |\ \ \ \ |
|
| | * | | | | X86: integrate CMA with DMA-mapping subsystem | Marek Szyprowski | 2012-05-21 |
| * | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-05-24 |
| |\ \ \ \ \ |
|
| | * | | | | | KVM: MMU: Don't use RCU for lockless shadow walking | Avi Kivity | 2012-05-16 |
| | * | | | | | KVM guest: make kvm_para_available() check hypervisor bit reading cpuid leaf | Gleb Natapov | 2012-05-06 |
| | * | | | | | KVM: Introduce bitmask for apic attention reasons | Gleb Natapov | 2012-04-24 |
| | * | | | | | Merge branch 'linus' into queue | Marcelo Tosatti | 2012-04-19 |
| | |\ \ \ \ \ |
|
| | * | | | | | | KVM: x86 emulator: MMX support | Avi Kivity | 2012-04-16 |
| | * | | | | | | KVM: Avoid checking huge page mappings in get_dirty_log() | Takuya Yoshikawa | 2012-04-08 |
| | * | | | | | | kvmclock: Add functions to check if the host has stopped the vm | Eric B Munson | 2012-04-08 |
| | * | | | | | | x86: pvclock: Add flag to indicate that a vm was stopped by the host | Eric B Munson | 2012-04-08 |
| * | | | | | | | Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-05-24 |
| |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge branch 'stable/autoballoon.v5.2' into stable/for-linus-3.5 | Konrad Rzeszutek Wilk | 2012-05-07 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | xen/p2m: An early bootup variant of set_phys_to_machine | Konrad Rzeszutek Wilk | 2012-04-06 |
| | * | | | | | | | | xen: implement IRQ_WORK_VECTOR handler | Lin Ming | 2012-05-07 |
| | | |_|/ / / / /
| | |/| | | | | | |
|
* | | | | | | | | | Merge branch 'x86/mce' into x86/urgent | Ingo Molnar | 2012-05-30 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | x86/bitops: Move BIT_64() for a wider use | Borislav Petkov | 2012-05-23 |
| | |_|_|_|/ / /
| |/| | | | | | |
|