index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
dev.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-23
rtc: ds1685: drop no_irq
Alexandre Belloni
2
-10
/
+5
2022-03-23
rtc: ds1685: switch to RTC_FEATURE_UPDATE_INTERRUPT
Alexandre Belloni
1
-1
/
+1
2022-03-23
clk: sunxi-ng: sun6i-rtc: Add support for H6
Samuel Holland
2
-17
/
+15
2022-03-23
clk: sunxi-ng: Add support for the sun6i RTC clocks
Samuel Holland
6
-0
/
+409
2022-03-23
clk: sunxi-ng: mux: Allow muxes to have keys
Samuel Holland
2
-0
/
+8
2022-03-23
rtc: wm8350: Handle error for wm8350_register_irq
Jiasheng Jiang
1
-2
/
+9
2022-03-23
rtc: sun6i: Add Allwinner H616 support
Andre Przywara
1
-0
/
+2
2022-03-23
rtc: sun6i: Add support for broken-down alarm registers
Andre Przywara
1
-17
/
+40
2022-03-23
rtc: sun6i: Add support for linear day storage
Andre Przywara
1
-23
/
+46
2022-03-23
rtc: sun6i: Fix time overflow handling
Andre Przywara
1
-9
/
+5
2022-03-23
rtc: pl031: fix rtc features null pointer dereference
Ali Pouladi
1
-3
/
+3
2022-03-23
rtc: mc146818-lib: fix locking in mc146818_set_time
Mateusz Jończyk
1
-2
/
+4
2022-03-23
dt-bindings: rtc: at91: rename rtt bindings file
Alexandre Belloni
1
-1
/
+1
2022-03-08
dt-bindings: rtc: at91: Add SAMA7G5 compatible strings list
Sergiu Moga
1
-0
/
+4
2022-03-08
dt-bindings: rtc: convert at91sam9 bindings to json-schema
Sergiu Moga
2
-25
/
+65
2022-02-15
rtc: pcf2127: fix bug when reading alarm registers
Hugo Villeneuve
1
-1
/
+2
2022-02-15
rtc: pcf2127: use IRQ flags obtained from device tree if available
Hugo Villeneuve
1
-1
/
+12
2022-02-15
rtc: pcf8523: Fix GCC 12 warning
Victor Erminpour
1
-2
/
+2
2022-02-15
rtc: sun6i: Enable the bus clock when provided
Samuel Holland
1
-0
/
+24
2022-02-15
dt-bindings: rtc: sun6i: Add H616, R329, and D1 support
Samuel Holland
2
-3
/
+83
2022-02-15
dt-bindings: rtc: sun6i: Clean up repetition
Samuel Holland
1
-19
/
+9
2022-02-15
rtc: fix use-after-free on device removal
Vincent Whitchurch
1
-0
/
+9
2022-01-23
Linux 5.17-rc1
v5.17-rc1
Linus Torvalds
1
-2
/
+2
2022-01-23
ftrace: Fix assuming build time sort works for s390
Steven Rostedt (Google)
2
-3
/
+10
2022-01-22
perf tools: Remove redundant err variable
Minghao Chi
1
-4
/
+1
2022-01-22
perf test: Add parse-events test for aliases with hyphens
John Garry
2
-9
/
+82
2022-01-22
perf test: Add pmu-events test for aliases with hyphens
John Garry
2
-0
/
+48
2022-01-22
perf parse-events: Support event alias in form foo-bar-baz
John Garry
4
-4
/
+41
2022-01-22
perf evsel: Override attr->sample_period for non-libpfm4 events
German Gomez
1
-8
/
+17
2022-01-22
perf cpumap: Remove duplicate include in cpumap.h
Lv Ruyi
1
-1
/
+0
2022-01-22
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
31
-87
/
+99
2022-01-22
perf python: Fix cpu_map__item() building
Ian Rogers
1
-3
/
+3
2022-01-22
perf script: Fix printing 'phys_addr' failure issue
Yao Jin
1
-1
/
+1
2022-01-22
certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty
Masahiro Yamada
1
-1
/
+1
2022-01-22
certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URI
Masahiro Yamada
1
-1
/
+1
2022-01-22
Revert "Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH"
Masahiro Yamada
1
-1
/
+1
2022-01-22
usr/include/Makefile: add linux/nfc.h to the compile-test coverage
Dmitry V. Levin
1
-1
/
+0
2022-01-22
mm: hide the FRONTSWAP Kconfig symbol
Christoph Hellwig
1
-15
/
+3
2022-01-22
frontswap: remove support for multiple ops
Christoph Hellwig
3
-42
/
+19
2022-01-22
mm: mark swap_lock and swap_active_head static
Christoph Hellwig
2
-4
/
+2
2022-01-22
frontswap: simplify frontswap_register_ops
Christoph Hellwig
1
-41
/
+0
2022-01-22
frontswap: remove frontswap_test
Christoph Hellwig
2
-12
/
+1
2022-01-22
mm: simplify try_to_unuse
Christoph Hellwig
5
-97
/
+30
2022-01-22
frontswap: remove the frontswap exports
Christoph Hellwig
1
-6
/
+0
2022-01-22
frontswap: simplify frontswap_init
Christoph Hellwig
3
-11
/
+4
2022-01-22
frontswap: remove frontswap_curr_pages
Christoph Hellwig
2
-29
/
+0
2022-01-22
frontswap: remove frontswap_shrink
Christoph Hellwig
3
-97
/
+0
2022-01-22
frontswap: remove frontswap_tmem_exclusive_gets
Christoph Hellwig
2
-24
/
+1
2022-01-22
frontswap: remove frontswap_writethrough
Christoph Hellwig
3
-29
/
+1
2022-01-22
mm: remove cleancache
Christoph Hellwig
37
-873
/
+4
[next]