Age | Commit message (Expand) | Author | Files | Lines |
2015-02-17 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 12 | -261/+586 |
2015-02-17 | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -11/+12 |
2015-02-17 | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 8 | -78/+357 |
2015-02-17 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -29/+1 |
2015-02-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 8 | -17/+2363 |
2015-02-17 | rtc: add driver for DS1685 family of real time clocks | Joshua Kinard | 3 | -0/+2343 |
2015-02-17 | brd: rename XIP to DAX | Matthew Wilcox | 2 | -13/+14 |
2015-02-17 | staging: iio: isl29028: deprecate use of isl in compatible string for isil | Arnaud Ebalard | 1 | -2/+2 |
2015-02-17 | rtc: isl12057: deprecate use of isl in compatible string for isil | Arnaud Ebalard | 1 | -1/+2 |
2015-02-17 | rtc: isl12022: deprecate use of isl in compatible string for isil | Arnaud Ebalard | 1 | -1/+2 |
2015-02-17 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1104 | -34438/+49419 |
2015-02-17 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 7 | -10/+630 |
2015-02-17 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 11 | -68/+233 |
2015-02-17 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+3 |
2015-02-16 | Merge branch 'drm-next-3.20' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2 | -3/+2 |
2015-02-15 | Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 45 | -1619/+4179 |
2015-02-15 | Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 509 | -15021/+32253 |
2015-02-15 | Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -40/+22 |
2015-02-15 | Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 60 | -441/+1799 |
2015-02-15 | Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 157 | -2902/+8110 |
2015-02-15 | Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 11 | -173/+319 |
2015-02-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 34 | -432/+855 |
2015-02-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 30 | -107/+1830 |
2015-02-14 | drivers/rtc/rtc-armada38x: add a new RTC driver for recent mvebu SoCs | Gregory CLEMENT | 3 | -0/+331 |
2015-02-14 | rtc: rtc-ab-b5ze-s3: add sub-minute alarm support | Arnaud Ebalard | 1 | -29/+262 |
2015-02-14 | rtc: add support for Abracon AB-RTCMC-32.768kHz-B5ZE-S3 I2C RTC chip | Arnaud Ebalard | 3 | -0/+814 |
2015-02-14 | drivers/rtc/rtc-rk808.c: fix rtc time reading issue | Chris Zhong | 1 | -2/+8 |
2015-02-14 | drivers/rtc/rtc-isl12057.c: constify struct regmap_config | Krzysztof Kozlowski | 1 | -1/+1 |
2015-02-14 | drivers/rtc/rtc-at91sam9.c: constify struct regmap_config | Krzysztof Kozlowski | 1 | -1/+1 |
2015-02-14 | drivers/rtc/rtc-imxdi.c: add more known register bits | Juergen Borleis | 1 | -4/+40 |
2015-02-14 | drivers/rtc/rtc-imxdi.c: trivial clean up code | Juergen Borleis | 1 | -3/+3 |
2015-02-14 | rtc: rtc-isl12057: add isil,irq2-can-wakeup-machine property for in-tree users | Arnaud Ebalard | 1 | -6/+39 |
2015-02-14 | drivers/rtc/rtc-isl12057.c: add alarm support to Intersil ISL12057 RTC driver | Arnaud Ebalard | 1 | -8/+305 |
2015-02-14 | drivers/rtc/rtc-pcf2123.c: add support for devicetree | Joshua Clayton | 1 | -0/+10 |
2015-02-14 | x86_64: kasan: add interceptors for memset/memmove/memcpy functions | Andrey Ryabinin | 1 | -0/+4 |
2015-02-14 | kasan: add kernel address sanitizer infrastructure | Andrey Ryabinin | 1 | -0/+1 |
2015-02-14 | MODULE_DEVICE_TABLE: fix some callsites | Andrew Morton | 2 | -2/+0 |
2015-02-14 | drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2 | -2/+3 |
2015-02-14 | usb: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 6 | -29/+13 |
2015-02-14 | scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 1 | -3/+3 |
2015-02-14 | input: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2 | -3/+3 |
2015-02-14 | wireless: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2 | -35/+12 |
2015-02-14 | arm: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 1 | -2/+2 |
2015-02-14 | tile: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2 | -6/+4 |
2015-02-14 | clk: convert clock name allocations to kstrdup_const | Andrzej Hajda | 1 | -6/+6 |
2015-02-14 | Merge tag 'pm+acpi-3.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 8 | -119/+39 |
2015-02-13 | Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools' | Rafael J. Wysocki | 7 | -12/+21 |
2015-02-13 | Merge branch 'acpi-ec' | Rafael J. Wysocki | 1 | -107/+18 |
2015-02-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 7 | -8/+508 |
2015-02-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -5/+17 |