index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-20
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-16
/
+1
2017-02-17
Merge branch 'for-4.11/block' into for-4.11/linus-merge
Jens Axboe
1
-8
/
+131
2017-02-17
rhashtable: Add nested tables
Herbert Xu
1
-50
/
+220
2017-02-16
usercopy: Adjust tests to deal with SMAP/PAN
Kees Cook
1
-8
/
+24
2017-02-16
usercopy: add testcases to check zeroing on failure
Hoeun Ryu
1
-0
/
+10
2017-02-13
idr: Add missing __rcu annotations
Matthew Wilcox
2
-7
/
+8
2017-02-13
radix-tree: Fix __rcu annotations
Matthew Wilcox
2
-59
/
+68
2017-02-13
radix-tree: Add rcu_dereference and rcu_assign_pointer calls
Matthew Wilcox
1
-11
/
+15
2017-02-13
radix_tree_iter_resume: Fix out of bounds error
Matthew Wilcox
1
-1
/
+0
2017-02-13
radix-tree: Store a pointer to the root in each node
Matthew Wilcox
1
-6
/
+8
2017-02-13
radix-tree: Chain preallocated nodes through ->parent
Matthew Wilcox
1
-5
/
+4
2017-02-13
ida: Use exceptional entries for small IDAs
Matthew Wilcox
2
-6
/
+89
2017-02-13
ida: Move ida_bitmap to a percpu variable
Matthew Wilcox
2
-40
/
+44
2017-02-13
Reimplement IDR and IDA using the radix tree
Matthew Wilcox
2
-1034
/
+519
2017-02-13
radix-tree: Add radix_tree_iter_delete
Matthew Wilcox
1
-31
/
+60
2017-02-13
radix-tree: Add radix_tree_iter_tag_clear()
Matthew Wilcox
1
-28
/
+40
2017-02-13
EXPORT_SYMBOL radix_tree_replace_slot
Song Liu
1
-0
/
+1
2017-02-10
time: Remove CONFIG_TIMER_STATS
Kees Cook
1
-14
/
+0
2017-02-10
debugobjects: Improve variable naming
Waiman Long
1
-5
/
+5
2017-02-10
refcount_t: Introduce a special purpose refcount type
Peter Zijlstra
1
-0
/
+13
2017-02-08
printk: rename nmi.c and exported api
Sergey Senozhatsky
1
-1
/
+1
2017-02-06
Merge 4.10-rc7 into char-misc-next
Greg Kroah-Hartman
3
-5
/
+4
2017-02-05
debugobjects: Reduce contention on the global pool_lock
Waiman Long
1
-9
/
+23
2017-02-04
debugobjects: Scale thresholds with # of CPUs
Waiman Long
1
-5
/
+15
2017-02-04
debugobjects: Track number of kmem_cache_alloc/kmem_cache_free done
Waiman Long
1
-0
/
+10
2017-02-03
lib: Introduce priority array area manager
Jiri Pirko
5
-0
/
+787
2017-02-02
ext4: move halfmd4 into hash.c directly
Jason A. Donenfeld
2
-68
/
+1
2017-02-01
Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-1
/
+2
2017-01-31
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-0
/
+1
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+1
2017-01-27
radix tree: constify some pointers
Matthew Wilcox
1
-26
/
+31
2017-01-27
sbitmap: add helpers for dumping to a seq_file
Omar Sandoval
1
-0
/
+91
2017-01-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Dave Airlie
5
-29
/
+36
2017-01-25
test_firmware: add test custom fallback trigger
Luis R. Rodriguez
1
-0
/
+45
2017-01-25
test_firmware: use device attribute groups
Luis R. Rodriguez
1
-24
/
+11
2017-01-25
test_firmware: move misc_device down
Luis R. Rodriguez
1
-6
/
+6
2017-01-24
mm: do not export ioremap_page_range symbol for external module
zhong jiang
1
-1
/
+0
2017-01-24
radix-tree: fix private list warnings
Matthew Wilcox
1
-1
/
+1
2017-01-24
lib/dma-virt: Add dma_virt_ops
Bart Van Assche
3
-0
/
+78
2017-01-24
lib/dma-noop: Only build dma_noop_ops for s390 and m32r
Bart Van Assche
2
-1
/
+6
2017-01-24
lib/dma-noop: Clarify a comment
Bart Van Assche
1
-1
/
+1
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
1
-1
/
+1
2017-01-23
rcu: Enable RCU tracepoints by default to aid in debugging
Matt Fleming
1
-0
/
+1
2017-01-23
lib/prime_numbers: Suppress warn on kmalloc failure
Chris Wilson
1
-1
/
+2
2017-01-20
percpu_counter: percpu_counter_hotcpu_callback() cleanup
Eric Dumazet
1
-3
/
+2
2017-01-20
timerqueue: Use rb_entry_safe() instead of open-coding it
Geliang Tang
1
-2
/
+1
2017-01-18
sbitmap: fix wakeup hang after sbq resize
Omar Sandoval
1
-5
/
+30
2017-01-18
sbitmap: use smp_mb__after_atomic() in sbq_wake_up()
Omar Sandoval
1
-3
/
+10
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-26
/
+34
2017-01-17
Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+3
[prev]
[next]