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
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-09
checkpatch: fix extraneous EXPORT_SYMBOL* warnings
Patrick Pannuto
1
-0
/
+3
2010-08-09
checkpatch: warn about unexpectedly long msleep's
Patrick Pannuto
1
-0
/
+7
2010-08-09
checkpatch: prefer usleep_range over udelay
Patrick Pannuto
1
-0
/
+8
2010-08-09
checkpatch: add more exceptions to 80 char lines
Joe Perches
1
-2
/
+3
2010-08-09
checkpatch: change externals to globals
Joe Eloff
1
-2
/
+2
2010-08-09
checkpatch: fix handling of leading spaces
Raffaele Recalcati
1
-0
/
+7
2010-08-09
checkpatch: refactor 'allowed asm includes' and add memory.h
Wolfram Sang
1
-1
/
+7
2010-08-09
scripts/mod/modpost.c: fix memory leak
Alexey Fomenko
1
-14
/
+40
2010-08-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
1
-1
/
+0
2010-08-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-7
/
+32
2010-08-06
kconfig: fix make oldconfig
Sam Ravnborg
1
-1
/
+1
2010-08-06
Merge branch 'master' into for-linus
Chris Metcalf
34
-348
/
+1515
2010-08-05
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
11
-6
/
+682
2010-08-05
Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...
Linus Torvalds
1
-2
/
+3
2010-08-05
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
14
-282
/
+666
2010-08-04
Merge commit 'v2.6.35' into kbuild/kconfig
Michal Marek
22
-402
/
+670
2010-08-04
Merge commit 'v2.6.35' into kbuild/kbuild
Michal Marek
22
-360
/
+543
2010-08-03
modpost: support objects with more than 64k sections
Denys Vlasenko
3
-29
/
+122
2010-08-03
trivial: fix a typo in a filename
Uwe Kleine-König
1
-1
/
+1
2010-08-03
kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command line
Sam Ravnborg
1
-2
/
+2
2010-08-03
kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line
Sam Ravnborg
2
-6
/
+10
2010-08-03
kconfig: add savedefconfig
Sam Ravnborg
6
-1
/
+171
2010-08-03
kconfig: code refactoring in confdata.c
Sam Ravnborg
1
-67
/
+70
2010-08-03
kconfig: refactor code in symbol.c
Sam Ravnborg
2
-13
/
+34
2010-08-03
kconfig: add alldefconfig
Sam Ravnborg
2
-6
/
+14
2010-08-03
kconfig: print more info when we see a recursive dependency
Roman Zippel
1
-15
/
+127
2010-08-03
kconfig: save location of config symbols
Sam Ravnborg
3
-0
/
+5
2010-08-03
kconfig: change nonint_oldconfig to listnewconfig
Sam Ravnborg
2
-27
/
+14
2010-08-03
kconfig: rename loose_nonint_oldconfig => oldnoconfig
Sam Ravnborg
2
-11
/
+10
2010-08-03
kconfig: use long options in conf
Sam Ravnborg
2
-126
/
+105
2010-08-02
Merge commit 'v2.6.35' into perf/core
Ingo Molnar
3
-8
/
+12
2010-07-29
kconfig: fix MODULES-related bug in case of no .config
Ulf Magnusson
1
-1
/
+4
2010-07-26
kconfig: make randconfig fair for booleans
Peter Korsgaard
1
-1
/
+2
2010-07-23
nconfig: Fix segfault when help contains special characters
Stephen Boyd
1
-1
/
+1
2010-07-23
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-1
/
+1
2010-07-22
tracing: Fix $mcount_regex for MIPS in recordmcount.pl
David Daney
1
-1
/
+1
2010-07-21
Merge branch 'linus' into perf/core
Ingo Molnar
1
-0
/
+5
2010-07-21
kbuild: Fix make rpm
Michal Marek
2
-4
/
+7
2010-07-20
kbuild: Make the setlocalversion script POSIX-compliant
Michał Górny
1
-3
/
+4
2010-07-08
kconfig: Don't write invisible choice values
Jan Beulich
1
-12
/
+12
2010-07-08
powerpc: Fix module building for gcc 4.5 and 64 bit
Stephen Rothwell
1
-0
/
+5
2010-07-06
Merge branch 'master' into for-linus
Chris Metcalf
3
-49
/
+134
2010-07-05
Merge commit 'v2.6.35-rc4' into perf/core
Ingo Molnar
2
-48
/
+133
2010-07-02
kbuild: Warn on selecting symbols with unmet direct dependencies
Catalin Marinas
3
-0
/
+25
2010-07-02
scripts/dtc: Fix a resource leak
Martin Ettl
1
-0
/
+1
2010-07-02
Merge branch 'setlocalversion-speedup' into kbuild/rc-fixes
Michal Marek
2
-48
/
+133
2010-06-28
Merge branch 'linus' into perf/core
Thomas Gleixner
1
-1
/
+1
2010-06-28
Add support for the C variable in the coccicheck script
Nicolas Palix
1
-25
/
+51
2010-06-25
Add wait4() back to the set of <asm-generic/unistd.h> syscalls.
Chris Metcalf
1
-1
/
+0
2010-06-18
Merge branch 'setlocalversion-speedup' into kbuild/kbuild
Michal Marek
2
-48
/
+133
[next]