summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2023-03-028-31/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | MIPS: Workaround clang inline compat branch issueJiaxun Yang2023-02-282-1/+5
| * | | | | | | | mips: dts: ralink: mt7621: add phandle to system controller node for watchdogSergio Paracuellos2023-02-281-0/+1
| * | | | | | | | mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog'Sergio Paracuellos2023-02-281-1/+1
| * | | | | | | | mips: ralink: make SOC_MT7621 select PINCTRLArınç ÜNAL2023-02-271-1/+1
| * | | | | | | | mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINKArınç ÜNAL2023-02-271-1/+0
| * | | | | | | | MIPS: cevt-r4k: Offset the value used to clear compare interruptJiaxun Yang2023-02-271-2/+2
| * | | | | | | | MIPS: smp-cps: Don't rely on CP0_CMGCRBASEJiaxun Yang2023-02-273-20/+21
| * | | | | | | | MIPS: Remove DMA_PERDEV_COHERENTJiaxun Yang2023-02-271-5/+0
* | | | | | | | | Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-025-11/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Fix FILL_RETURN_BUFFERPeter Zijlstra2023-02-231-1/+1
| * | | | | | | | | Merge branch 'linus' into objtool/core, to pick up Xen dependenciesIngo Molnar2023-02-232001-117102/+80279
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/entry: Fix unwinding from kprobe on PUSH/POP instructionJosh Poimboeuf2023-02-111-1/+8
| * | | | | | | | | | x86/unwind/orc: Add 'signal' field to ORC metadataJosh Poimboeuf2023-02-113-9/+10
* | | | | | | | | | | Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-03-0140-129/+2623
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | LoongArch: Mark some assembler symbols as non-kprobe-ableTiezhu Yang2023-02-255-0/+21
| * | | | | | | | | | | LoongArch: Add kprobes on ftrace supportTiezhu Yang2023-02-252-0/+65
| * | | | | | | | | | | LoongArch: Add kretprobes supportTiezhu Yang2023-02-255-1/+128
| * | | | | | | | | | | LoongArch: Add kprobes supportTiezhu Yang2023-02-257-6/+466
| * | | | | | | | | | | LoongArch: Simulate branch and PC* instructionsTiezhu Yang2023-02-253-0/+129
| * | | | | | | | | | | LoongArch: ptrace: Add hardware single step supportQing Zhang2023-02-257-10/+186
| * | | | | | | | | | | LoongArch: ptrace: Add function argument access APIQing Zhang2023-02-252-0/+35
| * | | | | | | | | | | LoongArch: ptrace: Expose hardware breakpoints to debuggersQing Zhang2023-02-252-0/+411
| * | | | | | | | | | | LoongArch: Add hardware breakpoints/watchpoints supportQing Zhang2023-02-259-22/+713
| * | | | | | | | | | | LoongArch: kdump: Add crashkernel=YM handlingYouling Tang2023-02-251-3/+11
| * | | | | | | | | | | LoongArch: kdump: Add single kernel image implementationYouling Tang2023-02-255-16/+5
| * | | | | | | | | | | LoongArch: Add support for kernel address space layout randomization (KASLR)Youling Tang2023-02-254-6/+179
| * | | | | | | | | | | LoongArch: Add support for kernel relocationYouling Tang2023-02-258-2/+173
| * | | | | | | | | | | LoongArch: Add la_abs macro implementationYouling Tang2023-02-254-12/+16
| * | | | | | | | | | | LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.absYouling Tang2023-02-253-11/+15
| * | | | | | | | | | | LoongArch: Use la.pcrel instead of la.abs when it's trivially possibleXi Ruoyao2023-02-255-50/+48
| * | | | | | | | | | | LoongArch: Make -mstrict-align configurableHuacai Chen2023-02-254-3/+34
| * | | | | | | | | | | LoongArch: Only call get_timer_irq() once in constant_clockevent_init()Tiezhu Yang2023-02-251-5/+6
| * | | | | | | | | | | LoongArch: Fix Chinese comma in cpu.hJinyang He2023-02-251-1/+1
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-0119-104/+258
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | uml: vector: Remove unused definitions VECTOR_{WRITE,HEADERS}Carlos Bilbao2023-02-131-2/+0
| * | | | | | | | | | | um: virt-pci: properly remove PCI device from busBenjamin Berg2023-02-131-5/+16
| * | | | | | | | | | | um: virtio_uml: move device breaking into workqueueBenjamin Berg2023-02-131-1/+15
| * | | | | | | | | | | um: virtio_uml: mark device as unregistered when breaking itBenjamin Berg2023-02-131-0/+2
| * | | | | | | | | | | um: virtio_uml: free command if adding to virtqueue failedBenjamin Berg2023-02-131-1/+4
| * | | | | | | | | | | UML: define RUNTIME_DISCARD_EXITMasahiro Yamada2023-02-131-1/+1
| * | | | | | | | | | | virt-pci: add platform bus supportVincent Whitchurch2023-02-131-0/+91
| * | | | | | | | | | | um-virt-pci: Make max delay configurableVincent Whitchurch2023-02-131-2/+3
| * | | | | | | | | | | um: virt-pci: implement pcibios_get_phb_of_node()Vincent Whitchurch2023-02-131-0/+19
| * | | | | | | | | | | um: Support LTOPeter Foley2023-02-133-2/+4
| * | | | | | | | | | | um: put power options in a menuPeter Foley2023-02-131-0/+4
| * | | | | | | | | | | um: Use CFLAGS_vmlinuxPeter Foley2023-02-131-2/+1
| * | | | | | | | | | | um: Prevent building modules incompatible with MODVERSIONSPeter Foley2023-02-131-0/+2
| * | | | | | | | | | | um: Avoid pcap multiple definition errorsPeter Foley2023-02-131-2/+2
| * | | | | | | | | | | um: Make the definition of cpu_data more compatiblePeter Foley2023-02-102-2/+2