summaryrefslogtreecommitdiffstats
path: root/.gitattributes (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-06drm/i915/tgl+: Fix interrupt handling for DP AUX transactionsImre Deak1-13/+3
2020-05-04Make the "Reducing compressed framebufer size" message be DRM_INFO_ONCE()Peter Jones1-2/+1
2020-05-04drm/i915: Don't enable WaIncreaseLatencyIPCEnabled when IPC is disabledSultan Alsawaf1-1/+1
2020-05-04drm/i915/gt: Make timeslicing an explicit engine propertyChris Wilson3-14/+18
2020-05-04drm/i915: Avoid dereferencing a dead contextChris Wilson1-5/+7
2020-04-29drm/i915: Use proper fault mask in interrupt postinstall tooMatt Roper1-4/+2
2020-04-27drm/i915/gt: Check cacheline is valid before acquiringChris Wilson1-0/+2
2020-04-27drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()Chris Wilson2-6/+24
2020-04-27drm/i915/selftests: Fix i915_address_space refcnt leakXiyu Yang1-4/+8
2020-04-20drm/i915/dpcd_bl: Unbreak enable_dpcd_backlight modparamLyude Paul1-0/+1
2020-04-20drm/i915: fix Sphinx build duplicate label warningJani Nikula1-2/+2
2020-04-20drm/i915/display: Load DP_TP_CTL/STATUS offset before use itJosé Roberto de Souza2-6/+13
2020-04-20drm/i915/tgl: TBT AUX should use TC power well opsMatt Roper1-6/+6
2020-04-20drm/i915: HDCP: fix Ri prime check done during link checkOliver Barta1-1/+2
2020-04-20drm/i915/gt: Update PMINTRMSK holding fwChris Wilson1-3/+6
2020-04-20drm/i915/tgl: Add Wa_14010477008:tglMatt Roper2-5/+14
2020-04-14drm/i915/gvt: switch to user vfio_group_pin/upin_pagesYan Zhao1-3/+5
2020-04-14drm/i915/gvt: subsitute kvm_read/write_guest with vfio_dma_rwYan Zhao1-21/+2
2020-04-14drm/i915/gvt: hold reference of VFIO group during opening of vgpuYan Zhao1-0/+15
2020-04-13drm/i915/perf: Do not clear pollin for small user read buffersAshutosh Dixit1-54/+11
2020-04-12Linux 5.7-rc1v5.7-rc1Linus Torvalds1-2/+2
2020-04-12MAINTAINERS: sort field names for all entriesLinus Torvalds1-1974/+1974
2020-04-12MAINTAINERS: sort entries by entry nameLinus Torvalds1-820/+820
2020-04-11mailmap: Add Sedat Dilek (replacement for expired email address)Sedat Dilek1-0/+1
2020-04-11pNFS: Fix RCU lock leakageTrond Myklebust1-0/+1
2020-04-11KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li1-3/+34
2020-04-11KVM: x86: Emulate split-lock access as a write in emulatorXiaoyao Li1-1/+11
2020-04-11x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner2-5/+34
2020-04-11kbuild: fix comment about missing include guard detectionMasahiro Yamada1-1/+1
2020-04-11ipc/util.c: sysvipc_find_ipc() should increase position indexVasily Averin1-1/+1
2020-04-11kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin1-1/+1
2020-04-11fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin1-2/+5
2020-04-11drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warningskbuild test robot1-1/+0
2020-04-11change email address for Pali RohárPali Rohár24-41/+42
2020-04-11selftests: kmod: test disabling module autoloadingEric Biggers1-0/+30
2020-04-11selftests: kmod: fix handling test numbers above 9Eric Biggers1-4/+9
2020-04-11docs: admin-guide: document the kernel.modprobe sysctlEric Biggers1-0/+21
2020-04-11fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers1-1/+3
2020-04-11kmod: make request_module() return an error when autoloading is disabledEric Biggers1-2/+2
2020-04-11mm/memremap: set caching mode for PCI P2PDMA memory to WCLogan Gunthorpe1-0/+3
2020-04-11mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe10-7/+36
2020-04-11powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe7-17/+27
2020-04-11x86/mm: introduce __set_memory_prot()Logan Gunthorpe2-0/+14
2020-04-11x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe8-25/+34
2020-04-11mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe10-33/+33
2020-04-11mm/memory_hotplug: drop the flags field from struct mhp_restrictionsLogan Gunthorpe1-2/+0
2020-04-11mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual21-95/+58
2020-04-11mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual11-12/+16
2020-04-11mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual28-89/+31
2020-04-11mm/memory.c: add vm_insert_pages()Arjun Roy2-2/+129