Age | Commit message (Expand) | Author |
2018-08-02 | char: rtc: remove task handling | Alexandre Belloni |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig |
2018-03-01 | char: rtc: remove unused rtc_control() API | Alexandre Belloni |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro |
2017-11-21 | treewide: Switch DEFINE_TIMER callbacks to struct timer_list * | Kees Cook |
2017-10-05 | timer: Remove expires and data arguments from DEFINE_TIMER | Kees Cook |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2013-10-16 | various char drivers: remove deprecated IRQF_DISABLED | Michael Opdenacker |
2013-06-17 | char: Convert use of typedef ctl_table to struct ctl_table | Joe Perches |
2012-09-26 | drivers/char: removes unnecessary semicolon | Peter Senna Tschudin |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells |
2012-02-03 | drivers/char: comment fix: CMOS RTC update code is now in kernel/time/ntp.c | Michael Witten |
2011-09-15 | drivers/char/rtc: use printk_ratelimited instead of printk_ratelimit | Christian Dietrich |
2010-08-06 | of/device: Replace struct of_device with struct platform_device | Grant Likely |
2009-11-18 | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman |
2009-11-12 | sysctl drivers: Remove dead binary sysctl support | Eric W. Biederman |
2009-10-13 | headers: Fix build after <linux/sched.h> removal | Ingo Molnar |
2009-01-08 | RTC: Remove the BKL. | David John |
2008-11-01 | saner FASYNC handling on file close | Al Viro |
2008-10-20 | rtc: use bcd2bin/bin2bcd | Adrian Bunk |
2008-10-16 | legacy rtc: remove needless/confusing HPET_RTC_IRQ option | David Brownell |
2008-08-30 | sparc32: Convert PC RTC probing to pure OF driver. | David S. Miller |
2008-08-12 | drivers/char/rtc.c: removed duplicated include | Huang Weiyi |
2008-07-26 | drivers/char/rtc.c: make 2 functions static | Adrian Bunk |
2008-07-24 | rtc: remove and clarify unneeded externs | Carlos R. Mafra |
2008-07-24 | rtc: push the BKL down into the driver ioctl method | Alan Cox |
2008-07-14 | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet |
2008-07-10 | rtc: fix reported IRQ rate for when HPET is enabled | Paul Gortmaker |
2008-07-02 | rtc: BKL pushdown | Arnd Bergmann |
2008-04-29 | drivers: use non-racy method for proc entries creation | Denis V. Lunev |
2008-04-28 | drivers/char/rtc.c: use time_before, time_before_eq, etc | Julia Lawall |
2008-02-29 | Fix hpet_(un)register_irq_handler() for emulation | David Howells |
2008-01-30 | rtc: use the IRQ callback interface in (old) RTC driver | Bernhard Walle |
2008-01-30 | x86: clean up drivers/char/rtc.c | Ingo Molnar |
2007-11-14 | rtc: fall back to requesting only the ports we actually use | Bjorn Helgaas |
2007-11-14 | rtc: release correct region in error path | Bjorn Helgaas |
2007-07-21 | x86_64: Untangle asm/hpet.h from asm/timex.h | Chris Wright |
2007-07-20 | [SPARC64]: Stop using drivers/char/rtc.c | David S. Miller |
2007-07-16 | RTC: Ratelimit "lost interrupts" message | Ben Collins |
2007-05-08 | drivers/char: use __set_current_state() | Milind Arun Choudhary |
2007-02-14 | [PATCH] sysctl: remove insert_at_head from register_sysctl | Eric W. Biederman |
2007-02-14 | [PATCH] sysctl: remove sys_sysctl support from drivers/char/rtc.c | Eric W. Biederman |
2007-02-12 | [PATCH] Char: timers cleanup | Jiri Slaby |
2006-12-22 | [PATCH] rtc warning fix | Andrew Morton |
2006-12-13 | [PATCH] RTC driver init adjustment | Jan Beulich |
2006-12-13 | [PATCH] rtc: fx error case | Jan Beulich |
2006-10-09 | [RTC] Consistently use of tabs for formatting. | Ralf Baechle |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells |
2006-09-29 | [PATCH] remove unnecessary barrier in rtc_get_rtc_time | Steven Rostedt |