| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-01-31 | 11 | -73/+183 |
|\ |
|
| * | Merge tag 'efi-for-3.8' into x86/efi | H. Peter Anvin | 2013-01-30 | 3 | -13/+22 |
| |\ |
|
| | * | x86, efi: remove attribute check from setup_efi_pci | Maarten Lankhorst | 2013-01-29 | 1 | -3/+0 |
| | * | x86, efi: Set runtime_version to the EFI spec revision | Matt Fleming | 2013-01-25 | 1 | -1/+1 |
| | * | x86, efi: fix 32-bit warnings in setup_efi_pci() | Jan Beulich | 2013-01-25 | 1 | -4/+4 |
| | * | efi, x86: Pass a proper identity mapping in efi_call_phys_prelog | Nathan Zimmer | 2013-01-18 | 1 | -5/+17 |
| * | | x86, build: Dynamically find entry points in compressed startup code | David Woodhouse | 2013-01-27 | 4 | -27/+72 |
| * | | x86, efi: Fix PCI ROM handing in EFI boot stub, in 32-bit mode | David Woodhouse | 2013-01-27 | 1 | -1/+6 |
| * | | x86, efi: Fix 32-bit EFI handover protocol entry point | David Woodhouse | 2013-01-27 | 1 | -0/+2 |
| * | | x86, efi: Fix display detection in EFI boot stub | David Woodhouse | 2013-01-27 | 1 | -2/+1 |
| * | | x86, boot: Define the 2.12 bzImage boot protocol | H. Peter Anvin | 2013-01-27 | 3 | -28/+76 |
| * | | x86/boot: Fix minor fd leakage in tools/relocs.c | Cong Ding | 2013-01-27 | 1 | -2/+4 |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-01-31 | 11 | -49/+73 |
|\ \ \
| |/ /
|/| | |
|
| * | | efi: Make 'efi_enabled' a function to query EFI facilities | Matt Fleming | 2013-01-30 | 4 | -38/+50 |
| * | | x86/msr: Add capabilities check | Alan Cox | 2013-01-24 | 1 | -0/+3 |
| * | | x86/dma-debug: Bump PREALLOC_DMA_DEBUG_ENTRIES | Maarten Lankhorst | 2013-01-24 | 1 | -1/+1 |
| * | | x86/olpc: Fix olpc-xo1-sci.c build errors | Randy Dunlap | 2013-01-24 | 1 | -0/+1 |
| * | | arch/x86/platform/uv: Fix incorrect tlb flush all issue | Alex Shi | 2013-01-24 | 2 | -4/+8 |
| * | | x86-64: Fix unwind annotations in recent NMI changes | Jan Beulich | 2013-01-24 | 1 | -4/+3 |
| * | | x86-32: Start out cr0 clean, disable paging before modifying cr3/4 | H. Peter Anvin | 2013-01-19 | 1 | -2/+7 |
| |/ |
|
* | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-01-22 | 1 | -6/+0 |
|\ \ |
|
| * | | perf x86: revert 20b279 - require exclude_guest to use PEBS - kernel side | David Ahern | 2013-01-10 | 1 | -6/+0 |
* | | | ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL | Oleg Nesterov | 2013-01-22 | 1 | -4/+5 |
* | | | Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2013-01-18 | 2 | -8/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests. | Andrew Cooper | 2013-01-16 | 1 | -1/+0 |
| * | | Revert "xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling whil... | Konrad Rzeszutek Wilk | 2013-01-15 | 1 | -7/+0 |
| * | | Merge tag 'v3.7' into stable/for-linus-3.8 | Konrad Rzeszutek Wilk | 2013-01-15 | 23 | -94/+226 |
| |\ \ |
|
* | \ \ | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2013-01-16 | 2 | -1/+81 |
|\ \ \ \ |
|
| * | | | | x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCI | H. Peter Anvin | 2013-01-13 | 1 | -0/+2 |
| * | | | | x86/Sandy Bridge: mark arrays in __init functions as __initconst | H. Peter Anvin | 2013-01-13 | 1 | -2/+2 |
| * | | | | x86/Sandy Bridge: reserve pages when integrated graphics is present | Jesse Barnes | 2013-01-11 | 1 | -0/+78 |
| * | | | | x86, efi: correct precedence of operators in setup_efi_pci | Sasha Levin | 2012-12-20 | 1 | -1/+1 |
* | | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-01-10 | 2 | -8/+28 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | KVM: x86: use dynamic percpu allocations for shared msrs area | Marcelo Tosatti | 2013-01-08 | 1 | -6/+18 |
| * | | | | Add rcu user eqs exception hooks for async page fault | Li Zhong | 2012-12-18 | 1 | -2/+10 |
* | | | | | X86: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 21 | -89/+84 |
* | | | | | PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check) | Myron Stowe | 2012-12-26 | 1 | -1/+2 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-20 | 19 | -118/+24 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those | Al Viro | 2012-12-19 | 3 | -25/+7 |
| * | | | | generic compat_sys_sigaltstack() | Al Viro | 2012-12-19 | 8 | -67/+6 |
| * | | | | introduce generic sys_sigaltstack(), switch x86 and um to it | Al Viro | 2012-12-19 | 10 | -16/+4 |
| * | | | | new helper: compat_user_stack_pointer() | Al Viro | 2012-12-19 | 1 | -0/+7 |
| * | | | | unify SS_ONSTACK/SS_DISABLE definitions | Al Viro | 2012-12-19 | 1 | -6/+0 |
| * | | | | missing user_stack_pointer() instances | Al Viro | 2012-12-19 | 1 | -0/+1 |
| * | | | | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 2012-12-19 | 3 | -5/+0 |
* | | | | | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-12-20 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *-----. \ \ \ \ | Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'... | Joerg Roedel | 2012-12-16 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
| | * | | | | | | | dma-debug: New interfaces to debug dma mapping errors | Shuah Khan | 2012-10-24 | 1 | -0/+1 |
| | |/ / / / / / |
|
* | | | | | | | | Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2012-12-19 | 3 | -52/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86, 386 removal: Remove support for IRQ 13 FPU error reporting | H. Peter Anvin | 2012-12-17 | 3 | -52/+1 |