index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-10
coredump: Limit what can interrupt coredumps
Eric W. Biederman
1
-1
/
+1
2021-06-10
cgroup1: don't allow '\n' in renaming
Alexander Kuznetsov
1
-0
/
+4
2021-06-10
IB/mlx5: Fix initializing CQ fragments buffer
Alaa Hleihel
1
-5
/
+4
2021-06-10
RDMA/mlx5: Delete right entry from MR signature database
Aharon Landau
1
-2
/
+2
2021-06-10
RDMA: Verify port when creating flow rule
Maor Gottlieb
3
-6
/
+7
2021-06-09
kvm: fix previous commit for 32-bit builds
Paolo Bonzini
1
-2
/
+2
2021-06-08
kvm: avoid speculation-based attacks from out-of-range memslot accesses
Paolo Bonzini
1
-1
/
+9
2021-06-08
KVM: x86: Unload MMU on guest TLB flush if TDP disabled to force MMU sync
Lai Jiangshan
1
-0
/
+13
2021-06-08
RDMA/mlx5: Block FDB rules when not in switchdev mode
Mark Bloch
1
-0
/
+6
2021-06-08
KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message
Sean Christopherson
1
-3
/
+3
2021-06-08
selftests: kvm: Add support for customized slot0 memory size
Zhenzhong Duan
5
-15
/
+45
2021-06-08
proc: Track /proc/$pid/attr/ opener mm_struct
Kees Cook
1
-1
/
+8
2021-06-08
KVM: selftests: introduce P47V64 for s390x
Christian Borntraeger
2
-1
/
+7
2021-06-08
KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behavior
Lai Jiangshan
1
-2
/
+4
2021-06-08
KVM: X86: MMU: Use the correct inherited permissions to get shadow page
Lai Jiangshan
2
-7
/
+11
2021-06-08
KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timer
Wanpeng Li
1
-6
/
+11
2021-06-08
KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length a...
Ashish Kalra
1
-4
/
+2
2021-06-07
afs: Fix partial writeback of large files on fsync and close
Marc Dionne
1
-1
/
+1
2021-06-07
xen-netback: take a reference to the RX task thread
Roger Pau Monne
1
-0
/
+6
2021-06-07
Linux 5.13-rc5
v5.13-rc5
Linus Torvalds
1
-1
/
+1
2021-06-06
ext4: Only advertise encrypted_casefold when encryption and unicode are enabled
Daniel Rosenberg
1
-0
/
+4
2021-06-06
ext4: fix no-key deletion for encrypt+casefold
Daniel Rosenberg
1
-2
/
+4
2021-06-06
ext4: fix memory leak in ext4_fill_super
Alexey Makhalov
1
-2
/
+9
2021-06-06
ext4: fix fast commit alignment issues
Harshad Shirwadkar
2
-99
/
+90
2021-06-06
ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed
Ye Bin
1
-20
/
+23
2021-06-05
mailmap: use private address for Michel Lespinasse
Michel Lespinasse
1
-0
/
+3
2021-06-05
ocfs2: fix data corruption by fallocate
Junxiao Bi
1
-5
/
+50
2021-06-05
lib: crc64: fix kernel-doc warning
YueHaibing
1
-1
/
+1
2021-06-05
mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPY
Mina Almasry
1
-2
/
+12
2021-06-05
mm/kasan/init.c: fix doc warning
Yu Kuai
1
-2
/
+2
2021-06-05
proc: add .gitignore for proc-subset-pid selftest
David Matlack
1
-0
/
+1
2021-06-05
hugetlb: pass head page to remove_hugetlb_page()
Naoya Horiguchi
1
-1
/
+1
2021-06-05
drivers/base/memory: fix trying offlining memory blocks with memory holes on ...
David Hildenbrand
1
-3
/
+3
2021-06-05
mm/page_alloc: fix counting of free pages after take off from buddy
Ding Hui
1
-0
/
+2
2021-06-05
mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests()
Gerald Schaefer
1
-2
/
+2
2021-06-05
pid: take a reference when initializing `cad_pid`
Mark Rutland
1
-1
/
+1
2021-06-05
kfence: use TASK_IDLE when awaiting allocation
Marco Elver
1
-3
/
+3
2021-06-05
Revert "MIPS: make userspace mapping young by default"
Thomas Bogendoerfer
3
-16
/
+26
2021-06-04
cxgb4: avoid link re-train during TC-MQPRIO configuration
Rahul Lakkireddy
4
-7
/
+14
2021-06-04
sch_htb: fix refcount leak in htb_parent_to_leaf_offload
Yunjian Wang
1
-4
/
+4
2021-06-04
wireguard: allowedips: free empty intermediate nodes when removing single node
Jason A. Donenfeld
3
-131
/
+137
2021-06-04
wireguard: allowedips: allocate nodes in kmem_cache
Jason A. Donenfeld
3
-8
/
+38
2021-06-04
wireguard: allowedips: remove nodes in O(1)
Jason A. Donenfeld
2
-84
/
+57
2021-06-04
wireguard: allowedips: initialize list head in selftest
Jason A. Donenfeld
1
-1
/
+2
2021-06-04
wireguard: peer: allocate in kmem_cache
Jason A. Donenfeld
3
-4
/
+27
2021-06-04
wireguard: use synchronize_net rather than synchronize_rcu
Jason A. Donenfeld
2
-4
/
+4
2021-06-04
wireguard: do not use -O3
Jason A. Donenfeld
1
-2
/
+1
2021-06-04
wireguard: selftests: make sure rp_filter is disabled on vethc
Jason A. Donenfeld
1
-0
/
+1
2021-06-04
wireguard: selftests: remove old conntrack kconfig value
Jason A. Donenfeld
1
-1
/
+0
2021-06-04
i2c: qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM ops
Roja Rani Yarubandi
1
-1
/
+11
[next]