summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-11-012-24/+17
|\
| * arm: omap1: ams-delta: stop using gpiochip_find()Bartosz Golaszewski2023-10-041-19/+17
| * OMAP/gpio: drop MPUIO static baseLinus Walleij2023-10-041-5/+0
* | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-316-104/+599
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-2610-28/+122
| |\ \
| * | | Revert "Merge branch 'mv88e6xxx-dsa-bindings'"Jakub Kicinski2023-10-2520-330/+345
| * | | ARM64: dts: marvell: Fix some common switch mistakesLinus Walleij2023-10-257-167/+164
| * | | ARM: dts: nxp: Fix some common switch mistakesLinus Walleij2023-10-255-70/+70
| * | | ARM: dts: marvell: Fix some common switch mistakesLinus Walleij2023-10-258-108/+96
| * | | net: dsa: Use conduit and user termsFlorian Fainelli2023-10-241-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-1959-261/+308
| |\ \ \
| * \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-171-63/+202
| |\ \ \ \
| | * | | | s390/bpf: Implement signed divisionIlya Leoshkevich2023-09-211-47/+125
| | * | | | s390/bpf: Implement unconditional jump with 32-bit offsetIlya Leoshkevich2023-09-211-3/+9
| | * | | | s390/bpf: Implement unconditional byte swapIlya Leoshkevich2023-09-211-0/+1
| | * | | | s390/bpf: Implement BPF_MEMSXIlya Leoshkevich2023-09-211-5/+27
| | * | | | s390/bpf: Implement BPF_MOV | BPF_X with sign-extensionIlya Leoshkevich2023-09-211-8/+40
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-1322-70/+213
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-05125-485/+693
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-2130-204/+279
| |\ \ \ \ \ \
| * | | | | | | 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-161-1/+115
| | * | | | | | | arm32, bpf: add support for 32-bit signed divisionPuranjay Mohan2023-09-162-8/+32
| | * | | | | | | arm32, bpf: add support for unconditional bswap instructionPuranjay Mohan2023-09-161-3/+5
| | * | | | | | | arm32, bpf: add support for sign-extension mov instructionPuranjay Mohan2023-09-161-5/+30
| | * | | | | | | arm32, bpf: add support for sign-extension load instructionPuranjay Mohan2023-09-162-1/+75
| | * | | | | | | arm32, bpf: add support for 32-bit offset jmp instructionPuranjay Mohan2023-09-161-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 'rust-6.7' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-10-311-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Enable IBT in Rust if enabled in CMatthew Maurer2023-10-231-0/+1
* | | | | | | | | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-316-2/+55
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | hardening: x86: drop reference to removed config AMD_IOMMU_V2Lukas Bulwahn2023-10-121-1/+0
| * | | | | | | | | | sparc: Annotate struct cpuinfo_tree with __counted_byKees Cook2023-10-061-1/+1
| * | | | | | | | | | um,ethertap: Replace deprecated strncpy() with strscpy()Justin Stitt2023-09-291-1/+1
| * | | | | | | | | | hardening: Provide Kconfig fragments for basic optionsKees Cook2023-09-224-0/+54
* | | | | | | | | | | Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds2023-10-314-5/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker2023-10-044-5/+5
| * | | | | | | | | | | rcu: Assume rcu_report_dead() is always called locallyFrederic Weisbecker2023-10-041-1/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-3144-292/+346
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/apic, x86/hyperv: Use u32 in hv_snp_boot_ap() tooIngo Molnar2023-10-132-3/+3
| * | | | | | | | | | | x86/cpu: Provide debug interfaceThomas Gleixner2023-10-102-0/+60
| * | | | | | | | | | | x86/cpu/topology: Cure the abuse of cpuinfo for persisting logical idsThomas Gleixner2023-10-101-10/+23
| * | | | | | | | | | | x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner2023-10-107-10/+10
| * | | | | | | | | | | x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner2023-10-1010-27/+27
| * | | | | | | | | | | x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner2023-10-1011-11/+11