summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-13/+21
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds12-8/+87
2020-10-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+7
2020-10-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+6
2020-10-11mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna1-0/+5
2020-10-11mm: validate inode in mapping_set_error()Minchan Kim1-1/+2
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-10-08Merge tag 'for-linus-5.9b-rc9-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2020-10-07x86/mce: Recover from poison found while copying from user spaceTony Luck1-0/+2
2020-10-07arm/arm64: xen: Fix to convert percpu address to gfn correctlyMasami Hiramatsu1-0/+3
2020-10-06Merge tag 'drm-fixes-2020-10-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-1/+391
2020-10-06Merge tag 'rxrpc-fixes-20201005' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller1-1/+1
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams3-13/+19
2020-10-06Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie4-1/+391
2020-10-05Merge tag 'platform-drivers-x86-v5.9-2' of git://git.infradead.org/linux-plat...Linus Torvalds1-1/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds11-32/+99
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells1-1/+1
2020-10-03Merge tag 'mlx5-fixes-2020-09-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-0/+3
2020-10-03net: introduce helper sendpage_ok() in include/linux/net.hColy Li1-0/+16
2020-10-03net: core: document two new elements of struct net_deviceMauro Carvalho Chehab1-0/+5
2020-10-02netlink: fix policy dump leakJohannes Berg1-1/+2
2020-10-02net/mlx5: cmdif, Avoid skipping reclaim pages if FW is not accessibleSaeed Mahameed1-0/+1
2020-10-02net/mlx5: Avoid possible free of command entry while timeout comp handlerEran Ben Elisha1-0/+2
2020-10-02Merge tag 'mmc-v5.9-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds1-0/+1
2020-10-02mm: memcg/slab: fix slab statistics in !SMP configurationRoman Gushchin1-0/+5
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon9-4/+82
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon3-4/+5
2020-10-02pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds1-2/+3
2020-10-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2020-10-01pipe: Fix memory leaks in create_pipe_files()Qian Cai1-0/+6
2020-10-01arm64: permit ACPI core to map kernel memory used for table overridesArd Biesheuvel1-1/+1
2020-09-30drm: drm_dsc.h: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-09-30Partially revert "video: fbdev: amba-clcd: Retire elder CLCD driver"Peter Collingbourne2-0/+377
2020-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2020-09-29genetlink: add missing kdoc for validation flagsJakub Kicinski1-0/+1
2020-09-29net: core: add nested_level variable in net_deviceTaehee Yoo1-8/+44
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo1-6/+10
2020-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-10/+6
2020-09-28Merge tag 'nfs-for-5.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+2
2020-09-28KVM: arm64: pmu: Make overflow handler NMI safeJulien Thierry1-0/+1
2020-09-28arm64: perf: Add support caps under sysfsShaokun Zhang1-0/+3
2020-09-28memstick: Skip allocating card when removing hostKai-Heng Feng1-0/+1
2020-09-27mm/fork: Pass new vma pointer into copy_page_range()Peter Xu1-1/+1
2020-09-27mm: Introduce mm_struct.has_pinnedPeter Xu1-0/+10
2020-09-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+2
2020-09-26Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2020-09-26mm: don't rely on system state to detect hot-plug operationsLaurent Dufour1-4/+7
2020-09-26mm: replace memmap_context by meminit_contextLaurent Dufour2-4/+9
2020-09-26mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik1-0/+10
2020-09-25block: remove unused BLK_QC_T_EAGAIN flagJeffle Xu1-2/+1