开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-05-30
Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-05-29
Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-05-29
Merge tag 'trace-tools-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-05-29
Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-05-29
Merge tag 'perf-tools-for-v5.19-2022-05-28' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2022-05-28
Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-05-28
drm: fix EDID struct for old ARM OABI format
Linus Torvalds
2022-05-28
Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2022-05-28
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-05-28
Merge tag 'pinctrl-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-05-28
Revert "crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE"
Jason A. Donenfeld
2022-05-28
ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak function
Steven Rostedt (Google)
2022-05-27
Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
2022-05-27
Merge tag 'clang-format-for-linus-v5.19-rc1' of https://github.com/ojeda/linux
Linus Torvalds
2022-05-27
Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2022-05-27
Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...
Linus Torvalds
2022-05-27
Merge tag 'jfs-5.19' of https://github.com/kleikamp/linux-shaggy
Linus Torvalds
2022-05-27
Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-05-27
Merge branch 'next' into for-linus
Dmitry Torokhov
2022-05-27
Merge tag 'mfd-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2022-05-27
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2022-05-27
Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-05-27
Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-27
Merge tag 'mm-hotfixes-stable-2022-05-27' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-05-27
Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-05-27
crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE
Jason A. Donenfeld
2022-05-27
arm64/hugetlb: Fix building errors in huge_ptep_clear_flush()
Baolin Wang
2022-05-27
pipe: Fix missing lock in pipe_resize_ring()
David Howells
2022-05-27
smb3: remove unneeded null check in cifs_readdir
Steve French
2022-05-27
mm/shmem.c: suppress shift warning
Andrew Morton
2022-05-27
mm: Kconfig: reorganize misplaced mm options
Vlastimil Babka
2022-05-27
mm: kasan: fix input of vmalloc_to_page()
Kefeng Wang
2022-05-27
mm: fix is_pinnable_page against a cma page
Minchan Kim
2022-05-27
mm: filter out swapin error entry in shmem mapping
Miaohe Lin
2022-05-27
mm/shmem: fix infinite loop when swap in shmem error at swapoff time
Miaohe Lin
2022-05-27
mm/madvise: free hwpoison and swapin error entry in madvise_free_pte_range
Miaohe Lin
2022-05-27
mm/swapfile: fix lost swap bits in unuse_pte()
Miaohe Lin
2022-05-27
mm/swapfile: unuse_pte can map random data if swap read fails
Miaohe Lin
2022-05-27
selftests: memcg: factor out common parts of memory.{low,min} tests
Michal Koutný
2022-05-27
selftests: memcg: remove protection from top level memcg
Michal Koutný
2022-05-27
selftests: memcg: adjust expected reclaim values of protected cgroups
Michal Koutný
2022-05-27
selftests: memcg: expect no low events in unprotected sibling
Michal Koutný
2022-05-27
selftests: memcg: fix compilation
Michal Koutný
2022-05-27
mm/z3fold: fix z3fold_page_migrate races with z3fold_map
Miaohe Lin
2022-05-27
mm/z3fold: fix z3fold_reclaim_page races with z3fold_free
Miaohe Lin
2022-05-27
mm/z3fold: always clear PAGE_CLAIMED under z3fold page lock
Miaohe Lin
2022-05-27
mm/z3fold: put z3fold page back into unbuddied list when reclaim or migration...
Miaohe Lin
2022-05-27
revert "mm/z3fold.c: allow __GFP_HIGHMEM in z3fold_alloc"
Miaohe Lin
2022-05-27
mm/z3fold: throw warning on failure of trylock_page in z3fold_alloc
Miaohe Lin
2022-05-27
mm/z3fold: remove buggy use of stale list for allocation
Miaohe Lin
[next]