summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-131-1/+1
|\
| * vmlinux.lds.h: Fix a typo in commentWei Yang2024-03-131-1/+1
* | Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-131-3/+3
|\ \
| * \ Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes before queueing up more ...Ingo Molnar2024-04-117-21/+83
| |\ \
| * | | x86: Rename __{start,end}_init_task to __{start,end}_init_stackXin Li (Intel)2024-03-221-3/+3
* | | | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-131-1/+0
|\ \ \ \
| * | | | sched/vtime: Do not include <asm/vtime.h> headerAlexander Gordeev2024-04-171-1/+0
* | | | | Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-131-0/+5
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v6.9-rc3' into locking/core, to pick up fixesIngo Molnar2024-04-097-21/+83
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | jump_label,module: Don't alloc static_key_mod for __ro_after_init keysPeter Zijlstra2024-03-221-0/+5
| | |_|/ / | |/| | |
* | | | | sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers2024-04-161-0/+8
* | | | | Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-04-141-1/+4
|\ \ \ \ \
| * | | | | bug: Fix no-return-statement warning with !CONFIG_BUGAdrian Hunter2024-04-101-1/+4
| | |/ / / | |/| | |
* | | | | Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-04-112-12/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mshyperv: Introduce hv_numa_node_to_pxm_info()Nuno Das Neves2024-03-222-12/+21
* | | | | export.h: remove include/asm-generic/export.hMasahiro Yamada2024-03-281-11/+0
| |_|/ / |/| | |
* | | | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-224-8/+24
|\ \ \ \
| * | | | riscv: Avoid code duplication with generic bitops implementationXiao Wang2024-01-244-8/+24
| |/ / /
* | | | 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
|\