开源镜像站
帮助
动态
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
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
2021-01-21
w1: fix a kernel-doc markup
Mauro Carvalho Chehab
2021-01-21
memblock: fix kernel-doc markups
Mauro Carvalho Chehab
2021-01-21
connector: fix a kernel-doc markup
Mauro Carvalho Chehab
2021-01-21
firmware: stratix10-svc: fix kernel-doc markups
Mauro Carvalho Chehab
2021-01-21
parport: fix a kernel-doc markup
Mauro Carvalho Chehab
2021-01-10
Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-01-10
Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-01-08
Merge tag 'acpi-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2021-01-08
Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2021-01-08
Merge tag 'net-5.11-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...
Linus Torvalds
2021-01-08
Revert "init/console: Use ttynull as a fallback when there is no console"
Petr Mladek
2021-01-07
net/mlx5e: Add missing capability check for uplink follow
Aya Levin
2021-01-07
ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI
Shawn Guo
2021-01-07
iommu/vt-d: Fix general protection fault in aux_detach_device()
Liu Yi L
2021-01-07
iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_dev
Liu Yi L
2021-01-07
kcov, usb: hide in_serving_softirq checks in __usb_hcd_giveback_urb
Andrey Konovalov
2021-01-04
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Linus Torvalds
2021-01-04
Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linux
Linus Torvalds
2021-01-01
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2020-12-30
Merge tag 'ceph-for-5.11-rc2' of git://github.com/ceph/ceph-client
Linus Torvalds
2020-12-29
kdev_t: always inline major/minor helper functions
Josh Poimboeuf
2020-12-29
sizes.h: add SZ_8G/SZ_16G/SZ_32G macros
Huang Shijie
2020-12-29
mm: memmap defer init doesn't work as expected
Baoquan He
2020-12-29
mm: add prototype for __add_to_page_cache_locked()
Souptick Joarder
2020-12-29
Revert "kbuild: avoid static_assert for genksyms"
Masahiro Yamada
2020-12-28
libceph: add __maybe_unused to DEFINE_MSGR2_FEATURE
Ilya Dryomov
2020-12-28
fanotify: Fix sys_fanotify_mark() on native x86-32
Brian Gerst
2020-12-25
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-12-24
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-12-24
Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-12-24
Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-12-24
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-12-23
Merge tag 'tag-chrome-platform-for-v5.11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2020-12-22
Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2020-12-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-12-22
Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-12-22
kasan, mm: allow cache merging with no metadata
Andrey Konovalov
2020-12-22
kasan, mm: rename kasan_poison_kfree
Andrey Konovalov
2020-12-22
kasan, mm: check kasan_enabled in annotations
Andrey Konovalov
2020-12-22
kasan: open-code kasan_unpoison_slab
Andrey Konovalov
2020-12-22
kasan: inline kasan_reset_tag for tag-based modes
Andrey Konovalov
2020-12-22
kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
Andrey Konovalov
2020-12-22
kasan, arm64: implement HW_TAGS runtime
Andrey Konovalov
2020-12-22
kasan, arm64: expand CONFIG_KASAN checks
Andrey Konovalov
2020-12-22
kasan, arm64: rename kasan_init_tags and mark as __init
Andrey Konovalov
2020-12-22
kasan, arm64: only use kasan_depth for software modes
Andrey Konovalov
2020-12-22
kasan: rename (un)poison_shadow to (un)poison_range
Andrey Konovalov
2020-12-22
kasan: shadow declarations only for software modes
Andrey Konovalov
2020-12-22
kasan: group vmalloc code
Andrey Konovalov
2020-12-22
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
[next]