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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-14
Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-58
/
+33
2020-10-14
Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
4
-10
/
+16
2020-10-14
Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2
-0
/
+66
2020-10-14
Merge tag 'pinctrl-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1344
2020-10-14
Merge tag 'leds-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Linus Torvalds
2
-56
/
+0
2020-10-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
4
-6
/
+15
2020-10-14
Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-3
/
+2
2020-10-14
Merge tag 'for-linus-5.10-1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2
-0
/
+4
2020-10-14
Merge tag 'threads-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Linus Torvalds
1
-0
/
+12
2020-10-14
Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2020-10-14
Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-2
/
+22
2020-10-14
Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-27
/
+98
2020-10-14
Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2020-10-14
Merge tag 'pnp-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-6
/
+0
2020-10-14
Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
11
-25
/
+35
2020-10-14
Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
8
-13
/
+42
2020-10-14
Merge tag 'platform-drivers-x86-v5.10-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-30
/
+4
2020-10-14
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+67
2020-10-14
Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-35
/
+129
2020-10-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
30
-131
/
+269
2020-10-13
mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
Suren Baghdasaryan
2
-0
/
+2
2020-10-13
memblock: use separate iterators for memory and reserved regions
Mike Rapoport
1
-3
/
+16
2020-10-13
memblock: implement for_each_reserved_mem_region() using __next_mem_region()
Mike Rapoport
1
-8
/
+4
2020-10-13
memblock: remove unused memblock_mem_size()
Mike Rapoport
1
-1
/
+0
2020-10-13
memblock: reduce number of parameters in for_each_mem_range()
Mike Rapoport
1
-10
/
+31
2020-10-13
memblock: make memblock_debug and related functionality private
Mike Rapoport
1
-11
/
+1
2020-10-13
memblock: make for_each_memblock_type() iterator private
Mike Rapoport
1
-5
/
+0
2020-10-13
mm: remove unused alloc_page_vma_node()
Wei Yang
1
-2
/
+0
2020-10-13
include/linux/compaction.h: clean code by removing unused enum value
Mateusz Nosek
1
-3
/
+0
2020-10-13
include/linux/gfp.h: clarify usage of GFP_ATOMIC in !preemptible contexts
Michal Hocko
1
-1
/
+3
2020-10-13
mmzone: clean code by removing unused macro parameter
Mateusz Nosek
1
-1
/
+1
2020-10-13
mm: document semantics of ZONE_MOVABLE
David Hildenbrand
1
-0
/
+35
2020-10-13
KUnit: KASAN Integration
Patricia Alfonso
2
-0
/
+11
2020-10-13
kasan/kunit: add KUnit Struct to Current Task
Patricia Alfonso
1
-0
/
+4
2020-10-13
include/linux/huge_mm.h: remove mincore_huge_pmd declaration
yuleixzhang
1
-3
/
+0
2020-10-13
mm: remove src/dst mm parameter in copy_page_range()
Peter Xu
1
-2
/
+2
2020-10-13
mm: simplify PageDoubleMap with PF_SECOND policy
Matthew Wilcox (Oracle)
1
-30
/
+10
2020-10-13
mm: move PageDoubleMap bit
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-10-13
mmap locking API: add mmap_lock_is_contended()
Chinwen Chang
1
-0
/
+5
2020-10-13
mm: account PMD tables like PTE tables
Matthew Wilcox
1
-4
/
+20
2020-10-13
mm/memcg: unify swap and memsw page counters
Waiman Long
1
-5
/
+8
2020-10-13
mm/swap_slots.c: remove always zero and unused return value of enable_swap_sl...
Miaohe Lin
1
-1
/
+1
2020-10-13
mm: remove activate_page() from unuse_pte()
Yu Zhao
1
-1
/
+0
2020-10-13
swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity
Gao Xiang
1
-1
/
+1
2020-10-13
mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED
Yafang Shao
1
-0
/
+4
2020-10-13
mm: add find_lock_head
Matthew Wilcox (Oracle)
1
-6
/
+26
2020-10-13
mm/shmem: return head page from find_lock_entry
Matthew Wilcox (Oracle)
1
-0
/
+9
2020-10-13
i915: use find_lock_page instead of find_lock_entry
Matthew Wilcox (Oracle)
1
-2
/
+0
2020-10-13
mm: factor find_get_incore_page out of mincore_page
Matthew Wilcox (Oracle)
1
-0
/
+7
2020-10-13
mm, dump_page: rename head_mapcount() --> head_compound_mapcount()
John Hubbard
1
-4
/
+4
[next]