summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
* convert 'memory' sysdev_class to a regular subsystemKay Sievers2011-12-21
* cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-21
* edac: convert sysdev_class to a regular subsystemKay Sievers2011-12-14
* driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers2011-12-14
* kref: fix up the kfree build problemsGreg Kroah-Hartman2011-12-14
* kref: Remove the memory barriersPeter Zijlstra2011-12-13
* kref: Implement kref_put in terms of kref_subPeter Zijlstra2011-12-13
* kref: Inline all functionsPeter Zijlstra2011-12-13
* drivers_base: make argument to platform_device_register_full constUwe Kleine-König2011-12-09
* debugfs: print_regs32: make regs array a const pointerAlessandro Rubini2011-11-18
* debugfs: add tools to printk 32-bit registersAlessandro Rubini2011-11-18
* USB: Add helper macro for usb_driver boilerplateGreg Kroah-Hartman2011-11-17
* SPI: Add helper macro for spi_driver boilerplateLars-Peter Clausen2011-11-17
* I2C: Add helper macro for i2c_driver boilerplateLars-Peter Clausen2011-11-17
* drivercore: Generalize module_platform_driverLars-Peter Clausen2011-11-17
* lib: devres: add convenience function to remap a resourceWolfram Sang2011-11-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-07
|\
| * bonding: comparing a u8 with -1 is always falseDan Carpenter2011-11-04
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-07
|\ \
| * | cpuidle: Single/Global registration of idle statesDeepthi Dharwar2011-11-06
| * | cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2011-11-06
| * | cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar2011-11-06
| * | cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar2011-11-06
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-07
|\ \ \
| * | | mtd: define `mtd_is_*()' functionsBrian Norris2011-09-21
| * | | mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris2011-09-11
| * | | mtd: document ABIBrian Norris2011-09-11
| * | | mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-11
| * | | mtd: move mtd_oob_mode_t to shared kernel/user spaceBrian Norris2011-09-11
| * | | mtd: support reading OOB without ECCBrian Norris2011-09-11
| * | | mtd: nand: document nand_chip.oob_poiBrian Norris2011-09-11
| * | | mtd: support writing OOB without ECCBrian Norris2011-09-11
| * | | mtd: style fixups in multi-line comment, indentationBrian Norris2011-09-11
| * | | mtd: nand: fix spelling error (date => data)Brian Norris2011-09-11
| * | | mtd: remove CONFIG_MTD_DEBUGBrian Norris2011-09-11
| * | | mtd: plat-nand: Fixup kerneldoc for struct platform_nand_chipTobias Klauser2011-09-11
| * | | mtd: spelling, capitalization, uniformityBrian Norris2011-09-11
| * | | mtd: drop mtd_device_registerDmitry Eremin-Solenikov2011-09-11
| * | | mtd: remove put_partition_parser() from public headerDmitry Eremin-Solenikov2011-09-11
| * | | mtd: hide parse_mtd_partitionsDmitry Eremin-Solenikov2011-09-11
| * | | mtd: OneNAND: Detect the correct NOP when 4KiB pagesizeKyungmin Park2011-09-11
| * | | mtd: drop of_mtd_parse_partitions()Dmitry Eremin-Solenikov2011-09-11
| * | | mtd: prepare to convert of_mtd_parse_partitions to partition parserDmitry Eremin-Solenikov2011-09-11
| * | | mtd: abstract last MTD partition parser argumentDmitry Eremin-Solenikov2011-09-11
| * | | mtd: add new API for handling MTD registrationDmitry Eremin-Solenikov2011-09-11
| * | | mtd: plat-nand: drop unused fields from platform_nand_dataDmitry Eremin-Solenikov2011-09-11
| * | | mtd: add a flags for partitions which should just leave smth. after themDmitry Eremin-Solenikov2011-09-11
| * | | mtd: drop mtd_has_cmdlinepart()Dmitry Eremin-Solenikov2011-09-11
| * | | mtd: drop physmap_configureDmitry Eremin-Solenikov2011-09-11
| * | | mtd: nand: improve comment on NAND_BBT_DYNAMIC_STRUCTBrian Norris2011-09-11