| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-04-07 | Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -3/+4 |
| 2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 |  Linus Torvalds | 5 | -6/+6 |
| 2011-04-07 | rtc, x86/mrst/vrtc: Fix boot crash in rtc_read_alarm() |  Feng Tang | 1 | -3/+4 |
| 2011-04-04 | rtc-mrst: Fix section types |  Major Lee | 1 | -5/+5 |
| 2011-03-31 | Fix common misspellings |  Lucas De Marchi | 5 | -6/+6 |
| 2011-03-29 | drivers: Final irq namespace conversion |  Thomas Gleixner | 1 | -3/+3 |
| 2011-03-22 | rtc: add real-time clock driver for NVIDIA Tegra |  Andrew Chew | 3 | -0/+499 |
| 2011-03-22 | drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file |  Vasiliy Kulikov | 1 | -1/+1 |
| 2011-03-22 | drivers/rtc/rtc-isl1208.c: add alarm support |  Ryan Mallon | 1 | -5/+171 |
| 2011-03-22 | rtc: convert DS1374 to dev_pm_ops |  Mark Brown | 1 | -6/+13 |
| 2011-03-20 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 |  Linus Torvalds | 1 | -3/+1 |
| 2011-03-18 | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 |  Linus Torvalds | 3 | -3/+3 |
| 2011-03-17 | Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-arm |  Linus Torvalds | 2 | -2/+2 |
| 2011-03-17 | Merge remote-tracking branch 'origin' into spi/next |  Grant Likely | 34 | -899/+271 |
| 2011-03-17 | spi/rtc-{ds1390,ds3234,m41t94}: Use spi_get_drvdata() for SPI devices |  Geert Uytterhoeven | 3 | -3/+3 |
| 2011-03-17 | rtc: change to new flag variable |  matt mooney | 1 | -3/+1 |
| 2011-03-17 | Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into drivers |  Russell King | 28 | -352/+417 |
| 2011-03-16 | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 |  Linus Torvalds | 1 | -5/+4 |
| 2011-03-15 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 2 | -1/+57 |
| 2011-03-09 | RTC: sa1100: Update the sa1100 RTC driver. |  Marcelo Roberto Jimenez | 1 | -108/+3 |
| 2011-03-09 | RTC: Fix the cross interrupt issue on rtc-test. |  Marcelo Roberto Jimenez | 1 | -4/+9 |
| 2011-03-09 | RTC: Remove UIE and PIE information from the sa1100 driver proc. |  Marcelo Roberto Jimenez | 1 | -9/+2 |
| 2011-03-09 | RTC: Include information about UIE and PIE in RTC driver proc. |  Marcelo Roberto Jimenez | 1 | -0/+8 |
| 2011-03-09 | RTC: Clean out UIE icotl implementations |  John Stultz | 9 | -225/+0 |
| 2011-03-09 | RTC: Cleanup rtc_class_ops->update_irq_enable() |  John Stultz | 16 | -236/+1 |
| 2011-03-09 | RTC: Cleanup rtc_class_ops->irq_set_freq() |  John Stultz | 8 | -103/+0 |
| 2011-03-09 | RTC: Cleanup rtc_class_ops->irq_set_state |  John Stultz | 10 | -208/+0 |
| 2011-03-09 | RTC: Initialize kernel state from RTC |  John Stultz | 2 | -0/+187 |
| 2011-03-04 | drivers/rtc/rtc-s3c.c: fix prototype for s3c_rtc_setaie() |  Axel Lin | 1 | -5/+7 |
| 2011-02-28 | dt: Eliminate of_platform_{,un}register_driver |  Grant Likely | 1 | -5/+4 |
| 2011-02-25 | drivers/rtc/rtc-ds3232.c: fix time range difference between linux and RTC chip |  Lei Xu | 1 | -5/+9 |
| 2011-02-25 | RTC: fix typo in drivers/rtc/rtc-at91sam9.c |  Jelle Martijn Kok | 1 | -1/+1 |
| 2011-02-23 | rtc: cmos: Add OF bindings |  Sebastian Andrzej Siewior | 1 | -0/+45 |
| 2011-02-23 | ARM: amba: make probe() functions take const id tables |  Russell King | 2 | -2/+2 |
| 2011-02-23 | Merge branch 'linus' into x86/platform |  Thomas Gleixner | 25 | -318/+376 |
| 2011-02-22 | Merge branch 'devicetree/for-x86' of git://git.secretlab.ca/git/linux-2.6 into x86/platform |  Thomas Gleixner | 17 | -394/+599 |
| 2011-02-18 | Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 3 | -4/+135 |
| 2011-02-17 | RTC: Re-enable UIE timer/polling emulation |  John Stultz | 2 | -2/+18 |
| 2011-02-17 | RTC: Revert UIE emulation removal |  John Stultz | 2 | -0/+116 |
| 2011-02-17 | RTC: Release mutex in error path of rtc_alarm_irq_enable |  Uwe Kleine-König | 1 | -3/+2 |
| 2011-02-14 | Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 21 | -313/+232 |
| 2011-02-14 | mrst/vrtc: Avoid using cmos rtc ops |  Feng Tang | 1 | -1/+12 |
| 2011-02-11 | drivers/rtc/rtc-proc.c: add module_put on error path in rtc_proc_open() |  Alexander Strakh | 1 | -1/+5 |
| 2011-02-03 | RTC: Fix minor compile warning |  John Stultz | 2 | -2/+2 |
| 2011-02-03 | RTC: Convert rtc drivers to use the alarm_irq_enable method |  John Stultz | 18 | -297/+223 |
| 2011-02-03 | RTC: Fix rtc driver ioctl specific shortcutting |  John Stultz | 1 | -14/+7 |
| 2011-02-03 | RTC: Prevents a division by zero in kernel code. |  Marcelo Roberto Jimenez | 2 | -0/+4 |
| 2011-01-21 | RTC: Remove Kconfig symbol for UIE emulation |  Uwe Kleine-König | 1 | -12/+0 |
| 2011-01-21 | RTC: Properly handle rtc_read_alarm error propagation and fix bug |  John Stultz | 1 | -3/+9 |
| 2011-01-21 | RTC: Propagate error handling via rtc_timer_enqueue properly |  John Stultz | 1 | -21/+28 |