| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: remove MEMSETOOBSEL macro definition | Brian Norris | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: remove CONFIG_MTD_DEBUG | Brian Norris | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: plat-nand: Fixup kerneldoc for struct platform_nand_chip | Tobias Klauser | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: spelling, capitalization, uniformity | Brian Norris | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: drop mtd_device_register | Dmitry Eremin-Solenikov | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: remove put_partition_parser() from public header | Dmitry Eremin-Solenikov | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: hide parse_mtd_partitions | Dmitry Eremin-Solenikov | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: OneNAND: Detect the correct NOP when 4KiB pagesize | Kyungmin Park | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: drop of_mtd_parse_partitions() | Dmitry Eremin-Solenikov | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: prepare to convert of_mtd_parse_partitions to partition parser | Dmitry Eremin-Solenikov | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: abstract last MTD partition parser argument | Dmitry Eremin-Solenikov | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: add new API for handling MTD registration | Dmitry Eremin-Solenikov | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: plat-nand: drop unused fields from platform_nand_data | Dmitry Eremin-Solenikov | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: add a flags for partitions which should just leave smth. after them | Dmitry Eremin-Solenikov | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: drop mtd_has_cmdlinepart() | Dmitry Eremin-Solenikov | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: drop physmap_configure | Dmitry Eremin-Solenikov | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: nand: improve comment on NAND_BBT_DYNAMIC_STRUCT | Brian Norris | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: nand: renumber the reorganized flags in nand.h / bbm.h | Brian Norris | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: nand: rename CREATE_EMPTY bbt flag with proper prefix | Brian Norris | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: nand: move NAND_CREATE_EMPTY_BBT flag | Brian Norris | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: nand: rename NAND_USE_FLASH_BBT | Brian Norris | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: nand: consolidate redundant flash-based BBT flags | Brian Norris | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: nand: separate chip options / bbt_options | Brian Norris | 2011-09-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: nand: remove NAND_BBT_SCANBYTE1AND6 option | Brian Norris | 2011-09-11 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2011-11-06 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | jump-label: initialize jump-label subsystem much earlier | Jeremy Fitzhardinge | 2011-10-25 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | jump_label: add arch_jump_label_transform_static() to optimise non-live code ... | Jeremy Fitzhardinge | 2011-10-25 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | jump_label: if a key has already been initialized, don't nop it out | Jeremy Fitzhardinge | 2011-10-25 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | jump_label: use proper atomic_t initializer | Jeremy Fitzhardinge | 2011-10-25 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-11-06 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | xen/acpi: Domain0 acpi parser related platform hypercall | Yu Ke | 2011-09-26 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "tracing: Include module.h in define_trace.h" | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | irq: don't put module.h into irq.h for tracking irqgen modules. | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | bluetooth: macroize two small inlines to avoid module.h | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ip_vs.h: fix implicit use of module_get/module_put from module.h | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | nf_conntrack.h: fix up fallout from implicit moduleparam.h presence | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | include: replace linux/module.h with "struct module" wherever possible | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | include: convert various register fcns to macros to avoid include chaining | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypto.h: remove unused crypto_tfm_alg_modname() inline | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | uwb.h: fix implicit use of asm/page.h for PAGE_SIZE | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | pm_runtime.h: explicitly requires notifier.h | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | linux/dmaengine.h: fix implicit use of bitmap.h and asm/page.h | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | miscdevice.h: fix up implicit use of lists and types | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | stop_machine.h: fix implicit use of smp.h for smp_processor_id | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | of: fix implicit use of errno.h in include/linux/of.h | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | of_platform.h: delete needless include <linux/module.h> | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | acpi: remove module.h include from platform/aclinux.h | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | miscdevice.h: delete unnecessary inclusion of module.h | Paul Gortmaker | 2011-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | device_cgroup.h: delete needless include <linux/module.h> | Paul Gortmaker | 2011-10-31 | |
