| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-12 | 8 | -75/+69 |
|\ |
|
| * | x86/numa: Add constraints check for nid parameters | Petr Holasek | 2011-12-09 | 1 | -4/+6 |
| * | mm, x86: Remove debug_pagealloc_enabled | Stanislaw Gruszka | 2011-12-06 | 1 | -6/+0 |
| * | x86/mm: Initialize high mem before free_all_bootmem() | Stanislaw Gruszka | 2011-12-06 | 1 | -2/+11 |
| * | arch/x86/kernel/e820.c: quiet sparse noise about plain integer as NULL pointer | H Hartley Sweeten | 2011-12-05 | 1 | -1/+1 |
| * | arch/x86/kernel/e820.c: Eliminate bubble sort from sanitize_e820_map() | Mike Ditto | 2011-12-05 | 1 | -35/+24 |
| * | x86: Fix mmap random address range | Ludwig Nussel | 2011-12-05 | 1 | -2/+2 |
| * | x86, mm: Unify zone_sizes_init() | Pekka Enberg | 2011-11-11 | 4 | -38/+25 |
| * | x86, mm: Prepare zone_sizes_init() for unification | Pekka Enberg | 2011-11-11 | 2 | -0/+7 |
| * | x86, mm: Use max_low_pfn for ZONE_NORMAL on 64-bit | Pekka Enberg | 2011-11-11 | 1 | -1/+1 |
| * | x86, mm: Wrap ZONE_DMA32 with CONFIG_ZONE_DMA32 | Pekka Enberg | 2011-11-11 | 1 | -0/+2 |
| * | x86, mm: Use max_pfn instead of highend_pfn | Pekka Enberg | 2011-11-11 | 1 | -1/+1 |
| * | x86, mm: Move zone init from paging_init() on 64-bit | Pekka Enberg | 2011-11-11 | 1 | -2/+7 |
| * | x86, mm: Use MAX_DMA_PFN for ZONE_DMA on 32-bit | Pekka Enberg | 2011-11-11 | 1 | -2/+1 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp... | Linus Torvalds | 2012-01-12 | 2 | -171/+34 |
|\ \ |
|
| * | | [CPUFREQ] EXYNOS: Make EXYNOS common cpufreq driver | Jaecheol Lee | 2012-01-09 | 1 | -0/+34 |
| * | | Merge branch 'for_3.3/omap-cpufreq' of git://git.kernel.org/pub/scm/linux/ker... | Dave Jones | 2011-12-02 | 2 | -172/+0 |
| |\ \ |
|
| | * | | cpufreq: OMAP: cleanup for multi-SoC support, move into drivers/cpufreq | Santosh Shilimkar | 2011-11-08 | 2 | -172/+0 |
* | | | | Merge git://git.infradead.org/battery-2.6 | Linus Torvalds | 2012-01-12 | 1 | -0/+3 |
|\ \ \ \ |
|
| * \ \ \ | Merge git://git.infradead.org/users/cbou/battery-urgent | Anton Vorontsov | 2012-01-10 | 135 | -945/+925 |
| |\ \ \ \ |
|
| * | | | | | ARM: rx51: Add bq27200 i2c board info | Pali Rohár | 2012-01-06 | 1 | -0/+3 |
* | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2012-01-12 | 67 | -579/+506 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/PCI: Expand the x86_msi_ops to have a restore MSIs. | Konrad Rzeszutek Wilk | 2012-01-06 | 3 | -0/+11 |
| * | | | | | | x86/PCI: amd: factor out MMCONFIG discovery | Bjorn Helgaas | 2012-01-06 | 3 | -31/+44 |
| * | | | | | | xtensa/PCI: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 2012-01-06 | 1 | -43/+42 |
| * | | | | | | x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus() | Bjorn Helgaas | 2012-01-06 | 4 | -35/+45 |
| * | | | | | | x86/PCI: use pci_scan_bus() instead of pci_scan_bus_parented() | Bjorn Helgaas | 2012-01-06 | 3 | -6/+1 |
| * | | | | | | x86/PCI: read Broadcom CNB20LE host bridge info before PCI scan | Bjorn Helgaas | 2012-01-06 | 1 | -23/+39 |
| * | | | | | | sparc32, leon/PCI: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 2012-01-06 | 1 | -17/+8 |
| * | | | | | | sparc/PCI: convert to pci_create_root_bus() | Bjorn Helgaas | 2012-01-06 | 1 | -11/+6 |
| * | | | | | | sh/PCI: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 2012-01-06 | 1 | -10/+10 |
| * | | | | | | powerpc/PCI: convert to pci_create_root_bus() | Bjorn Helgaas | 2012-01-06 | 1 | -11/+14 |
| * | | | | | | powerpc/PCI: split PHB part out of pcibios_map_io_space() | Bjorn Helgaas | 2012-01-06 | 1 | -19/+21 |
| * | | | | | | powerpc/PCI: make pcibios_setup_phb_resources() static | Bjorn Helgaas | 2012-01-06 | 2 | -2/+1 |
| * | | | | | | mn10300/PCI: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 2012-01-06 | 1 | -6/+6 |
| * | | | | | | mips/PCI: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 2012-01-06 | 1 | -7/+10 |
| * | | | | | | microblaze/PCI: use pci_scan_root_bus() | Bjorn Helgaas | 2012-01-06 | 1 | -7/+3 |
| * | | | | | | microblaze/PCI: convert to pci_create_root_bus() for correct root bus resources | Bjorn Helgaas | 2012-01-06 | 1 | -15/+15 |
| * | | | | | | microblaze/PCI: make pcibios_setup_phb_resources() static | Bjorn Helgaas | 2012-01-06 | 2 | -2/+1 |
| * | | | | | | microblaze/PCI: fix pci_bus_for_each_resource() usage | Bjorn Helgaas | 2012-01-06 | 1 | -2/+0 |
| * | | | | | | ia64/PCI: convert to pci_create_root_bus() for correct root bus resources | Bjorn Helgaas | 2012-01-06 | 1 | -25/+14 |
| * | | | | | | ia64/PCI: use pci_create_bus() instead of pci_scan_bus_parented() | Bjorn Helgaas | 2012-01-06 | 1 | -1/+4 |
| * | | | | | | frv/PCI: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 2012-01-06 | 1 | -6/+5 |
| * | | | | | | arm/PCI: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 2012-01-06 | 21 | -111/+104 |
| * | | | | | | alpha/PCI: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 2012-01-06 | 1 | -20/+20 |
| * | | | | | | x86/PCI: amd: Kill misleading message about enablement of IO access to PCI ECS] | Andreas Herrmann | 2012-01-06 | 1 | -1/+0 |
| * | | | | | | PCI: x86: use generic pcibios_set_master() | Myron Stowe | 2012-01-06 | 1 | -14/+0 |
| * | | | | | | PCI: sh: use generic pcibios_set_master() | Myron Stowe | 2012-01-06 | 1 | -15/+0 |
| * | | | | | | PCI: mn10300: use generic pcibios_set_master() | Myron Stowe | 2012-01-06 | 1 | -16/+0 |
| * | | | | | | PCI: MIPS: use generic pcibios_set_master() | Myron Stowe | 2012-01-06 | 1 | -15/+0 |