index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-21
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
165
-1297
/
+9671
2013-02-21
rtc: rtc-davinci: use devm_*() functions
Jingoo Han
1
-18
/
+10
2013-02-21
rtc: rtc-max8997: use devm_request_threaded_irq()
Jingoo Han
1
-4
/
+3
2013-02-21
rtc: rtc-max8907: use devm_request_threaded_irq()
Jingoo Han
1
-3
/
+3
2013-02-21
rtc: rtc-da9052: use devm_request_threaded_irq()
Jingoo Han
1
-12
/
+6
2013-02-21
rtc: rtc-wm831x: use devm_request_threaded_irq()
Jingoo Han
1
-5
/
+4
2013-02-21
rtc: rtc-tps80031: use devm_request_threaded_irq()
Jingoo Han
1
-2
/
+2
2013-02-21
rtc: rtc-lp8788: use devm_request_threaded_irq()
Jingoo Han
1
-8
/
+2
2013-02-21
rtc: rtc-coh901331: use devm_clk_get()
Jingoo Han
1
-5
/
+2
2013-02-21
rtc: rtc-vt8500: use devm_*() functions
Jingoo Han
1
-18
/
+10
2013-02-21
rtc: rtc-tps6586x: use devm_request_threaded_irq()
Jingoo Han
1
-2
/
+2
2013-02-21
rtc: rtc-imxdi: use devm_clk_get()
Jingoo Han
1
-3
/
+1
2013-02-21
rtc: rtc-cmos: use dev_warn()/dev_dbg() instead of printk()/pr_debug()
Jingoo Han
1
-8
/
+4
2013-02-21
rtc: rtc-pcf8583: use dev_warn() instead of printk()
Jingoo Han
1
-2
/
+2
2013-02-21
rtc: rtc-sun4v: use pr_warn() instead of printk()
Jingoo Han
1
-4
/
+6
2013-02-21
rtc: rtc-vr41xx: use dev_info() instead of printk()
Jingoo Han
1
-1
/
+1
2013-02-21
rtc: rtc-rs5c313: use pr_err() instead of printk()
Jingoo Han
1
-2
/
+3
2013-02-21
rtc: rtc-at91rm9200: use dev_dbg()/dev_err() instead of printk()/pr_debug()
Jingoo Han
1
-9
/
+8
2013-02-21
rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug()
Jingoo Han
1
-6
/
+4
2013-02-21
rtc: rtc-ds2404: use dev_err() instead of printk()
Jingoo Han
1
-2
/
+2
2013-02-21
rtc: rtc-efi: use dev_err()/dev_warn()/pr_err() instead of printk()
Jingoo Han
1
-4
/
+6
2013-02-21
rtc: max77686: use dev_info() instead of printk()
Jingoo Han
1
-2
/
+2
2013-02-21
rtc: use dev_warn()/dev_dbg()/pr_err() instead of printk()
Jingoo Han
2
-6
/
+9
2013-02-21
drivers/rtc/rtc-sa1100.c: move clock enable/disable to probe/remove
Chao Xie
1
-5
/
+6
2013-02-21
rtc: max8997: add driver for max8997 rtc
Jonghwa Lee
3
-0
/
+564
2013-02-21
drivers/rtc/rtc-s3c.c: use dev_dbg() instaed of pr_debug()
Jingoo Han
1
-9
/
+9
2013-02-21
arm: mvebu: add RTC support for Armada 370 and Armada XP
Gregory CLEMENT
1
-0
/
+6
2013-02-21
drivers/rtc/rtc-pl031.c: add wakeup support
Rob Herring
1
-0
/
+2
2013-02-21
rtc: add support for spi rtc rx4581
Torben Hohn
3
-0
/
+323
2013-02-21
drivers/rtc/rtc-tps65910.c: set irq flag to IRQF_EARLY_RESUME during irq request
Laxman Dewangan
1
-1
/
+1
2013-02-21
drivers/rtc/rtc-tps65910.c: use sleep_pm_ops macro for initialising suspend/r...
Laxman Dewangan
1
-9
/
+4
2013-02-21
drivers/rtc/rtc-tps65910.c: remove unnecessary irq stat save and restore
Laxman Dewangan
1
-19
/
+2
2013-02-21
drivers/rtc/rtc-tps65910.c: enable/disable wake in suspend/resume
Laxman Dewangan
1
-1
/
+11
2013-02-21
rtc: add RTC driver for TPS80031/TPS80032
Laxman Dewangan
3
-0
/
+358
2013-02-21
rtc: add new lp8788 rtc driver
Kim, Milo
3
-0
/
+351
2013-02-21
drivers/rtc/rtc-ds2404.c: use module_platform_driver macro
Srinivas Kandagatla
1
-13
/
+1
2013-02-21
drivers/rtc: remove unnecessary semicolons
Peter Senna Tschudin
2
-2
/
+2
2013-02-21
drivers/rtc/rtc-pxa.c: avoid cpuid checking
Haojian Zhuang
1
-4
/
+1
2013-02-21
drivers/rtc: use of_match_ptr() macro
Sachin Kamat
6
-7
/
+16
2013-02-21
rtc-pcf8523: add low battery voltage support
Jesper Nilsson
1
-0
/
+31
2013-02-21
rtc: max77686: add Maxim 77686 driver
Jonghwa Lee
3
-0
/
+652
2013-02-21
drivers/rtc/rtc-pxa.c: fix alarm can't wake up system issue
Leo Song
1
-3
/
+4
2013-02-21
drivers/rtc/rtc-pxa.c: fix alarm not match issue
Leo Song
1
-1
/
+10
2013-02-21
drivers/rtc: dump small buffers via %*ph
Andy Shevchenko
3
-44
/
+8
2013-02-21
kernel/nsproxy.c: remove duplicate task_cred_xxx for user_ns
Yuanhan Liu
1
-2
/
+1
2013-02-21
binfmt_elf: remove unused argument in fill_elf_header
Zhang Yanfei
1
-3
/
+3
2013-02-21
checkpatch: fix USLEEP_RANGE test
Bruce Allan
1
-2
/
+2
2013-02-21
checkpatch: Add check for kcalloc argument order
Joe Perches
1
-0
/
+6
2013-02-21
checkpatch: don't emit the CamelCase warning for PageFoo
Joe Perches
1
-0
/
+1
2013-02-21
checkpatch: add Joe to MAINTAINERS
Joe Perches
1
-1
/
+2
[next]