Age | Commit message (Expand) | Author | Files | Lines |
2014-12-11 | Merge tag 'edac/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2 | -28/+182 |
2014-12-11 | Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 368 | -12287/+14624 |
2014-12-11 | Merge tag 'backlight-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -20/+40 |
2014-12-11 | Merge tag 'pinctrl-v3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 35 | -348/+5055 |
2014-12-11 | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 152 | -1267/+4069 |
2014-12-11 | Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 22 | -210/+331 |
2014-12-11 | Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -1/+1 |
2014-12-11 | Merge branch 'akpm' (patchbomb from Andrew) | Linus Torvalds | 12 | -313/+930 |
2014-12-11 | rtc: refine rtc_timer_do_work() to consider other set alarm failures | Xunlei Pang | 1 | -0/+13 |
2014-12-11 | rtc/ab8500: set uie_unsupported flag | Xunlei Pang | 1 | -0/+2 |
2014-12-11 | drivers/rtc/rtc-snvs: fix suspend/resume | Sanchayan Maity | 1 | -1/+4 |
2014-12-11 | drivers/rtc/rtc-snvs: add clock support | Sanchayan Maity | 1 | -2/+32 |
2014-12-11 | rtc: omap: drop vendor-prefix from power-controller dt property | Johan Hovold | 1 | -1/+1 |
2014-12-11 | drivers/rtc/rtc-isl12057.c: report error code upon failure in dev_err() calls | Arnaud Ebalard | 1 | -8/+14 |
2014-12-11 | drivers/rtc/rtc-isl12057.c: add proper handling of oscillator failure bit | Arnaud Ebalard | 1 | -14/+33 |
2014-12-11 | drivers/rtc/rtc-isl12057.c: add support for century bit | Arnaud Ebalard | 1 | -4/+16 |
2014-12-11 | drivers/rtc/rtc-isl12057.c: fix masking of register values | Arnaud Ebalard | 1 | -2/+2 |
2014-12-11 | rtc: ds1307: add support for mcp7940x chips | Tomas Novotny | 1 | -63/+64 |
2014-12-11 | drivers/rtc/rtc-ds1374.c: add watchdog support | Søren Andersen | 2 | -0/+293 |
2014-12-11 | drivers/rtc/rtc-sirfsoc.c: replace local_irq_disable by spin_lock_irq for SMP... | Barry Song | 1 | -8/+19 |
2014-12-11 | drivers/rtc/rtc-sirfsoc.c: add alarm_irq_enable support | hao liu | 1 | -1/+26 |
2014-12-11 | rtc: pcf8563: clear expired alarm at boot time | Jan Kardell | 1 | -0/+10 |
2014-12-11 | rtc: pcf8563: save battery power | Jan Kardell | 1 | -0/+16 |
2014-12-11 | rtc: pcf8563: handle consequeces of lacking second alarm reg | Jan Kardell | 1 | -0/+11 |
2014-12-11 | rtc: pcf8563: fix wrong time from read_alarm | Jan Kardell | 1 | -2/+2 |
2014-12-11 | rtc: pcf8563: fix write of invalid bits to ST2 reg | Jan Kardell | 1 | -1/+2 |
2014-12-11 | rtc: pcf8563: remove leftover code | Jan Kardell | 1 | -7/+6 |
2014-12-11 | rtc: omap: add copyright entry | Johan Hovold | 1 | -0/+1 |
2014-12-11 | rtc: omap: fix minor coding style issues | Johan Hovold | 1 | -19/+27 |
2014-12-11 | rtc: omap: enable wake-up from power off | Johan Hovold | 1 | -1/+8 |
2014-12-11 | rtc: omap: add support for pmic_power_en | Johan Hovold | 1 | -0/+100 |
2014-12-11 | rtc: omap: add helper to read 32-bit registers | Johan Hovold | 1 | -0/+5 |
2014-12-11 | rtc: omap: add helper to read raw bcd time | Johan Hovold | 1 | -8/+10 |
2014-12-11 | rtc: omap: silence bogus power-up reset message at probe | Johan Hovold | 1 | -6/+13 |
2014-12-11 | rtc: omap: add structured device-type info | Johan Hovold | 1 | -52/+51 |
2014-12-11 | rtc: omap: remove DRIVER_NAME macro | Johan Hovold | 1 | -5/+3 |
2014-12-11 | rtc: omap: add device abstraction | Johan Hovold | 1 | -106/+133 |
2014-12-11 | rtc: omap: make platform-device id table const | Johan Hovold | 1 | -1/+1 |
2014-12-11 | rtc: omap: use dev_info | Johan Hovold | 1 | -4/+3 |
2014-12-11 | rtc: omap: remove unused register-base define | Johan Hovold | 1 | -2/+0 |
2014-12-11 | rtc: omap: fix class-device registration | Johan Hovold | 1 | -23/+23 |
2014-12-11 | rtc: omap: clean up probe error handling | Johan Hovold | 1 | -23/+18 |
2014-12-11 | rtc: omap: fix interrupt disable at probe | Johan Hovold | 1 | -3/+5 |
2014-12-11 | rtc: omap: fix missing wakealarm attribute | Johan Hovold | 1 | -2/+3 |
2014-12-11 | rtc: omap: fix clock-source configuration | Johan Hovold | 1 | -2/+4 |
2014-12-11 | drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_time | Hyogi Gim | 1 | -0/+8 |
2014-12-11 | drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probe | Guo Zeng | 1 | -8/+8 |
2014-12-11 | printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents | Joe Perches | 1 | -1/+1 |
2014-12-11 | cma: make default CMA area size zero for x86 | Akinobu Mita | 1 | -1/+7 |
2014-12-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 20 | -415/+298 |