index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
common
/
tveeprom.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-28
selftests/seccomp: Flush benchmark output
Kees Cook
1
-0
/
+2
2021-06-28
selftests/seccomp: More closely track fds being assigned
Kees Cook
1
-7
/
+12
2021-06-28
selftests/seccomp: Add test for atomic addfd+send
Rodrigo Campos
1
-0
/
+38
2021-06-28
seccomp: Support atomic "addfd + send reply"
Rodrigo Campos
3
-6
/
+58
2021-06-28
mm/page_alloc: Correct return value of populated elements if bulk array is po...
Mel Gorman
1
-1
/
+1
2021-06-28
media: s5p-mfc: Fix display delay control creation
Marek Szyprowski
1
-0
/
+1
2021-06-28
media: mtk-vpu: on suspend, read/write regs only if vpu is running
Dafna Hirschfeld
1
-0
/
+6
2021-06-28
media: video-mux: Skip dangling endpoints
Philipp Zabel
1
-1
/
+9
2021-06-28
Linux 5.13
v5.13
Linus Torvalds
1
-1
/
+1
2021-06-27
MAINTAINERS: erofs: update my email address
Chao Yu
1
-1
/
+1
2021-06-27
Revert "signal: Allow tasks to cache one sigqueue struct"
Linus Torvalds
5
-61
/
+2
2021-06-25
userfaultfd: uapi: fix UFFDIO_CONTINUE ioctl request definition
Gleb Fotengauer-Malinovskiy
1
-2
/
+2
2021-06-25
spi: core: add dma_map_dev for dma device
Vinod Koul
2
-0
/
+5
2021-06-25
spi: convert Xilinx Zynq UltraScale+ MPSoC GQSPI bindings to YAML
Nobuhiro Iwamatsu
2
-25
/
+51
2021-06-25
gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP
Johannes Berg
1
-0
/
+2
2021-06-25
mailmap: add Marek's other e-mail address and identity without diacritics
Marek BehĂșn
1
-0
/
+2
2021-06-25
MAINTAINERS: fix Marek's identity again
Marek BehĂșn
1
-2
/
+2
2021-06-25
mm/page_alloc: do bulk array bounds check after checking populated elements
Mel Gorman
1
-0
/
+4
2021-06-25
mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing array
Rasmus Villemoes
1
-1
/
+1
2021-06-25
mm/hwpoison: do not lock page again when me_huge_page() successfully recovers
Naoya Horiguchi
1
-14
/
+30
2021-06-25
mm,hwpoison: return -EHWPOISON to denote that the page has already been poisoned
Aili Yao
1
-1
/
+2
2021-06-25
mm/memory-failure: use a mutex to avoid memory_failure() races
Tony Luck
1
-13
/
+23
2021-06-25
mm, futex: fix shared futex pgoff on shmem huge page
Hugh Dickins
4
-28
/
+9
2021-06-25
kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...
Petr Mladek
1
-11
/
+24
2021-06-25
kthread_worker: split code for canceling the delayed work timer
Petr Mladek
1
-17
/
+29
2021-06-25
mm/vmalloc: unbreak kasan vmalloc support
Daniel Axtens
1
-10
/
+14
2021-06-25
KVM: s390: prepare for hugepage vmalloc
Claudio Imbrenda
1
-1
/
+6
2021-06-25
mm/vmalloc: add vmalloc_no_huge
Claudio Imbrenda
2
-0
/
+18
2021-06-25
nilfs2: fix memory leak in nilfs_sysfs_delete_device_group
Pavel Skripkin
1
-0
/
+1
2021-06-25
mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()
Hugh Dickins
1
-0
/
+4
2021-06-25
mm/thp: fix page_vma_mapped_walk() if THP mapped by ptes
Hugh Dickins
1
-9
/
+25
2021-06-25
mm: page_vma_mapped_walk(): get vma_address_end() earlier
Hugh Dickins
1
-4
/
+9
2021-06-25
mm: page_vma_mapped_walk(): use goto instead of while (1)
Hugh Dickins
1
-4
/
+3
2021-06-25
mm: page_vma_mapped_walk(): add a level of indentation
Hugh Dickins
1
-50
/
+55
2021-06-25
mm: page_vma_mapped_walk(): crossing page table boundary
Hugh Dickins
1
-4
/
+4
2021-06-25
mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block
Hugh Dickins
1
-16
/
+14
2021-06-25
mm: page_vma_mapped_walk(): use pmde for *pvmw->pmd
Hugh Dickins
1
-5
/
+6
2021-06-25
mm: page_vma_mapped_walk(): settle PageHuge on entry
Hugh Dickins
1
-4
/
+8
2021-06-25
mm: page_vma_mapped_walk(): use page for pvmw->page
Hugh Dickins
1
-5
/
+4
2021-06-25
ata: rb532_cf: remove redundant codes
gushengxian
1
-3
/
+1
2021-06-25
KVM: x86: rename apic_access_page_done to apic_access_memslot_enabled
Maxim Levitsky
3
-5
/
+5
2021-06-25
kvm: x86: disable the narrow guest module parameter on unload
Aaron Lewis
1
-0
/
+2
2021-06-25
selftests: kvm: Allows userspace to handle emulation errors.
Aaron Lewis
5
-0
/
+317
2021-06-25
kvm: x86: Allow userspace to handle emulation errors
Aaron Lewis
4
-4
/
+85
2021-06-25
KVM: x86/mmu: Let guest use GBPAGES if supported in hardware and TDP is on
Sean Christopherson
1
-3
/
+17
2021-06-25
KVM: x86/mmu: Get CR4.SMEP from MMU, not vCPU, in shadow page fault
Sean Christopherson
1
-1
/
+1
2021-06-25
KVM: x86/mmu: Get CR0.WP from MMU, not vCPU, in shadow page fault
Sean Christopherson
2
-8
/
+2
2021-06-25
KVM: x86/mmu: Drop redundant rsvd bits reset for nested NPT
Sean Christopherson
1
-6
/
+0
2021-06-25
KVM: x86/mmu: Optimize and clean up so called "last nonleaf level" logic
Sean Christopherson
3
-35
/
+30
2021-06-25
KVM: x86: Enhance comments for MMU roles and nested transition trickiness
Sean Christopherson
3
-10
/
+49
[next]