index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-17
pidns: remove unused is_container_init()
Gao feng
2
-21
/
+0
2012-12-17
exec: use -ELOOP for max recursion depth
Kees Cook
5
-17
/
+6
2012-12-17
proc: pid/status: show all supplementary groups
Artem Bityutskiy
1
-1
/
+1
2012-12-17
/proc/pid/status: add "Seccomp" field
Kees Cook
2
-0
/
+10
2012-12-17
procfs: add VmFlags field in smaps output
Cyrill Gorcunov
2
-2
/
+91
2012-12-17
proc: don't show nonexistent capabilities
Andrew Vagin
1
-0
/
+9
2012-12-17
ptrace: introduce PTRACE_O_EXITKILL
Oleg Nesterov
3
-1
/
+9
2012-12-17
simple_strto*: annotate function as obsolete
Eldad Zack
1
-0
/
+8
2012-12-17
kstrto*: add documentation
Eldad Zack
3
-0
/
+100
2012-12-17
Documentation: fix Documentation/security/00-INDEX
Jarkko Sakkinen
1
-0
/
+2
2012-12-17
fs/fat: strip "cp" prefix from codepage in display
Dave Reisner
1
-1
/
+2
2012-12-17
fat: ix mount option parsing
Jan Kara
1
-11
/
+11
2012-12-17
fat: provide option for setting timezone offset
Jan Kara
4
-9
/
+37
2012-12-17
fat: notify when discard is not supported
Namjae Jeon
1
-0
/
+9
2012-12-17
rtc: DA9055 RTC driver
Ashish Jangam
3
-0
/
+424
2012-12-17
drivers/rtc/rtc-s3c: use of_match_ptr() macro
Sachin Kamat
1
-3
/
+1
2012-12-17
drivers/rtc/rtc-tps65910.c: enable RTC power domain on initialization
Kim, Milo
1
-0
/
+7
2012-12-17
drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.c
Sachin Kamat
1
-19
/
+0
2012-12-17
drivers/rtc/rtc-s3c.c: convert to use devm_* API
Tushar Behera
1
-37
/
+8
2012-12-17
drivers/rtc/rtc-s3c.c: remove unnecessary err_nores label
Tushar Behera
1
-4
/
+1
2012-12-17
rtc: add NXP PCF8523 support
Thierry Reding
3
-0
/
+336
2012-12-17
rtc: rtc-davinci: use devm_kzalloc()
Devendra Naga
1
-12
/
+4
2012-12-17
rtc: rtc-davinci: return correct error code if rtc_device_register() fails
Devendra Naga
1
-2
/
+3
2012-12-17
drivers/rtc/rtc-tps65910.c: rename irq to match device
Sivaram Nair
1
-1
/
+1
2012-12-17
rtc: rtc-spear: Provide flag for no support of UIE mode
Deepak Sikri
1
-0
/
+2
2012-12-17
rtc: rtc-spear: Add clk_{un}prepare() support
Deepak Sikri
1
-3
/
+3
2012-12-17
rtc: rtc-spear: use devm_*() routines
Viresh Kumar
1
-60
/
+29
2012-12-17
drivers/rtc/rtc-test.c: avoid calling platform_device_put() twice
Wei Yongjun
1
-7
/
+7
2012-12-17
drivers/rtc/rtc-vt8500.c: convert to use devm_kzalloc
Devendra Naga
1
-10
/
+5
2012-12-17
drivers/rtc/rtc-imxdi.c: add devicetree support
Roland Stigge
2
-0
/
+28
2012-12-17
drivers/rtc/rtc-imxdi: support for i.MX53
Roland Stigge
1
-1
/
+1
2012-12-17
rtc: omap: add runtime pm support
Vaibhav Hiremath
1
-0
/
+18
2012-12-17
rtc: omap: depend on am33xx
Afzal Mohammed
1
-4
/
+6
2012-12-17
rtc: omap: dt support
Afzal Mohammed
2
-0
/
+35
2012-12-17
ARM: davinci: remove rtc kicker release
Afzal Mohammed
1
-12
/
+1
2012-12-17
rtc: omap: kicker mechanism support
Afzal Mohammed
1
-3
/
+41
2012-12-17
binfmt_elf: fix corner case kfree of uninitialized data
Alan Cox
1
-1
/
+3
2012-12-17
checkpatch: warn on CamelCase variable names
Joe Perches
1
-6
/
+13
2012-12-17
checkpatch: add support for floating point constants
Joe Perches
1
-1
/
+5
2012-12-17
checkpatch: find hex constants as a single IDENT
Joe Perches
1
-1
/
+1
2012-12-17
checkpatch: add --strict test for switch/default missing break
Joe Perches
1
-2
/
+16
2012-12-17
checkpatch: warn when declaring "struct spinlock foo;"
Joe Perches
1
-0
/
+6
2012-12-17
checkpatch: Add --strict messages for blank lines around braces
Joe Perches
1
-0
/
+10
2012-12-17
checkpatch: extend line continuation test
Joe Perches
1
-1
/
+3
2012-12-17
checkpatch: allow control over line length warning, default remains 80
Joe Perches
1
-3
/
+6
2012-12-17
checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_remove
Andy Whitcroft
1
-14
/
+6
2012-12-17
checkpatch: remove reference to feature-removal-schedule.txt
Tao Ma
1
-37
/
+0
2012-12-17
checkpatch: warn about using CONFIG_EXPERIMENTAL
Kees Cook
1
-0
/
+13
2012-12-17
checkpatch: warn on unnecessary line continuations
Joe Perches
1
-0
/
+9
2012-12-17
compat: generic compat_sys_sched_rr_get_interval() implementation
Catalin Marinas
12
-63
/
+29
[next]