index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitattributes
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-06
drm/i915/tgl+: Fix interrupt handling for DP AUX transactions
Imre Deak
1
-13
/
+3
2020-05-04
Make the "Reducing compressed framebufer size" message be DRM_INFO_ONCE()
Peter Jones
1
-2
/
+1
2020-05-04
drm/i915: Don't enable WaIncreaseLatencyIPCEnabled when IPC is disabled
Sultan Alsawaf
1
-1
/
+1
2020-05-04
drm/i915/gt: Make timeslicing an explicit engine property
Chris Wilson
3
-14
/
+18
2020-05-04
drm/i915: Avoid dereferencing a dead context
Chris Wilson
1
-5
/
+7
2020-04-29
drm/i915: Use proper fault mask in interrupt postinstall too
Matt Roper
1
-4
/
+2
2020-04-27
drm/i915/gt: Check cacheline is valid before acquiring
Chris Wilson
1
-0
/
+2
2020-04-27
drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()
Chris Wilson
2
-6
/
+24
2020-04-27
drm/i915/selftests: Fix i915_address_space refcnt leak
Xiyu Yang
1
-4
/
+8
2020-04-20
drm/i915/dpcd_bl: Unbreak enable_dpcd_backlight modparam
Lyude Paul
1
-0
/
+1
2020-04-20
drm/i915: fix Sphinx build duplicate label warning
Jani Nikula
1
-2
/
+2
2020-04-20
drm/i915/display: Load DP_TP_CTL/STATUS offset before use it
José Roberto de Souza
2
-6
/
+13
2020-04-20
drm/i915/tgl: TBT AUX should use TC power well ops
Matt Roper
1
-6
/
+6
2020-04-20
drm/i915: HDCP: fix Ri prime check done during link check
Oliver Barta
1
-1
/
+2
2020-04-20
drm/i915/gt: Update PMINTRMSK holding fw
Chris Wilson
1
-3
/
+6
2020-04-20
drm/i915/tgl: Add Wa_14010477008:tgl
Matt Roper
2
-5
/
+14
2020-04-14
drm/i915/gvt: switch to user vfio_group_pin/upin_pages
Yan Zhao
1
-3
/
+5
2020-04-14
drm/i915/gvt: subsitute kvm_read/write_guest with vfio_dma_rw
Yan Zhao
1
-21
/
+2
2020-04-14
drm/i915/gvt: hold reference of VFIO group during opening of vgpu
Yan Zhao
1
-0
/
+15
2020-04-13
drm/i915/perf: Do not clear pollin for small user read buffers
Ashutosh Dixit
1
-54
/
+11
2020-04-12
Linux 5.7-rc1
v5.7-rc1
Linus Torvalds
1
-2
/
+2
2020-04-12
MAINTAINERS: sort field names for all entries
Linus Torvalds
1
-1974
/
+1974
2020-04-12
MAINTAINERS: sort entries by entry name
Linus Torvalds
1
-820
/
+820
2020-04-11
mailmap: Add Sedat Dilek (replacement for expired email address)
Sedat Dilek
1
-0
/
+1
2020-04-11
pNFS: Fix RCU lock leakage
Trond Myklebust
1
-0
/
+1
2020-04-11
KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guest
Xiaoyao Li
1
-3
/
+34
2020-04-11
KVM: x86: Emulate split-lock access as a write in emulator
Xiaoyao Li
1
-1
/
+11
2020-04-11
x86/split_lock: Provide handle_guest_split_lock()
Thomas Gleixner
2
-5
/
+34
2020-04-11
kbuild: fix comment about missing include guard detection
Masahiro Yamada
1
-1
/
+1
2020-04-11
ipc/util.c: sysvipc_find_ipc() should increase position index
Vasily Averin
1
-1
/
+1
2020-04-11
kernel/gcov/fs.c: gcov_seq_next() should increase position index
Vasily Averin
1
-1
/
+1
2020-04-11
fs/seq_file.c: seq_read(): add info message about buggy .next functions
Vasily Averin
1
-2
/
+5
2020-04-11
drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warnings
kbuild test robot
1
-1
/
+0
2020-04-11
change email address for Pali Rohár
Pali Rohár
24
-41
/
+42
2020-04-11
selftests: kmod: test disabling module autoloading
Eric Biggers
1
-0
/
+30
2020-04-11
selftests: kmod: fix handling test numbers above 9
Eric Biggers
1
-4
/
+9
2020-04-11
docs: admin-guide: document the kernel.modprobe sysctl
Eric Biggers
1
-0
/
+21
2020-04-11
fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()
Eric Biggers
1
-1
/
+3
2020-04-11
kmod: make request_module() return an error when autoloading is disabled
Eric Biggers
1
-2
/
+2
2020-04-11
mm/memremap: set caching mode for PCI P2PDMA memory to WC
Logan Gunthorpe
1
-0
/
+3
2020-04-11
mm/memory_hotplug: add pgprot_t to mhp_params
Logan Gunthorpe
10
-7
/
+36
2020-04-11
powerpc/mm: thread pgprot_t through create_section_mapping()
Logan Gunthorpe
7
-17
/
+27
2020-04-11
x86/mm: introduce __set_memory_prot()
Logan Gunthorpe
2
-0
/
+14
2020-04-11
x86/mm: thread pgprot_t through init_memory_mapping()
Logan Gunthorpe
8
-25
/
+34
2020-04-11
mm/memory_hotplug: rename mhp_restrictions to mhp_params
Logan Gunthorpe
10
-33
/
+33
2020-04-11
mm/memory_hotplug: drop the flags field from struct mhp_restrictions
Logan Gunthorpe
1
-2
/
+0
2020-04-11
mm/special: create generic fallbacks for pte_special() and pte_mkspecial()
Anshuman Khandual
21
-95
/
+58
2020-04-11
mm/vma: introduce VM_ACCESS_FLAGS
Anshuman Khandual
11
-12
/
+16
2020-04-11
mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS
Anshuman Khandual
28
-89
/
+31
2020-04-11
mm/memory.c: add vm_insert_pages()
Arjun Roy
2
-2
/
+129
[next]