Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | |
| * | | | | | | | | | | | LoongArch: Fix Chinese comma in cpu.h | Jinyang He | 2023-02-25 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-03-01 | 19 | -104/+258 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | uml: vector: Remove unused definitions VECTOR_{WRITE,HEADERS} | Carlos Bilbao | 2023-02-13 | 1 | -2/+0 | |
| * | | | | | | | | | | | um: virt-pci: properly remove PCI device from bus | Benjamin Berg | 2023-02-13 | 1 | -5/+16 | |
| * | | | | | | | | | | | um: virtio_uml: move device breaking into workqueue | Benjamin Berg | 2023-02-13 | 1 | -1/+15 | |
| * | | | | | | | | | | | um: virtio_uml: mark device as unregistered when breaking it | Benjamin Berg | 2023-02-13 | 1 | -0/+2 | |
| * | | | | | | | | | | | um: virtio_uml: free command if adding to virtqueue failed | Benjamin Berg | 2023-02-13 | 1 | -1/+4 | |
| * | | | | | | | | | | | UML: define RUNTIME_DISCARD_EXIT | Masahiro Yamada | 2023-02-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | virt-pci: add platform bus support | Vincent Whitchurch | 2023-02-13 | 1 | -0/+91 | |
| * | | | | | | | | | | | um-virt-pci: Make max delay configurable | Vincent Whitchurch | 2023-02-13 | 1 | -2/+3 | |
| * | | | | | | | | | | | um: virt-pci: implement pcibios_get_phb_of_node() | Vincent Whitchurch | 2023-02-13 | 1 | -0/+19 | |
| * | | | | | | | | | | | um: Support LTO | Peter Foley | 2023-02-13 | 3 | -2/+4 | |
| * | | | | | | | | | | | um: put power options in a menu | Peter Foley | 2023-02-13 | 1 | -0/+4 | |
| * | | | | | | | | | | | um: Use CFLAGS_vmlinux | Peter Foley | 2023-02-13 | 1 | -2/+1 | |
| * | | | | | | | | | | | um: Prevent building modules incompatible with MODVERSIONS | Peter Foley | 2023-02-13 | 1 | -0/+2 | |
| * | | | | | | | | | | | um: Avoid pcap multiple definition errors | Peter Foley | 2023-02-13 | 1 | -2/+2 | |
| * | | | | | | | | | | | um: Make the definition of cpu_data more compatible | Peter Foley | 2023-02-10 | 2 | -2/+2 | |
| * | | | | | | | | | | | x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber list | Ammar Faizi | 2023-02-10 | 1 | -4/+8 | |
| * | | | | | | | | | | | rust: arch/um: Add support for CONFIG_RUST under x86_64 UML | David Gow | 2023-02-10 | 1 | -0/+1 | |
| * | | | | | | | | | | | rust: arch/um: Disable FP/SIMD instruction to match x86 | David Gow | 2023-02-10 | 1 | -0/+6 | |
| * | | | | | | | | | | | rust: arch/um: Use 'pie' relocation mode under UML | David Gow | 2023-02-10 | 1 | -0/+2 | |
| * | | | | | | | | | | | um: Declare fix_range_common as a static function | Benjamin Berg | 2023-02-01 | 1 | -2/+2 |