| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2011-11-08 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | PM / devfreq: fix private_data | Jonathan Corbet | 2011-11-07 | 1 | -1/+1 | |
| | |/ / / / / / | ||||||
| * / / / / / / | hwspinlock: Don't return a value in __hwspin_unlock | Axel Lin | 2011-11-08 | 1 | -1/+0 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2011-11-07 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | bonding: comparing a u8 with -1 is always false | Dan Carpenter | 2011-11-04 | 1 | -0/+2 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2011-11-07 | 1 | -22/+30 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | cpuidle: Single/Global registration of idle states | Deepthi Dharwar | 2011-11-06 | 1 | -6/+13 | |
| | * | | | | | | cpuidle: Split cpuidle_state structure and move per-cpu statistics fields | Deepthi Dharwar | 2011-11-06 | 1 | -10/+15 | |
| | * | | | | | | cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare() | Deepthi Dharwar | 2011-11-06 | 1 | -3/+0 | |
| | * | | | | | | cpuidle: Move dev->last_residency update to driver enter routine; remove dev-... | Deepthi Dharwar | 2011-11-06 | 1 | -4/+3 | |
| * | | | | | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-11-07 | 6 | -156/+124 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | mtd: define `mtd_is_*()' functions | Brian Norris | 2011-09-21 | 1 | -0/+12 | |
| | * | | | | | | | mtd: nand: kill member `ops' of `struct nand_chip' | Brian Norris | 2011-09-11 | 1 | -3/+0 | |
| | * | | | | | | | mtd: document ABI | Brian Norris | 2011-09-11 | 1 | -1/+1 | |
| | * | | | | | | | mtd: rename MTD_OOB_* to MTD_OPS_* | Brian Norris | 2011-09-11 | 1 | -1/+1 | |
| | * | | | | | | | mtd: move mtd_oob_mode_t to shared kernel/user space | Brian Norris | 2011-09-11 | 1 | -15/+1 | |
| | * | | | | | | | mtd: support reading OOB without ECC | Brian Norris | 2011-09-11 | 1 | -0/+3 | |
| | * | | | | | | | mtd: nand: document nand_chip.oob_poi | Brian Norris | 2011-09-11 | 1 | -1/+2 | |
| | * | | | | | | | mtd: support writing OOB without ECC | Brian Norris | 2011-09-11 | 1 | -0/+3 | |
| | * | | | | | | | mtd: style fixups in multi-line comment, indentation | Brian Norris | 2011-09-11 | 1 | -7/+9 | |
| | * | | | | | | | mtd: nand: fix spelling error (date => data) | Brian Norris | 2011-09-11 | 1 | -1/+1 | |
| | * | | | | | | | mtd: remove CONFIG_MTD_DEBUG | Brian Norris | 2011-09-11 | 1 | -23/+0 | |
| | * | | | | | | | mtd: plat-nand: Fixup kerneldoc for struct platform_nand_chip | Tobias Klauser | 2011-09-11 | 1 | -2/+0 | |
| | * | | | | | | | mtd: spelling, capitalization, uniformity | Brian Norris | 2011-09-11 | 2 | -26/+26 | |
| | * | | | | | | | mtd: drop mtd_device_register | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -3/+2 | |
| | * | | | | | | | mtd: remove put_partition_parser() from public header | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -2/+0 | |
| | * | | | | | | | mtd: hide parse_mtd_partitions | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -3/+0 | |
| | * | | | | | | | mtd: OneNAND: Detect the correct NOP when 4KiB pagesize | Kyungmin Park | 2011-09-11 | 1 | -0/+4 | |
| | * | | | | | | | mtd: drop of_mtd_parse_partitions() | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -16/+0 | |
| | * | | | | | | | mtd: prepare to convert of_mtd_parse_partitions to partition parser | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -1/+4 | |
| | * | | | | | | | mtd: abstract last MTD partition parser argument | Dmitry Eremin-Solenikov | 2011-09-11 | 2 | -3/+15 | |
| | * | | | | | | | mtd: add new API for handling MTD registration | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -0/+5 | |
| | * | | | | | | | mtd: plat-nand: drop unused fields from platform_nand_data | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -2/+0 | |
| | * | | | | | | | mtd: add a flags for partitions which should just leave smth. after them | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -1/+4 | |
| | * | | | | | | | mtd: drop mtd_has_cmdlinepart() | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -6/+0 | |
| | * | | | | | | | mtd: drop physmap_configure | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -17/+0 | |
| | * | | | | | | | mtd: nand: improve comment on NAND_BBT_DYNAMIC_STRUCT | Brian Norris | 2011-09-11 | 1 | -1/+5 | |
| | * | | | | | | | mtd: nand: renumber the reorganized flags in nand.h / bbm.h | Brian Norris | 2011-09-11 | 2 | -14/+15 | |
| | * | | | | | | | mtd: nand: rename CREATE_EMPTY bbt flag with proper prefix | Brian Norris | 2011-09-11 | 1 | -1/+1 | |
| | * | | | | | | | mtd: nand: move NAND_CREATE_EMPTY_BBT flag | Brian Norris | 2011-09-11 | 2 | -2/+7 | |
| | * | | | | | | | mtd: nand: rename NAND_USE_FLASH_BBT | Brian Norris | 2011-09-11 | 1 | -1/+1 | |
| | * | | | | | | | mtd: nand: consolidate redundant flash-based BBT flags | Brian Norris | 2011-09-11 | 2 | -12/+9 | |
| | * | | | | | | | mtd: nand: separate chip options / bbt_options | Brian Norris | 2011-09-11 | 1 | -0/+4 | |
| | * | | | | | | | mtd: nand: remove NAND_BBT_SCANBYTE1AND6 option | Brian Norris | 2011-09-11 | 1 | -2/+0 | |
| * | | | | | | | | Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2011-11-06 | 1 | -9/+14 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | jump-label: initialize jump-label subsystem much earlier | Jeremy Fitzhardinge | 2011-10-25 | 1 | -5/+9 | |
| | * | | | | | | | | jump_label: add arch_jump_label_transform_static() to optimise non-live code ... | Jeremy Fitzhardinge | 2011-10-25 | 1 | -0/+2 | |
| | * | | | | | | | | jump_label: if a key has already been initialized, don't nop it out | Jeremy Fitzhardinge | 2011-10-25 | 1 | -2/+1 | |
| | * | | | | | | | | jump_label: use proper atomic_t initializer | Jeremy Fitzhardinge | 2011-10-25 | 1 | -2/+2 | |
| * | | | | | | | | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 40 | -176/+197 | |
| |\ \ \ \ \ \ \ \ \ | ||||||

