index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2017-09-08
lib/rbtree_test.c: support rb_root_cached
Davidlohr Bueso
-19
/
+137
2017-09-08
lib/rbtree_test.c: add (inorder) traversal test
Davidlohr Bueso
-2
/
+23
2017-09-08
lib/rbtree_test.c: make input module parameters
Davidlohr Bueso
-21
/
+34
2017-09-08
rbtree: add some additional comments for rebalancing cases
Davidlohr Bueso
-3
/
+5
2017-09-08
rbtree: optimize root-check during rebalancing loop
Davidlohr Bueso
-7
/
+16
2017-09-08
rbtree: cache leftmost node internally
Davidlohr Bueso
-8
/
+113
2017-09-08
bitops: avoid integer overflow in GENMASK(_ULL)
Matthias Kaehlcke
-2
/
+3
2017-09-08
include: warn for inconsistent endian config definition
Babu Moger
-0
/
+8
2017-09-08
arch/microblaze: add choice for endianness and update Makefile
Babu Moger
-0
/
+18
2017-09-08
arch: define CPU_BIG_ENDIAN for all fixed big endian archs
Babu Moger
-0
/
+18
2017-09-08
treewide: make "nr_cpu_ids" unsigned
Alexey Dobriyan
-21
/
+21
2017-09-08
vga: optimise console scrolling
Matthew Wilcox
-0
/
+53
2017-09-08
drivers/scsi/sym53c8xx_2/sym_hipd.c: convert to use memset32
Matthew Wilcox
-8
/
+3
2017-09-08
drivers/block/zram/zram_drv.c: convert to using memset_l
Matthew Wilcox
-11
/
+2
2017-09-08
alpha: add support for memset16
Matthew Wilcox
-13
/
+14
2017-09-08
ARM: implement memset32 & memset64
Matthew Wilcox
-6
/
+34
2017-09-08
x86: implement memset16, memset32 & memset64
Matthew Wilcox
-0
/
+60
2017-09-08
lib/string.c: add testcases for memset16/32/64
Matthew Wilcox
-0
/
+132
2017-09-08
lib/string.c: add multibyte memset functions
Matthew Wilcox
-0
/
+96
2017-09-08
linux/kernel.h: move DIV_ROUND_DOWN_ULL() macro
Masahiro Yamada
-8
/
+5
2017-09-08
fs, proc: unconditional cond_resched when reading smaps
David Rientjes
-2
/
+3
2017-09-08
proc: uninline proc_create()
Alexey Dobriyan
-7
/
+9
2017-09-08
fs, proc: remove priv argument from is_stack
Michal Hocko
-8
/
+5
2017-09-08
mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()
Anshuman Khandual
-5
/
+0
2017-09-08
mm/swapfile.c: fix swapon frontswap_map memory leak on error
David Rientjes
-0
/
+1
2017-09-08
mm: kvfree the swap cluster info if the swap file is unsatisfactory
Darrick J. Wong
-1
/
+1
2017-09-08
mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attempt
Tetsuo Handa
-1
/
+2
2017-09-08
tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testing
Cyrill Gorcunov
-2
/
+58
2017-09-08
mm/sparse.c: fix typo in online_mem_sections
Michal Hocko
-1
/
+1
2017-09-08
mm/memory.c: fix mem_cgroup_oom_disable() call missing
Laurent Dufour
-5
/
+5
2017-09-08
mm: memcontrol: use per-cpu stocks for socket memory uncharging
Roman Gushchin
-2
/
+4
2017-09-08
mm: fadvise: avoid fadvise for fs without backing device
Shakeel Butt
-3
/
+3
2017-09-08
mm/zsmalloc.c: change stat type parameter to int
Matthias Kaehlcke
-3
/
+6
2017-09-08
mm/mlock.c: use page_zone() instead of page_zone_id()
Joonsoo Kim
-6
/
+4
2017-09-08
mm: consider the number in local CPUs when reading NUMA stats
Kemi Wang
-3
/
+12
2017-09-08
mm: update NUMA counter threshold size
Kemi Wang
-20
/
+11
2017-09-08
mm: change the call sites of numa statistics items
Kemi Wang
-27
/
+220
2017-09-08
mm/memory.c: remove reduntant check for write access
Anshuman Khandual
-3
/
+2
2017-09-08
userfaultfd: non-cooperative: closing the uffd without triggering SIGBUS
Andrea Arcangeli
-1
/
+19
2017-09-08
mm: remove useless vma parameter to offset_il_node
Laurent Dufour
-4
/
+3
2017-09-08
mm/hmm: fix build when HMM is disabled
Jérôme Glisse
-2
/
+1
2017-09-08
mm/hmm: avoid bloating arch that do not make use of HMM
Jérôme Glisse
-32
/
+54
2017-09-08
mm/hmm: add new helper to hotplug CDM memory region
Jérôme Glisse
-5
/
+86
2017-09-08
mm/device-public-memory: device memory cache coherent with CPU
Jérôme Glisse
-47
/
+159
2017-09-08
mm/migrate: allow migrate_vma() to alloc new page on empty entry
Jérôme Glisse
-9
/
+205
2017-09-08
mm/migrate: support un-addressable ZONE_DEVICE page in migration
Jérôme Glisse
-30
/
+165
2017-09-08
mm/migrate: migrate_vma() unmap page from vma while collecting pages
Jérôme Glisse
-29
/
+112
2017-09-08
mm/migrate: new memory migration helper for use with device memory
Jérôme Glisse
-0
/
+596
2017-09-08
mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
Jérôme Glisse
-15
/
+86
2017-09-08
mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory
Jérôme Glisse
-1
/
+102
[prev]
[next]