summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-09-22s390/bpf: Implement signed divisionIlya Leoshkevich1-47/+125
2023-09-22s390/bpf: Implement unconditional jump with 32-bit offsetIlya Leoshkevich1-3/+9
2023-09-22s390/bpf: Implement unconditional byte swapIlya Leoshkevich1-0/+1
2023-09-22s390/bpf: Implement BPF_MEMSXIlya Leoshkevich1-5/+27
2023-09-22s390/bpf: Implement BPF_MOV | BPF_X with sign-extensionIlya Leoshkevich1-8/+40
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni30-204/+279
2023-09-21Merge tag 'powerpc-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds6-26/+60
2023-09-19bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=yKumar Kartikeya Dwivedi1-5/+4
2023-09-19xen/efi: refactor deprecated strncpyJustin Stitt1-1/+1
2023-09-19x86/xen: allow nesting of same lazy modeJuergen Gross2-2/+14
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross6-110/+96
2023-09-19xen: simplify evtchn_do_upcall() call mazeJuergen Gross4-4/+4
2023-09-18powerpc/dexcr: Move HASHCHK trap handlerBenjamin Gray1-20/+36
2023-09-18powerpc/82xx: Select FSL_SOCChristophe Leroy1-2/+1
2023-09-18powerpc: Fix build issue with LD_DEAD_CODE_DATA_ELIMINATION and FTRACE_MCOUNT...Naveen N Rao1-1/+1
2023-09-18powerpc/watchpoints: Annotate atomic context in more placesBenjamin Gray1-0/+9
2023-09-18powerpc/watchpoint: Disable pagefaults when getting user instructionBenjamin Gray1-1/+6
2023-09-18powerpc/watchpoints: Disable preemption in thread_change_pc()Benjamin Gray1-1/+6
2023-09-18powerpc/perf/hv-24x7: Update domain value checkKajol Jain1-1/+1
2023-09-17Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-24/+56
2023-09-17Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+9
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-40/+397
2023-09-17x86/purgatory: Remove LTO flagsSong Liu1-0/+4
2023-09-17x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2-14/+39
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi1-12/+77
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi1-0/+28
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi3-3/+3
2023-09-16arm32, bpf: add support for 64 bit division instructionPuranjay Mohan1-1/+115
2023-09-16arm32, bpf: add support for 32-bit signed divisionPuranjay Mohan2-8/+32
2023-09-16arm32, bpf: add support for unconditional bswap instructionPuranjay Mohan1-3/+5
2023-09-16arm32, bpf: add support for sign-extension mov instructionPuranjay Mohan1-5/+30
2023-09-16arm32, bpf: add support for sign-extension load instructionPuranjay Mohan2-1/+75
2023-09-16arm32, bpf: add support for 32-bit offset jmp instructionPuranjay Mohan1-2/+7
2023-09-15Merge tag 'efi-fixes-for-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-33/+32
2023-09-15Merge tag 'riscv-for-linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+9
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-35/+163
2023-09-13x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domainRicardo Neri1-3/+9
2023-09-12riscv: errata: fix T-Head dcache.cva encodingIcenowy Zheng1-2/+2
2023-09-12riscv: kexec: Align the kexeced kernel entrySong Shuai1-1/+7
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang1-6/+22
2023-09-12bpf, x64: Comment tail_call_cnt initialisationLeon Hwang1-0/+4
2023-09-12x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*()Peter Zijlstra1-4/+0
2023-09-12x86/ibt: Suppress spurious ENDBRPeter Zijlstra1-0/+8
2023-09-11x86/platform/uv: Use alternate source for socket to node dataSteve Wahl1-6/+5
2023-09-11efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexecArd Biesheuvel1-1/+1
2023-09-11efi/x86: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel3-32/+31
2023-09-10Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-10/+20
2023-09-10Merge tag 'perf-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+11
2023-09-10Merge tag 'sh-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-12/+8
2023-09-10Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds35-82/+909