Age | Commit message (Expand) | Author | Files | Lines |
2014-04-06 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 18 | -215/+213 |
2014-04-05 | Merge tag 'dm-3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 19 | -475/+2233 |
2014-04-05 | Merge tag 'iommu-updates-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 12 | -957/+1650 |
2014-04-05 | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 17 | -277/+168 |
2014-04-05 | Merge tag 'clk-for-linus-3.15' of git://git.linaro.org/people/mike.turquette/... | Linus Torvalds | 48 | -698/+5161 |
2014-04-05 | Merge tag 'pwm/for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 9 | -9/+900 |
2014-04-05 | Merge tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -30/+67 |
2014-04-05 | Merge tag 'sh-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -1/+1 |
2014-04-05 | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 54 | -349/+4370 |
2014-04-05 | Merge tag 'dt-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2 | -25/+36 |
2014-04-05 | Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 4 | -0/+310 |
2014-04-05 | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 12 | -38/+386 |
2014-04-05 | Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -5/+2 |
2014-04-05 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 5 | -75/+600 |
2014-04-05 | Merge branch 'topic/exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 23 | -547/+1725 |
2014-04-04 | Merge tag 'fbdev-main-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 46 | -822/+638 |
2014-04-04 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -108/+136 |
2014-04-04 | Merge tag 'upstream-3.15-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 6 | -0/+715 |
2014-04-04 | Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -3/+3 |
2014-04-04 | dm cache: fix a lock-inversion | Joe Thornber | 3 | -52/+20 |
2014-04-04 | dm thin: sort the per thin deferred bios using an rb_tree | Mike Snitzer | 1 | -2/+82 |
2014-04-04 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 328 | -6873/+41439 |
2014-04-04 | hwmon: (it87) Add support for IT8623E | Rudolf Marek | 1 | -0/+3 |
2014-04-04 | hwmon: (it87) Fix IT8603E define name | Rudolf Marek | 1 | -3/+3 |
2014-04-04 | hwmon: (lm90) Convert to use hwmon_device_register_with_groups | Guenter Roeck | 1 | -22/+17 |
2014-04-04 | hwmon: (lm90) Create all sysfs groups in one call | Guenter Roeck | 1 | -43/+26 |
2014-04-04 | hwmon: (lm90) Always use the dev variable in the probe function | Guenter Roeck | 1 | -3/+2 |
2014-04-04 | hwmon: (lm90) Create most optional attributes with sysfs_create_group | Guenter Roeck | 1 | -3/+11 |
2014-04-04 | hwmon: Avoid initializing the same field twice | Jean Delvare | 10 | -14/+0 |
2014-04-04 | hwmon: (pc87360) Avoid initializing the same field twice | Jean Delvare | 1 | -6/+6 |
2014-04-04 | hwmon: (lm80) Convert to use devm_hwmon_device_register_with_groups | Guenter Roeck | 1 | -48/+22 |
2014-04-04 | hwmon: (adm1021) Convert to use devm_hwmon_device_register_with_groups | Guenter Roeck | 1 | -48/+22 |
2014-04-04 | hwmon: (lm63) Avoid initializing the same field twice | Jean Delvare | 1 | -1/+0 |
2014-04-04 | hwmon: (lm63) Convert to use devm_hwmon_device_register_with_groups | Guenter Roeck | 1 | -66/+40 |
2014-04-04 | hwmon: (lm63) Create all sysfs groups in one call | Guenter Roeck | 1 | -28/+14 |
2014-04-04 | hwmon: (lm63) Introduce 'dev' variable to point to client->dev | Guenter Roeck | 1 | -16/+16 |
2014-04-04 | hwmon: (lm63) Add additional sysfs group for temp2_type attribute | Guenter Roeck | 1 | -3/+13 |
2014-04-04 | hwmon: (f71805f) Fix author's address | Jean Delvare | 1 | -1/+1 |
2014-04-03 | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 1 | -9/+16 |
2014-04-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 24 | -1208/+1619 |
2014-04-03 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 78 | -1456/+4282 |
2014-04-03 | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+3 |
2014-04-03 | Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 42 | -935/+2120 |
2014-04-04 | Merge branch 'devel-stable' into for-next | Russell King | 468 | -2778/+5574 |
2014-04-04 | Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unst... | Russell King | 9 | -78/+603 |
2014-04-04 | dmaengine: omap-dma: more consolidation of CCR register setup | Russell King | 1 | -28/+18 |
2014-04-04 | dmaengine: omap-dma: move IRQ handling to omap-dma | Russell King | 1 | -6/+115 |
2014-04-04 | dmaengine: omap-dma: move register read/writes into omap-dma.c | Russell King | 1 | -9/+87 |
2014-04-04 | dmaengine: omap-dma: cleanup errata 3.3 handling | Russell King | 1 | -23/+29 |
2014-04-04 | dmaengine: omap-dma: provide register read/write functions | Russell King | 1 | -41/+61 |