]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2014-05-22 Fabian Frederickfs/befs/linuxvfs.c: remove positive test on sector_t
2014-05-22 Fabian Frederickfs/befs/btree.c: Replace strncpy by strlcpy + coding...
2014-05-22 Fabian Frederickfs/befs/linuxvfs.c: replace strncpy by strlcpy
2014-05-22 Boris BREZILLONrtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq
2014-05-22 Heiko Stuebnerdrivers/rtc/rtc-hym8563.c: add optional clock-output...
2014-05-22 Mike Frysingerdrivers/rtc/rtc-bfin.c: do not abort when requesting...
2014-05-22 Sekhar Noridrivers/rtc/rtc-omap.c: add support for enabling 32khz...
2014-05-22 Sekhar Noridrivers/rtc/rtc-omap.c: use BIT() macro
2014-05-22 Sekhar Noridrivers/rtc/rtc-omap.c: remove multiple device id checks
2014-05-22 Andrew Mortonrtc-da9063-rtc-driver-fix
2014-05-22 Opensource... rtc: da9063: RTC driver
2014-05-22 Josef Gajdusekdrivers/rtc: add support for Microchip MCP795
2014-05-22 Raghavendra... drivers/rtc/rtc-ds1343.c: fix potential race condition
2014-05-22 Raghavendra... rtc: fix build error
2014-05-22 Raghavendra... drivers/rtc: add support for maxim dallas rtc ds1343...
2014-05-22 Jingoo Hanrtc: rtc-palmas: make of_device_id array const
2014-05-22 Jingoo Hanrtc: rtc-mv: make of_device_id array const
2014-05-22 Jingoo Hanrtc: isl12057: make of_device_id array const
2014-05-22 Jingoo Hanrtc: rtc-hym8563: make of_device_id array const
2014-05-22 Jingoo Hanrtc: rtc-ds1742: make of_device_id array const
2014-05-22 Anthony Olechdrivers/rtc/rtc-da9052.c: ALARM causes interrupt storm
2014-05-22 Krzysztof Kozlowskidrivers/rtc/rtc-88pm860x.c: add missing of_node_put()
2014-05-22 Krzysztof Kozlowskidrivers/rtc/rtc-88pm860x.c: use of_get_child_by_name()
2014-05-22 Maciej W. Rozyckiarch/mips/dec: switch DECstation systems to rtc-cmos
2014-05-22 Andrew Mortonrtc-rtc-cmos-drivers-char-rtcc-features-for-decstation...
2014-05-22 Maciej W. Rozyckidrivers/rtc/rtc-cmos.c: drivers/char/rtc.c features...
2014-05-22 Lee, Chun-Yidrivers/rtc/rtc-efi.c: avoid subtracting day twice...
2014-05-22 Wolfram Sangdrivers/rtc/rtc-m41t80.c: add support for MicroCrystal...
2014-05-22 Wolfram Sangdrivers/rtc/rtc-m41t80.c: propagate error value from...
2014-05-22 Wolfram Sangdrivers/rtc/rtc-m41t80.c: clean up error paths
2014-05-22 Wolfram Sangdrivers/rtc/rtc-m41t80.c: remove DRV_VERSION macro
2014-05-22 Loc Hoarm64: add APM X-Gene SoC RTC DTS entry
2014-05-22 Loc Hodrivers/rtc: add APM X-Gene SoC RTC driver
2014-05-22 Loc HoDocumentation/devicetree/bindings: add documentation...
2014-05-22 Ales Novakdrivers/rtc/interface.c: fix for fix of alarm initializ...
2014-05-22 Ales Novakdrivers/rtc/interface.c: fix infinite loop in initializ...
2014-05-22 Fabian Frederickfs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_init
2014-05-22 Andrew Mortoninit/main.c: remove an ifdef
2014-05-22 Oleg Nesterovkthreads: kill CLONE_KERNEL, change kernel_thread(kerne...
2014-05-22 Andrew Mortoninit-mainc-add-initcall_blacklist-kernel-parameter-fix
2014-05-22 Prarit Bhargavainit/main.c: add initcall_blacklist kernel parameter
2014-05-22 Andrew Mortoninit/main.c: don't use pr_debug()
2014-05-22 Jeff Liubinfmt_elf.c: use get_random_int() to fix entropy depleting
2014-05-22 Axel Linfs/binfmt_flat.c: make old_reloc() static
2014-05-22 Fabian Frederickfs/binfmt_elf.c: fix bool assignements
2014-05-22 Fabian Frederickfs/efs: convert printk(KERN_DEBUG to pr_debug
2014-05-22 Fabian Frederickfs/efs: add pr_fmt / use __func__
2014-05-22 Fabian Frederickfs/efs: convert printk to pr_foo()
2014-05-22 Joe Perchescheckpatch: add warning for kmalloc/kzalloc with multiply
2014-05-22 Joe Perchescheckpatch: warn on #defines ending in semicolon
2014-05-22 Joe Perchescheckpatch: make --strict a default for files in driver...
2014-05-22 Joe Perchescheckpatch: improve missing blank line after declaratio...
2014-05-22 Joe Perchescheckpatch: always warn on missing blank line after...
2014-05-22 Rob Herringcheckpatch: fix wildcard DT compatible string checking
2014-05-22 Fabian Frederickkernel/compat.c: use sizeof() instead of sizeof
2014-05-22 Marian Cherejilib: Add CRC64 ECMA module
2014-05-22 Sebastian Capellamm/util.c: add kstrimdup()
2014-05-22 Fabian Fredericklib/crc32.c: remove unnecessary __constant
2014-05-22 Fabian Fredericklib/radix-tree.c: kernel-doc warning fix
2014-05-22 Dan Streetmanlib/plist.c: make CONFIG_DEBUG_PI_LIST selectable
2014-05-22 Andrew Mortonlib-btreec-fix-leak-of-whole-btree-nodes-fix
2014-05-22 Minfei Huanglib/btree.c: fix leak of whole btree nodes
2014-05-22 Fabian Fredericklib/vsprintf.c: fix comparison to bool
2014-05-22 Fabian Fredericklib/libcrc32c.c: use PTR_ERR_OR_ZERO
2014-05-22 Lasse Collinlib/xz: enable all filters by default in Kconfig
2014-05-22 Dan Streetmanlib/plist.c: replace pr_debug with printk in plist_test()
2014-05-22 Lasse Collinlib/xz: add comments for the intentionally missing...
2014-05-22 Dan Carpenterlib/string.c: use the name "C-string" in comments
2014-05-22 Kyungmin Parkdrivers/video/backlight/backlight.c: remove backlight...
2014-05-22 Tetsuo Handalib/vsprintf: add %pT format specifier
2014-05-22 Borislav Petkovkernel/printk: use symbolic defines for console loglevels
2014-05-22 Will Deaconprintk: report dropping of messages from logbuf
2014-05-22 Dan StreetmanDocumentation: expand/clarify debug documentation
2014-05-22 John Stultztimekeeping: use printk_deferred when holding timekeepi...
2014-05-22 John Stultzprintk: Add printk_deferred_once
2014-05-22 John Stultzprintk: rename printk_sched to printk_deferred
2014-05-22 John Stultzprintk: disable preemption for printk_sched
2014-05-22 Steven Rostedtprintk: remove separate printk_sched buffers and use...
2014-05-22 Jan Karaprintk: enable interrupts before calling console_tryloc...
2014-05-22 Jan Karaprintk: fix lockdep instrumentation of console_sem
2014-05-22 Andrew Mortonprintk-release-lockbuf_lock-before-calling-console_tryl...
2014-05-22 Jan Karaprintk: release lockbuf_lock before calling console_try...
2014-05-22 Jan Karaprintk: remove outdated comment
2014-05-22 Petr Mladekprintk: return really stored message length
2014-05-22 Petr Mladekprintk: shrink too long messages
2014-05-22 Petr Mladekprintk: split message size computation
2014-05-22 Petr Mladekprintk: ignore too long messages
2014-05-22 Petr Mladekprintk: split code for making free space in the log...
2014-05-22 Gustavo Padovandrivers/misc/ti-st/st_core.c: fix NULL dereference...
2014-05-22 Kirill A. Shutemovkernel/user.c: drop unused field 'files' from user_struct
2014-05-22 Fabian Frederickkernel/hung_task.c: convert simple_strtoul to kstrtouint
2014-05-22 Fabian Frederickkernel/utsname_sysctl.c: replace obsolete __initcall...
2014-05-22 Fabian Frederickkernel/reboot.c: convert simple_strtoul to kstrtoint
2014-05-22 Andrew Mortonkernel-res_counterc-replace-simple_strtoull-by-kstrtoul...
2014-05-22 Fabian Frederickkernel/res_counter.c: replace simple_strtoull by kstrtoull
2014-05-22 Fabian Frederickkernel/tracepoint.c: kernel-doc fixes
2014-05-22 Fabian Frederickkernel/stop_machine.c: kernel-doc warning fix
2014-05-22 Fabian Frederickkernel/latencytop.c: convert seq_printf to seq_puts
2014-05-22 Fabian Frederickkernel/exec_domain.c: code clean-up
2014-05-22 Fabian Frederickkernel/capability.c: code clean-up
next