| Commit message (Expand) | Author | Age | Files | Lines |
* | new helper: sigsuspend() | Al Viro | 2012-05-21 | 2 | -22/+2 |
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-05-21 | 15 | -193/+46 |
|\ |
|
| * | x86: Use common threadinfo allocator | Thomas Gleixner | 2012-05-08 | 6 | -31/+12 |
| * | Merge branch 'smp/threadalloc' into smp/hotplug | Thomas Gleixner | 2012-05-08 | 7 | -10/+30 |
| |\ |
|
| | * | fork: Remove the weak insanity | Thomas Gleixner | 2012-05-08 | 1 | -1/+0 |
| * | | x86: Use kick_all_cpus_sync() | Thomas Gleixner | 2012-05-08 | 4 | -26/+1 |
| * | | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK | Thomas Gleixner | 2012-05-05 | 1 | -1/+0 |
| * | | x86: Use generic init_task | Thomas Gleixner | 2012-05-05 | 5 | -44/+11 |
| * | | x86: Use generic idle thread allocation | Thomas Gleixner | 2012-04-26 | 4 | -84/+14 |
| * | | x86: Add task_struct argument to smp_ops.cpu_up | Thomas Gleixner | 2012-04-26 | 3 | -7/+7 |
| * | | smp: Add task_struct argument to __cpu_up() | Thomas Gleixner | 2012-04-26 | 1 | -1/+3 |
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-05-21 | 2 | -61/+44 |
|\ \ \ |
|
| * | | | x86/nmi: Fix the type of the nmiaction.flags field | Betty Dall | 2012-05-07 | 1 | -1/+1 |
| * | | | x86/nmi: Fix page faults by nmiaction if kmemcheck is enabled | Li Zhong | 2012-04-25 | 2 | -61/+24 |
| * | | | x86/nmi: Add new NMI queues to deal with IO_CHK and SERR | Don Zickus | 2012-04-25 | 2 | -0/+20 |
* | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-05-21 | 3 | -280/+165 |
|\ \ \ \ |
|
| * | | | | irq_remap: Fix compiler warning with CONFIG_IRQ_REMAP=y | Suresh Siddha | 2012-05-08 | 1 | -4/+2 |
| * | | | | Merge tag 'intr-remapping-ops-for-ingo' of git://git.kernel.org/pub/scm/linux... | Ingo Molnar | 2012-05-07 | 3 | -280/+167 |
| |\ \ \ \ |
|
| | * | | | | iommu: rename intr_remapping.[ch] to irq_remapping.[ch] | Suresh Siddha | 2012-05-07 | 3 | -5/+5 |
| | * | | | | iommu: rename intr_remapping references to irq_remapping | Suresh Siddha | 2012-05-07 | 3 | -77/+80 |
| | * | | | | x86, iommu/vt-d: Clean up interfaces for interrupt remapping | Joerg Roedel | 2012-05-07 | 2 | -23/+16 |
| | * | | | | iommu/vt-d: Convert MSI remapping setup to remap_ops | Joerg Roedel | 2012-05-07 | 3 | -114/+54 |
| | * | | | | iommu/vt-d: Convert free_irte into a remap_ops callback | Joerg Roedel | 2012-05-07 | 2 | -1/+3 |
| | * | | | | iommu/vt-d: Convert IR set_affinity function to remap_ops | Joerg Roedel | 2012-05-07 | 2 | -67/+11 |
| | * | | | | iommu/vt-d: Convert IR ioapic-setup to use remap_ops | Joerg Roedel | 2012-05-07 | 2 | -67/+16 |
| | * | | | | iommu/vt-d: Convert missing apic.c intr-remapping call to remap_ops | Joerg Roedel | 2012-05-07 | 2 | -3/+9 |
| | * | | | | iommu/vt-d: Make intr-remapping initialization generic | Joerg Roedel | 2012-05-07 | 3 | -5/+55 |
* | | | | | | Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helg... | Linus Torvalds | 2012-05-21 | 7 | -172/+191 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/PCI: only check for spinlock being held in SMP kernels | Bjorn Helgaas | 2012-05-15 | 1 | -1/+1 |
| * | | | | | | resources: add resource_overlaps() | Wei Yang | 2012-05-07 | 1 | -11/+1 |
| * | | | | | | Merge branch 'topic/stratus' into next | Bjorn Helgaas | 2012-05-07 | 1 | -0/+16 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | PCI: work around Stratus ftServer broken PCIe hierarchy | Bjorn Helgaas | 2012-04-30 | 1 | -0/+16 |
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | x86/PCI: fix unused variable warning in amd_bus.c | Yinghai Lu | 2012-05-01 | 1 | -5/+10 |
| * | | | | | | x86/PCI: merge pcibios_scan_root() and pci_scan_bus_on_node() | Yinghai Lu | 2012-04-30 | 1 | -23/+4 |
| * | | | | | | x86/PCI: dynamically allocate pci_root_info for native host bridge drivers | Yinghai Lu | 2012-04-30 | 4 | -87/+88 |
| * | | | | | | x86/PCI: embed pci_sysdata into pci_root_info on ACPI path | Yinghai Lu | 2012-04-30 | 1 | -17/+4 |
| * | | | | | | x86/PCI: embed name into pci_root_info struct | Yinghai Lu | 2012-04-30 | 1 | -5/+2 |
| * | | | | | | x86/PCI: add host bridge resource release for _CRS path | Yinghai Lu | 2012-04-30 | 1 | -12/+51 |
| * | | | | | | x86/PCI: refactor get_current_resources() | Yinghai Lu | 2012-04-30 | 1 | -21/+13 |
| * | | | | | | x86/PCI: fix memleak with get_current_resources() | Yinghai Lu | 2012-04-30 | 1 | -19/+30 |
| |/ / / / / |
|
* | | | | | | net: drop NET dependency from HAVE_BPF_JIT | Sam Ravnborg | 2012-05-21 | 1 | -1/+1 |
* | | | | | | Merge branch 'vfs-cleanups' (random vfs cleanups) | Linus Torvalds | 2012-05-21 | 1 | -12/+8 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86: make word-at-a-time strncpy_from_user clear bytes at the end | Linus Torvalds | 2012-04-28 | 1 | -12/+8 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'stat-cleanups' (clean up copying of stat info to user space) | Linus Torvalds | 2012-05-21 | 1 | -0/+21 |
|\ \ \ \ \ \ |
|
| * | | | | | | vfs: don't force a big memset of stat data just to clear padding fields | Linus Torvalds | 2012-05-06 | 1 | -0/+21 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge branch 'x86/ld-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2012-05-19 | 5 | -62/+197 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86, relocs: When printing an error, say relative or absolute | H. Peter Anvin | 2012-05-18 | 1 | -3/+8 |
| * | | | | | | x86, relocs: Workaround for binutils 2.22.52.0.1 section bug | H. Peter Anvin | 2012-05-18 | 1 | -1/+5 |
| * | | | | | | x86, realmode: 16-bit real-mode code support for relocs tool | H. Peter Anvin | 2012-05-18 | 5 | -62/+188 |
* | | | | | | | Merge tag 'linus-mce-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2012-05-18 | 1 | -3/+11 |
|\ \ \ \ \ \ \ |
|