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
2022-11-30
mm, hwpoison: try to recover from copy-on write faults
Tony Luck
1
-0
/
+26
2022-11-30
percpu_counter: add percpu_counter_sum_all interface
Shakeel Butt
1
-0
/
+6
2022-11-30
mm: convert mm's rss stats into percpu_counter
Shakeel Butt
6
-44
/
+14
2022-11-30
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
7
-16
/
+75
2022-11-30
revert "kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compati...
Andrew Morton
1
-2
/
+0
2022-11-30
mm/khugepaged: fix GUP-fast interaction by sending IPI
Jann Horn
1
-0
/
+4
2022-11-30
mm: introduce arch_has_hw_nonleaf_pmd_young()
Juergen Gross
1
-0
/
+11
2022-11-30
mm: add dummy pmd_young() for architectures not having it
Juergen Gross
1
-0
/
+7
2022-11-30
hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
Mike Kravetz
1
-0
/
+2
2022-11-30
madvise: use zap_page_range_single for madvise dontneed
Mike Kravetz
1
-8
/
+19
2022-11-30
mm: replace VM_WARN_ON to pr_warn if the node is offline with __GFP_THISNODE
Yang Shi
1
-2
/
+16
2022-11-22
mm: fix unexpected changes to {failslab|fail_page_alloc}.attr
Qi Zheng
1
-2
/
+5
2022-11-22
kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatible
Sam James
1
-0
/
+2
2022-11-22
mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...
Gautam Menghani
1
-4
/
+4
2022-11-08
swap: add a limit for readahead page-cluster value
Kairui Song
1
-0
/
+1
2022-11-08
mm/hwpoison: introduce per-memory_block hwpoison counter
Naoya Horiguchi
2
-1
/
+22
2022-11-08
mm/hwpoison: pass pfn to num_poisoned_pages_*()
Naoya Horiguchi
1
-2
/
+2
2022-11-08
mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c
Naoya Horiguchi
2
-22
/
+7
2022-11-08
mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...
Naoya Horiguchi
2
-6
/
+10
2022-11-08
compiler-gcc: document minimum version for `__no_sanitize_coverage__`
Miguel Ojeda
1
-0
/
+3
2022-11-08
compiler-gcc: remove attribute support check for `__no_sanitize_undefined__`
Miguel Ojeda
1
-4
/
+0
2022-11-08
compiler-gcc: remove attribute support check for `__no_sanitize_thread__`
Miguel Ojeda
1
-1
/
+1
2022-11-08
compiler-gcc: remove attribute support check for `__no_sanitize_address__`
Miguel Ojeda
1
-4
/
+0
2022-11-08
compiler-gcc: be consistent with underscores use for `no_sanitize`
Miguel Ojeda
1
-4
/
+4
2022-11-08
mm: remove FGP_HEAD
Matthew Wilcox (Oracle)
1
-3
/
+2
2022-11-08
mm: vmalloc: add free_vmap_area_noflush trace event
Uladzislau Rezki (Sony)
1
-0
/
+34
2022-11-08
mm: vmalloc: add purge_vmap_area_lazy trace event
Uladzislau Rezki (Sony)
1
-0
/
+33
2022-11-08
mm: vmalloc: add alloc_vmap_area trace event
Uladzislau Rezki (Sony)
1
-0
/
+56
2022-11-08
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
2
-3
/
+7
2022-11-08
memory: remove unused register_hotmemory_notifier()
Liu Shixin
1
-6
/
+0
2022-11-08
mm: fix typo in struct vm_operations_struct comments
Rolf Eike Beer
1
-1
/
+1
2022-11-08
mm/hugetlb: add folio_hstate()
Sidhartha Kumar
1
-2
/
+12
2022-11-08
hugetlbfs: convert hugetlb_delete_from_page_cache() to use folios
Sidhartha Kumar
1
-1
/
+0
2022-11-08
mm/hugetlb: add hugetlb_folio_subpool() helpers
Sidhartha Kumar
1
-2
/
+13
2022-11-08
mm: add private field of first tail to struct page and struct folio
Sidhartha Kumar
1
-0
/
+14
2022-11-08
mm/hugetlb: add folio support to hugetlb specific flag macros
Sidhartha Kumar
1
-0
/
+24
2022-11-08
mm: vmscan: make rotations a secondary factor in balancing anon vs file
Johannes Weiner
1
-2
/
+3
2022-11-08
hugetlb: simplify hugetlb handling in follow_page_mask
Mike Kravetz
1
-42
/
+8
2022-11-08
maple_tree: reorganize testing to restore module testing
Liam Howlett
1
-0
/
+7
2022-11-04
Merge tag 'hardening-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+9
2022-11-04
Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-11-03
Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-21
/
+34
2022-11-03
Merge tag 'powerpc-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+1
2022-11-01
netlink: introduce bigendian integer types
Florian Westphal
1
-9
/
+10
2022-11-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-7
/
+17
2022-11-01
asm-generic: compat: fix compat_arg_u64() and compat_arg_u64_dual()
Andreas Schwab
1
-1
/
+1
2022-10-30
Merge tag 'fbdev-for-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2022-10-30
Merge tag 'char-misc-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+2
2022-10-30
Merge tag 'perf_urgent_for_v6.1_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-10-29
Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+2
[next]