aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-01cpumask: fix checking valid cpu rangeYury Norov1-11/+8
2022-10-01lib/bitmap: add tests for for_each() loopsYury Norov1-1/+243
2022-10-01lib/find: optimize for_each() macrosYury Norov1-31/+25
2022-10-01lib/bitmap: introduce for_each_set_bit_wrap() macroYury Norov2-4/+41
2022-10-01lib/find_bit: add find_next{,_and}_bit_wrapYury Norov2-9/+49
2022-10-01cpumask: switch for_each_cpu{,_not} to use for_each_bit()Yury Norov2-9/+8
2022-10-01net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and}Yury Norov1-6/+4
2022-09-26cpumask: add cpumask_nth_{,and,andnot}Yury Norov2-15/+57
2022-09-26lib/bitmap: remove bitmap_ord_to_posYury Norov3-36/+4
2022-09-26lib/bitmap: add tests for find_nth_bit()Yury Norov2-2/+63
2022-09-26lib: add find_nth{,_and,_andnot}_bit()Yury Norov3-0/+149
2022-09-26lib/bitmap: add bitmap_weight_and()Yury Norov3-9/+44
2022-09-26lib/bitmap: don't call __bitmap_weight() in kernel codeYury Norov2-3/+3
2022-09-21tools: sync find_bit() implementationYury Norov2-129/+81
2022-09-21lib/find_bit: optimize find_next_bit() functionsYury Norov2-57/+85
2022-09-21lib/find_bit: create find_first_zero_bit_le()Yury Norov2-5/+34
2022-09-21lib/find_bit: introduce FIND_FIRST_BIT() macroYury Norov1-25/+24
2022-09-20lib/cpumask: add FORCE_NR_CPUS config optionYury Norov3-4/+17
2022-09-20powerpc/64: don't refer nr_cpu_ids in asm code when it's undefinedYury Norov1-0/+4
2022-09-19lib/cpumask: deprecate nr_cpumask_bitsYury Norov1-6/+1
2022-09-19lib/cpumask: delete misleading commentYury Norov1-4/+0
2022-09-19smp: add set_nr_cpu_ids()Yury Norov6-7/+12
2022-09-19smp: don't declare nr_cpu_ids if NR_CPUS == 1Yury Norov1-0/+2
2022-09-09drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTESPhil Auld1-2/+3
2022-09-04Linux 6.0-rc4Linus Torvalds1-1/+1
2022-09-04Makefile.extrawarn: re-enable -Wformat for clang; take 2Nick Desaulniers1-0/+12
2022-09-03gpio: ws16c48: Make irq_chip immutableWilliam Breathitt Gray1-3/+7
2022-09-03gpio: 104-idio-16: Make irq_chip immutableWilliam Breathitt Gray1-7/+11
2022-09-03gpio: 104-idi-48: Make irq_chip immutableWilliam Breathitt Gray1-3/+7
2022-09-03gpio: 104-dio-48e: Make irq_chip immutableWilliam Breathitt Gray1-3/+7
2022-09-03mm: pagewalk: Fix race between unmap and page walkerSteven Price3-13/+16
2022-09-03LoongArch: mm: Remove the unneeded result variableye xingchen1-4/+1
2022-09-03LoongArch: Fix arch_remove_memory() undefined build errorYupeng Li1-12/+10
2022-09-03LoongArch: Fix section mismatch due to acpi_os_ioremap()Huacai Chen3-2/+3
2022-09-03LoongArch: Improve dump_tlb() output messagesHuacai Chen1-13/+13
2022-09-03LoongArch: Adjust arch_do_signal_or_restart() to adapt generic entryHuacai Chen1-2/+2
2022-09-03LoongArch: Avoid orphan input sectionsArd Biesheuvel2-0/+3
2022-09-02Documentation: document ublkMing Lei3-0/+255
2022-09-02landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFERMickaël Salaün2-33/+170
2022-09-02xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter1-0/+3
2022-09-02xen-blkfront: Cache feature_persistent value before advertisementSeongJae Park1-7/+7
2022-09-02xen-blkfront: Advertise feature-persistent as user requestedSeongJae Park1-2/+6
2022-09-02xen-blkback: Advertise feature-persistent as user requestedSeongJae Park2-2/+7
2022-09-02powerpc/papr_scm: Ensure rc is always initialized in papr_scm_pmu_register()Nathan Chancellor1-1/+3
2022-09-02Revert "powerpc/irq: Don't open code irq_soft_mask helpers"Michael Ellerman1-7/+36
2022-09-02Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"Greg Kroah-Hartman1-8/+8
2022-09-01KVM: x86: check validity of argument to KVM_SET_MP_STATEPaolo Bonzini1-3/+17
2022-09-01perf/x86/core: Completely disable guest PEBS via guest's global_ctrlLike Xu1-1/+2
2022-09-01KVM: x86: fix memoryleak in kvm_arch_vcpu_create()Miaohe Lin1-2/+1
2022-09-01KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIESJim Mattson1-4/+21