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
2017-07-12
include/linux/sem.h: correctly document sem_ctime
Manfred Spraul
2
-2
/
+2
2017-07-12
ipc: merge ipc_rcu and kern_ipc_perm
Manfred Spraul
1
-0
/
+3
2017-07-12
ipc/sem.c: remove sem_base, embed struct sem
Manfred Spraul
1
-1
/
+21
2017-07-12
fault-inject: support systematic fault injection
Dmitry Vyukov
1
-0
/
+1
2017-07-12
kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORE
Cyrill Gorcunov
1
-0
/
+2
2017-07-12
kcmp: add KCMP_EPOLL_TFD mode to compare epoll target files
Cyrill Gorcunov
2
-0
/
+13
2017-07-12
sysctl: add unsigned int range support
Luis R. Rodriguez
1
-0
/
+3
2017-07-12
kdump: protect vmcoreinfo data under the crash memory
Xunlei Pang
2
-1
/
+3
2017-07-12
powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdr
Xunlei Pang
1
-1
/
+0
2017-07-12
kexec: move vmcoreinfo out of the kernel's .bss section
Xunlei Pang
1
-2
/
+2
2017-07-12
kernel.h: handle pointers to arrays better in container_of()
Ian Abbott
1
-3
/
+7
2017-07-12
include/linux/dcache.h: use unsigned chars in struct name_snapshot
Stephen Rothwell
1
-2
/
+2
2017-07-12
Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-235
/
+253
2017-07-12
Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+20
2017-07-12
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+4
2017-07-11
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-29
/
+84
2017-07-11
Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
10
-118
/
+450
2017-07-11
Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
4
-4
/
+208
2017-07-10
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
21
-137
/
+302
2017-07-10
lib/extable.c: use bsearch() library function in search_extable()
Thomas Meyer
1
-2
/
+3
2017-07-10
bitmap: use memcmp optimisation in more situations
Matthew Wilcox
1
-3
/
+1
2017-07-10
include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when pos...
Matthew Wilcox
1
-0
/
+6
2017-07-10
bitmap: optimise bitmap_set and bitmap_clear of a single bit
Matthew Wilcox
1
-3
/
+20
2017-07-10
ARM: fix rd_size declaration
Bart Van Assche
1
-0
/
+3
2017-07-10
bug: split BUILD_BUG stuff out into <linux/build_bug.h>
Ian Abbott
2
-73
/
+85
2017-07-10
linux/bug.h: correct "space required before that '-'"
Ian Abbott
1
-2
/
+2
2017-07-10
linux/bug.h: correct "(foo*)" should be "(foo *)"
Ian Abbott
1
-1
/
+1
2017-07-10
linux/bug.h: correct formatting of block comment
Ian Abbott
1
-4
/
+6
2017-07-10
asm-generic/bug.h: declare struct pt_regs; before function prototype
Ian Abbott
1
-0
/
+1
2017-07-10
mm: disallow early_pfn_to_nid on configurations which do not implement it
Michal Hocko
1
-0
/
+1
2017-07-10
mm: swap: provide lru_add_drain_all_cpuslocked()
Thomas Gleixner
1
-0
/
+1
2017-07-10
mm/list_lru.c: fix list_lru_count_node() to be race free
Sahitya Tummala
1
-0
/
+1
2017-07-10
include/linux/backing-dev.h: simplify wb_stat_sum
Nikolay Borisov
1
-14
/
+1
2017-07-10
include/linux/mmzone.h: remove ancient/ambiguous comment
Nikolay Borisov
1
-5
/
+2
2017-07-10
hugetlb: add support for preferred node to alloc_huge_page_nodemask
Michal Hocko
2
-3
/
+4
2017-07-10
mm, hugetlb: unclutter hugetlb allocation layers
Michal Hocko
1
-1
/
+1
2017-07-10
mm/oom_kill.c: add tracepoints for oom reaper-related events
Roman Gushchin
1
-0
/
+80
2017-07-10
mm: unify new_node_page and alloc_migrate_target
Michal Hocko
1
-0
/
+16
2017-07-10
hugetlb, memory_hotplug: prefer to use reserved pages for migration
Michal Hocko
1
-0
/
+2
2017-07-10
include/linux/page_ref.h: ensure page_ref_unfreeze is ordered against prior a...
Will Deacon
1
-0
/
+1
2017-07-10
mm: always enable thp for dax mappings
Dan Williams
3
-5
/
+11
2017-07-10
mm: improve readability of transparent_hugepage_enabled()
Dan Williams
1
-12
/
+29
2017-07-10
oom, trace: remove ENUM evaluation of COMPACTION_FEEDBACK
Steven Rostedt (VMware)
1
-1
/
+1
2017-07-10
mm: make PR_SET_THP_DISABLE immediately active
Michal Hocko
3
-2
/
+7
2017-07-10
mm: hugetlb: delete dequeue_hwpoisoned_huge_page()
Naoya Horiguchi
1
-5
/
+0
2017-07-10
mm: hugetlb: soft-offline: dissolve source hugepage after successful migration
Anshuman Khandual
1
-4
/
+27
2017-07-10
mm: hwpoison: change PageHWPoison behavior on hugetlb pages
Naoya Horiguchi
1
-9
/
+0
2017-07-10
swap: add block io poll in swapin path
Shaohua Li
1
-2
/
+3
2017-07-10
Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-0
/
+80
2017-07-10
Merge tag 'acpi-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+7
[next]