| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-05-05 | 2 | -4/+13 |
|\ |
|
| * | locking/arch: Wire up local_try_cmpxchg() | Uros Bizjak | 2023-04-29 | 1 | -2/+11 |
| * | locking/arch: Rename all internal __xchg() names to __arch_xchg() | Andrzej Hajda | 2023-04-29 | 1 | -2/+2 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2023-05-01 | 3 | -4/+4 |
|\ \ |
|
| * | | KVM: MIPS: Make kvm_mips_callbacks const | Sean Christopherson | 2023-03-24 | 2 | -2/+2 |
| * | | KVM: Change return type of kvm_arch_vm_ioctl() to "int" | Thomas Huth | 2023-03-16 | 1 | -2/+2 |
* | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2023-04-30 | 2 | -2/+2 |
|\ \ \ |
|
| | \ \ | |
| | \ \ | |
| *-. \ \ | Merge branches 'clk-mediatek', 'clk-sunplus', 'clk-loongson' and 'clk-socfpga... | Stephen Boyd | 2023-04-25 | 2 | -2/+2 |
| |\ \ \ \
| | |_|/ /
| |/| | /
| | | |/
| | |/| |
|
| | | * | MIPS: loongson32: Update the clock initialization | Keguang Zhang | 2023-03-22 | 2 | -2/+2 |
| | |/ |
|
* | | | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-04-29 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | treewide: Trace IPIs sent via smp_send_reschedule() | Valentin Schneider | 2023-03-24 | 2 | -1/+3 |
| |/ / |
|
* | | | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-04-28 | 6 | -2/+10 |
|\ \ \ |
|
| * | | | sched/idle: Mark arch_cpu_idle_dead() __noreturn | Josh Poimboeuf | 2023-03-08 | 1 | -1/+1 |
| * | | | mips/cpu: Mark play_dead() __noreturn | Josh Poimboeuf | 2023-03-08 | 1 | -1/+1 |
| * | | | mips/cpu: Make sure play_dead() doesn't return | Josh Poimboeuf | 2023-03-08 | 2 | -0/+3 |
| * | | | mips/cpu: Expose play_dead()'s prototype definition | Josh Poimboeuf | 2023-03-08 | 4 | -0/+5 |
| | |/
| |/| |
|
* | | | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-04-28 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | ELF: fix all "Elf" typos | Alexey Dobriyan | 2023-04-08 | 1 | -1/+1 |
* | | | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-04-28 | 3 | -13/+7 |
|\ \ \ \ |
|
| * | | | | mips: fix comment about pgtable_init() | Mike Rapoport (IBM) | 2023-04-06 | 1 | -1/+1 |
| * | | | | mips: drop ranges for definition of ARCH_FORCE_MAX_ORDER | Mike Rapoport (IBM) | 2023-04-06 | 1 | -4/+0 |
| * | | | | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 2023-04-06 | 1 | -11/+8 |
| * | | | | mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault() | Gerald Schaefer | 2023-03-29 | 1 | -1/+2 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 2023-04-28 | 74 | -1330/+643 |
|\ \ \ \ |
|
| * | | | | MIPS: uprobes: Restore thread.trap_nr | Tiezhu Yang | 2023-04-24 | 1 | -0/+1 |
| * | | | | MIPS: Don't clear _PAGE_SPECIAL in _PAGE_CHG_MASK | Henry Willard | 2023-04-24 | 1 | -1/+2 |
| * | | | | MIPS: Sink body of check_bugs_early() into its only call site | Nathan Chancellor | 2023-04-22 | 2 | -7/+2 |
| * | | | | MIPS: Mark check_bugs() as __init | Nathan Chancellor | 2023-04-22 | 1 | -1/+1 |
| * | | | | Revert "MIPS: generic: Enable all CPUs supported by virt board in Kconfig" | Thomas Bogendoerfer | 2023-04-12 | 1 | -4/+0 |
| * | | | | MIPS: octeon_switch: Remove duplicated labels | Jiaxun Yang | 2023-04-12 | 1 | -6/+0 |
| * | | | | MIPS: loongson2ef: Add missing break in cs5536_isa | Jiaxun Yang | 2023-04-12 | 1 | -1/+1 |
| * | | | | MIPS: Remove set_swbp() in uprobes.c | Tiezhu Yang | 2023-04-12 | 1 | -18/+0 |
| * | | | | MIPS: Use def_bool y for ARCH_SUPPORTS_UPROBES | Tiezhu Yang | 2023-04-12 | 1 | -2/+1 |
| * | | | | MIPS: fw: Allow firmware to pass a empty env | Jiaxun Yang | 2023-04-12 | 1 | -1/+1 |
| * | | | | MIPS: Remove deprecated CONFIG_MIPS_CMP | Thomas Bogendoerfer | 2023-04-12 | 14 | -603/+3 |
| * | | | | MIPS: lantiq: remove unused function declaration | Aleksander Jan Bajkowski | 2023-04-05 | 1 | -3/+0 |
| * | | | | MIPS: Drop unused positional parameter in local_irq_{dis,en}able | Nathan Chancellor | 2023-04-05 | 1 | -2/+2 |
| * | | | | MIPS: mm: Remove local_cache_flush_page | Thomas Bogendoerfer | 2023-04-05 | 4 | -11/+0 |
| * | | | | MIPS: Remove no longer used ide.h | Thomas Bogendoerfer | 2023-04-05 | 2 | -151/+0 |
| * | | | | MIPS: mm: Remove unused *cache_page_indexed flush functions | Thomas Bogendoerfer | 2023-04-05 | 1 | -100/+0 |
| * | | | | MIPS: generic: Enable all CPUs supported by virt board in Kconfig | Jiaxun Yang | 2023-04-05 | 1 | -0/+4 |
| * | | | | MIPS: Add board config for virt board | Jiaxun Yang | 2023-04-05 | 1 | -0/+38 |
| * | | | | MIPS: Octeon: Disable CVMSEG by default on other platforms | Jiaxun Yang | 2023-04-05 | 1 | -1/+2 |
| * | | | | MIPS: Loongson: Don't select platform features with CPU | Jiaxun Yang | 2023-04-05 | 2 | -2/+3 |
| * | | | | MIPS: Loongson: Move arch cflags to MIPS top level Makefile | Jiaxun Yang | 2023-04-05 | 3 | -51/+38 |
| * | | | | MIPS: Octeon: Allow CVMSEG to be disabled | Jiaxun Yang | 2023-04-05 | 2 | -1/+9 |
| * | | | | MIPS: c-octeon: Provide alternative SMP cache flush function | Jiaxun Yang | 2023-04-05 | 1 | -0/+5 |
| * | | | | MIPS: cpu-features: Enable octeon_cache by cpu_type | Jiaxun Yang | 2023-04-05 | 1 | -1/+18 |
| * | | | | MIPS: Octeon: Opt-out 4k_cache feature | Jiaxun Yang | 2023-04-05 | 2 | -1/+3 |
| * | | | | MIPS: mips-cm: Check availability of config registers | Jiaxun Yang | 2023-04-05 | 1 | -2/+7 |