| Commit message (Expand) | Author | Age |
| ... | |
| | * | | | | | | | | | x86, vdso: Patch alternatives in the 32-bit VDSO | Andy Lutomirski | 2014-03-18 |
| | * | | | | | | | | | x86, vdso: Introduce VVAR marco for vdso32 | Stefani Seibold | 2014-03-18 |
| | * | | | | | | | | | x86, vdso: Make vsyscall_gtod_data handling x86 generic | Stefani Seibold | 2014-03-18 |
| | * | | | | | | | | | x86_32, mm: Remove user bit from identity map PDE | Andy Lutomirski | 2014-03-13 |
| | * | | | | | | | | | x86, vdso: Remove compat vdso support | Andy Lutomirski | 2014-03-13 |
| * | | | | | | | | | | Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-01 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Merge 3.14-rc5 into driver-core-next | Greg Kroah-Hartman | 2014-03-02 |
| | |\ \ \ \ \ \ \ \ \ \
| | | |_|_|_|/ / / / /
| | |/| | | | | | | | |
|
| | * | | | | | | | | | | x86: align x86 arch with generic CPU modalias handling | Ard Biesheuvel | 2014-02-18 |
| | | |_|_|_|/ / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-04-01 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | x86/PCI: Remove mp_bus_to_node[], set_mp_bus_to_node(), get_mp_bus_to_node() | Bjorn Helgaas | 2014-02-03 |
| | * | | | | | | | | | | x86/PCI: Add x86_pci_root_bus_node() to look up NUMA node from PCI bus | Bjorn Helgaas | 2014-02-03 |
| | * | | | | | | | | | | x86/PCI: Drop return value of pcibios_scan_root() | Bjorn Helgaas | 2014-02-03 |
| | * | | | | | | | | | | x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root() | Bjorn Helgaas | 2014-02-03 |
| | * | | | | | | | | | | x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata() | Bjorn Helgaas | 2014-02-03 |
| | | |_|_|_|/ / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-04-01 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'irq/for-gpio' into irq/core | Thomas Gleixner | 2014-03-12 |
| | |\ \ \ \ \ \ \ \ \ \
| | | |_|_|/ / / / / /
| | |/| | | | | | | | |
|
| | * | | | | | | | | | | x86: hardirq: Make irq_hv_callback_count available for CONFIG_HYPERV=m as well | Thomas Gleixner | 2014-03-06 |
| | * | | | | | | | | | | x86: hyperv: Fixup the (brain) damage caused by the irq cleanup | Thomas Gleixner | 2014-03-05 |
| | * | | | | | | | | | | x86: Remove deprecated IRQF_DISABLED | Michael Opdenacker | 2014-03-04 |
| | * | | | | | | | | | | x86: Hyperv: Cleanup the irq mess | Thomas Gleixner | 2014-03-04 |
| | * | | | | | | | | | | x86: Add proper vector accounting for HYPERVISOR_CALLBACK_VECTOR | Thomas Gleixner | 2014-03-04 |
| | | |_|/ / / / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | | Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2014-04-01 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | x86: Keep thread_info on thread stack in x86_32 | Steven Rostedt | 2014-03-06 |
| | * | | | | | | | | | | x86: Prepare removal of previous_esp from i386 thread_info structure | Steven Rostedt | 2014-03-06 |
| | * | | | | | | | | | | x86: Nuke GET_THREAD_INFO_WITH_ESP() macro for i386 | Steven Rostedt (Red Hat) | 2014-03-06 |
| | * | | | | | | | | | | x86: Nuke the supervisor_stack field in i386 thread_info | Steven Rostedt | 2014-03-06 |
| | | |_|_|/ / / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-04-01 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | arch: Remove stub cputime.h headers | Frederic Weisbecker | 2014-03-13 |
| | | |_|_|_|_|_|_|_|/
| |/| | | | | | | | |
|
| * | | | | | | | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2014-04-01 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH | H. Peter Anvin | 2014-02-27 |
| * | | | | | | | | | | | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l... | Linus Torvalds | 2014-03-31 |
| |\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | |
|
| | * | | | | | | | | | | fs/compat: optional preadv64/pwrite64 compat system calls | Heiko Carstens | 2014-03-06 |
| | * | | | | | | | | | | compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64 | Heiko Carstens | 2014-03-04 |
| | | |_|/ / / / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-03-31 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingo | Matt Fleming | 2014-03-05 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | x86/efi: Wire up CONFIG_EFI_MIXED | Matt Fleming | 2014-03-04 |
| | | * | | | | | | | | | | x86/efi: Add mixed runtime services support | Matt Fleming | 2014-03-04 |
| | | * | | | | | | | | | | x86/efi: Firmware agnostic handover entry points | Matt Fleming | 2014-03-04 |
| | | * | | | | | | | | | | x86/mm/pageattr: Always dump the right page table in an oops | Matt Fleming | 2014-03-04 |
| | | | |_|_|/ / / / / /
| | |/| | | | | | | | |
|
| | * | | | | | | | | | | Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingo | Matt Fleming | 2014-03-05 |
| | |\ \ \ \ \ \ \ \ \ \
| | | |_|_|_|/ / / / /
| | |/| | | | | | | | |
|
| | * | | | | | | | | | | x86/efi: Make efi virtual runtime map passing more robust | Borislav Petkov | 2014-03-04 |
| | * | | | | | | | | | | x86, pageattr: Export page unmapping interface | Borislav Petkov | 2014-03-04 |
| | * | | | | | | | | | | x86/efi: Dump the EFI page table | Borislav Petkov | 2014-03-04 |
| | * | | | | | | | | | | x86, ptdump: Add the functionality to dump an arbitrary pagetable | Borislav Petkov | 2014-03-04 |
| | * | | | | | | | | | | efi: Move facility flags to struct efi | Matt Fleming | 2014-03-04 |
| | | |/ / / / / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-03-31 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | x86, intel: Make MSR_IA32_MISC_ENABLE bit constants systematic | H. Peter Anvin | 2014-03-13 |
| | * | | | | | | | | | | x86, Intel: Convert to the new bit access MSR accessors | Borislav Petkov | 2014-03-13 |
| | * | | | | | | | | | | x86: Add another set of MSR accessor functions | Borislav Petkov | 2014-03-13 |
| | | |_|_|/ / / / / /
| |/| | | | | | | | |
|
| | * | | | | | | | | | x86: Add support for the clflushopt instruction | Ross Zwisler | 2014-02-27 |