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
2022-08-19
USB: host: npcm: Add NPCM8XX support
Tomer Maimon
1
-4
/
+4
2022-08-19
dt-bindings: usb: npcm7xx: Add npcm845 compatible
Tomer Maimon
1
-1
/
+3
2022-08-19
usb: host: npcm7xx: remove USB EHCI host reset sequence
Tomer Maimon
1
-50
/
+0
2022-08-19
Revert "binder_alloc: Add missing mmap_lock calls when using the VMA"
Greg Kroah-Hartman
1
-21
/
+10
2022-08-19
ARM: dts: versatile: Update spi clock-names property
Kuldeep Singh
1
-1
/
+1
2022-08-19
ARM: dts: realview: Update spi clock-names property
Kuldeep Singh
4
-4
/
+4
2022-08-19
ARM: dts: integratorap: Update spi node properties
Kuldeep Singh
1
-2
/
+2
2022-08-19
usb: xhci-mtk: fix bandwidth release issue
Chunfeng Yun
1
-2
/
+2
2022-08-19
usb: xhci-mtk: relax TT periodic bandwidth allocation
Chunfeng Yun
1
-9
/
+2
2022-08-19
KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device()
Li kunyu
1
-1
/
+1
2022-08-19
KVM: Drop unnecessary initialization of "npages" in hva_to_pfn_slow()
Li kunyu
1
-1
/
+1
2022-08-19
x86/kvm: Fix "missing ENDBR" BUG for fastop functions
Josh Poimboeuf
1
-1
/
+2
2022-08-19
x86/kvm: Simplify FOP_SETCC()
Josh Poimboeuf
1
-19
/
+4
2022-08-19
x86/ibt, objtool: Add IBT_NOSEAL()
Josh Poimboeuf
2
-1
/
+13
2022-08-19
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
15
-98
/
+103
2022-08-19
KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
Chao Peng
2
-4
/
+4
2022-08-19
KVM: MIPS: remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS
Paolo Bonzini
1
-2
/
+0
2022-08-19
KVM: Move coalesced MMIO initialization (back) into kvm_create_vm()
Sean Christopherson
1
-5
/
+6
2022-08-19
KVM: Unconditionally get a ref to /dev/kvm module when creating a VM
Sean Christopherson
1
-10
/
+4
2022-08-19
KVM: Properly unwind VM creation if creating debugfs fails
Sean Christopherson
1
-8
/
+8
2022-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
657
-9288
/
+107481
2022-08-18
igc: add xdp frags support to ndo_xdp_xmit
Lorenzo Bianconi
1
-45
/
+83
2022-08-18
Merge branch 'selftests-mlxsw-add-ordering-tests-for-unified-bridge-model'
Jakub Kicinski
4
-0
/
+1112
2022-08-18
selftests: mlxsw: Add egress VID classification test
Amit Cohen
1
-0
/
+273
2022-08-18
selftests: mlxsw: Add ingress RIF configuration test for VXLAN
Amit Cohen
1
-0
/
+311
2022-08-18
selftests: mlxsw: Add ingress RIF configuration test for 802.1Q bridge
Amit Cohen
1
-0
/
+264
2022-08-18
selftests: mlxsw: Add ingress RIF configuration test for 802.1D bridge
Amit Cohen
1
-0
/
+264
2022-08-18
net: ethernet: mtk_eth_soc: remove unused txd_pdma pointer in mtk_xdp_submit_frame
Lorenzo Bianconi
1
-5
/
+7
2022-08-18
net: macsec: Expose MACSEC_SALT_LEN definition to user space
Emeel Hakim
2
-1
/
+2
2022-08-18
Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
65
-786
/
+2344
2022-08-18
Merge tag 'linux-kselftest-next-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
1
-2
/
+5
2022-08-18
Merge tag 'trace-rtla-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
4
-33
/
+43
2022-08-18
Merge branch 'bpf: net: Remove duplicated code from bpf_setsockopt()'
Alexei Starovoitov
16
-277
/
+874
2022-08-18
selftests/bpf: bpf_setsockopt tests
Martin KaFai Lau
3
-1
/
+606
2022-08-18
bpf: Add a few optnames to bpf_setsockopt
Martin KaFai Lau
1
-0
/
+5
2022-08-18
bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()
Martin KaFai Lau
5
-32
/
+33
2022-08-18
bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
Martin KaFai Lau
3
-22
/
+24
2022-08-18
bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
Martin KaFai Lau
3
-69
/
+34
2022-08-18
bpf: Refactor bpf specific tcp optnames to a new function
Martin KaFai Lau
1
-29
/
+50
2022-08-18
bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
Martin KaFai Lau
3
-98
/
+34
2022-08-18
bpf: Embed kernel CONFIG check into the if statement in bpf_setsockopt
Martin KaFai Lau
1
-7
/
+3
2022-08-18
bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()
Martin KaFai Lau
1
-0
/
+5
2022-08-18
bpf: net: Change do_ipv6_setsockopt() to use the sockopt's lock_sock() and capable()
Martin KaFai Lau
1
-7
/
+7
2022-08-18
bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capable()
Martin KaFai Lau
1
-6
/
+6
2022-08-18
bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and capable()
Martin KaFai Lau
1
-9
/
+9
2022-08-18
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsockopt()
Martin KaFai Lau
2
-13
/
+27
2022-08-18
bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
Martin KaFai Lau
3
-3
/
+43
2022-08-18
net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
1
-3
/
+10
2022-08-19
Merge tag 'amd-drm-fixes-6.0-2022-08-17' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Dave Airlie
108
-1183
/
+1757
2022-08-18
Input: move from strlcpy with unused retval to strscpy
Wolfram Sang
35
-76
/
+76
[prev]
[next]