Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'salted-string-hash' | Linus Torvalds | 2016-07-28 | 2 | -7/+9 |
|\ | |||||
| * | fs/dcache.c: Save one 32-bit multiply in dcache lookup | George Spelvin | 2016-06-11 | 1 | -2/+4 |
| * | vfs: make the string hashes salt the hash | Linus Torvalds | 2016-06-10 | 2 | -5/+5 |
* | | Merge tag 'hsi-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/... | Linus Torvalds | 2016-07-27 | 1 | -1/+1 |
|\ \ | |||||
| * | | HSI: core: switch port event notifier from atomic to blocking | Sebastian Reichel | 2016-06-28 | 1 | -1/+1 |
* | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-07-27 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | random: replace non-blocking pool with a Chacha20-based CRNG | Theodore Ts'o | 2016-07-03 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge tag 'media/v4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2016-07-27 | 20 | -806/+1913 |
|\ \ \ | |||||
| * \ \ | Merge branch 'topic/docs-next' into v4l_for_linus | Mauro Carvalho Chehab | 2016-07-27 | 20 | -806/+1913 |
| |\ \ \ | |||||
| | * | | | [media] doc-rst: add some needed escape codes | Mauro Carvalho Chehab | 2016-07-23 | 3 | -28/+28 |
| | * | | | [media] v4l2-ioctl.h add debug info for struct v4l2_ioctl_ops | Mauro Carvalho Chehab | 2016-07-23 | 1 | -0/+266 |
| | * | | | [media] v4l2-ctrls.h: fully document the header file | Mauro Carvalho Chehab | 2016-07-23 | 1 | -86/+279 |
| | * | | | [media] doc-rst: Fix some typedef ugly warnings | Mauro Carvalho Chehab | 2016-07-23 | 2 | -2/+4 |
| | * | | | [media] v4l2-fh.h: add documentation for it | Mauro Carvalho Chehab | 2016-07-23 | 1 | -32/+96 |
| | * | | | [media] v4l2-event.h: document all functions | Mauro Carvalho Chehab | 2016-07-23 | 1 | -12/+113 |
| | * | | | [media] doc-rst: document v4l2-dev.h | Mauro Carvalho Chehab | 2016-07-23 | 1 | -49/+315 |
| | * | | | [media] v4l2-common.h: Add documentation for other functions | Mauro Carvalho Chehab | 2016-07-23 | 1 | -5/+38 |
| | * | | | [media] v4l2-common.h: document the subdev functions | Mauro Carvalho Chehab | 2016-07-23 | 1 | -7/+42 |
| | * | | | [media] v4l2-async: document the remaining stuff | Mauro Carvalho Chehab | 2016-07-23 | 1 | -0/+39 |
| | * | | | [media] v4l2-subdev.h: Improve documentation | Mauro Carvalho Chehab | 2016-07-23 | 1 | -189/+383 |
| | * | | | [media] v4l2-device.h: document functions | Mauro Carvalho Chehab | 2016-07-23 | 1 | -55/+143 |
| | * | | | [media] media-entry.h: Fix a note markup | Mauro Carvalho Chehab | 2016-07-23 | 1 | -4/+4 |
| | * | | | [media] doc-rst: Fix some Sphinx warnings | Mauro Carvalho Chehab | 2016-07-23 | 1 | -2/+4 |
| | * | | | Merge branch 'patchwork' into topic/docs-next | Mauro Carvalho Chehab | 2016-07-23 | 93 | -358/+708 |
| | |\ \ \ | |||||
| | * | | | | [media] doc-rst: Fix conversion for MC core functions | Mauro Carvalho Chehab | 2016-07-17 | 2 | -49/+58 |
| | * | | | | [media] doc-rst: Fix conversion for v4l2 core functions | Mauro Carvalho Chehab | 2016-07-17 | 5 | -24/+49 |
| | * | | | | [media] doc-rst: Fix issues with RC documentation | Mauro Carvalho Chehab | 2016-07-17 | 3 | -4/+60 |
| | * | | | | [media] doc-rst: Convert media API to rst | Mauro Carvalho Chehab | 2016-07-17 | 1 | -231/+0 |
| | * | | | | [media] lirc.h: remove several unused ioctls | Mauro Carvalho Chehab | 2016-07-11 | 1 | -37/+2 |
| | * | | | | Merge branch 'topic/cec' into topic/docs-next | Mauro Carvalho Chehab | 2016-07-09 | 8 | -6/+3247 |
| | |\ \ \ \ | |||||
* | | \ \ \ \ | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2016-07-27 | 5 | -18/+36 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fcoe: implement FIP VLAN responder | Hannes Reinecke | 2016-07-20 | 2 | -1/+5 |
| * | | | | | | | scsi: remove the disable_blk_mq host flag | Christoph Hellwig | 2016-07-15 | 1 | -4/+2 |
| * | | | | | | | scsi: remove current_cmnd field from struct scsi_device | Christoph Hellwig | 2016-07-13 | 1 | -1/+0 |
| * | | | | | | | fcoe: use enum for fip_mode | Hannes Reinecke | 2016-07-13 | 1 | -6/+8 |
| * | | | | | | | fc_fip: Update to latest FC-BB-6 draft | Hannes Reinecke | 2016-07-13 | 1 | -4/+17 |
| * | | | | | | | fcoe: convert to kworker | Sebastian Andrzej Siewior | 2016-07-12 | 1 | -2/+4 |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2016-07-27 | 2 | -2/+21 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'for-linus' into next | Dmitry Torokhov | 2016-07-19 | 604 | -3883/+17284 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Input: of_touchscreen - add support for inverted / swapped axes | Hans de Goede | 2016-07-15 | 1 | -1/+20 |
| * | | | | | | | | | Input: fix a double word "is is" in include/linux/input.h | Masanari Iida | 2016-07-13 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 2016-07-27 | 4 | -5/+51 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | i2c: i2c-smbus: drop useless stubs | Jean Delvare | 2016-07-22 | 1 | -15/+0 |
| * | | | | | | | | | | Revert "i2c: core: Add function for finding the bus speed from ACPI" | Wolfram Sang | 2016-07-19 | 1 | -9/+0 |
| * | | | | | | | | | | eeprom: at24: add support for at24mac series | Bartosz Golaszewski | 2016-07-17 | 1 | -0/+1 |
| * | | | | | | | | | | eeprom: at24: support reading the serial number for 24csxx | Bartosz Golaszewski | 2016-07-17 | 1 | -0/+1 |
| * | | | | | | | | | | eeprom: at24: platform_data: use BIT() macro | Bartosz Golaszewski | 2016-07-17 | 1 | -4/+5 |
| * | | | | | | | | | | i2c: core: Add function for finding the bus speed from ACPI | Jarkko Nikula | 2016-07-14 | 1 | -0/+9 |
| * | | | | | | | | | | i2c: smbus: add SMBus Host Notify support | Benjamin Tissoires | 2016-06-17 | 3 | -0/+48 |
| * | | | | | | | | | | i2c: add a protocol parameter to the alert callback | Benjamin Tissoires | 2016-06-17 | 1 | -1/+6 |