开源镜像站
帮助
动态
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
2021-08-24
ARC: retire MMUv1 and MMUv2 support
Vineet Gupta
2021-08-24
ARC: retire ARC750 support
Vineet Gupta
2021-08-24
ARC: atomic_cmpxchg/atomic_xchg: implement relaxed variants
Vineet Gupta
2021-08-24
ARC: cmpxchg/xchg: implement relaxed variants (LLSC config only)
Vineet Gupta
2021-08-24
ARC: cmpxchg/xchg: rewrite as macros to make type safe
Vineet Gupta
2021-08-24
ARC: xchg: !LLSC: remove UP micro-optimization/hack
Vineet Gupta
2021-08-24
ARC: bitops: fls/ffs to take int (vs long) per asm-generic defines
Vineet Gupta
2021-08-24
ARC: switch to generic bitops
Vineet Gupta
2021-08-24
ARC: atomics: implement relaxed variants
Vineet Gupta
2021-08-24
ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_return
Vineet Gupta
2021-08-24
ARC: atomic: !LLSC: use int data type consistently
Vineet Gupta
2021-08-24
ARC: atomic: !LLSC: remove hack in atomic_set() for for UP
Vineet Gupta
2021-08-24
ARC: atomics: disintegrate header
Vineet Gupta
2021-08-24
ARC: export clear_user_page() for modules
Randy Dunlap
2021-08-24
arch/arc/kernel/: fix misspellings using codespell tool
Changcheng Deng
2021-08-22
Linux 5.14-rc7
v5.14-rc7
Linus Torvalds
2021-08-22
Merge tag 'powerpc-5.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-08-21
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-08-21
Merge tag 'char-misc-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-08-21
Merge tag 'usb-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-08-21
Merge tag 'riscv-for-linus-5.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-08-21
Merge tag 's390-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2021-08-21
Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...
Linus Torvalds
2021-08-21
Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-21
Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-21
fs: warn about impending deprecation of mandatory locks
Jeff Layton
2021-08-20
io_uring: fix xa_alloc_cycle() error return value check
Jens Axboe
2021-08-20
Merge tag 'acpi-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2021-08-20
Merge tag 'pm-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2021-08-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-08-20
Merge tag 'drm-fixes-2021-08-20-3' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-08-20
Merge tag 'pci-v5.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-08-20
Merge tag 'mmc-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
2021-08-20
Merge tag 'sound-5.14-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-08-20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2021-08-20
Merge branch 'acpi-pm'
Rafael J. Wysocki
2021-08-20
Merge tag 'iommu-fixes-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-08-20
Merge branch 'pm-opp'
Rafael J. Wysocki
2021-08-20
hugetlb: don't pass page cache pages to restore_reserve_on_error
Mike Kravetz
2021-08-20
kfence: fix is_kfence_address() for addresses below KFENCE_POOL_SIZE
Marco Elver
2021-08-20
mm: vmscan: fix missing psi annotation for node_reclaim()
Johannes Weiner
2021-08-20
mm/hwpoison: retry with shake_page() for unhandlable pages
Naoya Horiguchi
2021-08-20
mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim
Johannes Weiner
2021-08-20
MAINTAINERS: update ClangBuiltLinux IRC chat
Nathan Chancellor
2021-08-20
mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON names
Mike Rapoport
2021-08-20
mm/page_alloc: don't corrupt pcppage_migratetype
Doug Berger
2021-08-20
Revert "mm: swap: check if swap backing device is congested or not"
Yang Shi
2021-08-20
Revert "mm/shmem: fix shmem_swapin() race with swapoff"
Yang Shi
2021-08-20
riscv: Fix a number of free'd resources in init_resources()
Petr Pavlu
2021-08-20
Merge tag 'amd-drm-fixes-5.14-2021-08-18' of https://gitlab.freedesktop.org/a...
Dave Airlie
[next]