summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* sched, nohz: Track nr_busy_cpus in the sched_group_powerSuresh Siddha2011-12-061-0/+6
* sched: Make separate sched*.c translation unitsPeter Zijlstra2011-11-172-1/+11
* sched: Set the command name of the idle tasks in SMP kernelsCarsten Emde2011-11-141-1/+3
* Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2011-11-141-0/+76
|\
| * ARM: mach-shmobile: move helper macro PORTCR to sh_pfc.hKuninori Morimoto2011-11-111-0/+17
| * ARM: mach-shmobile: move helper macro PORT_xx to sh_pfc.hKuninori Morimoto2011-11-111-0/+23
| * ARM: mach-shmobile: move helper macro PORT_DATA_xx to sh_pfc.hKuninori Morimoto2011-11-111-0/+36
* | Merge branch 'sh-fixes-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2011-11-142-1/+4
|\ \
| | \
| | \
| *-. \ Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linusPaul Mundt2011-11-1172-442/+543
| |\ \ \ | | | |/ | | |/|
| | | * sh: clkfwk: Kill off remaining debugfs cruft.Paul Mundt2011-11-111-1/+0Star
| | | * sh: clkfwk: add clk_rate_mult_range_round()Kuninori Morimoto2011-11-041-0/+3
| * | | serial: sh-sci: Fix up SH-2A SCIF support.Phil Edworthy2011-11-041-0/+1
| | |/ | |/|
* | | Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds2011-11-121-0/+2
|\ \ \
| * | | [libata] ahci: Add ASMedia ASM1061 supportKeng-Yu Lin2011-11-091-0/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-11-121-0/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'for-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Mark Brown2011-11-081-0/+15
| |\ \ \ | | |/ / | |/| |
| | * | ASoC: Ensure we get an impedence reported for WM8958 jack detectMark Brown2011-11-051-0/+15
* | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-11-081-1/+1
|\ \ \ \
| * | | | PM / devfreq: fix private_dataJonathan Corbet2011-11-071-1/+1
| |/ / /
* / / / hwspinlock: Don't return a value in __hwspin_unlockAxel Lin2011-11-081-1/+0Star
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-071-0/+2
|\ \ \
| * | | bonding: comparing a u8 with -1 is always falseDan Carpenter2011-11-041-0/+2
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-071-22/+30
|\ \ \ \
| * | | | cpuidle: Single/Global registration of idle statesDeepthi Dharwar2011-11-071-6/+13
| * | | | cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2011-11-071-10/+15
| * | | | cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar2011-11-071-3/+0Star
| * | | | cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar2011-11-071-4/+3Star
* | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-076-156/+124Star
|\ \ \ \ \
| * | | | | mtd: define `mtd_is_*()' functionsBrian Norris2011-09-211-0/+12
| * | | | | mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris2011-09-111-3/+0Star
| * | | | | mtd: document ABIBrian Norris2011-09-111-1/+1
| * | | | | mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-111-1/+1
| * | | | | mtd: move mtd_oob_mode_t to shared kernel/user spaceBrian Norris2011-09-111-15/+1Star
| * | | | | mtd: support reading OOB without ECCBrian Norris2011-09-111-0/+3
| * | | | | mtd: nand: document nand_chip.oob_poiBrian Norris2011-09-111-1/+2
| * | | | | mtd: support writing OOB without ECCBrian Norris2011-09-111-0/+3
| * | | | | mtd: style fixups in multi-line comment, indentationBrian Norris2011-09-111-7/+9
| * | | | | mtd: nand: fix spelling error (date => data)Brian Norris2011-09-111-1/+1
| * | | | | mtd: remove CONFIG_MTD_DEBUGBrian Norris2011-09-111-23/+0Star
| * | | | | mtd: plat-nand: Fixup kerneldoc for struct platform_nand_chipTobias Klauser2011-09-111-2/+0Star
| * | | | | mtd: spelling, capitalization, uniformityBrian Norris2011-09-112-26/+26
| * | | | | mtd: drop mtd_device_registerDmitry Eremin-Solenikov2011-09-111-3/+2Star
| * | | | | mtd: remove put_partition_parser() from public headerDmitry Eremin-Solenikov2011-09-111-2/+0Star
| * | | | | mtd: hide parse_mtd_partitionsDmitry Eremin-Solenikov2011-09-111-3/+0Star
| * | | | | mtd: OneNAND: Detect the correct NOP when 4KiB pagesizeKyungmin Park2011-09-111-0/+4
| * | | | | mtd: drop of_mtd_parse_partitions()Dmitry Eremin-Solenikov2011-09-111-16/+0Star
| * | | | | mtd: prepare to convert of_mtd_parse_partitions to partition parserDmitry Eremin-Solenikov2011-09-111-1/+4
| * | | | | mtd: abstract last MTD partition parser argumentDmitry Eremin-Solenikov2011-09-112-3/+15
| * | | | | mtd: add new API for handling MTD registrationDmitry Eremin-Solenikov2011-09-111-0/+5
| * | | | | mtd: plat-nand: drop unused fields from platform_nand_dataDmitry Eremin-Solenikov2011-09-111-2/+0Star