| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2023-11-01 | 2 | -24/+17 |
|\ |
|
| * | arm: omap1: ams-delta: stop using gpiochip_find() | Bartosz Golaszewski | 2023-10-04 | 1 | -19/+17 |
| * | OMAP/gpio: drop MPUIO static base | Linus Walleij | 2023-10-04 | 1 | -5/+0 |
* | | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2023-10-31 | 6 | -104/+599 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-10-26 | 10 | -28/+122 |
| |\ \ |
|
| * | | | Revert "Merge branch 'mv88e6xxx-dsa-bindings'" | Jakub Kicinski | 2023-10-25 | 20 | -330/+345 |
| * | | | ARM64: dts: marvell: Fix some common switch mistakes | Linus Walleij | 2023-10-25 | 7 | -167/+164 |
| * | | | ARM: dts: nxp: Fix some common switch mistakes | Linus Walleij | 2023-10-25 | 5 | -70/+70 |
| * | | | ARM: dts: marvell: Fix some common switch mistakes | Linus Walleij | 2023-10-25 | 8 | -108/+96 |
| * | | | net: dsa: Use conduit and user terms | Florian Fainelli | 2023-10-24 | 1 | -1/+1 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-10-19 | 59 | -261/+308 |
| |\ \ \ |
|
| * \ \ \ | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-10-17 | 1 | -63/+202 |
| |\ \ \ \ |
|
| | * | | | | s390/bpf: Implement signed division | Ilya Leoshkevich | 2023-09-21 | 1 | -47/+125 |
| | * | | | | s390/bpf: Implement unconditional jump with 32-bit offset | Ilya Leoshkevich | 2023-09-21 | 1 | -3/+9 |
| | * | | | | s390/bpf: Implement unconditional byte swap | Ilya Leoshkevich | 2023-09-21 | 1 | -0/+1 |
| | * | | | | s390/bpf: Implement BPF_MEMSX | Ilya Leoshkevich | 2023-09-21 | 1 | -5/+27 |
| | * | | | | s390/bpf: Implement BPF_MOV | BPF_X with sign-extension | Ilya Leoshkevich | 2023-09-21 | 1 | -8/+40 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-10-13 | 22 | -70/+213 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-10-05 | 125 | -485/+693 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2023-09-21 | 30 | -204/+279 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=y | Kumar Kartikeya Dwivedi | 2023-09-19 | 1 | -5/+4 |
| * | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2023-09-17 | 5 | -40/+397 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | bpf: Implement BPF exceptions | Kumar Kartikeya Dwivedi | 2023-09-16 | 1 | -12/+77 |
| | * | | | | | | | arch/x86: Implement arch_bpf_stack_walk | Kumar Kartikeya Dwivedi | 2023-09-16 | 1 | -0/+28 |
| | * | | | | | | | bpf: Use bpf_is_subprog to check for subprogs | Kumar Kartikeya Dwivedi | 2023-09-16 | 3 | -3/+3 |
| | * | | | | | | | arm32, bpf: add support for 64 bit division instruction | Puranjay Mohan | 2023-09-16 | 1 | -1/+115 |
| | * | | | | | | | arm32, bpf: add support for 32-bit signed division | Puranjay Mohan | 2023-09-16 | 2 | -8/+32 |
| | * | | | | | | | arm32, bpf: add support for unconditional bswap instruction | Puranjay Mohan | 2023-09-16 | 1 | -3/+5 |
| | * | | | | | | | arm32, bpf: add support for sign-extension mov instruction | Puranjay Mohan | 2023-09-16 | 1 | -5/+30 |
| | * | | | | | | | arm32, bpf: add support for sign-extension load instruction | Puranjay Mohan | 2023-09-16 | 2 | -1/+75 |
| | * | | | | | | | arm32, bpf: add support for 32-bit offset jmp instruction | Puranjay Mohan | 2023-09-16 | 1 | -2/+7 |
| | * | | | | | | | bpf, x64: Fix tailcall infinite loop | Leon Hwang | 2023-09-12 | 1 | -6/+22 |
| | * | | | | | | | bpf, x64: Comment tail_call_cnt initialisation | Leon Hwang | 2023-09-12 | 1 | -0/+4 |
* | | | | | | | | | Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2023-10-31 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86: Enable IBT in Rust if enabled in C | Matthew Maurer | 2023-10-23 | 1 | -0/+1 |
* | | | | | | | | | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-10-31 | 6 | -2/+55 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | hardening: x86: drop reference to removed config AMD_IOMMU_V2 | Lukas Bulwahn | 2023-10-12 | 1 | -1/+0 |
| * | | | | | | | | | | sparc: Annotate struct cpuinfo_tree with __counted_by | Kees Cook | 2023-10-06 | 1 | -1/+1 |
| * | | | | | | | | | | um,ethertap: Replace deprecated strncpy() with strscpy() | Justin Stitt | 2023-09-29 | 1 | -1/+1 |
| * | | | | | | | | | | hardening: Provide Kconfig fragments for basic options | Kees Cook | 2023-09-22 | 4 | -0/+54 |
* | | | | | | | | | | | Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr... | Linus Torvalds | 2023-10-31 | 4 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | rcu: Standardize explicit CPU-hotplug calls | Frederic Weisbecker | 2023-10-04 | 4 | -5/+5 |
| * | | | | | | | | | | | rcu: Assume rcu_report_dead() is always called locally | Frederic Weisbecker | 2023-10-04 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2023-10-31 | 44 | -292/+346 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | x86/apic, x86/hyperv: Use u32 in hv_snp_boot_ap() too | Ingo Molnar | 2023-10-13 | 2 | -3/+3 |
| * | | | | | | | | | | | x86/cpu: Provide debug interface | Thomas Gleixner | 2023-10-10 | 2 | -0/+60 |
| * | | | | | | | | | | | x86/cpu/topology: Cure the abuse of cpuinfo for persisting logical ids | Thomas Gleixner | 2023-10-10 | 1 | -10/+23 |
| * | | | | | | | | | | | x86/apic: Use u32 for wakeup_secondary_cpu[_64]() | Thomas Gleixner | 2023-10-10 | 7 | -10/+10 |
| * | | | | | | | | | | | x86/apic: Use u32 for [gs]et_apic_id() | Thomas Gleixner | 2023-10-10 | 10 | -27/+27 |
| * | | | | | | | | | | | x86/apic: Use u32 for phys_pkg_id() | Thomas Gleixner | 2023-10-10 | 11 | -11/+11 |