index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-01
rtc: stop validating rtc_time after rtc_time_to_tm
Alexandre Belloni
13
-13
/
+13
2018-03-01
rtc: stop validating rtc_time after rtc_time64_to_tm
Alexandre Belloni
3
-3
/
+3
2018-03-01
rtc: stk17ta8: let the core handle invalid time
Alexandre Belloni
1
-4
/
+0
2018-03-01
rtc: rs5c348: let the core handle invalid time
Alexandre Belloni
1
-5
/
+0
2018-03-01
rtc: cmos: let the core handle invalid time
Alexandre Belloni
1
-12
/
+0
2018-03-01
rtc: ds1553: let the core handle invalid time
Alexandre Belloni
1
-4
/
+0
2018-03-01
rtc: ds1511: let the core handle invalid time
Alexandre Belloni
1
-4
/
+0
2018-03-01
rtc: tx4939: avoid unintended sign extension on a 24 bit shift
Colin Ian King
1
-2
/
+4
2018-03-01
MAINTAINERS: rtc: update my email address
Alexandre Belloni
1
-1
/
+1
2018-03-01
char: rtc: remove unused rtc_control() API
Alexandre Belloni
2
-87
/
+0
2018-03-01
rtc: mxc_v2: Fix _iomem pointer notation
Fabio Estevam
1
-1
/
+1
2018-03-01
rtc: isl1208: Fix unintended clear of SR bits
Denis Osterland
1
-0
/
+5
2018-03-01
rtc: tx4939: use generic nvmem
Alexandre Belloni
1
-33
/
+26
2018-03-01
rtc: tx4939: fix possible race condition
Alexandre Belloni
1
-2
/
+3
2018-03-01
rtc: tx4939: switch to rtc_register_device
Alexandre Belloni
1
-2
/
+8
2018-03-01
rtc: tx4939: extend test coverage
Alexandre Belloni
1
-1
/
+1
2018-03-01
rtc: tx4939: remove arch/mips dependency
Alexandre Belloni
1
-1
/
+24
2018-03-01
rtc: stk17ta8: use generic nvmem
Alexandre Belloni
1
-40
/
+24
2018-03-01
rtc: stk17ta8: fix possible race condition
Alexandre Belloni
1
-2
/
+2
2018-03-01
rtc: stk17ta8: switch to rtc_register_device
Alexandre Belloni
1
-2
/
+7
2018-03-01
rtc: stk17ta8: make alarms useful
Alexandre Belloni
1
-4
/
+1
2018-03-01
rtc: rp5c01: use generic nvmem
Alexandre Belloni
1
-41
/
+24
2018-03-01
rtc: rp5c01: fix possible race condition
Alexandre Belloni
1
-2
/
+10
2018-03-01
rtc: ds1742: use generic nvmem
Alexandre Belloni
1
-41
/
+26
2018-03-01
rtc: ds1742: switch to rtc_register_device
Alexandre Belloni
1
-2
/
+8
2018-03-01
rtc: cmos: use generic nvmem
Alexandre Belloni
1
-43
/
+30
2018-03-01
rtc: cmos: fix possible race condition
Alexandre Belloni
1
-4
/
+8
2018-03-01
rtc: ds1553: make alarms useful
Alexandre Belloni
1
-10
/
+0
2018-03-01
rtc: ds1553: use generic nvmem
Alexandre Belloni
1
-31
/
+24
2018-03-01
rtc: ds1553: switch to rtc_register_device
Alexandre Belloni
1
-2
/
+7
2018-03-01
rtc: sirfsoc: remove useless sirfsoc_rtc_ioctl
Alexandre Belloni
1
-18
/
+0
2018-03-01
rtc: m48t59: use generic nvmem
Alexandre Belloni
1
-32
/
+24
2018-03-01
rtc: m48t59: switch to rtc_register_device
Alexandre Belloni
1
-2
/
+7
2018-03-01
rtc: ds1343: use generic nvmem
Alexandre Belloni
1
-46
/
+20
2018-03-01
rtc: ds1343: remove undocumented and useless sysfs files
Alexandre Belloni
1
-95
/
+1
2018-03-01
rtc: ds1343: switch to rtc_register_device
Alexandre Belloni
1
-5
/
+8
2018-03-01
rtc: ds1343: simplify regmap initialization
Alexandre Belloni
1
-6
/
+2
2018-03-01
rtc: remove nvmem_config
Alexandre Belloni
2
-3
/
+0
2018-03-01
rtc: rv8803: fix possible race condition
Alexandre Belloni
1
-8
/
+8
2018-03-01
rtc: rv8803: put struct nvmem_config on the stack
Alexandre Belloni
1
-10
/
+10
2018-03-01
rtc: rv8803: call rtc_nvmem_register()
Alexandre Belloni
1
-1
/
+2
2018-03-01
rtc: pcf85363: put struct nvmem_config on the stack
Alexandre Belloni
1
-9
/
+10
2018-03-01
rtc: pcf85363: call rtc_nvmem_register()
Alexandre Belloni
1
-2
/
+6
2018-03-01
rtc: omap: call rtc_nvmem_register()
Alexandre Belloni
1
-1
/
+2
2018-03-01
rtc: m48t86: put m48t86_nvmem_cfg on the stack
Alexandre Belloni
1
-11
/
+9
2018-03-01
rtc: m48t86: call rtc_nvmem_register()
Alexandre Belloni
1
-1
/
+2
2018-03-01
rtc: ds1511: put ds1511_nvmem_cfg on the stack
Alexandre Belloni
1
-10
/
+9
2018-03-01
rtc: ds1511: call rtc_nvmem_register()
Alexandre Belloni
1
-1
/
+2
2018-03-01
rtc: ds1307: put struct nvmem_config on the stack
Alexandre Belloni
1
-9
/
+10
2018-03-01
rtc: ds1307: call rtc_nvmem_register()
Alexandre Belloni
1
-6
/
+6
[next]