index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
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.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-10
user namespace: make signal.c respect user namespaces
Serge E. Hallyn
2
-4
/
+46
2012-01-10
workqueue: make alloc_workqueue() take printf fmt and args for name
Tejun Heo
2
-26
/
+53
2012-01-10
procfs: add hidepid= and gid= mount options
Vasiliy Kulikov
5
-4
/
+135
2012-01-10
procfs: parse mount options
Vasiliy Kulikov
3
-2
/
+64
2012-01-10
procfs: introduce the /proc/<pid>/map_files/ directory
Pavel Emelyanov
2
-0
/
+367
2012-01-10
procfs: make proc_get_link to use dentry instead of inode
Cyrill Gorcunov
2
-11
/
+11
2012-01-10
signal: add block_sigmask() for adding sigmask to current->blocked
Matt Fleming
3
-5
/
+23
2012-01-10
sparc: make SA_NOMASK a synonym of SA_NODEFER
Matt Fleming
1
-1
/
+2
2012-01-10
reiserfs: don't lock root inode searching
Frederic Weisbecker
1
-15
/
+13
2012-01-10
reiserfs: don't lock journal_init()
Frederic Weisbecker
2
-43
/
+31
2012-01-10
reiserfs: delay reiserfs lock until journal initialization
Frederic Weisbecker
2
-22
/
+24
2012-01-10
reiserfs: delete comments referring to the BKL
Davidlohr Bueso
1
-7
/
+4
2012-01-10
drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-range
Ben Hutchings
1
-2
/
+2
2012-01-10
drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030
Benoit Cousson
2
-2
/
+20
2012-01-10
drivers/rtc/: remove redundant spi driver bus initialization
Lars-Peter Clausen
5
-5
/
+0
2012-01-10
drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver static
Axel Lin
1
-1
/
+1
2012-01-10
drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static
Axel Lin
1
-1
/
+1
2012-01-10
rtc: convert drivers/rtc/* to use module_platform_driver()
Axel Lin
30
-351
/
+30
2012-01-10
drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc()
Mark Brown
1
-3
/
+1
2012-01-10
drivers/rtc/rtc-wm831x.c: remove unused period IRQ handler
Mark Brown
1
-20
/
+0
2012-01-10
rtc/ab8500: add calibration attribute to AB8500 RTC
Mark Godfrey
2
-0
/
+124
2012-01-10
drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()
Linus Walleij
1
-3
/
+3
2012-01-10
rtc/ab8500: set can_wake flag
Andrew Lynn
1
-0
/
+2
2012-01-10
rtc/ab8500: don't disable IRQ:s when suspending
Robert Marklund
1
-2
/
+2
2012-01-10
drivers/rtc/rtc-mxc.c: make alarm work
Yauhen Kharuzhy
1
-53
/
+59
2012-01-10
drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoC
Yauhen Kharuzhy
1
-0
/
+11
2012-01-10
drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writing
Ondrej Zary
1
-1
/
+1
2012-01-10
MIPS: randomize PIE load address
David Daney
1
-0
/
+1
2012-01-10
fs: binfmt_elf: create Kconfig variable for PIE randomization
David Daney
4
-1
/
+6
2012-01-10
crc32: optimize inner loop
Joakim Tjernlund
1
-10
/
+11
2012-01-10
checkpatch: catch all occurences of type and cast spacing errors per line
Andy Whitcroft
1
-4
/
+7
2012-01-10
checkpatch: typeof may have more complex arguments
Andy Whitcroft
1
-1
/
+1
2012-01-10
checkpatch: ensure cast type is unique in the context parser
Andy Whitcroft
1
-1
/
+1
2012-01-10
checkpatch: fix complex macros handling of square brackets
Andy Whitcroft
1
-1
/
+1
2012-01-10
checkpatch: fix 'return is not a function' square bracket handling
Andy Whitcroft
1
-1
/
+1
2012-01-10
checkpatch: complex macro should allow the empty do while loop
Andy Whitcroft
1
-1
/
+1
2012-01-10
checkpatch: fix EXPORT_SYMBOL handling following a function
Andy Whitcroft
1
-1
/
+1
2012-01-10
checkpatch: only apply kconfig help checks for options which prompt
Andy Whitcroft
1
-5
/
+12
2012-01-10
checkpatch: optimise statement scanner when mid-statement
Andy Whitcroft
1
-2
/
+20
2012-01-10
checkpatch: ## is not a valid modifier
Andy Whitcroft
1
-1
/
+3
2012-01-10
checkpatch: improve memset and min/max with cast checking
Joe Perches
1
-36
/
+33
2012-01-10
checkpatch: check for common memset parameter issues against statments
Andy Whitcroft
1
-6
/
+22
2012-01-10
checkpatch: correctly track the end of preprocessor commands in context
Andy Whitcroft
1
-51
/
+39
2012-01-10
checkpatch: prefer __printf over __attribute__((format(printf,...)))
Joe Perches
1
-0
/
+6
2012-01-10
checkpatch: update signature "might be better as" warning
Joe Perches
1
-2
/
+5
2012-01-10
btree: export btree_get_prev() so modules can use btree_for_each
Steve Hodgson
1
-0
/
+1
2012-01-10
leds: convert wm8350 driver to devm_kzalloc()
Mark Brown
1
-5
/
+2
2012-01-10
leds: convert wm831x status driver to devm_kzalloc()
Mark Brown
1
-3
/
+2
2012-01-10
drivers/leds/leds-mc13783.c: fix off-by-one for checking num_leds
Axel Lin
1
-1
/
+1
2012-01-10
leds: add driver for TCA6507 LED controller
NeilBrown
4
-0
/
+822
[next]