summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-2130-204/+279
|\
| * Merge tag 'powerpc-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-09-216-26/+60
| |\
| | * powerpc/dexcr: Move HASHCHK trap handlerBenjamin Gray2023-09-181-20/+36
| | * powerpc/82xx: Select FSL_SOCChristophe Leroy2023-09-181-2/+1
| | * powerpc: Fix build issue with LD_DEAD_CODE_DATA_ELIMINATION and FTRACE_MCOUNT...Naveen N Rao2023-09-181-1/+1
| | * powerpc/watchpoints: Annotate atomic context in more placesBenjamin Gray2023-09-181-0/+9
| | * powerpc/watchpoint: Disable pagefaults when getting user instructionBenjamin Gray2023-09-181-1/+6
| | * powerpc/watchpoints: Disable preemption in thread_change_pc()Benjamin Gray2023-09-181-1/+6
| | * powerpc/perf/hv-24x7: Update domain value checkKajol Jain2023-09-181-1/+1
| * | xen/efi: refactor deprecated strncpyJustin Stitt2023-09-191-1/+1
| * | x86/xen: allow nesting of same lazy modeJuergen Gross2023-09-192-2/+14
| * | x86/xen: move paravirt lazy codeJuergen Gross2023-09-196-110/+96
| * | xen: simplify evtchn_do_upcall() call mazeJuergen Gross2023-09-194-4/+4
| |/
| * Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-176-24/+56
| |\
| | * x86/purgatory: Remove LTO flagsSong Liu2023-09-171-0/+4
| | * x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2023-09-172-14/+39
| | * x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*()Peter Zijlstra2023-09-121-4/+0
| | * x86/ibt: Suppress spurious ENDBRPeter Zijlstra2023-09-121-0/+8
| | * x86/platform/uv: Use alternate source for socket to node dataSteve Wahl2023-09-111-6/+5
| * | Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-171-3/+9
| |\ \
| | * | x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domainRicardo Neri2023-09-131-3/+9
| * | | Merge tag 'efi-fixes-for-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-09-154-33/+32
| |\ \ \
| | * | | efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexecArd Biesheuvel2023-09-111-1/+1
| | * | | efi/x86: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel2023-09-113-32/+31
| | | |/ | | |/|
| * | | Merge tag 'riscv-for-linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-152-3/+9
| |\ \ \
| | * | | riscv: errata: fix T-Head dcache.cva encodingIcenowy Zheng2023-09-121-2/+2
| | * | | riscv: kexec: Align the kexeced kernel entrySong Shuai2023-09-121-1/+7
| | |/ /
* | | | bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=yKumar Kartikeya Dwivedi2023-09-191-5/+4
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2023-09-175-40/+397
|\ \ \ \ | |/ / / |/| | |
| * | | bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi2023-09-161-12/+77
| * | | arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi2023-09-161-0/+28
| * | | bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi2023-09-163-3/+3
| * | | arm32, bpf: add support for 64 bit division instructionPuranjay Mohan2023-09-151-1/+115
| * | | arm32, bpf: add support for 32-bit signed divisionPuranjay Mohan2023-09-152-8/+32
| * | | arm32, bpf: add support for unconditional bswap instructionPuranjay Mohan2023-09-151-3/+5
| * | | arm32, bpf: add support for sign-extension mov instructionPuranjay Mohan2023-09-151-5/+30
| * | | arm32, bpf: add support for sign-extension load instructionPuranjay Mohan2023-09-152-1/+75
| * | | arm32, bpf: add support for 32-bit offset jmp instructionPuranjay Mohan2023-09-151-2/+7
| * | | bpf, x64: Fix tailcall infinite loopLeon Hwang2023-09-121-6/+22
| * | | bpf, x64: Comment tail_call_cnt initialisationLeon Hwang2023-09-121-0/+4
* | | | Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-1315-35/+163
|\ \ \ \ | |_|/ / |/| | |
| * | | parisc: BTLB: Initialize BTLB tables at CPU startupHelge Deller2023-09-075-7/+77
| * | | parisc: firmware: Simplify calling non-PA20 functionsHelge Deller2023-09-072-4/+12
| * | | parisc: BTLB: _edata symbol has to be page aligned for BTLB supportHelge Deller2023-09-071-0/+1
| * | | parisc: BTLB: Add BTLB insert and purge firmware function wrappersHelge Deller2023-09-072-9/+36
| * | | parisc: BTLB: Clear possibly existing BTLB entriesHelge Deller2023-09-071-3/+13
| * | | parisc: Prepare for Block-TLB support on 32-bit kernelHelge Deller2023-09-071-0/+2
| * | | parisc: shmparam.h: Document aliasing requirements of PA-RISCHelge Deller2023-09-071-0/+15
| * | | parisc: irq: Make irq_stack_union static to avoid sparse warningHelge Deller2023-08-311-1/+1
| * | | parisc: drivers: Fix sparse warningHelge Deller2023-08-311-1/+1