Show patches with: Archived = No       |   21212 patches
« 1 2 3 4212 213 »
Patch Series S/W/F Date Submitter Delegate State
[v2,5/5] initcall: remove initcall_run_list() Static initcalls --- 2024-12-18 Jerome Forissier New
[v2,4/5] board_init_r(): use static calls Static initcalls --- 2024-12-18 Jerome Forissier New
[v2,3/5] board_init_f_r(): use static calls Static initcalls --- 2024-12-18 Jerome Forissier New
[v2,2/5] board_init_f(): use static calls Static initcalls --- 2024-12-18 Jerome Forissier New
[v2,1/5] common: board: Simplify array with function pointers with CONFIG_IS_ENABLED Static initcalls --- 2024-12-18 Jerome Forissier New
[v1,1/1] board: zynqmp: zynqmp-sm-k26-revA: release DP from reset [v1,1/1] board: zynqmp: zynqmp-sm-k26-revA: release DP from reset --- 2024-12-18 Neal Frager New
imx: Fix usable memory ranges for imx8m SOCs imx: Fix usable memory ranges for imx8m SOCs --- 2024-12-18 Ilias Apalodimas Accepted
[v2,8/8] lmb: Rename _lmb_alloc_addr() to lmb_alloc_addr_flags() Cleanup the LMB subsystem --- 2024-12-18 Ilias Apalodimas New
[v2,7/8] lmb: Remove lmb_alloc_base_flags() Cleanup the LMB subsystem --- 2024-12-18 Ilias Apalodimas New
[v2,6/8] lmb: Remove lmb_alloc_addr_flags() Cleanup the LMB subsystem --- 2024-12-18 Ilias Apalodimas New
[v2,5/8] lmb: Remove lmb_add_region() Cleanup the LMB subsystem --- 2024-12-18 Ilias Apalodimas New
[v2,4/8] lmb: Rename free_mem to available_mem Cleanup the LMB subsystem --- 2024-12-18 Ilias Apalodimas New
[v2,3/8] lmb: Remove lmb_reserve_flags() Cleanup the LMB subsystem --- 2024-12-18 Ilias Apalodimas New
[v2,2/8] lmb: Move enum lmb_flags to a u32 Cleanup the LMB subsystem --- 2024-12-18 Ilias Apalodimas New
[v2,1/8] lmb: Remove lmb_align_down() Cleanup the LMB subsystem --- 2024-12-18 Ilias Apalodimas New
[5/5] initcall: remove initcall_run_list() Static initcalls --- 2024-12-17 Jerome Forissier Superseded
[4/5] board_init_r(): use static calls Static initcalls --- 2024-12-17 Jerome Forissier Superseded
[3/5] board_init_f_r(): use static calls Static initcalls --- 2024-12-17 Jerome Forissier New
[2/5] board_init_f(): use static calls Static initcalls --- 2024-12-17 Jerome Forissier Superseded
[1/5] common: board: Simplify array with function pointers with CONFIG_IS_ENABLED Static initcalls --- 2024-12-17 Jerome Forissier Superseded
[v5,4/4] test: lib: Use CONFIG_64BIT to detect 64 bit compile Select CONFIG_64BIT for sandbox64 and x86_64 --- 2024-12-16 Andrew Goodbody New
[v5,3/4] x86: select CONFIG_64BIT for X86_64 Select CONFIG_64BIT for sandbox64 and x86_64 --- 2024-12-16 Andrew Goodbody New
[v5,2/4] sandbox: select CONFIG_64BIT for sandbox Select CONFIG_64BIT for sandbox64 and x86_64 --- 2024-12-16 Andrew Goodbody New
[v5,1/4] sandbox: Correct guard around readq/writeq Select CONFIG_64BIT for sandbox64 and x86_64 --- 2024-12-16 Andrew Goodbody New
[v2,3/3] trace: document 'trace wipe' Add 'trace wipe' --- 2024-12-13 Jerome Forissier New
[v2,2/3] test: test_trace.py: test 'trace wipe' Add 'trace wipe' --- 2024-12-13 Jerome Forissier New
[v2,1/3] trace: add support for 'trace wipe' Add 'trace wipe' --- 2024-12-13 Jerome Forissier New
net: fec: phy: Don't advertise Gbit on (R)MII net: fec: phy: Don't advertise Gbit on (R)MII --- 2024-12-12 Sverdlin, Alexander New
[v1,8/8] lmb: Rename _lmb_alloc_addr() to lmb_alloc_addr_flags() Cleanup the LMB subsystem --- 2024-12-11 Ilias Apalodimas Superseded
[v1,7/8] lmb: Remove lmb_alloc_base_flags() Cleanup the LMB subsystem --- 2024-12-11 Ilias Apalodimas Superseded
[v1,6/8] lmb: Remove lmb_alloc_addr_flags() Cleanup the LMB subsystem --- 2024-12-11 Ilias Apalodimas Superseded
[v1,5/8] lmb: Remove lmb_add_region() Cleanup the LMB subsystem --- 2024-12-11 Ilias Apalodimas Superseded
[v1,4/8] lmb: Rename free_mem to available_mem Cleanup the LMB subsystem --- 2024-12-11 Ilias Apalodimas Superseded
[v1,3/8] lmb: Remove lmb_reserve_flags() Cleanup the LMB subsystem --- 2024-12-11 Ilias Apalodimas Superseded
[v1,2/8] lmb: Move enum lmb_flags to a u32 Cleanup the LMB subsystem --- 2024-12-11 Ilias Apalodimas Superseded
[v1,1/8] lmb: Remove lmb_align_down() Cleanup the LMB subsystem --- 2024-12-11 Ilias Apalodimas Superseded
[v2,4/4] lmb: Improve kernel-doc comments lmb: Improve style --- 2024-12-11 Sam Protsenko New
[v2,3/4] lmb: Improve coding style lmb: Improve style --- 2024-12-11 Sam Protsenko New
[v2,2/4] lmb: Make const flag_str[] in lmb_print_region_flags() more const lmb: Improve style --- 2024-12-11 Sam Protsenko New
[v2,1/4] lmb: Fix flags data type in lmb_add_region_flags() lmb: Improve style --- 2024-12-11 Sam Protsenko New
[v2,2/2] boot: fdt: Handle already reserved memory in boot_fdt_reserve_region() lmb: Fix reserving the same region multiple times --- 2024-12-11 Sam Protsenko New
[v2,1/2] lmb: Return -EEXIST in lmb_add_region_flags() if region already added lmb: Fix reserving the same region multiple times --- 2024-12-11 Sam Protsenko Accepted
efi_loader: Fix section alignment on EFI binaries efi_loader: Fix section alignment on EFI binaries --- 2024-12-10 Ilias Apalodimas New
[2/2] test: test_trace.py: test "trace clear" command Add "trace clear" --- 2024-12-09 Jerome Forissier Superseded
[1/2] trace: add support for "trace clear" Add "trace clear" --- 2024-12-09 Jerome Forissier Superseded
[RFC,7/7] lmb: Rename _lmb_alloc_addr_flags() Cleanup the LMB subsystem --- 2024-12-08 Ilias Apalodimas New
[RFC,6/7] lmb: Replace lmb_alloc_base() with lmb_alloc_base_flags() Cleanup the LMB subsystem --- 2024-12-08 Ilias Apalodimas New
[RFC,5/7] lmb: Replace lmb_alloc_addr() with lmb_alloc_addr_flags() Cleanup the LMB subsystem --- 2024-12-08 Ilias Apalodimas New
[RFC,4/7] lmb: Remove lmb_add_region() Cleanup the LMB subsystem --- 2024-12-08 Ilias Apalodimas Superseded
[RFC,3/7] lmb: Rename free_mem to available_mem Cleanup the LMB subsystem --- 2024-12-08 Ilias Apalodimas New
[RFC,2/7] lmb: Simplify lmb_addrs_overlap() Cleanup the LMB subsystem --- 2024-12-08 Ilias Apalodimas New
[RFC,1/7] lmb: Replace lmb_reserve() with lmb_reserve_flags() Cleanup the LMB subsystem --- 2024-12-08 Ilias Apalodimas New
[6/6] boot: fdt: Handle already reserved memory in boot_fdt_reserve_region() lmb: Fix reserving the same region multiple times --- 2024-12-08 Sam Protsenko Superseded
[5/6] lmb: Improve kernel-doc comments lmb: Fix reserving the same region multiple times --- 2024-12-08 Sam Protsenko Superseded
[4/6] lmb: Improve coding style lmb: Fix reserving the same region multiple times --- 2024-12-08 Sam Protsenko Superseded
[3/6] lmb: Make const flag_str[] in lmb_print_region_flags() more const lmb: Fix reserving the same region multiple times --- 2024-12-08 Sam Protsenko Superseded
[2/6] lmb: Return -EEXIST in lmb_add_region_flags() if region already added lmb: Fix reserving the same region multiple times --- 2024-12-08 Sam Protsenko New
[1/6] lmb: Fix flags data type in lmb_add_region_flags() lmb: Fix reserving the same region multiple times --- 2024-12-08 Sam Protsenko Superseded
mbedtls: remove MBEDTLS_HAVE_TIME mbedtls: remove MBEDTLS_HAVE_TIME --- 2024-12-06 Ilias Apalodimas Accepted
trace: add support for "trace clear" trace: add support for "trace clear" --- 2024-12-06 Jerome Forissier Superseded
trace: proftool: dump-ftrace should write funcgraph times in ns not us trace: proftool: dump-ftrace should write funcgraph times in ns not us --- 2024-12-06 Jerome Forissier New
Pull request for efi-master-05122024 Pull request for efi-master-05122024 --- 2024-12-05 Ilias Apalodimas New
Pull request for efi-master-05122024 Pull request for efi-master-05122024 --- 2024-12-05 Ilias Apalodimas New
[v2,4/4] efi: add helper functions to insert pmem node for DT fixup Add pmem node for preserving distro ISO's --- 2024-12-03 Sughosh Ganu New
[v2,3/4] efi_loader: preserve installer images in pmem Add pmem node for preserving distro ISO's --- 2024-12-03 Sughosh Ganu New
[v2,2/4] efi_loader: add a function to remove memory from the EFI map Add pmem node for preserving distro ISO's --- 2024-12-03 Sughosh Ganu New
[v2,1/4] fdt: add support for adding pmem nodes Add pmem node for preserving distro ISO's --- 2024-12-03 Sughosh Ganu New
efi_loader: Check for a valid fw_name before auto generating GUIDs efi_loader: Check for a valid fw_name before auto generating GUIDs --- 2024-12-03 Ilias Apalodimas Accepted
doc: environment: NET_LWIP dhcp sets ipaddrN, netmaskN and gatewayipN doc: environment: NET_LWIP dhcp sets ipaddrN, netmaskN and gatewayipN --- 2024-12-03 Jerome Forissier Accepted
[v2] lmb: Fix the allocation of overlapping memory areas with !LMB_NONE [v2] lmb: Fix the allocation of overlapping memory areas with !LMB_NONE --- 2024-12-02 Ilias Apalodimas Accepted
lmb: prohibit allocations above ram_top even from same bank lmb: prohibit allocations above ram_top even from same bank --- 2024-12-02 Sughosh Ganu Accepted
[v2] efi_loader: Add U-Boot memory to the EFI memory map [v2] efi_loader: Add U-Boot memory to the EFI memory map --- 2024-11-29 Ilias Apalodimas Accepted
efi_loader: Add U-Boot memory to the EFI memory map efi_loader: Add U-Boot memory to the EFI memory map --- 2024-11-29 Ilias Apalodimas Superseded
net: tftpput: reset timeout_count when an ACK is received net: tftpput: reset timeout_count when an ACK is received --- 2024-11-29 Jerome Forissier New
lmb: Fix the allocation of overlapping memory areas with !LMB_NONE lmb: Fix the allocation of overlapping memory areas with !LMB_NONE --- 2024-11-28 Ilias Apalodimas Superseded
efi_loader: Don't warn if the TCG2 FinalEvents table is not installed efi_loader: Don't warn if the TCG2 FinalEvents table is not installed --- 2024-11-28 Ilias Apalodimas New
[2/2] configs: starfive_visionfive2: allocate bounce buffer from heap bouncebuf: Allow allocation from U-Boot heap --- 2024-11-27 Sughosh Ganu New
[1/2] bouncebuf: allow for allocating bounce buffer frome heap bouncebuf: Allow allocation from U-Boot heap --- 2024-11-27 Sughosh Ganu New
net: lwip: wget: fix legacy syntax net: lwip: wget: fix legacy syntax --- 2024-11-26 Jerome Forissier Accepted
[2/2] configs: qcom_defconfig: enable RNG driver and command rng: msm: support newer SoCs --- 2024-11-25 Neil Armstrong New
[1/2] rng: msm: add support for newer Qualcomm hwrandom IPs rng: msm: support newer SoCs --- 2024-11-25 Neil Armstrong New
[v4,4/4] test: lib: Use CONFIG_64BIT to detect 64 bit compile Select CONFIG_64BIT for sandbox64 and x86_64 --- 2024-11-25 Andrew Goodbody Superseded
[v4,3/4] x86: select CONFIG_64BIT for X86_64 Select CONFIG_64BIT for sandbox64 and x86_64 --- 2024-11-25 Andrew Goodbody Superseded
[v4,2/4] sandbox: select CONFIG_64BIT for sandbox Select CONFIG_64BIT for sandbox64 and x86_64 --- 2024-11-25 Andrew Goodbody Superseded
[v4,1/4] sandbox: Correct guard around readq/writeq Select CONFIG_64BIT for sandbox64 and x86_64 --- 2024-11-25 Andrew Goodbody Superseded
[2/2] pci: Add support for Qualcomm PCIe controller pci: Add support for Qualcomm PCIe controller --- 2024-11-25 Neil Armstrong New
[1/2] pci: pcie_dw_common: introduce pcie_dw_find_capability() pci: Add support for Qualcomm PCIe controller --- 2024-11-25 Neil Armstrong New
phy: qcom: add QMP PCIe PHY driver phy: qcom: add QMP PCIe PHY driver --- 2024-11-25 Neil Armstrong New
[4/4] clk: qcom: x1e80100: add support for PCIe clocks clk: qcom: add PCIe clocks --- 2024-11-25 Neil Armstrong New
[3/4] clk: qcom: sm8650: add support for PCIe clocks clk: qcom: add PCIe clocks --- 2024-11-25 Neil Armstrong New
[2/4] clk: qcom: sm8550: add support for PCIe clocks clk: qcom: add PCIe clocks --- 2024-11-25 Neil Armstrong Superseded
[1/4] clk: qcom: add clk_phy_mux_enable() for PCIe PIPE clock clk: qcom: add PCIe clocks --- 2024-11-25 Neil Armstrong New
[3/3] pinctrl: qcom: x1e80100: add pcie[3456ab]_clk functions pinctrl: qcom: add clk_req functions --- 2024-11-25 Neil Armstrong New
[2/3] pinctrl: qcom: sm8650: add pcie[01]_clk_req_n function pinctrl: qcom: add clk_req functions --- 2024-11-25 Neil Armstrong New
[1/3] pinctrl: qcom: sm8550: add pcie1_clk_req_n function pinctrl: qcom: add clk_req functions --- 2024-11-25 Neil Armstrong New
regulator: qcom-rpmh-regulator: add support for pmc8380 regulators regulator: qcom-rpmh-regulator: add support for pmc8380 regulators --- 2024-11-25 Neil Armstrong New
[RFC,14/14] configs: add x1e_defconfig efi: implement EFISTUB support for ARM64 and Qualcomm --- 2024-11-24 Caleb Connolly New
[RFC,13/14] qcom_defconfig: enable X1E80100 pinctrl driver efi: implement EFISTUB support for ARM64 and Qualcomm --- 2024-11-24 Caleb Connolly New
[RFC,12/14] pinctrl: qcom: Add X1E80100 pinctrl driver efi: implement EFISTUB support for ARM64 and Qualcomm --- 2024-11-24 Caleb Connolly New
[RFC,11/14] qcom_defconfig: enable X1E80100 clock driver efi: implement EFISTUB support for ARM64 and Qualcomm --- 2024-11-24 Caleb Connolly New
« 1 2 3 4212 213 »