summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-07-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-25/+1
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-3/+28
2021-07-21Merge tag 'regulator-fix-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2021-07-21Merge tag 'afs-fixes-20210721' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+62
2021-07-21Merge tag 'asoc-fix-v5.14-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai1-0/+6
2021-07-21drm/i915: Add TTM offset argument to mmap.Maarten Lankhorst1-11/+36
2021-07-21afs: Fix tracepoint string placement with built-in AFSDavid Howells1-5/+62
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek1-25/+1
2021-07-21drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas1-13/+13
2021-07-21drivers/firmware: move x86 Generic System Framebuffers supportJavier Martinez Canillas1-0/+94
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-1/+1
2021-07-21PCI: endpoint: Make struct pci_epf_driver::remove return voidUwe Kleine-König1-1/+1
2021-07-21vgaarb: don't pass a cookie to vga_client_registerChristoph Hellwig1-5/+5
2021-07-21vgaarb: remove the unused irq_set_state argument to vga_client_registerChristoph Hellwig1-3/+1
2021-07-21vgaarb: provide a vga_client_unregister wrapperChristoph Hellwig1-0/+5
2021-07-21vgaarb: cleanup vgaarb.hChristoph Hellwig1-48/+42
2021-07-21vgaarb: move the kerneldoc for vga_set_legacy_decoding to vgaarb.cChristoph Hellwig1-13/+0
2021-07-21vgaarb: remove vga_conflictsChristoph Hellwig1-12/+0
2021-07-21vgaarb: remove VGA_DEFAULT_DEVICEChristoph Hellwig1-6/+0
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie21-89/+646
2021-07-21drm/v3d: Expose performance counters to userspaceJuan A. Suarez Romero1-0/+136
2021-07-20drm: protect drm_master pointers in drm_lease.cDesmond Cheong Zhi Xi2-0/+7
2021-07-20drm: serialize drm_file.master with a new spinlockDesmond Cheong Zhi Xi1-3/+9
2021-07-20drm: Return -ENOTTY for non-drm ioctlsCharles Baylis1-0/+1
2021-07-20drm/print: fixup spelling in a commentJim Cromie1-1/+1
2021-07-20drm/i915/uapi: convert drm_i915_gem_userptr to kernel docMatthew Auld1-1/+39
2021-07-20drm/i915/uapi: reject caching ioctls for discreteMatthew Auld1-0/+29
2021-07-20net/tcp_fastopen: remove obsolete externEric Dumazet1-1/+0
2021-07-20dma-buf: Delete the DMA-BUF attachment sysfs statisticsHridya Valsaraju1-17/+0
2021-07-19fbmem: Convert from atomic_t to refcount_t on fb_info->countXiyu Yang1-1/+2
2021-07-19ACPI: utils: Fix reference counting in for_each_acpi_dev_match()Andy Shevchenko1-5/+0
2021-07-17Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-60/+207
2021-07-17block: increase BLKCG_MAX_POLSOleksandr Natalenko1-1/+1
2021-07-16Merge tag 'scmi-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-5/+17
2021-07-16Merge tag 'renesas-fixes-for-v5.14-tag1' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann1-53/+183
2021-07-16Merge tag 'memory-controller-drv-tegra-5.14-3' of git://git.kernel.org/pub/sc...Arnd Bergmann1-2/+7
2021-07-16ASoC: soc-pcm: add a flag to reverse the stop sequenceVijendar Mukunda1-0/+6
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds1-1/+1
2021-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+4
2021-07-15net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu1-0/+26
2021-07-15net_sched: use %px to print skb address in trace_qdisc_dequeue()Qitao Xu1-1/+1
2021-07-15net: use %px to print skb address in trace_netif_receive_skbQitao Xu1-1/+1
2021-07-15mm: fix the try_to_unmap prototype for !CONFIG_MMUChristoph Hellwig1-1/+3
2021-07-15kasan: fix build by including kernel.hMarco Elver1-0/+1
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds20-223/+105
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner1-0/+2
2021-07-14drm/i915/uapi: convert drm_i915_gem_set_domain to kernel docMatthew Auld1-3/+27
2021-07-14drm/i915/uapi: convert drm_i915_gem_caching to kernel docMatthew Auld1-29/+36
2021-07-13Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi643-10352/+13566
2021-07-13math-emu: Fix fall-through warningGustavo A. R. Silva1-1/+1