summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-01-07iommu/vt-d: Fix general protection fault in aux_detach_device()Liu Yi L
2021-01-07iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_devLiu Yi L
2021-01-07kcov, usb: hide in_serving_softirq checks in __usb_hcd_giveback_urbAndrey Konovalov
2021-01-05net: suggest L2 discards be counted towards rx_droppedJakub Kicinski
2021-01-05include/soc: remove headers for EZChip NPSVineet Gupta
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-01-05Merge tag 'afs-fixes-04012021' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-01-04Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2021-01-04Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linuxLinus Torvalds
2021-01-04KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTSMarc Zyngier
2021-01-04afs: Fix directory entry size calculationDavid Howells
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-12-30Merge tag 'ceph-for-5.11-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-12-29kdev_t: always inline major/minor helper functionsJosh Poimboeuf
2020-12-29sizes.h: add SZ_8G/SZ_16G/SZ_32G macrosHuang Shijie
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap
2020-12-29mm: memmap defer init doesn't work as expectedBaoquan He
2020-12-29mm: add prototype for __add_to_page_cache_locked()Souptick Joarder
2020-12-29Revert "kbuild: avoid static_assert for genksyms"Masahiro Yamada
2020-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-12-28net: sched: prevent invalid Scell_log shift countRandy Dunlap
2020-12-28libceph: add __maybe_unused to DEFINE_MSGR2_FEATUREIlya Dryomov
2020-12-28fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst
2020-12-28netfilter: nftables: add set expression flagsPablo Neira Ayuso
2020-12-28habanalabs: add validation cs counter, fix misplaced countersAlon Mizrahi
2020-12-28habanalabs: add comment for pll frequency ioctl opcodeAlon Mizrahi
2020-12-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-12-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-24Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-12-23Merge tag 'tag-chrome-platform-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-12-22Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2020-12-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-22Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-12-22kasan, mm: allow cache merging with no metadataAndrey Konovalov
2020-12-22kasan, mm: rename kasan_poison_kfreeAndrey Konovalov
2020-12-22kasan, mm: check kasan_enabled in annotationsAndrey Konovalov
2020-12-22kasan: open-code kasan_unpoison_slabAndrey Konovalov
2020-12-22kasan: inline kasan_reset_tag for tag-based modesAndrey Konovalov
2020-12-22kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov
2020-12-22kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov
2020-12-22kasan, arm64: rename kasan_init_tags and mark as __initAndrey Konovalov
2020-12-22kasan, arm64: only use kasan_depth for software modesAndrey Konovalov
2020-12-22kasan: rename (un)poison_shadow to (un)poison_rangeAndrey Konovalov
2020-12-22kasan: shadow declarations only for software modesAndrey Konovalov
2020-12-22kasan: group vmalloc codeAndrey Konovalov