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