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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-14
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
12
-140
/
+1021
2012-10-11
Merge branch 'akpm' (Fixups from Andrew)
Linus Torvalds
1
-1
/
+1
2012-10-11
Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+19
2012-10-11
lib/kasprintf.c: use kmalloc_track_caller() to get accurate traces for kvaspr...
Ezequiel Garcia
1
-1
/
+1
2012-10-10
X.509: Fix indefinite length element skip error handling
David Howells
1
-9
/
+19
2012-10-09
mm: add CONFIG_DEBUG_VM_RB build option
Michel Lespinasse
1
-0
/
+9
2012-10-09
mm: interval tree updates
Michel Lespinasse
1
-9
/
+6
2012-10-09
rbtree: move augmented rbtree functionality to rbtree_augmented.h
Michel Lespinasse
2
-152
/
+12
2012-10-09
prio_tree: remove
Michel Lespinasse
4
-569
/
+1
2012-10-09
mm: replace vma prio_tree with an interval tree
Michel Lespinasse
2
-173
/
+12
2012-10-09
rbtree: add prio tree and interval tree tests
Michel Lespinasse
6
-0
/
+390
2012-10-09
rbtree: add RB_DECLARE_CALLBACKS() macro
Michel Lespinasse
1
-32
/
+2
2012-10-09
rbtree: remove prior augmented rbtree implementation
Michel Lespinasse
1
-71
/
+0
2012-10-09
rbtree: faster augmented rbtree manipulation
Michel Lespinasse
2
-21
/
+120
2012-10-09
rbtree: augmented rbtree test
Michel Lespinasse
1
-2
/
+101
2012-10-09
rbtree: low level optimizations in rb_erase()
Michel Lespinasse
1
-34
/
+64
2012-10-09
rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color()
Michel Lespinasse
1
-43
/
+62
2012-10-09
rbtree: place easiest case first in rb_erase()
Michel Lespinasse
1
-17
/
+18
2012-10-09
rbtree: add __rb_change_child() helper function
Michel Lespinasse
1
-29
/
+17
2012-10-09
rbtree test: fix sparse warning about 64-bit constant
Michel Lespinasse
1
-1
/
+1
2012-10-09
rbtree: optimize fetching of sibling node
Michel Lespinasse
1
-8
/
+13
2012-10-09
rbtree: coding style adjustments
Michel Lespinasse
1
-19
/
+23
2012-10-09
rbtree: low level optimizations in __rb_erase_color()
Michel Lespinasse
1
-93
/
+115
2012-10-09
rbtree: optimize case selection logic in __rb_erase_color()
Michel Lespinasse
1
-38
/
+30
2012-10-09
rbtree: adjust node color in __rb_erase_color() only when necessary
Michel Lespinasse
1
-11
/
+17
2012-10-09
rbtree: low level optimizations in rb_insert_color()
Michel Lespinasse
1
-35
/
+131
2012-10-09
rbtree: adjust root color in rb_insert_color() only when necessary
Michel Lespinasse
1
-4
/
+15
2012-10-09
rbtree: break out of rb_insert_color loop after tree rotation
Michel Lespinasse
1
-10
/
+4
2012-10-09
rbtree: performance and correctness test
Michel Lespinasse
3
-0
/
+144
2012-10-09
rbtree: move some implementation details from rbtree.h to rbtree.c
Michel Lespinasse
1
-1
/
+19
2012-10-09
rbtree: empty nodes have no color
Michel Lespinasse
1
-2
/
+2
2012-10-09
Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config option
Catalin Marinas
1
-4
/
+4
2012-10-09
Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config option
Catalin Marinas
1
-4
/
+4
2012-10-08
MPILIB: Provide a function to read raw data into an MPI
David Howells
1
-0
/
+55
2012-10-08
X.509: Add an ASN.1 decoder
David Howells
2
-0
/
+479
2012-10-08
X.509: Add utility functions to render OIDs as strings
David Howells
1
-0
/
+81
2012-10-08
X.509: Implement simple static OID registry
David Howells
5
-1
/
+320
2012-10-08
MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verification
David Howells
2
-0
/
+71
2012-10-08
MPILIB: Provide count_leading/trailing_zeros() based on arch functions
David Howells
3
-139
/
+5
2012-10-08
Merge tag 'iommu-updates-v3.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+0
2012-10-06
lib/decompress.c add __init to decompress_method and data
Hein Tibosch
1
-3
/
+6
2012-10-06
scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQs
Tejun Heo
1
-8
/
+8
2012-10-06
lib/plist.c: make plist test announcements KERN_DEBUG
Borislav Petkov
1
-2
/
+2
2012-10-06
lib/vsprintf.c: improve standard conformance of sscanf()
Jan Beulich
1
-19
/
+14
2012-10-06
lib/spinlock_debug: avoid livelock in do_raw_spin_lock()
Vikram Mulukutla
1
-14
/
+18
2012-10-06
genalloc: make it possible to use a custom allocation algorithm
Benjamin Gaignard
1
-4
/
+84
2012-10-06
lib/gcd.c: prevent possible div by 0
Davidlohr Bueso
1
-0
/
+3
2012-10-06
lib/Kconfig.debug: adjust hard-lockup related Kconfig options
Jan Beulich
1
-4
/
+5
2012-10-06
lib/parser.c: avoid overflow in match_number()
Alex Elder
1
-2
/
+8
2012-10-06
idr: rename MAX_LEVEL to MAX_IDR_LEVEL
Fengguang Wu
1
-16
/
+16
[next]