Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | MIPS: Alchemy: fix dbdma2 | Manuel Lauss | 2023-05-23 | 1 | -12/+15 | |
| | * | | | | | | MIPS: Restore Au1300 support | Manuel Lauss | 2023-05-23 | 1 | -0/+5 | |
| | * | | | | | | MIPS: unhide PATA_PLATFORM | Manuel Lauss | 2023-05-23 | 1 | -0/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge tag 'powerpc-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2023-05-28 | 1 | -0/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | powerpc/mm: Reinstate ARCH_FORCE_MAX_ORDER ranges | Michael Ellerman | 2023-05-21 | 1 | -0/+6 | |
| * | | | | | | | Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-05-27 | 5 | -12/+21 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | x86/pci/xen: populate MSI sysfs entries | Maximilian Heyne | 2023-05-24 | 3 | -6/+15 | |
| | * | | | | | | | xen/pvcalls-back: fix double frees with pvcalls_new_active_socket() | Dan Carpenter | 2023-05-24 | 1 | -5/+4 | |
| | * | | | | | | | xen/blkfront: Only check REQ_FUA for writes | Ross Lagerwall | 2023-05-24 | 1 | -1/+2 | |
| * | | | | | | | | Merge tag 'char-misc-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-05-27 | 6 | -46/+55 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | binder: fix UAF of alloc->vma in race with munmap() | Carlos Llamas | 2023-05-20 | 1 | -3/+3 | |
| | * | | | | | | | | binder: add lockless binder_alloc_(set|get)_vma() | Carlos Llamas | 2023-05-13 | 1 | -10/+14 | |
| | * | | | | | | | | Revert "android: binder: stop saving a pointer to the VMA" | Carlos Llamas | 2023-05-13 | 3 | -11/+12 | |
| | * | | | | | | | | Revert "binder_alloc: add missing mmap_lock calls when using the VMA" | Carlos Llamas | 2023-05-13 | 1 | -21/+10 | |
| | * | | | | | | | | binder: fix UAF caused by faulty buffer cleanup | Carlos Llamas | 2023-05-13 | 1 | -7/+21 | |
| | * | | | | | | | | Merge tag 'coresight-fixes-v6.4' of git://git.kernel.org/pub/scm/linux/kernel... | Greg Kroah-Hartman | 2023-05-13 | 2 | -1/+2 | |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | coresight: perf: Release Coresight path when alloc trace id failed | Ruidong Tian | 2023-05-11 | 1 | -0/+1 | |
| | | * | | | | | | | coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet() | Dan Carpenter | 2023-05-11 | 1 | -1/+1 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge tag 'cxl-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-05-27 | 12 | -29/+153 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | cxl: Explicitly initialize resources when media is not ready | Dave Jiang | 2023-05-26 | 1 | -6/+11 | |
| | * | | | | | | | | cxl/port: Fix NULL pointer access in devm_cxl_add_port() | Robert Richter | 2023-05-20 | 1 | -4/+3 | |
| | * | | | | | | | | cxl: Move cxl_await_media_ready() to before capacity info retrieval | Dave Jiang | 2023-05-19 | 6 | -11/+22 | |
| | * | | | | | | | | cxl: Wait Memory_Info_Valid before access memory related info | Dave Jiang | 2023-05-19 | 2 | -9/+78 | |
| | * | | | | | | | | cxl/port: Enable the HDM decoder capability for switch ports | Dan Williams | 2023-05-18 | 5 | -9/+49 | |
| | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge tag 'arm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-05-27 | 20 | -48/+98 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge tag 'ffa-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/su... | Arnd Bergmann | 2023-05-26 | 3 | -5/+24 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors | Sudeep Holla | 2023-05-08 | 1 | -0/+6 | |
| | | * | | | | | | | | firmware: arm_ffa: Fix FFA device names for logical partitions | Sudeep Holla | 2023-05-08 | 2 | -3/+14 | |
| | | * | | | | | | | | firmware: arm_ffa: Fix usage of partition info get count flag | Sudeep Holla | 2023-05-08 | 1 | -1/+2 | |
| | | * | | | | | | | | firmware: arm_ffa: Check if ffa_driver remove is present before executing | Sudeep Holla | 2023-05-08 | 1 | -1/+2 | |
| | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | * | | | | | | | | MAINTAINERS: update arm64 Microchip entries | Conor Dooley | 2023-05-25 | 1 | -2/+10 | |
| | * | | | | | | | | Merge tag 'imx-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sh... | Arnd Bergmann | 2023-05-25 | 10 | -39/+56 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | arm64: dts: imx8: fix USB 3.0 Gadget Failure in QM & QXPB0 at super speed | Frank Li | 2023-05-16 | 1 | -0/+1 | |
| | | * | | | | | | | | dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type | Frank Li | 2023-05-16 | 1 | -1/+1 | |
| | | * | | | | | | | | arm64: dts: colibri-imx8x: delete adc1 and dsp | Andrejs Cainikovs | 2023-05-15 | 1 | -0/+7 | |
| | | * | | | | | | | | arm64: dts: colibri-imx8x: fix iris pinctrl configuration | Emanuele Ghidoli | 2023-05-15 | 1 | -2/+1 | |
| | | * | | | | | | | | arm64: dts: colibri-imx8x: move pinctrl property from SoM to eval board | Emanuele Ghidoli | 2023-05-15 | 2 | -4/+6 | |
| | | * | | | | | | | | arm64: dts: colibri-imx8x: fix eval board pin configuration | Emanuele Ghidoli | 2023-05-15 | 1 | -3/+2 | |
| | | * | | | | | | | | arm64: dts: imx8mp: Fix video clock parents | Adam Ford | 2023-05-15 | 1 | -16/+9 | |
| | | * | | | | | | | | ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator | Alexander Stein | 2023-05-14 | 1 | -0/+1 | |
| | | * | | | | | | | | ARM: dts: imx6ull-dhcor: Set and limit the mode for PMIC buck 1, 2 and 3 | Christoph Niedermaier | 2023-05-14 | 1 | -0/+7 | |
| | | * | | | | | | | | arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay | Hugo Villeneuve | 2023-05-14 | 1 | -1/+7 | |
| | | * | | | | | | | | arm64: dts: imx8mn: Fix video clock parents | Adam Ford | 2023-05-14 | 1 | -13/+15 | |
| | | |/ / / / / / / | ||||||
| | * | | | | | | | | Merge tag 'scmi-fix-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sud... | Arnd Bergmann | 2023-05-25 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | firmware: arm_scmi: Fix incorrect alloc_workqueue() invocation | Tejun Heo | 2023-05-08 | 1 | -1/+1 | |
| | | |/ / / / / / / | ||||||
| | * | | | | | | | | Merge tag 'juno-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Arnd Bergmann | 2023-05-25 | 4 | -0/+4 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | arm64: dts: arm: add missing cache properties | Krzysztof Kozlowski | 2023-05-08 | 3 | -0/+3 | |
| | | * | | | | | | | | ARM: dts: vexpress: add missing cache properties | Krzysztof Kozlowski | 2023-05-08 | 1 | -0/+1 | |
| | | |/ / / / / / / | ||||||
| | * | | | | | | | | Merge tag 'optee-async-notif-fix-for-v6.3' of https://git.linaro.org/people/j... | Arnd Bergmann | 2023-05-25 | 1 | -1/+3 | |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | optee: fix uninited async notif value | Etienne Carriere | 2023-04-20 | 1 | -1/+3 |