summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-2331-109/+50
|\
| * coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron2012-03-234-0/+16
| * coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-2312-59/+14
| * Hexagon: use set_current_blocked() and block_sigmask()Matt Fleming2012-03-231-10/+2
| * x86: use for_each_clear_bit_from()Akinobu Mita2012-03-231-3/+3
| * bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita2012-03-231-2/+2
| * Remove remaining bits of io_remap_page_range()Javi Merino2012-03-234-7/+0
| * nmi watchdog: do not use cpp symbol in KconfigCong Wang2012-03-237-9/+6
| * um: use set_current_blocked() and block_sigmask()Matt Fleming2012-03-231-14/+6
| * um: don't restore current->blocked on errorMatt Fleming2012-03-231-6/+2
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-234-1/+23
|\ \
| * \ Merge tag 'v3.3' into staging/for_v3.4Mauro Carvalho Chehab2012-03-19455-5954/+3749
| |\ \
| * | | [media] MX2: Add platform definitions for eMMa-PrP deviceJavier Martin2012-02-284-1/+23
* | | | Merge tag 'iommu-updates-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-03-231-0/+63
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'iommu/fixes', 'arm/tegra' and 'x86/amd' into nextJoerg Roedel2012-03-221-0/+63
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | ARM: IOMMU: Tegra30: Add iommu_ops for SMMU driverHiroshi DOYU2012-01-261-0/+63
| | | |/ / | | |/| |
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-2375-1058/+355
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | unicore32/PCI: move <asm-generic/pci-bridge.h> include to asm/pci.hBjorn Helgaas2012-03-202-1/+1
| * | | | sparc/PCI: convert devtree and arch-probed bus addresses to resourceBjorn Helgaas2012-03-201-35/+25
| * | | | powerpc/PCI: allow reallocation on PA SemiBjorn Helgaas2012-03-201-3/+0
| * | | | powerpc/PCI: convert devtree bus addresses to resourceBjorn Helgaas2012-03-201-4/+8
| * | | | powerpc/PCI: compute I/O space bus-to-resource offset consistentlyBjorn Helgaas2012-03-204-6/+11
| * | | | arm/PCI: don't export pci_flagsBjorn Helgaas2012-03-201-1/+0
| * | | | x86/PCI: add spinlock held check to 'pcibios_fwaddrmap_lookup()'Myron Stowe2012-03-021-0/+2
| * | | | PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu2012-02-274-7/+7
| * | | | PCI: Use class for quirk for pci_fixup_videoYinghai Lu2012-02-241-4/+2
| * | | | PCI: Use class quirk for intel fix_transparent_bridgeYinghai Lu2012-02-241-3/+3
| * | | | PCI: Use class for quirk for via_no_dacYinghai Lu2012-02-241-2/+3
| * | | | PCI: collapse pcibios_resource_to_busBjorn Helgaas2012-02-2311-22/+0
| * | | | xtensa/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-231-16/+1
| * | | | sparc/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-234-96/+13
| * | | | sh/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-232-69/+12
| * | | | powerpc/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-232-81/+6
| * | | | parisc/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-232-89/+1
| * | | | mn10300/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-232-68/+10
| * | | | mips/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-233-133/+4
| * | | | microblaze/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-232-73/+4
| * | | | ia64/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-233-59/+6
| * | | | ia64/PCI: SN: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-02-231-5/+9
| * | | | arm/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-2319-117/+57
| * | | | alpha/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-232-72/+5
| * | | | unicore32/PCI: use pci_flags PCI_PROBE_ONLY instead of arm-specific flagBjorn Helgaas2012-02-231-3/+3
| * | | | powerpc/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas2012-02-2310-22/+15
| * | | | powerpc/PCI: make pci_probe_only default to 0Bjorn Helgaas2012-02-235-8/+4
| * | | | mips/PCI: removed unused pci_probe configurabilityBjorn Helgaas2012-02-231-5/+1
| * | | | mips/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas2012-02-237-15/+12
| * | | | microblaze/PCI: remove unused pci_flagsBjorn Helgaas2012-02-232-40/+9
| * | | | arm/PCI: use pci_flags PCI_PROBE_ONLY instead of arm-specific flagBjorn Helgaas2012-02-231-3/+2
| * | | | arm/PCI: remove arch pci_flags definitionBjorn Helgaas2012-02-232-3/+2
| * | | | alpha/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas2012-02-235-13/+12
OpenPOWER on IntegriCloud