index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
proc: pid/status: show all supplementary groups
Artem Bityutskiy
2012-12-17
1
-1
/
+1
*
/proc/pid/status: add "Seccomp" field
Kees Cook
2012-12-17
2
-0
/
+10
*
procfs: add VmFlags field in smaps output
Cyrill Gorcunov
2012-12-17
2
-2
/
+91
*
proc: don't show nonexistent capabilities
Andrew Vagin
2012-12-17
1
-0
/
+9
*
ptrace: introduce PTRACE_O_EXITKILL
Oleg Nesterov
2012-12-17
3
-1
/
+9
*
simple_strto*: annotate function as obsolete
Eldad Zack
2012-12-17
1
-0
/
+8
*
kstrto*: add documentation
Eldad Zack
2012-12-17
3
-0
/
+100
*
Documentation: fix Documentation/security/00-INDEX
Jarkko Sakkinen
2012-12-17
1
-0
/
+2
*
fs/fat: strip "cp" prefix from codepage in display
Dave Reisner
2012-12-17
1
-1
/
+2
*
fat: ix mount option parsing
Jan Kara
2012-12-17
1
-11
/
+11
*
fat: provide option for setting timezone offset
Jan Kara
2012-12-17
4
-9
/
+37
*
fat: notify when discard is not supported
Namjae Jeon
2012-12-17
1
-0
/
+9
*
rtc: DA9055 RTC driver
Ashish Jangam
2012-12-17
3
-0
/
+424
*
drivers/rtc/rtc-s3c: use of_match_ptr() macro
Sachin Kamat
2012-12-17
1
-3
/
+1
*
drivers/rtc/rtc-tps65910.c: enable RTC power domain on initialization
Kim, Milo
2012-12-17
1
-0
/
+7
*
drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.c
Sachin Kamat
2012-12-17
1
-19
/
+0
*
drivers/rtc/rtc-s3c.c: convert to use devm_* API
Tushar Behera
2012-12-17
1
-37
/
+8
*
drivers/rtc/rtc-s3c.c: remove unnecessary err_nores label
Tushar Behera
2012-12-17
1
-4
/
+1
*
rtc: add NXP PCF8523 support
Thierry Reding
2012-12-17
3
-0
/
+336
*
rtc: rtc-davinci: use devm_kzalloc()
Devendra Naga
2012-12-17
1
-12
/
+4
*
rtc: rtc-davinci: return correct error code if rtc_device_register() fails
Devendra Naga
2012-12-17
1
-2
/
+3
*
drivers/rtc/rtc-tps65910.c: rename irq to match device
Sivaram Nair
2012-12-17
1
-1
/
+1
*
rtc: rtc-spear: Provide flag for no support of UIE mode
Deepak Sikri
2012-12-17
1
-0
/
+2
*
rtc: rtc-spear: Add clk_{un}prepare() support
Deepak Sikri
2012-12-17
1
-3
/
+3
*
rtc: rtc-spear: use devm_*() routines
Viresh Kumar
2012-12-17
1
-60
/
+29
*
drivers/rtc/rtc-test.c: avoid calling platform_device_put() twice
Wei Yongjun
2012-12-17
1
-7
/
+7
*
drivers/rtc/rtc-vt8500.c: convert to use devm_kzalloc
Devendra Naga
2012-12-17
1
-10
/
+5
*
drivers/rtc/rtc-imxdi.c: add devicetree support
Roland Stigge
2012-12-17
2
-0
/
+28
*
drivers/rtc/rtc-imxdi: support for i.MX53
Roland Stigge
2012-12-17
1
-1
/
+1
*
rtc: omap: add runtime pm support
Vaibhav Hiremath
2012-12-17
1
-0
/
+18
*
rtc: omap: depend on am33xx
Afzal Mohammed
2012-12-17
1
-4
/
+6
*
rtc: omap: dt support
Afzal Mohammed
2012-12-17
2
-0
/
+35
*
ARM: davinci: remove rtc kicker release
Afzal Mohammed
2012-12-17
1
-12
/
+1
*
rtc: omap: kicker mechanism support
Afzal Mohammed
2012-12-17
1
-3
/
+41
*
binfmt_elf: fix corner case kfree of uninitialized data
Alan Cox
2012-12-17
1
-1
/
+3
*
checkpatch: warn on CamelCase variable names
Joe Perches
2012-12-17
1
-6
/
+13
*
checkpatch: add support for floating point constants
Joe Perches
2012-12-17
1
-1
/
+5
*
checkpatch: find hex constants as a single IDENT
Joe Perches
2012-12-17
1
-1
/
+1
*
checkpatch: add --strict test for switch/default missing break
Joe Perches
2012-12-17
1
-2
/
+16
*
checkpatch: warn when declaring "struct spinlock foo;"
Joe Perches
2012-12-17
1
-0
/
+6
*
checkpatch: Add --strict messages for blank lines around braces
Joe Perches
2012-12-17
1
-0
/
+10
*
checkpatch: extend line continuation test
Joe Perches
2012-12-17
1
-1
/
+3
*
checkpatch: allow control over line length warning, default remains 80
Joe Perches
2012-12-17
1
-3
/
+6
*
checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_remove
Andy Whitcroft
2012-12-17
1
-14
/
+6
*
checkpatch: remove reference to feature-removal-schedule.txt
Tao Ma
2012-12-17
1
-37
/
+0
*
checkpatch: warn about using CONFIG_EXPERIMENTAL
Kees Cook
2012-12-17
1
-0
/
+13
*
checkpatch: warn on unnecessary line continuations
Joe Perches
2012-12-17
1
-0
/
+9
*
compat: generic compat_sys_sched_rr_get_interval() implementation
Catalin Marinas
2012-12-17
12
-63
/
+29
*
lib/rbtree_test.c: fix uninitialized variable warning
Cong Ding
2012-12-17
1
-1
/
+1
*
percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEM
Oleg Nesterov
2012-12-17
4
-1
/
+7
[next]