summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell2009-09-241-6/+0Star
* cpumask: remove the deprecated smp_call_function_mask()Rusty Russell2009-09-241-11/+0Star
* cpumask: don't define set_cpus_allowed() if CONFIG_CPUMASK_OFFSTACK=yRusty Russell2009-09-241-0/+3
* cpumask: Remove mask field from commentsNobuhiro Iwamatsu2009-09-241-1/+0Star
* cpumask: remove unused mask field from struct irqaction.Rusty Russell2009-09-241-1/+0Star
* cpumask: remove unused cpu_mask_allRusty Russell2009-09-241-3/+0Star
* cpumask: remove dangerous CPU_MASK_ALL_PTRRusty Russell2009-09-241-3/+0Star
* cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell2009-09-241-17/+0Star
* serial core: fix new kernel-doc warningsRandy Dunlap2009-09-231-2/+2
* Merge git://git.infradead.org/battery-2.6Linus Torvalds2009-09-234-14/+232
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Anton Vorontsov2009-09-23485-4948/+15365
| |\
| * | power_supply: Add driver for the PMU on WM831x PMICsMark Brown2009-09-041-0/+189
| * | wm97xx_battery: Use platform_dataMarek Vasut2009-09-042-14/+22
| * | power_supply: get_by_name and set_charged functionalityDaniel Mack2009-07-301-0/+3
| * | power_supply: Add a charge_type property, and use it for olpc driverAndres Salomon2009-07-021-0/+8
| * | Revert "power: remove POWER_SUPPLY_PROP_CAPACITY_LEVEL"Andres Salomon2009-07-011-0/+10
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-09-234-2/+20
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-09-20341-3274/+11011
| |\ \ \
| * | | | mtd: nand: add __nand_correct_data helper functionAtsushi Nemoto2009-09-191-0/+6
| * | | | mtd: nand: add new ECC mode - ECC_HW_OOB_FIRSTSneha Narnakaje2009-09-191-0/+1
| * | | | mtd: nand: add "page" parameter to all read_page/read_page_raw APIsSneha Narnakaje2009-09-191-2/+2
| * | | | mtd: onenand: make onenand/generic.c more genericMagnus Damm2009-09-191-0/+8
| * | | | mtd: OneNAND: 4-bit ECC status macrosKyungmin Park2009-09-041-0/+3
* | | | | Merge branch 'vgaarb-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ai...Linus Torvalds2009-09-231-1/+10
|\ \ \ \ \
| * | | | | vgaarb: make client interface config invariant.Ingo Molnar2009-09-231-1/+10
| | |_|_|/ | |/| | |
* | | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-09-232-1/+2
|\ \ \ \ \
| * | | | | intel-iommu: Fix kernel hang if interrupt remapping disabled in BIOSYouquan Song2009-09-111-0/+2
| * | | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2009-08-0882-458/+620
| |\ \ \ \ \
| * | | | | | intel-iommu: Remove superfluous iova_alloc_lock from IOVA codeDavid Woodhouse2009-07-151-1/+0Star
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2009-09-236-8/+59
|\ \ \ \ \ \ \
| * | | | | | | regulator/driver: be more specific in nanodoc for is_enabledWolfram Sang2009-09-221-1/+2
| * | | | | | | regulator: fix typosWolfram Sang2009-09-222-5/+5
| * | | | | | | regulator: Add GPIO enable control to fixed voltage regulator driverRoger Quadros2009-09-221-0/+24
| * | | | | | | regulator: Add regulator voltage range check APIMark Brown2009-09-221-0/+2
| * | | | | | | regulator: Add regulator_get_exclusive() APIMark Brown2009-09-222-0/+4
| * | | | | | | regulator: add initialization macro of regulator supplyroald2009-09-221-0/+7
| * | | | | | | regulator: add buck3 in da903x driverHaojian Zhuang2009-09-221-1/+3
| * | | | | | | regulator: Define full constraints function with REGULATOR disabledMark Brown2009-09-221-0/+6
| * | | | | | | regulator: Allow consumer supplies to be set up with dev_name()Mark Brown2009-09-221-1/+6
* | | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-233-3/+356
|\ \ \ \ \ \ \ \
| * | | | | | | | itimers: Add tracepoints for itimerXiao Guangrong2009-08-291-0/+66
| * | | | | | | | hrtimer: Add tracepoint for hrtimersXiao Guangrong2009-08-291-0/+139
| * | | | | | | | timers: Add tracepoints for timer_list timersXiao Guangrong2009-08-291-0/+137
| * | | | | | | | Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner2009-08-292-3/+14
| |\ \ \ \ \ \ \ \
| | * | | | | | | | cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka2009-08-031-0/+1
| | * | | | | | | | itimers: Fix periodic tics precisionStanislaw Gruszka2009-08-031-0/+2
| | * | | | | | | | itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka2009-08-031-3/+11
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-09-231-14/+0Star
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | firewire: core: header file cleanupStefan Richter2009-09-121-14/+0Star
* | | | | | | | | | | Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2009-09-232-0/+299
|\ \ \ \ \ \ \ \ \ \ \