summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2020-08-11net: refactor bind_bucket fastreuse into helperTim Froidcoeur-0/+4
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-155/+306
2020-08-11Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...Linus Torvalds-2/+2
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-29/+237
2020-08-11Merge tag 'backlight-next-5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-111/+325
2020-08-11Merge tag 'rproc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds-90/+101
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+60
2020-08-11cpufreq: intel_pstate: Implement passive mode with HWP enabledRafael J. Wysocki-0/+2
2020-08-11fs: RWF_NOWAIT should imply IOCB_NOIOJens Axboe-1/+1
2020-08-11x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley-1/+0
2020-08-11sections.h: dereference_function_descriptor() returns void pointerHelge Deller-2/+2
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-101/+310
2020-08-11Merge tag 'v5.8' into drm-nextDave Airlie-55/+104
2020-08-10Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+63
2020-08-10Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds-1/+1
2020-08-11Merge tag 'drm-misc-next-fixes-2020-08-05' of git://anongit.freedesktop.org/d...Dave Airlie-9/+1
2020-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+1
2020-08-10bitfield.h: don't compile-time validate _val in FIELD_FITJakub Kicinski-1/+1
2020-08-10tcp: correct read of TFO keys on big endian systemsJason Baron-0/+2
2020-08-10net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Christoph Hellwig-24/+2
2020-08-09Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds-133/+447
2020-08-09Merge tag 'pinctrl-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-1/+1243
2020-08-09Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds-141/+144
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini-9/+6
2020-08-07Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds-2/+27
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-19/+20
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-21/+16
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-24/+9
2020-08-07tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...Steven Rostedt (VMware)-0/+1
2020-08-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-2/+246
2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-115/+56
2020-08-07Merge tag 'pm-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+253
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-582/+181
2020-08-07Merge tag 'mailbox-v5.9' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds-0/+224
2020-08-07Merge tag 'dmaengine-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+34
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-170/+419
2020-08-07mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim-7/+1
2020-08-07mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_m...Wei Yang-7/+4
2020-08-07mm/page_alloc.c: simplify pageblock bitmap accessWei Yang-15/+7
2020-08-07mm/page_alloc.c: replace the definition of NR_MIGRATETYPE_BITS with PB_migrat...Wei Yang-2/+1
2020-08-07mm/page_alloc: remove nr_free_pagecache_pages()David Hildenbrand-1/+0
2020-08-07mm: remove vm_total_pagesDavid Hildenbrand-1/+0
2020-08-07efi: provide empty efi_enter_virtual_mode implementationAndrey Konovalov-0/+4
2020-08-07kasan: remove kasan_unpoison_stack_above_sp_to()Vincenzo Frascino-2/+0
2020-08-07rcu: kasan: record and print call_rcu() call stackWalter Wu-0/+2
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport-18/+0
2020-08-07mm/mremap: it is sure to have enough space when extent meets requirementWei Yang-1/+1
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne-12/+2
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual-2/+2
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual-2/+3