summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-03-212-2/+59
|\
| * x86/hyperv: Use Hyper-V entropy to seed guest random number generatorMichael Kelley2024-03-181-0/+2
| * hyperv-tlfs: Rename some HV_REGISTER_* defines for consistencyNuno Das Neves2024-03-181-8/+8
| * mshyperv: Introduce hv_get_hypervisor_version functionNuno Das Neves2024-03-122-0/+25
| * hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves2024-03-042-2/+32
* | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\ \
| * | treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-221-1/+1
| |/
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-7/+37
|\ \
| * | mm: recover pud_leaf() definitions in nopmd casePeter Xu2024-03-131-0/+1
| * | mm/x86: drop two unnecessary pud_leaf() definitionsPeter Xu2024-03-061-1/+0
| * | mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand2024-02-221-0/+8
| * | mm/mmu_gather: add tlb_remove_tlb_entries()David Hildenbrand2024-02-221-1/+23
| * | mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...David Hildenbrand2024-02-221-6/+6
| |/
* | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-121-1/+2
|\ \
| * | kernel.h: removed REPEAT_BYTE from kernel.hTanzir Hasan2024-02-011-1/+2
| |/
* / asm-generic: remove extra type checking in acquire/release for non-SMP caseBaokun Li2024-01-251-2/+0
|/
* Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-201-3/+3
|\
| * asm-generic: Improve csum_foldCharlie Jenkins2024-01-171-3/+3
* | Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-181-0/+6
|\ \
| * | mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2023-12-141-0/+6
* | | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-112-0/+6
|\ \ \
| * | | cfi: Flip headersPeter Zijlstra2023-12-152-0/+6
| |/ /
* | | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-101-1/+1
|\ \ \
| * | | asm-generic: Fix 32 bit __generic_cmpxchg_localDavid McKay2024-01-051-1/+1
| | |/ | |/|
* | | Merge tag 'linux_kselftest-kunit-6.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-01-091-2/+9
|\ \ \
| * | | kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar2023-12-181-1/+8
| * | | kunit: move KUNIT_TABLE out of INIT_DATARae Moar2023-12-181-3/+3
| | |/ | |/|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-01-081-0/+2
|\ \ \
| * | | arm64: irq: set the correct node for VMAP stackHuang Shijie2023-12-051-0/+2
| |/ /
* / / asm-generic: make sparse happy with odd-sized put_unaligned_*()Dmitry Torokhov2024-01-081-12/+12
|/ /
* / asm-generic: qspinlock: fix queued_spin_value_unlocked() implementationLinus Torvalds2023-11-221-1/+1
|/
* Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-041-6/+0
|\
| * linux/init: remove __memexit* annotationsMasahiro Yamada2023-10-281-6/+0
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-023-32/+23
|\ \
| * | mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-182-6/+0
| * | bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-182-28/+20
| * | mm: add statistics for PUD level pagetableBaolin Wang2023-10-061-1/+6
| |/
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+1
|\ \
| * | asm-generic: Fix spelling of architectureAndy Shevchenko2023-10-061-1/+1
* | | Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-11-011-6/+6
|\ \ \
| * \ \ BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-233-9/+2
| |\ \ \
| * | | | fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Thomas Zimmermann2023-10-121-6/+6
| | |/ / | |/| |
* | | | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-301-7/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar2023-10-092-8/+1
| |\ \ \ | | | |/ | | |/|
| * | | asm-generic: ticket-lock: Optimize arch_spin_value_unlocked()Guo Ren2023-09-211-7/+9
| | |/ | |/|
* | | Merge tag 'hyperv-fixes-signed-20231009' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-10-101-1/+1
|\ \ \ | |_|/ |/| |
| * | hyperv: reduce size of ms_hyperv_infoOlaf Hering2023-09-221-1/+1
| |/
* | Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-011-7/+0
|\ \
| * | vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada2023-10-011-7/+0
| |/
* / mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-291-1/+1
|/