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
2007-07-17
knfsd: exportfs: add exportfs.h header
Christoph Hellwig
2
-113
/
+120
2007-07-17
Use mutex instead of semaphore in CAPI 2.0 driver
Matthias Kaehlcke
1
-1
/
+1
2007-07-17
spi_mpc83xx.c: support QE enabled 83xx CPU's like mpc832x
Joakim Tjernlund
1
-1
/
+1
2007-07-17
SPI: tle620x power switch driver
Ben Dooks
1
-0
/
+24
2007-07-17
CRC7 support
Jan Nikitenko
1
-0
/
+14
2007-07-17
SPI: add 3wire mode flag
David Brownell
1
-0
/
+1
2007-07-17
SPI controller drivers: check for unsupported modes
David Brownell
1
-0
/
+1
2007-07-17
Fix sparse false positives re BUG_ON(ptr)
Alexey Dobriyan
1
-1
/
+1
2007-07-17
make timespec_equal() take const arguments
Jan Engelhardt
1
-1
/
+2
2007-07-17
kallsyms: make KSYM_NAME_LEN include space for trailing '\0'
Tejun Heo
2
-5
/
+5
2007-07-17
sb1250-duart.c: SB1250 DUART serial support
Maciej W. Rozycki
4
-45
/
+71
2007-07-17
Remove CHILD_MAX
Roland McGrath
1
-1
/
+0
2007-07-17
Remove OPEN_MAX
Roland McGrath
1
-1
/
+0
2007-07-17
avoid OPEN_MAX in SCM_MAX_FD
Roland McGrath
1
-1
/
+1
2007-07-17
unregister_blkdev(): return void
Akinobu Mita
1
-1
/
+1
2007-07-17
proper prototype for proc_nr_files()
Adrian Bunk
1
-0
/
+5
2007-07-17
PTRACE_POKEDATA consolidation
Alexey Dobriyan
1
-0
/
+1
2007-07-17
PTRACE_PEEKDATA consolidation
Alexey Dobriyan
1
-0
/
+1
2007-07-17
Report that kernel is tainted if there was an OOPS
Pavel Emelianov
1
-0
/
+1
2007-07-17
CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logic
Christoph Lameter
1
-1
/
+1
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+14
2007-07-17
Add VM_BUG_ON in case someone uses page_mapping on a slab page
Christoph Lameter
1
-0
/
+1
2007-07-17
Slab allocators: Cleanup zeroing allocations
Christoph Lameter
3
-74
/
+46
2007-07-17
SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG
Christoph Lameter
1
-0
/
+4
2007-07-17
Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics
Christoph Lameter
3
-12
/
+25
2007-07-17
mm: clean up and kernelify shrinker registration
Rusty Russell
1
-17
/
+21
2007-07-17
Lumpy Reclaim V4
Andy Whitcroft
2
-1
/
+10
2007-07-17
handle kernelcore=: generic
Mel Gorman
1
-1
/
+0
2007-07-17
Allow huge page allocations to use GFP_HIGH_MOVABLE
Mel Gorman
2
-3
/
+5
2007-07-17
Create the ZONE_MOVABLE zone
Mel Gorman
4
-4
/
+25
2007-07-17
Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...
Mel Gorman
11
-17
/
+87
2007-07-17
mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty
Martin Schwidefsky
12
-173
/
+0
2007-07-17
mm: remove ptep_establish()
Martin Schwidefsky
5
-59
/
+26
2007-07-16
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...
Linus Torvalds
40
-362
/
+1089
2007-07-16
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-0
/
+2
2007-07-16
macb: Use generic PHY layer
frederic RODO
2
-0
/
+2
2007-07-16
Revert "[NET]: Fix races in net_rx_action vs netpoll."
Linus Torvalds
1
-10
/
+0
2007-07-16
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+26
2007-07-16
Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2
-1
/
+95
2007-07-16
Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2
-65
/
+0
2007-07-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...
Linus Torvalds
12
-69
/
+665
2007-07-16
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
30
-412
/
+668
2007-07-16
ext4: statfs speed up
Badari Pulavarty
1
-0
/
+2
2007-07-16
ext3: statfs speed up
Badari Pulavarty
1
-0
/
+2
2007-07-16
ext2: statfs speed up
Badari Pulavarty
1
-0
/
+2
2007-07-16
remove mm/backing-dev.c:congestion_wait_interruptible()
Adrian Bunk
1
-1
/
+0
2007-07-16
make cancel_xxx_work_sync() return a boolean
Oleg Nesterov
1
-2
/
+2
2007-07-16
rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()
Oleg Nesterov
1
-3
/
+10
2007-07-16
Remove the last few UMSDOS leftovers
Jesper Juhl
1
-2
/
+0
2007-07-16
generic bug: use show_regs() instead of dump_stack()
Heiko Carstens
1
-2
/
+5
[next]