summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | x86, vdso: Move more vdso definitions into vdso.hAndy Lutomirski2014-03-201-0/+38
| * | | | | | | x86: Load the 32-bit vdso in place, just like the 64-bit vdsosAndy Lutomirski2014-03-201-8/+0
| * | | | | | | x86, vdso: Add 32 bit VDSO time support for 64 bit kernelStefani Seibold2014-03-182-14/+62
| * | | | | | | x86, vdso: Add 32 bit VDSO time support for 32 bit kernelStefani Seibold2014-03-182-0/+16
| * | | | | | | x86, vdso: Patch alternatives in the 32-bit VDSOAndy Lutomirski2014-03-181-0/+2
| * | | | | | | x86, vdso: Introduce VVAR marco for vdso32Stefani Seibold2014-03-181-2/+12
| * | | | | | | x86, vdso: Make vsyscall_gtod_data handling x86 genericStefani Seibold2014-03-182-7/+9
| * | | | | | | x86_32, mm: Remove user bit from identity map PDEAndy Lutomirski2014-03-131-6/+1
| * | | | | | | x86, vdso: Remove compat vdso supportAndy Lutomirski2014-03-133-16/+1
* | | | | | | | Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-011-0/+7
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman2014-03-021-1/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel2014-02-181-0/+7
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-012-19/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/PCI: Remove mp_bus_to_node[], set_mp_bus_to_node(), get_mp_bus_to_node()Bjorn Helgaas2014-02-031-13/+0
| * | | | | | | | x86/PCI: Add x86_pci_root_bus_node() to look up NUMA node from PCI busBjorn Helgaas2014-02-031-0/+1
| * | | | | | | | x86/PCI: Drop return value of pcibios_scan_root()Bjorn Helgaas2014-02-031-1/+1
| * | | | | | | | x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root()Bjorn Helgaas2014-02-031-4/+0
| * | | | | | | | x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata()Bjorn Helgaas2014-02-031-1/+0
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-013-3/+8
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-122-1/+2
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | x86: hardirq: Make irq_hv_callback_count available for CONFIG_HYPERV=m as wellThomas Gleixner2014-03-061-1/+1
| * | | | | | | | x86: hyperv: Fixup the (brain) damage caused by the irq cleanupThomas Gleixner2014-03-051-2/+2
| * | | | | | | | x86: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-041-2/+2
| * | | | | | | | x86: Hyperv: Cleanup the irq messThomas Gleixner2014-03-041-1/+3
| * | | | | | | | x86: Add proper vector accounting for HYPERVISOR_CALLBACK_VECTORThomas Gleixner2014-03-041-0/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-04-012-48/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: Keep thread_info on thread stack in x86_32Steven Rostedt2014-03-062-44/+14
| * | | | | | | | x86: Prepare removal of previous_esp from i386 thread_info structureSteven Rostedt2014-03-061-2/+3
| * | | | | | | | x86: Nuke GET_THREAD_INFO_WITH_ESP() macro for i386Steven Rostedt (Red Hat)2014-03-061-4/+0
| * | | | | | | | x86: Nuke the supervisor_stack field in i386 thread_infoSteven Rostedt2014-03-061-1/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-012-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | arch: Remove stub cputime.h headersFrederic Weisbecker2014-03-132-1/+1
* | | | | | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-04-011-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSHH. Peter Anvin2014-02-271-2/+2
* | | | | | | | | | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2014-03-311-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fs/compat: optional preadv64/pwrite64 compat system callsHeiko Carstens2014-03-061-0/+2
| * | | | | | | | | | compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64Heiko Carstens2014-03-041-0/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-03-313-6/+44
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming2014-03-052-3/+37
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86/efi: Wire up CONFIG_EFI_MIXEDMatt Fleming2014-03-041-0/+11
| | * | | | | | | | | | x86/efi: Add mixed runtime services supportMatt Fleming2014-03-041-0/+21
| | * | | | | | | | | | x86/efi: Firmware agnostic handover entry pointsMatt Fleming2014-03-041-3/+3
| | * | | | | | | | | | x86/mm/pageattr: Always dump the right page table in an oopsMatt Fleming2014-03-041-0/+2
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingoMatt Fleming2014-03-052-1/+2
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | x86/efi: Make efi virtual runtime map passing more robustBorislav Petkov2014-03-041-1/+2
| * | | | | | | | | | x86, pageattr: Export page unmapping interfaceBorislav Petkov2014-03-041-0/+2
| * | | | | | | | | | x86/efi: Dump the EFI page tableBorislav Petkov2014-03-041-0/+1
| * | | | | | | | | | x86, ptdump: Add the functionality to dump an arbitrary pagetableBorislav Petkov2014-03-041-1/+2
| * | | | | | | | | | efi: Move facility flags to struct efiMatt Fleming2014-03-041-1/+0
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-03-315-31/+75
|\ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud