projects
/
linux.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
linux.git
2024-05-13
Inochi Amaoto
riscv: defconfig: Enable CONFIG_CLK_SOPHGO_CV1800
commit
|
commitdiff
|
tree
|
snapshot
2024-04-30
Palmer Dabbelt
Merge patch series "riscv: ASID-related and UP-related...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-30
Jisheng Zhang
riscv: select ARCH_HAS_FAST_MULTIPLIER
commit
|
commitdiff
|
tree
|
snapshot
2024-04-30
Palmer Dabbelt
Merge patch series "riscv: enable lockless lockref...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-30
Jisheng Zhang
riscv: mm: still create swiotlb buffer for kmalloc...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-30
Dawei Li
riscv: Annotate pgtable_l{4,5}_enabled with __ro_after_init
commit
|
commitdiff
|
tree
|
snapshot
2024-04-30
Dawei Li
riscv: Remove redundant CONFIG_64BIT from pgtable_l...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-30
Palmer Dabbelt
Merge patch series "riscv: Create and document PR_RISCV...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-30
Palmer Dabbelt
Merge patch series "riscv: fix patching with IPI"
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Samuel Holland
riscv: mm: Always use an ASID to flush mm contexts
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Samuel Holland
riscv: mm: Preserve global TLB entries when switching...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Samuel Holland
riscv: mm: Make asid_bits a local variable
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Samuel Holland
riscv: mm: Use a fixed layout for the MM context ID
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Samuel Holland
riscv: mm: Introduce cntx2asid/cntx2version helper...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Samuel Holland
riscv: Avoid TLB flush loops when affected by SiFive...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Samuel Holland
riscv: Apply SiFive CIP-1200 workaround to single-ASID...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Samuel Holland
riscv: mm: Combine the SMP and UP TLB flush code
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Samuel Holland
riscv: Only send remote fences when some other CPU...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Samuel Holland
riscv: mm: Broadcast kernel TLB flushes only when needed
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Samuel Holland
riscv: Use IPIs for remote cache/TLB flushes by default
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Samuel Holland
riscv: Factor out page table TLB synchronization
commit
|
commitdiff
|
tree
|
snapshot
2024-04-29
Samuel Holland
riscv: Flush the instruction cache during SMP bringup
commit
|
commitdiff
|
tree
|
snapshot
2024-04-28
Clément Léger
riscv: hwprobe: export Zihintpause ISA extension
commit
|
commitdiff
|
tree
|
snapshot
2024-04-28
Clément Léger
riscv: misaligned: remove CONFIG_RISCV_M_MODE specific...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-28
Samuel Holland
riscv: Do not save the scratch CSR during suspend
commit
|
commitdiff
|
tree
|
snapshot
2024-04-28
Palmer Dabbelt
Merge patch series "riscv: 64-bit NOMMU fixes and enhan...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-28
Miguel Ojeda
RISC-V: enable building 64-bit kernels with rust support
commit
|
commitdiff
|
tree
|
snapshot
2024-04-28
Palmer Dabbelt
Merge patch series "Rework & improve riscv cmpxchg...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-24
Jisheng Zhang
riscv: cmpxchg: implement arch_cmpxchg64_{relaxed|acqui...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-24
Jisheng Zhang
riscv: select ARCH_USE_CMPXCHG_LOCKREF
commit
|
commitdiff
|
tree
|
snapshot
2024-04-18
Charlie Jenkins
cpumask: Add assign cpu
commit
|
commitdiff
|
tree
|
snapshot
2024-04-18
Charlie Jenkins
documentation: Document PR_RISCV_SET_ICACHE_FLUSH_CTX...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-18
Charlie Jenkins
riscv: Include riscv_set_icache_flush_ctx prctl
commit
|
commitdiff
|
tree
|
snapshot
2024-04-17
Charlie Jenkins
riscv: Remove unnecessary irqflags processor.h include
commit
|
commitdiff
|
tree
|
snapshot
2024-04-17
Alexandre Ghiti
riscv: Fix text patching when IPI are used
commit
|
commitdiff
|
tree
|
snapshot
2024-04-17
Alexandre Ghiti
riscv: Remove superfluous smp_mb()
commit
|
commitdiff
|
tree
|
snapshot
2024-04-09
Samuel Holland
riscv: Allow NOMMU kernels to run in S-mode
commit
|
commitdiff
|
tree
|
snapshot
2024-04-09
Samuel Holland
riscv: Remove MMU dependency from Zbb and Zicboz
commit
|
commitdiff
|
tree
|
snapshot
2024-04-09
Samuel Holland
riscv: Fix loading 64-bit NOMMU kernels past the start...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-09
Samuel Holland
riscv: Fix TASK_SIZE on 64-bit NOMMU
commit
|
commitdiff
|
tree
|
snapshot
2024-04-08
Leonardo Bras
riscv/cmpxchg: Implement xchg for variables of size...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-08
Leonardo Bras
riscv/cmpxchg: Implement cmpxchg for variables of size...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-08
Leonardo Bras
riscv/atomic.h : Deduplicate arch_atomic.*
commit
|
commitdiff
|
tree
|
snapshot
2024-04-08
Leonardo Bras
riscv/cmpxchg: Deduplicate cmpxchg() asm and macros
commit
|
commitdiff
|
tree
|
snapshot
2024-04-08
Leonardo Bras
riscv/cmpxchg: Deduplicate xchg() asm functions
commit
|
commitdiff
|
tree
|
snapshot
2024-03-27
Yangyu Chen
RISC-V: only flush icache when it has VM_EXEC set
commit
|
commitdiff
|
tree
|
snapshot
2024-03-27
tanzirh@google.com
riscv: remove unused header
commit
|
commitdiff
|
tree
|
snapshot
2024-03-27
Masahiro Yamada
export.h: remove include/asm-generic/export.h
commit
|
commitdiff
|
tree
|
snapshot
2024-03-27
Masahiro Yamada
riscv: merge two if-blocks for KBUILD_IMAGE
commit
|
commitdiff
|
tree
|
snapshot
2024-03-26
Stafford Horne
riscv: Remove unused asm/signal.h file
commit
|
commitdiff
|
tree
|
snapshot
2024-03-24
Linus Torvalds
Linux 6.9-rc1
commit
|
commitdiff
|
tree
|
snapshot
2024-03-24
Linus Torvalds
Merge tag 'efi-fixes-for-v6.9-2' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-24
Linus Torvalds
Merge tag 'x86-urgent-2024-03-24' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-24
Linus Torvalds
Merge tag 'sched-urgent-2024-03-24' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-24
Linus Torvalds
Merge tag 'dma-mapping-6.9-2024-03-24' of git://git...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-24
Oleksandr Tymoshenko
efi: fix panic in kdump kernel
commit
|
commitdiff
|
tree
|
snapshot
2024-03-24
Ard Biesheuvel
x86/efistub: Don't clear BSS twice in mixed mode
commit
|
commitdiff
|
tree
|
snapshot
2024-03-24
Ard Biesheuvel
x86/efistub: Call mixed mode boot services on the firmw...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-24
Tom Lendacky
x86/boot/64: Move 5-level paging global variable assign...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-24
Tom Lendacky
x86/boot/64: Apply encryption mask to 5-level pagetable...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-24
Tony Luck
x86/cpu: Add model number for another Intel Arrow Lake...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-24
Adamos Ttofari
x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD
commit
|
commitdiff
|
tree
|
snapshot
2024-03-24
Tony Luck
Documentation/x86: Document that resctrl bandwidth...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-23
Linus Torvalds
Merge tag 'timers-urgent-2024-03-23' of git://git....
commit
|
commitdiff
|
tree
|
snapshot
2024-03-23
Linus Torvalds
Merge tag 'timers-core-2024-03-23' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-23
Linus Torvalds
Merge tag 'irq-urgent-2024-03-23' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-23
Linus Torvalds
Merge tag 'core-entry-2024-03-23' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-23
Linus Torvalds
Merge tag 'powerpc-6.9-2' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-23
Linus Torvalds
Merge tag 'for-linus' of git://git.armlinux.org.uk...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-23
Linus Torvalds
Merge tag 'hardening-v6.9-rc1-fixes' of git://git....
commit
|
commitdiff
|
tree
|
snapshot
2024-03-23
Thomas Gleixner
x86/mpparse: Register APIC address only once
commit
|
commitdiff
|
tree
|
snapshot
2024-03-23
Thomas Gleixner
x86/topology: Handle the !APIC case gracefully
commit
|
commitdiff
|
tree
|
snapshot
2024-03-23
Thomas Gleixner
x86/topology: Don't evaluate logical IDs during early...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-23
Thomas Gleixner
x86/cpu: Ensure that CPU info updates are propagated...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Nathan Chancellor
lkdtm/bugs: Improve warning message for compilers witho...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Kees Cook
overflow: Change DEFINE_FLEX to take __counted_by member
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'scsi-misc' of git://git./linux/kernel/git...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'block-6.9-20240322' of git://git.kernel...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'io_uring-6.9-20240322' of git://git.kernel...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'for-6.9/dm-fixes' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'ceph-for-6.9-rc1' of https://github.com...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'xfs-6.9-merge-9' of git://git./fs/xfs/xfs...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'riscv-for-linus-6.9-mw2' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'loongarch-6.9' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'fbdev-for-6.9-rc1' of git://git./linux/kerne...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'spi-fix-v6.9-merge-window' of git://git...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'regulator-fix-v6.9-merge-window' of git...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'sound-fix2-6.9-rc1' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'i2c-for-6.9-rc1-part2' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
KONDO KAZUMA...
efi/libstub: fix efi_random_alloc() to allocate memory...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Masami Hiramatsu...
kprobes/x86: Use copy_from_kernel_nofault() to read...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Anton Altaparmakov
x86/pm: Work around false positive kmemleak report...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Dave Young
x86/kexec: Do not update E820 kexec table for setup_data
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag '6.9-rc-smb3-client-fixes-part2' of git:...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'drm-next-2024-03-22' of https://gitlab.freed...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Dave Airlie
Merge tag 'amd-drm-fixes-6.9-2024-03-21' of https:...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'arm64-fixes' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Linus Torvalds
Merge tag 'rtc-6.9' of git://git./linux/kernel/git...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-21
Dave Airlie
Merge tag 'drm-misc-next-fixes-2024-03-21' of https...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-21
Linus Torvalds
Merge tag 'siox/for-6.9-rc1' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
next