summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-215-1/+44
|\
| * Merge tag 'v3.4-rc5' into nextJames Morris2012-05-0442-421/+382
| |\
| * | x86: Enable HAVE_ARCH_SECCOMP_FILTERWill Drewry2012-04-142-1/+7
| * | signal, x86: add SIGSYS info and make it synchronous.Will Drewry2012-04-142-0/+10
| * | arch/x86: add syscall_get_arch to syscall.hWill Drewry2012-04-141-0/+27
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-2115-193/+46
|\ \ \
| * | | x86: Use common threadinfo allocatorThomas Gleixner2012-05-086-31/+12
| * | | Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-087-10/+30
| |\ \ \
| | * | | fork: Remove the weak insanityThomas Gleixner2012-05-081-1/+0
| | | |/ | | |/|
| * | | x86: Use kick_all_cpus_sync()Thomas Gleixner2012-05-084-26/+1
| * | | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+0
| * | | x86: Use generic init_taskThomas Gleixner2012-05-055-44/+11
| * | | x86: Use generic idle thread allocationThomas Gleixner2012-04-264-84/+14
| * | | x86: Add task_struct argument to smp_ops.cpu_upThomas Gleixner2012-04-263-7/+7
| * | | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+3
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-212-61/+44
|\ \ \ \
| * | | | x86/nmi: Fix the type of the nmiaction.flags fieldBetty Dall2012-05-071-1/+1
| * | | | x86/nmi: Fix page faults by nmiaction if kmemcheck is enabledLi Zhong2012-04-252-61/+24
| * | | | x86/nmi: Add new NMI queues to deal with IO_CHK and SERRDon Zickus2012-04-252-0/+20
* | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-213-280/+165
|\ \ \ \ \
| * | | | | irq_remap: Fix compiler warning with CONFIG_IRQ_REMAP=ySuresh Siddha2012-05-081-4/+2
| * | | | | Merge tag 'intr-remapping-ops-for-ingo' of git://git.kernel.org/pub/scm/linux...Ingo Molnar2012-05-073-280/+167
| |\ \ \ \ \
| | * | | | | iommu: rename intr_remapping.[ch] to irq_remapping.[ch]Suresh Siddha2012-05-073-5/+5
| | * | | | | iommu: rename intr_remapping references to irq_remappingSuresh Siddha2012-05-073-77/+80
| | * | | | | x86, iommu/vt-d: Clean up interfaces for interrupt remappingJoerg Roedel2012-05-072-23/+16
| | * | | | | iommu/vt-d: Convert MSI remapping setup to remap_opsJoerg Roedel2012-05-073-114/+54
| | * | | | | iommu/vt-d: Convert free_irte into a remap_ops callbackJoerg Roedel2012-05-072-1/+3
| | * | | | | iommu/vt-d: Convert IR set_affinity function to remap_opsJoerg Roedel2012-05-072-67/+11
| | * | | | | iommu/vt-d: Convert IR ioapic-setup to use remap_opsJoerg Roedel2012-05-072-67/+16
| | * | | | | iommu/vt-d: Convert missing apic.c intr-remapping call to remap_opsJoerg Roedel2012-05-072-3/+9
| | * | | | | iommu/vt-d: Make intr-remapping initialization genericJoerg Roedel2012-05-073-5/+55
* | | | | | | Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helg...Linus Torvalds2012-05-217-172/+191
|\ \ \ \ \ \ \
| * | | | | | | x86/PCI: only check for spinlock being held in SMP kernelsBjorn Helgaas2012-05-151-1/+1
| * | | | | | | resources: add resource_overlaps()Wei Yang2012-05-071-11/+1
| * | | | | | | Merge branch 'topic/stratus' into nextBjorn Helgaas2012-05-071-0/+16
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: work around Stratus ftServer broken PCIe hierarchyBjorn Helgaas2012-04-301-0/+16
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | x86/PCI: fix unused variable warning in amd_bus.cYinghai Lu2012-05-011-5/+10
| * | | | | | | x86/PCI: merge pcibios_scan_root() and pci_scan_bus_on_node()Yinghai Lu2012-04-301-23/+4
| * | | | | | | x86/PCI: dynamically allocate pci_root_info for native host bridge driversYinghai Lu2012-04-304-87/+88
| * | | | | | | x86/PCI: embed pci_sysdata into pci_root_info on ACPI pathYinghai Lu2012-04-301-17/+4
| * | | | | | | x86/PCI: embed name into pci_root_info structYinghai Lu2012-04-301-5/+2
| * | | | | | | x86/PCI: add host bridge resource release for _CRS pathYinghai Lu2012-04-301-12/+51
| * | | | | | | x86/PCI: refactor get_current_resources()Yinghai Lu2012-04-301-21/+13
| * | | | | | | x86/PCI: fix memleak with get_current_resources()Yinghai Lu2012-04-301-19/+30
| |/ / / / / /
* | | | | | | net: drop NET dependency from HAVE_BPF_JITSam Ravnborg2012-05-211-1/+1
* | | | | | | Merge branch 'vfs-cleanups' (random vfs cleanups)Linus Torvalds2012-05-211-12/+8
|\ \ \ \ \ \ \
| * | | | | | | x86: make word-at-a-time strncpy_from_user clear bytes at the endLinus Torvalds2012-04-281-12/+8
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'stat-cleanups' (clean up copying of stat info to user space)Linus Torvalds2012-05-211-0/+21
|\ \ \ \ \ \ \
| * | | | | | | vfs: don't force a big memset of stat data just to clear padding fieldsLinus Torvalds2012-05-061-0/+21
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'x86/ld-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2012-05-195-62/+197
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud