index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/test_bitmap.c: add test for bitmap_parselist()
Yury Norov
2017-09-09
1
-0
/
+74
*
lib/bitmap.c: make bitmap_parselist() thread-safe and much faster
Yury Norov
2017-09-09
1
-12
/
+6
*
lib: add test module for CONFIG_DEBUG_VIRTUAL
Florian Fainelli
2017-09-09
3
-0
/
+61
*
lib/hexdump.c: return -EINVAL in case of error in hex2bin()
Andy Shevchenko
2017-09-09
1
-2
/
+3
*
block/cfq: cache rightmost rb_node
Davidlohr Bueso
2017-09-09
1
-5
/
+14
*
mem/memcg: cache rightmost node
Davidlohr Bueso
2017-09-09
1
-5
/
+18
*
fs/epoll: use faster rb_first_cached()
Davidlohr Bueso
2017-09-09
1
-14
/
+16
*
procfs: use faster rb_first_cached()
Davidlohr Bueso
2017-09-09
4
-15
/
+17
*
lib/interval-tree: correct comment wrt generic flavor
Davidlohr Bueso
2017-09-09
1
-1
/
+1
*
lib/interval_tree: fast overlap detection
Davidlohr Bueso
2017-09-09
33
-105
/
+145
*
block/cfq: replace cfq_rb_root leftmost caching
Davidlohr Bueso
2017-09-09
1
-50
/
+20
*
locking/rtmutex: replace top-waiter and pi_waiters leftmost caching
Davidlohr Bueso
2017-09-09
7
-44
/
+27
*
sched/deadline: replace earliest dl and rq leftmost caching
Davidlohr Bueso
2017-09-09
2
-35
/
+21
*
sched/fair: replace cfs_rq->rb_leftmost
Davidlohr Bueso
2017-09-09
3
-29
/
+15
*
lib/rbtree_test.c: support rb_root_cached
Davidlohr Bueso
2017-09-09
1
-19
/
+137
*
lib/rbtree_test.c: add (inorder) traversal test
Davidlohr Bueso
2017-09-09
1
-2
/
+23
*
lib/rbtree_test.c: make input module parameters
Davidlohr Bueso
2017-09-09
1
-21
/
+34
*
rbtree: add some additional comments for rebalancing cases
Davidlohr Bueso
2017-09-09
1
-3
/
+5
*
rbtree: optimize root-check during rebalancing loop
Davidlohr Bueso
2017-09-09
1
-7
/
+16
*
rbtree: cache leftmost node internally
Davidlohr Bueso
2017-09-09
4
-8
/
+113
*
bitops: avoid integer overflow in GENMASK(_ULL)
Matthias Kaehlcke
2017-09-09
1
-2
/
+3
*
include: warn for inconsistent endian config definition
Babu Moger
2017-09-09
2
-0
/
+8
*
arch/microblaze: add choice for endianness and update Makefile
Babu Moger
2017-09-09
2
-0
/
+18
*
arch: define CPU_BIG_ENDIAN for all fixed big endian archs
Babu Moger
2017-09-09
6
-0
/
+18
*
treewide: make "nr_cpu_ids" unsigned
Alexey Dobriyan
2017-09-09
17
-21
/
+21
*
vga: optimise console scrolling
Matthew Wilcox
2017-09-09
4
-0
/
+53
*
drivers/scsi/sym53c8xx_2/sym_hipd.c: convert to use memset32
Matthew Wilcox
2017-09-09
1
-8
/
+3
*
drivers/block/zram/zram_drv.c: convert to using memset_l
Matthew Wilcox
2017-09-09
1
-11
/
+2
*
alpha: add support for memset16
Matthew Wilcox
2017-09-09
3
-13
/
+14
*
ARM: implement memset32 & memset64
Matthew Wilcox
2017-09-09
3
-6
/
+34
*
x86: implement memset16, memset32 & memset64
Matthew Wilcox
2017-09-09
2
-0
/
+60
*
lib/string.c: add testcases for memset16/32/64
Matthew Wilcox
2017-09-09
2
-0
/
+132
*
lib/string.c: add multibyte memset functions
Matthew Wilcox
2017-09-09
2
-0
/
+96
*
linux/kernel.h: move DIV_ROUND_DOWN_ULL() macro
Masahiro Yamada
2017-09-09
3
-8
/
+5
*
fs, proc: unconditional cond_resched when reading smaps
David Rientjes
2017-09-09
1
-2
/
+3
*
proc: uninline proc_create()
Alexey Dobriyan
2017-09-09
2
-7
/
+9
*
fs, proc: remove priv argument from is_stack
Michal Hocko
2017-09-09
2
-8
/
+5
*
mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()
Anshuman Khandual
2017-09-09
1
-5
/
+0
*
mm/swapfile.c: fix swapon frontswap_map memory leak on error
David Rientjes
2017-09-09
1
-0
/
+1
*
mm: kvfree the swap cluster info if the swap file is unsatisfactory
Darrick J. Wong
2017-09-09
1
-1
/
+1
*
mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attempt
Tetsuo Handa
2017-09-09
1
-1
/
+2
*
tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testing
Cyrill Gorcunov
2017-09-09
1
-2
/
+58
*
mm/sparse.c: fix typo in online_mem_sections
Michal Hocko
2017-09-09
1
-1
/
+1
*
mm/memory.c: fix mem_cgroup_oom_disable() call missing
Laurent Dufour
2017-09-09
1
-5
/
+5
*
mm: memcontrol: use per-cpu stocks for socket memory uncharging
Roman Gushchin
2017-09-09
1
-2
/
+4
*
mm: fadvise: avoid fadvise for fs without backing device
Shakeel Butt
2017-09-09
1
-3
/
+3
*
mm/zsmalloc.c: change stat type parameter to int
Matthias Kaehlcke
2017-09-09
1
-3
/
+6
*
mm/mlock.c: use page_zone() instead of page_zone_id()
Joonsoo Kim
2017-09-09
1
-6
/
+4
*
mm: consider the number in local CPUs when reading NUMA stats
Kemi Wang
2017-09-09
2
-3
/
+12
*
mm: update NUMA counter threshold size
Kemi Wang
2017-09-09
2
-20
/
+11
[next]