summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-2726-51/+24
|\
| * Merge tag 'arc-6.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds2022-10-2625-51/+20
| |\
| | * ARC: mm: fix leakage of memory allocated for PTEPavel Kozlov2022-10-171-1/+1
| | * arc: update config filesLukas Bulwahn2022-10-1713-33/+2
| | * arc: iounmap() arg is volatileRandy Dunlap2022-10-172-2/+2
| | * arc: dts: Harmonize EHCI/OHCI DT nodes nameSerge Semin2022-10-175-9/+9
| | * ARC: bitops: Change __fls to return unsigned longAmadeusz Sławiński2022-10-171-2/+2
| | * ARC: Fix comment typoZhang Jiaming2022-10-171-1/+1
| | * ARC: Fix comment typoJilin Yuan2022-10-172-3/+3
| * | x86/mm: Do not verify W^X at boot upSteven Rostedt (Google)2022-10-241-0/+4
* | | eth: fealnx: delete the driver for Myson MTD-800Jakub Kicinski2022-10-272-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-2425-163/+249
|\| |
| * | Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-10-241-0/+13
| |\ \
| | * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-10-241-0/+13
| | |\ \ | | | |/ | | |/|
| | | * bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa2022-10-201-0/+13
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-2313-96/+163
| |\ \ \
| | * | | KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTERAlexander Graf2022-10-221-0/+56
| | * | | KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()Alexander Graf2022-10-221-14/+17
| | * | | Merge tag 'kvm-riscv-fixes-6.1-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2022-10-226-51/+57
| | |\ \ \
| | | * | | RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for SstcAnup Patel2022-10-213-2/+19
| | | * | | RISC-V: Fix compilation without RISCV_ISA_ZICBOMAndrew Jones2022-10-213-49/+38
| | | |/ /
| | * | | Merge tag 'kvmarm-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-10-222-1/+8
| | |\ \ \
| | | * | | KVM: arm64: vgic: Fix exit condition in scan_its_table()Eric Ren2022-10-151-1/+4
| | | * | | KVM: arm64: nvhe: Fix build with profile optimizationDenis Nikitin2022-10-151-0/+4
| | * | | | Merge tag 'kvmarm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-10-225-30/+25
| | |\| | | | | | |/ / | | |/| |
| | | * | KVM: arm64: Enable stack protection and branch profiling for VHEVincent Donnefort2022-10-092-4/+4
| | | * | KVM: arm64: Limit stage2_apply_range() batch size to largest blockOliver Upton2022-10-092-21/+8
| | | * | KVM: arm64: Work out supported block level at compile timeOliver Upton2022-10-091-5/+13
| * | | | Merge tag 'objtool_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-231-1/+1
| |\ \ \ \
| | * | | | x86/unwind/orc: Fix unreliable stack dump with gcovChen Zhongjin2022-10-211-1/+1
| | |/ / /
| * | | | Merge tag 'x86_urgent_for_v6.0_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-239-65/+69
| |\ \ \ \
| | * | | | x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctlyChang S. Bae2022-10-211-0/+9
| | * | | | perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()Maxim Levitsky2022-10-201-1/+1
| | * | | | ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra2022-10-202-9/+15
| | * | | | x86/ftrace: Remove ftrace_epilogue()Peter Zijlstra2022-10-201-15/+6
| | * | | | x86/resctrl: Fix min_cbm_bits for AMDBabu Moger2022-10-181-6/+2
| | * | | | x86/microcode/AMD: Apply the patch early on every logical threadBorislav Petkov2022-10-181-3/+13
| | * | | | x86/topology: Fix duplicated core ID within a packageZhang Rui2022-10-171-1/+1
| | * | | | x86/topology: Fix multiple packages shown on a single-package systemZhang Rui2022-10-171-4/+10
| | * | | | x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUBNathan Chancellor2022-10-171-1/+0
| | * | | | x86/fpu: Exclude dynamic states from init_fpstateChang S. Bae2022-10-171-3/+6
| | * | | | x86/fpu: Fix the init_fpstate size check with the actual sizeChang S. Bae2022-10-171-18/+6
| | * | | | x86/fpu: Configure init_fpstate attributes orderlyChang S. Bae2022-10-172-9/+5
| | |/ / /
| * / / / iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check()Charlotte Tan2022-10-211-1/+3
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-2090-543/+987
|\| | |
| * | | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1623-26/+26
| |\ \ \
| | * | | treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
| | * | | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-114-5/+5
| | * | | treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-111-1/+1
| | * | | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-112-2/+2