Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | s390/cpum_sf: use READ_ONCE_ALIGNED_128() instead of 128-bit cmpxchg | Heiko Carstens | 2023-02-28 | 1 | -6/+3 | |
| * | | | | | | | s390/rwonce: add READ_ONCE_ALIGNED_128() macro | Heiko Carstens | 2023-02-28 | 1 | -0/+31 | |
| * | | | | | | | s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg union | Harald Freudenberger | 2023-02-27 | 1 | -48/+52 | |
| * | | | | | | | s390/nmi: fix virtual-physical address confusion | Nico Boehr | 2023-02-27 | 1 | -2/+1 | |
| * | | | | | | | s390/setup: do not complain about parameters handled in decompressor | Vasily Gorbik | 2023-02-27 | 1 | -0/+17 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-03-03 | 4 | -17/+27 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | riscv: Bump COMMAND_LINE_SIZE value to 1024 | Alexandre Ghiti | 2023-03-02 | 1 | -0/+8 | |
| * | | | | | | | riscv, lib: Fix Zbb strncmp | Björn Töpel | 2023-03-01 | 1 | -1/+3 | |
| * | | | | | | | RISC-V: improve string-function assembly | Heiko Stuebner | 2023-02-28 | 3 | -16/+16 | |
* | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2023-03-02 | 8 | -13/+22 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGN | Ard Biesheuvel | 2023-02-28 | 3 | -2/+13 | |
| * | | | | | | | | arm64: ftrace: forbid CALL_OPS with CC_OPTIMIZE_FOR_SIZE | Mark Rutland | 2023-02-28 | 1 | -1/+2 | |
| * | | | | | | | | arm64: acpi: Fix possible memory leak of ffh_ctxt | Sudeep Holla | 2023-02-24 | 1 | -4/+4 | |
| * | | | | | | | | arm64: mm: hugetlb: Disable HUGETLB_PAGE_OPTIMIZE_VMEMMAP | Catalin Marinas | 2023-02-24 | 1 | -1/+0 | |
| * | | | | | | | | arm64: pass ESR_ELx to die() of cfi_handler | Sangmoon Kim | 2023-02-22 | 1 | -1/+1 | |
| * | | | | | | | | arm64/fpsimd: Remove warning for SME without SVE | Mark Brown | 2023-02-22 | 1 | -3/+0 | |
| * | | | | | | | | arm64: Reset KASAN tag in copy_highpage with HW tags only | Peter Collingbourne | 2023-02-22 | 1 | -1/+2 | |
* | | | | | | | | | Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/... | Linus Torvalds | 2023-03-02 | 8 | -31/+31 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | MIPS: Workaround clang inline compat branch issue | Jiaxun Yang | 2023-02-28 | 2 | -1/+5 | |
| * | | | | | | | | | mips: dts: ralink: mt7621: add phandle to system controller node for watchdog | Sergio Paracuellos | 2023-02-28 | 1 | -0/+1 | |
| * | | | | | | | | | mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog' | Sergio Paracuellos | 2023-02-28 | 1 | -1/+1 | |
| * | | | | | | | | | mips: ralink: make SOC_MT7621 select PINCTRL | Arınç ÜNAL | 2023-02-27 | 1 | -1/+1 | |
| * | | | | | | | | | mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINK | Arınç ÜNAL | 2023-02-27 | 1 | -1/+0 | |
| * | | | | | | | | | MIPS: cevt-r4k: Offset the value used to clear compare interrupt | Jiaxun Yang | 2023-02-27 | 1 | -2/+2 | |
| * | | | | | | | | | MIPS: smp-cps: Don't rely on CP0_CMGCRBASE | Jiaxun Yang | 2023-02-27 | 3 | -20/+21 | |
| * | | | | | | | | | MIPS: Remove DMA_PERDEV_COHERENT | Jiaxun Yang | 2023-02-27 | 1 | -5/+0 | |
* | | | | | | | | | | Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-03-02 | 5 | -11/+19 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86: Fix FILL_RETURN_BUFFER | Peter Zijlstra | 2023-02-23 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge branch 'linus' into objtool/core, to pick up Xen dependencies | Ingo Molnar | 2023-02-23 | 2001 | -117102/+80279 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/entry: Fix unwinding from kprobe on PUSH/POP instruction | Josh Poimboeuf | 2023-02-11 | 1 | -1/+8 | |
| * | | | | | | | | | | | x86/unwind/orc: Add 'signal' field to ORC metadata | Josh Poimboeuf | 2023-02-11 | 3 | -9/+10 | |
* | | | | | | | | | | | | Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... | Linus Torvalds | 2023-03-01 | 40 | -129/+2623 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | LoongArch: Mark some assembler symbols as non-kprobe-able | Tiezhu Yang | 2023-02-25 | 5 | -0/+21 | |
| * | | | | | | | | | | | | LoongArch: Add kprobes on ftrace support | Tiezhu Yang | 2023-02-25 | 2 | -0/+65 | |
| * | | | | | | | | | | | | LoongArch: Add kretprobes support | Tiezhu Yang | 2023-02-25 | 5 | -1/+128 | |
| * | | | | | | | | | | | | LoongArch: Add kprobes support | Tiezhu Yang | 2023-02-25 | 7 | -6/+466 | |
| * | | | | | | | | | | | | LoongArch: Simulate branch and PC* instructions | Tiezhu Yang | 2023-02-25 | 3 | -0/+129 | |
| * | | | | | | | | | | | | LoongArch: ptrace: Add hardware single step support | Qing Zhang | 2023-02-25 | 7 | -10/+186 | |
| * | | | | | | | | | | | | LoongArch: ptrace: Add function argument access API | Qing Zhang | 2023-02-25 | 2 | -0/+35 | |
| * | | | | | | | | | | | | LoongArch: ptrace: Expose hardware breakpoints to debuggers | Qing Zhang | 2023-02-25 | 2 | -0/+411 | |
| * | | | | | | | | | | | | LoongArch: Add hardware breakpoints/watchpoints support | Qing Zhang | 2023-02-25 | 9 | -22/+713 | |
| * | | | | | | | | | | | | LoongArch: kdump: Add crashkernel=YM handling | Youling Tang | 2023-02-25 | 1 | -3/+11 | |
| * | | | | | | | | | | | | LoongArch: kdump: Add single kernel image implementation | Youling Tang | 2023-02-25 | 5 | -16/+5 | |
| * | | | | | | | | | | | | LoongArch: Add support for kernel address space layout randomization (KASLR) | Youling Tang | 2023-02-25 | 4 | -6/+179 | |
| * | | | | | | | | | | | | LoongArch: Add support for kernel relocation | Youling Tang | 2023-02-25 | 8 | -2/+173 | |
| * | | | | | | | | | | | | LoongArch: Add la_abs macro implementation | Youling Tang | 2023-02-25 | 4 | -12/+16 | |
| * | | | | | | | | | | | | LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.abs | Youling Tang | 2023-02-25 | 3 | -11/+15 | |
| * | | | | | | | | | | | | LoongArch: Use la.pcrel instead of la.abs when it's trivially possible | Xi Ruoyao | 2023-02-25 | 5 | -50/+48 | |
| * | | | | | | | | | | | | LoongArch: Make -mstrict-align configurable | Huacai Chen | 2023-02-25 | 4 | -3/+34 | |
| * | | | | | | | | | | | | LoongArch: Only call get_timer_irq() once in constant_clockevent_init() | Tiezhu Yang | 2023-02-25 | 1 | -5/+6 |