index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-24
RDMA/hns: Add window selection field of congestion control
Yixing Liu
2
-0
/
+14
2021-06-24
tools/testing: add a selftest for SO_NETNS_COOKIE
Lorenz Bauer
4
-1
/
+64
2021-06-24
net: retrieve netns cookie via getsocketopt
Martynas Pumputis
6
-0
/
+17
2021-06-24
RDMA/hfi1: Remove use of kmap()
Ira Weiny
1
-2
/
+2
2021-06-24
RDMA/irdma: Remove use of kmap()
Ira Weiny
1
-4
/
+4
2021-06-24
i40e: Fix missing rtnl locking when setting up pf switch
Jan Sokolowski
1
-4
/
+11
2021-06-24
i40e: fix PTP on 5Gb links
Jesse Brandeburg
1
-2
/
+6
2021-06-24
block: pass a gendisk to bdev_disk_changed
Christoph Hellwig
5
-28
/
+25
2021-06-24
block: move bdev_disk_changed
Christoph Hellwig
3
-55
/
+54
2021-06-24
block: add the events* attributes to disk_attrs
Christoph Hellwig
3
-19
/
+10
2021-06-24
block: move the disk events code to a separate file
Christoph Hellwig
4
-493
/
+491
2021-06-24
Merge tag 'mmc-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-5
/
+45
2021-06-24
ti: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-8
/
+2
2021-06-24
stmmac: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-8
/
+2
2021-06-24
netsec: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-3
/
+0
2021-06-24
sfc: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-7
/
+2
2021-06-24
qede: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-6
/
+0
2021-06-24
nfp: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-2
/
+0
2021-06-24
mlx4: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-6
/
+2
2021-06-24
marvell: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
2
-6
/
+0
2021-06-24
intel: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
9
-27
/
+3
2021-06-24
freescale: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
2
-10
/
+1
2021-06-24
thunderx: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-2
/
+0
2021-06-24
bnxt: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-2
/
+0
2021-06-24
ena: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-3
/
+0
2021-06-24
bpf, sched: Remove unneeded rcu_read_lock() around BPF program invocation
Toke Høiland-Jørgensen
2
-5
/
+0
2021-06-24
xdp: Add proper __rcu annotations to redirect map entries
Toke Høiland-Jørgensen
8
-54
/
+83
2021-06-24
bpf: Allow RCU-protected lookups to happen from bh context
Toke Høiland-Jørgensen
3
-12
/
+21
2021-06-24
doc: Give XDP as example of non-obvious RCU reader/updater pairing
Toke Høiland-Jørgensen
1
-2
/
+9
2021-06-24
doc: Clarify and expand RCU updaters and corresponding readers
Paul E. McKenney
1
-20
/
+26
2021-06-24
rcu: Create an unrcu_pointer() to remove __rcu from a pointer
Paul E. McKenney
1
-0
/
+14
2021-06-24
i40e: Fix autoneg disabling for non-10GBaseT links
Mateusz Palczewski
1
-2
/
+1
2021-06-24
i40e: Fix error handling in i40e_vsi_open
Dinghao Liu
1
-0
/
+2
2021-06-24
iwlwifi: acpi: remove unused function iwl_acpi_eval_dsm_func()
Kalle Valo
1
-36
/
+0
2021-06-24
rtw88: fix c2h memory leak
Po-Hao Huang
3
-1
/
+13
2021-06-24
brcmfmac: support parse country code map from DT
Shawn Guo
1
-2
/
+55
2021-06-24
Merge tag 'core-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+16
2021-06-24
Merge tag 'sched-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+28
2021-06-24
Merge tag 'perf-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+2
2021-06-24
KVM: do not allow mapping valid but non-reference-counted pages
Nicholas Piggin
1
-2
/
+17
2021-06-24
block: fix trace completion for chained bio
Edward Hsieh
1
-7
/
+6
2021-06-24
KVM: stats: Add fd-based API to read binary stats data
Jing Zhang
9
-7
/
+307
2021-06-24
KVM: stats: Separate generic stats from architecture specific ones
Jing Zhang
16
-88
/
+75
2021-06-24
KVM: x86/mmu: Don't WARN on a NULL shadow page in TDP MMU check
Sean Christopherson
1
-4
/
+6
2021-06-24
KVM: sefltests: Add x86-64 test to verify MMU reacts to CPUID updates
Sean Christopherson
4
-0
/
+152
2021-06-24
KVM: selftests: Add hugepage support for x86-64
Sean Christopherson
2
-24
/
+67
2021-06-24
KVM: selftests: Genericize upper level page table entry struct
Sean Christopherson
1
-65
/
+26
2021-06-24
KVM: selftests: Add PTE helper for x86-64 in preparation for hugepages
Sean Christopherson
1
-28
/
+31
2021-06-24
KVM: selftests: Rename x86's page table "address" to "pfn"
Sean Christopherson
1
-25
/
+22
2021-06-24
KVM: selftests: Add wrapper to allocate page table page
Sean Christopherson
6
-39
/
+23
[prev]
[next]