Age | Commit message (Expand) | Author | Files | Lines |
2015-02-16 | Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/je... | Linus Torvalds | 6 | -76/+111 |
2015-02-15 | Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 73 | -1910/+4523 |
2015-02-15 | Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 525 | -15103/+31906 |
2015-02-15 | Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -73/+53 |
2015-02-15 | Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 80 | -527/+2127 |
2015-02-15 | Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 184 | -3050/+9309 |
2015-02-15 | Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 20 | -193/+521 |
2015-02-14 | mutex: remove unused field "name" in debug mode | Adrien Schildknecht | 1 | -1/+0 |
2015-02-14 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr... | Linus Torvalds | 8 | -24/+35 |
2015-02-14 | CRIS: Whitespace cleanup | Jesper Nilsson | 1 | -31/+52 |
2015-02-14 | CRIS: macro whitespace fixes in uaccess.h | Michael S. Tsirkin | 1 | -55/+58 |
2015-02-14 | CRIS: uaccess: fix sparse errors | Michael S. Tsirkin | 1 | -2/+2 |
2015-02-14 | CRISv32: Remove unnecessary KERN_INFO from sync_serial | Masanari Iida | 1 | -2/+2 |
2015-02-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 70 | -709/+1785 |
2015-02-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 161 | -799/+4478 |
2015-02-14 | ARM: mvebu: enable Armada 38x RTC driver in mvebu_v7_defconfig | Gregory CLEMENT | 1 | -0/+1 |
2015-02-14 | ARM: mvebu: add Device Tree description of RTC on Armada 38x | Gregory CLEMENT | 1 | -0/+7 |
2015-02-14 | MAINTAINERS: add the RTC driver for the Armada38x | Gregory CLEMENT | 1 | -0/+1 |
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: armada38x: add the device tree binding documentation | Gregory CLEMENT | 1 | -0/+22 |
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 | 4 | -0/+815 |
2015-02-14 | of: add vendor prefix for Abracon Corporation | Arnaud Ebalard | 1 | -0/+1 |
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 | ARM: mvebu: ISL12057 rtc chip can now wake up RN102, RN102 and RN2120 | Arnaud Ebalard | 3 | -0/+3 |
2015-02-14 | rtc: rtc-isl12057: add isil,irq2-can-wakeup-machine property for in-tree users | Arnaud Ebalard | 2 | -6/+117 |
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 | 2 | -0/+26 |
2015-02-14 | kprobes: makes kprobes/enabled works correctly for optimized kprobes. | Wang Nan | 1 | -2/+9 |
2015-02-14 | kprobes: set kprobes_all_disarmed earlier to enable re-optimization. | Wang Nan | 1 | -1/+6 |
2015-02-14 | init: remove CONFIG_INIT_FALLBACK | Andy Lutomirski | 2 | -21/+0 |
2015-02-14 | kasan: enable instrumentation of global variables | Andrey Ryabinin | 12 | -4/+132 |
2015-02-14 | module: fix types of device tables aliases | Andrey Ryabinin | 1 | -1/+1 |
2015-02-14 | kernel: add support for .init_array.* constructors | Andrey Ryabinin | 2 | -0/+4 |
2015-02-14 | mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() | Andrey Ryabinin | 10 | -14/+18 |
2015-02-14 | mm: vmalloc: add flag preventing guard hole allocation | Andrey Ryabinin | 2 | -6/+9 |
2015-02-14 | kasan: enable stack instrumentation | Andrey Ryabinin | 7 | -5/+44 |
2015-02-14 | x86_64: kasan: add interceptors for memset/memmove/memcpy functions | Andrey Ryabinin | 9 | -11/+74 |
2015-02-14 | lib: add kasan test module | Andrey Ryabinin | 3 | -3/+289 |
2015-02-14 | kmemleak: disable kasan instrumentation for kmemleak | Andrey Ryabinin | 1 | -0/+6 |
2015-02-14 | fs: dcache: manually unpoison dname after allocation to shut up kasan's reports | Andrey Ryabinin | 1 | -0/+5 |
2015-02-14 | mm: slub: add kernel address sanitizer support for slub allocator | Andrey Ryabinin | 9 | -5/+197 |
2015-02-14 | mm: slub: introduce metadata_access_enable()/metadata_access_disable() | Andrey Ryabinin | 1 | -0/+25 |
2015-02-14 | mm: slub: share object_err function | Andrey Ryabinin | 2 | -1/+4 |
2015-02-14 | mm: slub: introduce virt_to_obj function | Andrey Ryabinin | 1 | -0/+16 |
2015-02-14 | mm: page_alloc: add kasan hooks on alloc and free paths | Andrey Ryabinin | 6 | -0/+38 |