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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-26
ratelimit: add comment warning people off printk_ratelimit()
Andrew Morton
1
-0
/
+5
2010-10-26
printk: declare printk_ratelimit_state in ratelimit.h
Namhyung Kim
1
-0
/
+2
2010-10-26
kernel: remove PF_FLUSHER
Peter Zijlstra
1
-1
/
+0
2010-10-26
fs: allow for more than 2^31 files
Eric Dumazet
1
-4
/
+4
2010-10-26
drivers/misc: driver for APDS990X ALS and proximity sensors
Samu Onkalo
1
-0
/
+79
2010-10-26
drivers/misc: driver for bh1770glc / sfh7770 ALS and proximity sensor
Samu Onkalo
1
-0
/
+53
2010-10-26
workqueues: s/ON_STACK/ONSTACK/
Andrew Morton
1
-3
/
+3
2010-10-26
vmlinux.lds.h: lower init ramfs alignment to 4
Mike Frysinger
1
-1
/
+1
2010-10-26
vmlinux.lds.h: gather .data..shared_aligned sections in DATA_DATA
Mike Frysinger
1
-0
/
+1
2010-10-26
modules: no need to align .modinfo strings
Jan Beulich
1
-2
/
+2
2010-10-26
include/linux/kernel.h: add __must_check to strict_strto*()
Andrew Morton
1
-4
/
+4
2010-10-26
kernel.h: add {min,max}3 macros
Hagen Paul Pfeifer
1
-0
/
+18
2010-10-26
mm: add vzalloc() and vzalloc_node() helpers
Dave Young
1
-0
/
+2
2010-10-26
mm: fix sparse warnings on GFP_ZONE_TABLE/BAD
Namhyung Kim
1
-42
/
+63
2010-10-26
mm: declare some external symbols
Namhyung Kim
2
-0
/
+3
2010-10-26
rmap: wrap page_check_address() using __cond_lock()
Namhyung Kim
1
-1
/
+12
2010-10-26
rmap: annotate lock context change on page_[un]lock_anon_vma()
Namhyung Kim
1
-1
/
+14
2010-10-26
mm: wrap get_locked_pte() using __cond_lock()
Namhyung Kim
1
-1
/
+9
2010-10-26
mm: retry page fault when blocking on disk transfer
Michel Lespinasse
2
-0
/
+15
2010-10-26
mm: remove alignment padding from anon_vma on (some) 64 bit builds
Richard Kennedy
1
-1
/
+1
2010-10-26
mm: stack based kmap_atomic()
Peter Zijlstra
2
-30
/
+45
2010-10-26
mm: strictly nested kmap_atomic()
Peter Zijlstra
1
-2
/
+2
2010-10-26
writeback: do not sleep on the congestion queue if there are no congested BDI...
Mel Gorman
3
-1
/
+16
2010-10-26
vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaim
KOSAKI Motohiro
1
-3
/
+3
2010-10-26
writeback: account for time spent congestion_waited
Mel Gorman
1
-0
/
+28
2010-10-26
tracing, vmscan: add trace events for LRU list shrinking
Mel Gorman
1
-0
/
+42
2010-10-26
mm: fix typo in mm.h when NODE_NOT_IN_PAGE_FLAGS
Will Deacon
1
-2
/
+2
2010-10-26
writeback: add nr_dirtied and nr_written to /proc/vmstat
Michael Rubin
1
-0
/
+2
2010-10-26
mm: add account_page_writeback()
Michael Rubin
1
-0
/
+1
2010-10-26
memory hotplug: unify is_removable and offline detection code
KAMEZAWA Hiroyuki
1
-0
/
+4
2010-10-26
mm: only build per-node scan_unevictable functions when NUMA is enabled
Thadeu Lima de Souza Cascardo
1
-0
/
+10
2010-10-26
include/linux/pageblock-flags.h: fix set_pageblock_flags() macro definiton
zeal
1
-2
/
+3
2010-10-26
writeback: remove nonblocking/encountered_congestion references
Wu Fengguang
2
-5
/
+5
2010-10-26
oom: add per-mm oom disable count
Ying Han
1
-0
/
+2
2010-10-26
kfifo: disable __kfifo_must_check_helper()
Andrew Morton
1
-5
/
+2
2010-10-26
types.h: move misplaced comment
Andrew Morton
1
-10
/
+10
2010-10-26
Merge git://git.infradead.org/battery-2.6
Linus Torvalds
1
-1
/
+5
2010-10-26
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
4
-5
/
+43
2010-10-26
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
10
-75
/
+103
2010-10-26
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...
Linus Torvalds
5
-2
/
+125
2010-10-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...
Linus Torvalds
1
-0
/
+29
2010-10-25
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-1
/
+90
2010-10-25
hwmon: lis3: Short explanations of platform data fields
Samu Onkalo
1
-0
/
+46
2010-10-25
hwmon: lis3: use block read to access data registers
Samu Onkalo
1
-0
/
+1
2010-10-25
hwmon: lis3: New parameters to platform data
Samu Onkalo
1
-1
/
+5
2010-10-25
hwmon: lis3: regulator control
Samu Onkalo
1
-0
/
+2
2010-10-25
hwmon: add generic GPIO fan driver
Simon Guinot
1
-0
/
+36
2010-10-25
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...
Linus Torvalds
7
-54
/
+76
2010-10-25
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+3
2010-10-25
Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+13
[next]