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