Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | crypto: lrw - add interface for parallelized cipher implementions | Jussi Kivilinna | 2011-11-09 | 1 | -0/+43 | |
* | crypto: serpent - export common functions for x86_64/i386-sse2 assembler impl... | Jussi Kivilinna | 2011-11-09 | 1 | -0/+25 | |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2011-11-07 | 4 | -3/+14 | |
|\ | ||||||
| * | bonding: comparing a u8 with -1 is always false | Dan Carpenter | 2011-11-04 | 1 | -0/+2 | |
| * | netlink: clarify attribute length check documentation | Johannes Berg | 2011-11-04 | 1 | -2/+9 | |
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2011-11-04 | 2 | -1/+3 | |
| |\ | ||||||
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-11-04 | 2 | -1/+3 | |
| | |\ | ||||||
| | | * | mac80211: warn only once about not finding a rate | Johannes Berg | 2011-11-04 | 1 | -1/+2 | |
| | | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 2011-11-02 | 1 | -0/+1 | |
| | | |\ | ||||||
| | | | * | Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfm | Szymon Janc | 2011-10-14 | 1 | -0/+1 | |
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2011-11-07 | 4 | -24/+32 | |
|\ \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| *---. \ \ \ \ | Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into next | Len Brown | 2011-11-06 | 2 | -22/+31 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | cpuidle: Single/Global registration of idle states | Deepthi Dharwar | 2011-11-06 | 2 | -6/+14 | |
| | * | | | | | | | 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 | |
| | |/ / / / / / | ||||||
| * | | | | | | | ACPI: Fix CONFIG_ACPI_DOCK=n compiler warning | Bart Van Assche | 2011-11-06 | 1 | -1/+1 | |
| * | | | | | | | ACPI: Drop ACPI_NO_HARDWARE_INIT | Rafael J. Wysocki | 2011-11-06 | 1 | -1/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2011-11-07 | 3 | -31/+35 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | vmwgfx: Reinstate the update_layout ioctl | Thomas Hellstrom | 2011-11-02 | 1 | -26/+25 | |
| * | | | | | | | drm/radeon/kms: properly set panel mode for eDP | Alex Deucher | 2011-11-01 | 1 | -0/+3 | |
| * | | | | | | | drm: Introduce "Virtual" connectors and encoders | Thomas Hellstrom | 2011-11-01 | 1 | -5/+7 | |
* | | | | | | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-11-07 | 7 | -173/+229 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | mtd: define `mtd_is_*()' functions | Brian Norris | 2011-09-21 | 1 | -0/+12 | |
| * | | | | | | | | mtd: kill old field for `struct mtd_info_user' | Brian Norris | 2011-09-11 | 1 | -4/+1 | |
| * | | | | | | | | 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 | 2 | -14/+74 | |
| * | | | | | | | | mtd: add MEMWRITE ioctl | Brian Norris | 2011-09-11 | 1 | -0/+11 | |
| * | | | | | | | | mtd: rename MTD_MODE_* to MTD_FILE_MODE_* | Brian Norris | 2011-09-11 | 1 | -4/+4 | |
| * | | | | | | | | mtd: rename MTD_OOB_* to MTD_OPS_* | Brian Norris | 2011-09-11 | 2 | -9/+9 | |
| * | | | | | | | | mtd: move mtd_oob_mode_t to shared kernel/user space | Brian Norris | 2011-09-11 | 2 | -15/+16 | |
| * | | | | | | | | 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 MEMSETOOBSEL macro definition | Brian Norris | 2011-09-11 | 1 | -1/+6 | |
| * | | | | | | | | 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 |