index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
rtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-16
various char drivers: remove deprecated IRQF_DISABLED
Michael Opdenacker
1
-3
/
+2
2013-06-18
char: Convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-3
/
+3
2012-09-27
drivers/char: removes unnecessary semicolon
Peter Senna Tschudin
1
-1
/
+1
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-02-04
drivers/char: comment fix: CMOS RTC update code is now in kernel/time/ntp.c
Michael Witten
1
-2
/
+2
2011-09-15
drivers/char/rtc: use printk_ratelimited instead of printk_ratelimit
Christian Dietrich
1
-4
/
+3
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
1
-1
/
+1
2009-11-18
sysctl: Drop & in front of every proc_handler.
Eric W. Biederman
1
-1
/
+1
2009-11-12
sysctl drivers: Remove dead binary sysctl support
Eric W. Biederman
1
-6
/
+3
2009-10-13
headers: Fix build after <linux/sched.h> removal
Ingo Molnar
1
-0
/
+1
2009-01-09
RTC: Remove the BKL.
David John
1
-13
/
+4
2008-11-01
saner FASYNC handling on file close
Al Viro
1
-2
/
+0
2008-10-20
rtc: use bcd2bin/bin2bcd
Adrian Bunk
1
-20
/
+20
2008-10-16
legacy rtc: remove needless/confusing HPET_RTC_IRQ option
David Brownell
1
-1
/
+1
2008-08-30
sparc32: Convert PC RTC probing to pure OF driver.
David S. Miller
1
-13
/
+17
2008-08-13
drivers/char/rtc.c: removed duplicated include
Huang Weiyi
1
-1
/
+0
2008-07-26
drivers/char/rtc.c: make 2 functions static
Adrian Bunk
1
-2
/
+3
2008-07-24
rtc: remove and clarify unneeded externs
Carlos R. Mafra
1
-2
/
+0
2008-07-24
rtc: push the BKL down into the driver ioctl method
Alan Cox
1
-7
/
+10
2008-07-15
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
1
-1
/
+2
2008-07-11
rtc: fix reported IRQ rate for when HPET is enabled
Paul Gortmaker
1
-1
/
+2
2008-07-03
rtc: BKL pushdown
Arnd Bergmann
1
-0
/
+4
2008-04-29
drivers: use non-racy method for proc entries creation
Denis V. Lunev
1
-4
/
+2
2008-04-28
drivers/char/rtc.c: use time_before, time_before_eq, etc
Julia Lawall
1
-1
/
+3
2008-02-29
Fix hpet_(un)register_irq_handler() for emulation
David Howells
1
-2
/
+2
2008-01-30
rtc: use the IRQ callback interface in (old) RTC driver
Bernhard Walle
1
-1
/
+14
2008-01-30
x86: clean up drivers/char/rtc.c
Ingo Molnar
1
-109
/
+129
2007-11-15
rtc: fall back to requesting only the ports we actually use
Bjorn Helgaas
1
-6
/
+30
2007-11-15
rtc: release correct region in error path
Bjorn Helgaas
1
-9
/
+11
2007-07-22
x86_64: Untangle asm/hpet.h from asm/timex.h
Chris Wright
1
-1
/
+1
2007-07-21
[SPARC64]: Stop using drivers/char/rtc.c
David S. Miller
1
-24
/
+6
2007-07-16
RTC: Ratelimit "lost interrupts" message
Ben Collins
1
-1
/
+2
2007-05-08
drivers/char: use __set_current_state()
Milind Arun Choudhary
1
-1
/
+1
2007-02-14
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
1
-1
/
+1
2007-02-14
[PATCH] sysctl: remove sys_sysctl support from drivers/char/rtc.c
Eric W. Biederman
1
-4
/
+2
2007-02-12
[PATCH] Char: timers cleanup
Jiri Slaby
1
-7
/
+5
2006-12-22
[PATCH] rtc warning fix
Andrew Morton
1
-1
/
+6
2006-12-13
[PATCH] RTC driver init adjustment
Jan Beulich
1
-15
/
+17
2006-12-13
[PATCH] rtc: fx error case
Jan Beulich
1
-0
/
+8
2006-10-10
[RTC] Consistently use of tabs for formatting.
Ralf Baechle
1
-2
/
+2
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-4
/
+4
2006-09-29
[PATCH] remove unnecessary barrier in rtc_get_rtc_time
Steven Rostedt
1
-3
/
+1
2006-09-26
[PATCH] rtc: lockdep fix/workaround
Peter Zijlstra
1
-2
/
+3
2006-07-12
[PATCH] lockdep: HPET/RTC fix
Ingo Molnar
1
-3
/
+3
2006-07-11
[PATCH] char/rtc: Handle memory-mapped chips properly
Maciej W. Rozycki
1
-9
/
+32
2006-07-04
[PATCH] make more file_operation structs static
Arjan van de Ven
1
-2
/
+2
2006-07-03
[PATCH] irq-flags: drivers/char: Use the new IRQF_ constants
Thomas Gleixner
1
-3
/
+3
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-24
[SPARC64]: Use in-kernel PROM tree for EBUS and ISA.
David S. Miller
1
-2
/
+2
2006-06-20
[SPARC]: Kill __irq_itoa().
David S. Miller
1
-4
/
+0
[next]