summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | mm: add a reminder comment for __GFP_BITS_SHIFTAndrew Morton2012-12-131-0/+1
| * | | | | | res_counter: delete res_counter_write()Greg Thelen2012-12-131-5/+0
| * | | | | | hotplug: update nodemasks managementLai Jiangshan2012-12-131-0/+1
| * | | | | | cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-131-1/+1
| * | | | | | mm: node_states: introduce N_MEMORYLai Jiangshan2012-12-131-0/+1
| * | | | | | thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov2012-12-131-0/+4
| * | | | | | thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsKirill A. Shutemov2012-12-131-0/+2
| * | | | | | thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-131-4/+10
| * | | | | | thp: do_huge_pmd_wp_page(): handle huge zero pageKirill A. Shutemov2012-12-131-0/+8
* | | | | | | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-134-7/+113
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas2012-12-111-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: Use phys_addr_t for physical ROM addressBjorn Helgaas2012-12-101-1/+1
| * | | | | | | | Merge branch 'pci/bjorn-pcie-cap' into nextBjorn Helgaas2012-12-071-1/+16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | PCI: Add standard PCIe Capability Link ASPM field namesBjorn Helgaas2012-12-071-0/+2
| | * | | | | | | | PCI: Add and use standard PCI-X Capability register namesBjorn Helgaas2012-12-051-1/+14
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas2012-12-062-0/+74
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | PCI: Add support for non-BAR ROMsMatthew Garrett2012-12-051-0/+2
| | * | | | | | | PCI: Add pcibios_add_deviceMatthew Garrett2012-12-051-0/+1
| | * | | | | | | EFI: Stash ROMs if they're not in the PCI BARMatthew Garrett2012-12-051-0/+71
| | |/ / / / / /
| * | | | | | | Merge branch 'pci/misc' into nextBjorn Helgaas2012-11-281-0/+3
| |\ \ \ \ \ \ \
| | * | | | | | | PCI/AER: Report success only when every device has AER-aware driverVijay Mohan Pandarathil2012-11-261-0/+3
| * | | | | | | | Merge branch 'pci/misc' into nextBjorn Helgaas2012-11-131-3/+3
| |\| | | | | | |
| | * | | | | | | PCI: Fix bit definitions of PCI_EXP_LNKCAP2 registerJingoo Han2012-11-091-3/+3
| | |/ / / / / /
| * | | | | | | Merge branch 'pci/don-sriov' into nextBjorn Helgaas2012-11-131-0/+11
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: Provide method to reduce the number of total VFs supportedDonald Dutile2012-11-101-0/+10
| | * | | | | | | PCI: SRIOV control and status via sysfsDonald Dutile2012-11-101-0/+1
| | |/ / / / / /
| * | | | | | | PCI: Don't pass pci_dev to pci_ext_cfg_avail()Taku Izumi2012-11-071-1/+1
| * | | | | | | ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_busBjorn Helgaas2012-11-051-2/+2
| * | | | | | | PCI: Add pci_stop_and_remove_root_bus()Yinghai Lu2012-11-031-0/+2
| * | | | | | | PCI: Separate out pci_assign_unassigned_bus_resources()Yinghai Lu2012-10-301-0/+1
| |/ / / / / /
* | | | | | | Merge tag 'regulator-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-12-1311-53/+217
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'regulator/topic/tol' into regulator-nextMark Brown2012-12-101-0/+8
| |\ \ \ \ \ \ \
| | * | | | | | | regulator: core: Add regulator_is_supported_voltage_tol()Mark Brown2012-11-141-0/+8
| * | | | | | | | Merge remote-tracking branch 'regulator/topic/stub' into regulator-nextMark Brown2012-12-101-0/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | regulator: add missing prototype for regulator_is_supported_voltagePhilip Rakity2012-11-211-0/+4
| * | | | | | | | | Merge remote-tracking branch 'regulator/topic/min' into regulator-nextMark Brown2012-12-101-0/+2
| |\ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ Merge branches 'topic/da9055' and 'topic/tps51632' of git://git.kernel.org/pu...Mark Brown2012-11-272-3/+71
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | regulator: core: Allow specific minimal selector for starting linear mappingAxel Lin2012-11-271-0/+2
| * | | | | | | | | | | | Merge remote-tracking branch 'regulator/topic/max8997' into regulator-nextMark Brown2012-12-102-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'topic/hotplug' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown2012-11-275-50/+88
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | regulator: add device tree support for max8997Thomas Abraham2012-11-272-0/+2
| | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge remote-tracking branch 'regulator/topic/max8973' into regulator-nextMark Brown2012-12-101-0/+72
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | regulator: max8973: add regulator driver supportLaxman Dewangan2012-11-191-0/+72
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextMark Brown2012-12-105-50/+88
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'topic/tps6586x' of git://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown2012-11-201-0/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | mfd: tps6586x: move regulator dt parsing to regulator driverLaxman Dewangan2012-11-151-0/+3
| | | | |_|_|_|/ / / / / / / | | | |/| | | | | | | | | |
| | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | *---------. \ \ \ \ \ \ \ \ \ \ \ Merge branches 'topic/tps51632', 'topic/tps80031', 'topic/vexpress', 'topic/m...Mark Brown2012-11-204-50/+85
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / / / / / / / / | | | | |/| | | | / / / / / / / / / / | | | |_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | / / / / / / / | | | | |_|_|_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | regulator: tps65090: add external control support for DCDCLaxman Dewangan2012-10-171-1/+6
| | | | | | | | * | | | | | | | | regulator: tps65090: Add support for LDO regulatorsLaxman Dewangan2012-10-171-0/+2
| | | | | | | | * | | | | | | | | regulator: tps65090: rename driver name and regulator nameLaxman Dewangan2012-10-171-12/+12