messages from 2024-03-04 18:38:41 to 2024-03-04 19:11:14 UTC [more...]
[PATCH v2 000/113] efi: prepare for ARM64 EFI loader support
2024-03-04 19:00 UTC (103+ messages)
` [PATCH v2 001/113] string: implement strcmp_ptr and streq_ptr helpers
` [PATCH v2 002/113] commands: efiexit: flush console and shutdown barebox
` [PATCH v2 003/113] treewide: add errno_set helper for returning positive error code in errno
` [PATCH v2 004/113] vsprintf: guard against NULL in UUID %pU
` [PATCH v2 005/113] common: add option to poweroff system on failure
` [PATCH v2 006/113] boot: print error code when booting fails
` [PATCH v2 007/113] common: efi: move directory to top-level
` [PATCH v2 008/113] efi: payload: rename CONFIG_EFI_BOOTUP to CONFIG_EFI_PAYLOAD
` [PATCH v2 009/113] efi: payload: image: return actual read_file() error
` [PATCH v2 010/113] of: don't report failure to of_read_file twice
` [PATCH v2 011/113] efi: payload: make missing state reporting less verbose
` [PATCH v2 012/113] libfile: factor out read_file_into_buf helper
` [PATCH v2 013/113] efi: payload: image: allocate image via loader if it exceeds malloc area
` [PATCH v2 014/113] efi: payload: image: use assigned barebox loader type on x86
` [PATCH v2 015/113] efi: payload: iomem: adjust types to avoid casting
` [PATCH v2 016/113] commands: kallsyms: add command-line interface
` [PATCH v2 017/113] block: define BLOCKSIZE globally in block.h
` [PATCH v2 018/113] cdev: implement setter/getter for cdev device node
` [PATCH v2 019/113] block: virtio: assign virtio-mmio device tree node to cdevs
` [PATCH v2 020/113] commands: stat: print DT node for cdevs if available
` [PATCH v2 022/113] commands: stat: display bootable partition table bit info
` [PATCH v2 023/113] block: record block device type
` [PATCH v2 024/113] include: add definitions for UAPI discoverable partitions spec
` [PATCH v2 025/113] efi: payload: restrict 8250 UART at I/O port 0x3f8 registration to x86
` [PATCH v2 026/113] fs: fix unreaddir, so readdir returns unread dirent first
` [PATCH v2 027/113] fs: turn creat into static inline helper
` [PATCH v2 028/113] fs: drop unused LOOKUP_ flags
` [PATCH v2 029/113] fs: opendir: reference mount point until closedir is called
` [PATCH v2 030/113] fs: factor out opendir iteration
` [PATCH v2 031/113] fs: implement fdopendir and rewinddir
` [PATCH v2 032/113] fs: remove unused member from struct nameidata
` [PATCH v2 033/113] fs: always check path_init for errors
` [PATCH v2 034/113] fs: set current working dir directly when mounting root
` [PATCH v2 036/113] fs: implement O_PATH
` [PATCH v2 037/113] fs: support different root directories
` [PATCH v2 038/113] fs: implement O_CHROOT
` [PATCH v2 039/113] commands: introduce new findmnt command
` [PATCH v2 041/113] fs: support opening /
` [PATCH v2 042/113] test: self: add dirfd tests
` [PATCH v2 043/113] commands: stat: add option for statat
` [PATCH v2 044/113] efi: payload: lower command line options print from error to info
` [PATCH v2 046/113] commands: time: switch to using getopt for -n
` [PATCH v2 047/113] commands: time: reduce strjoin runtime, drop trailing space
` [PATCH v2 048/113] commands: time: refactor into new strjoin
` [PATCH v2 049/113] test: self: add strjoin tests
` [PATCH v2 050/113] filetype: have cdev_detect_type take a cdev
` [PATCH v2 051/113] ARM: mmu-early: gracefully handle already enabled MMU
` [PATCH v2 052/113] efi: don't hide structs, enums or unions behind _t
` [PATCH v2 053/113] efi: make headers self-contained
` [PATCH v2 055/113] efi: efi-guid: add more GUIDs
` [PATCH v2 056/113] ARM64: cpu: setupc: rewrite to be fully PIC
` [PATCH v2 057/113] ARM64: runtime-offset: make get_runtime_offset "
` [PATCH v2 058/113] pbl: introduce CONFIG_PBL_FULLY_PIC
` [PATCH v2 059/113] efi: payload: fix ARM build
` [PATCH v2 060/113] efi: payload: init: restrict barebox mem to first 1G only on x86
` [PATCH v2 061/113] efi: add efi_is_loader/efi_is_payload helpers
` [PATCH v2 062/113] efi: payload: suppress EFI payload initcalls when not EFI-loaded
` [PATCH v2 063/113] ARM: make board data definitions accessible to other architectures
` [PATCH v2 064/113] boarddata: add barebox_boarddata_is_machine helper
` [PATCH v2 065/113] common: add PE/COFF loader
` [PATCH v2 066/113] efi: use efi_handle_t where appropriate
` [PATCH v2 067/113] efi: block: move definitions into header file
` [PATCH v2 068/113] efi: define efi_handle_t as opaque pointer
` [PATCH v2 069/113] efi: constify guid_t in API
` [PATCH v2 070/113] efi: rename efi_simple_input_interface to efi_simple_text_input_protocol
` [PATCH v2 071/113] efi: add EFI_WARN constants
` [PATCH v2 072/113] efi-stdio: fix wait_for_event argument
` [PATCH v2 073/113] efi-stdio: wait for extended input key event when using extended input
` [PATCH v2 074/113] efi: flesh out EFI definitions in header
` [PATCH v2 075/113] efi: add efi_driver_binding_protocol
` [PATCH v2 076/113] efi: improve usability of EFI_PAGE_* macros
` [PATCH v2 077/113] fs: efi: move definitions into header
` [PATCH v2 078/113] efi: fs: flesh out file system definitions
` [PATCH v2 079/113] efi: stdio: fix efi_register_keystroke_notify prototype
` [PATCH v2 080/113] video: mark EFI_GOP driver x86-only for now
` [PATCH v2 081/113] filetype: add new file types for EFI-enabled Linux images
` [PATCH v2 082/113] efi: payload: register handler for EFI-stubbed ARM64 kernel
` [PATCH v2 083/113] efi: payload: factor C efi_main into dedicated file
` [PATCH v2 084/113] efi: payload: early-mem: simplify error message reporting
` [PATCH v2 086/113] ARM64: add optional EFI stub
` [PATCH v2 087/113] efi: devicepath: improve const safety
` [PATCH v2 088/113] efi: refactor device_path_to_partuuid for code reuse
` [PATCH v2 089/113] efi: devicepath: implement device_path_to_str_buf variant
` [PATCH v2 090/113] lib: vsprintf: align documentation with current feature set
` [PATCH v2 091/113] vsprintf: add %pD for printing EFI device path
` [PATCH v2 094/113] efi: payload: iomem: register later
` [PATCH v2 095/113] efi: payload: protect against buggy EFI implementations
` [PATCH v2 096/113] efi: payload: don't require efi_loaded_image->parent_handle for bootsource detection
` [PATCH v2 097/113] commands: add cpuinfo -s option for stacktrace
` [PATCH v2 098/113] efi: devicepath: align MemoryMapped name with spec
` [PATCH v2 099/113] efi: devicepath: pretty print BBS BEV DeviceType
` [PATCH v2 100/113] efi: devicepath: format GUIDs as little endian
` [PATCH v2 101/113] efi: devicepath: move END device node definitions into header
` [PATCH v2 103/113] efi: devicepath: namespace definitions
` [PATCH v2 106/113] efi: devicepath: let compiler worry about unaligned unpacking
` [PATCH v2 107/113] efi: devicepath: correct formatting of BBS
` [PATCH v2 108/113] commands: provide efi_handle_dump in both payload and loader
` [PATCH v2 109/113] lib: uuid: implement uuid/guid_parse
` [PATCH v2 110/113] commands: efi_handle_dump: prepare for supporting EFI loader
` [PATCH v2 111/113] commands: efi_handle_dump: print loaded image devpath
` [PATCH v2 112/113] commands: efi_handle_dump: use guid_parse instead of open-coding
` [PATCH v2 113/113] commands: efi_handle_dump: don't ignore failure to parse GUID
[PATCH v3 0/2] ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam Deck OLED
2024-03-04 19:11 UTC (2+ messages)
[PATCH 0/7] sh: Fix missing prototypes (part two)
2024-03-04 19:10 UTC (8+ messages)
` [PATCH 1/7] sh: cache: Move forward declarations to <asm/cacheflush.h>
` [PATCH 2/7] sh: traps: Make is_dsp_inst() static
` [PATCH 3/7] sh: mach-highlander: Add missing #include <mach/highlander.h>
` [PATCH 4/7] sh: mach-sh03: Make sh03_rtc_settimeofday() static
` [PATCH 5/7] sh: sh7757lcr: Make init_sh7757lcr_IRQ() static
` [PATCH 6/7] sh: sh7757: Add missing #include <asm/mmzone.h>
` [PATCH 7/7] sh: sh7785lcr: Make init_sh7785lcr_IRQ() static
[PATCH BlueZ v2] build: Fix distcheck
2024-03-04 19:10 UTC (2+ messages)
` [BlueZ,v2] "
[PATCH v6 0/3] dt-bindings: pci: layerscape-pci: Convert to yaml format
2024-03-04 19:10 UTC (7+ messages)
` [PATCH v6 2/3] dt-bindings: pci: layerscape-pci: Add snps,dw-pcie.yaml reference
` [PATCH v6 3/3] dt-bindings: pci: layerscape-pci-ep: Add snps,dw-pcie-ep.yaml reference
[PATCH v4 0/2] Fix libaio cancellation support
2024-03-04 19:10 UTC (4+ messages)
` [PATCH v4 1/2] fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio
[PATCH 0/5] KVM: arm64: Move host-specific data out of kvm_vcpu_arch
2024-03-04 19:10 UTC (3+ messages)
` [PATCH 5/5] KVM: arm64: Exclude FP ownership from kvm_vcpu_arch
[PATCH] rcutorture: Fix rcu_torture_pipe_update_one()/rcu_torture_writer() data race and concurrency bug
2024-03-04 19:10 UTC (4+ messages)
[PATCH 1/2] kernel-module-dirs.bbclass: Add class
2024-03-04 19:10 UTC (5+ messages)
` [OE-core] "
[PATCH] selftests/mm: Dont fail testsuite due to a lack of hugepages
2024-03-04 19:08 UTC (3+ messages)
[PATCH 0/4] Series to add triggered buffer support to BMP280 driver
2024-03-04 19:08 UTC (8+ messages)
` [PATCH 3/4] iio: pressure: Add timestamp and scan_masks for "
` [PATCH 4/4] iio: pressure: Add triggered buffer support "
[PATCH 00/15] media: Add driver for the Raspberry Pi <5 CSI-2 receiver
2024-03-04 19:08 UTC (4+ messages)
` [PATCH v6 06/15] media: v4l: Add V4L2-PIX-FMT-Y12P format
[PATCH v4 00/12] Add support for NIST P521 to ecdsa
2024-03-04 19:01 UTC (3+ messages)
[PATCH 0/5] ASoC: Harden DAPM route checks and Intel fixes
2024-03-04 19:05 UTC (6+ messages)
` [PATCH 1/5] ASoC: Intel: Disable route checks for Skylake boards
` [PATCH 2/5] ASoC: topology: Do not ignore route checks when parsing graphs
` [PATCH 3/5] ASoC: Intel: avs: ssm4567: Do not ignore route checks
` [PATCH 4/5] ASoC: Intel: avs: ssm4567: Board cleanup
` [PATCH 5/5] ASoC: Intel: avs: i2s_test: Remove redundant dapm routes
folio_mmapped
2024-03-04 19:04 UTC (11+ messages)
` folio_mmapped
[PATCH v3] efs: convert efs to use the new mount api
2024-03-04 19:04 UTC (2+ messages)
[PATCH v5 6/6] swiotlb: Remove pointless stride adjustment for allocations >= PAGE_SIZE
2024-03-04 19:04 UTC (13+ messages)
[PATCH v2] clean: improve -n and -f implementation and documentation
2024-03-04 19:03 UTC (7+ messages)
` [PATCH 1/1] clean: further clean-up of implementation around "--force"
[PATCH 0/8] PageFlags cleanups
2024-03-04 19:02 UTC (5+ messages)
` [PATCH 4/8] mm: Add __dump_folio()
[PATCH v3 0/4] auxdisplay: 7 segment LED display
2024-03-04 19:01 UTC (9+ messages)
` [PATCH v3 4/4] ARM: dts: marvell: Indicate USB activity on x530
[PATCH] NFS: enable nconnect for RDMA
2024-03-04 19:01 UTC (3+ messages)
[0/2] Bluetooth: ISO: iso_listen_bis fixes
2024-03-04 19:00 UTC (3+ messages)
` [1/2] Bluetooth: ISO: Fix circular locking dependency warning
[PATCH] iw: Add JSON output options to 'iw' for scan results
2024-03-04 19:00 UTC (2+ messages)
[PATCH 0/5] riscv: add initial support for Canaan Kendryte K230
2024-03-04 19:00 UTC (4+ messages)
` [PATCH 4/5] riscv: dts: add initial canmv-k230 and k230-evb dts
[PATCH] Input: iqs269a - Use common error handling code in iqs269_parse_chan()
2024-03-04 18:59 UTC (7+ messages)
` [PATCH v2] Input: iqs269a - Use scope-based resource management "
` [v2] "
[PATCH v2] perf vendor events intel: Add umasks/occ_sel to PCU events
2024-03-04 18:58 UTC (3+ messages)
[PATCH 0/4 rpcbind] Supprt abstract addresses and disable broadcast
2024-03-04 18:58 UTC (8+ messages)
` [PATCH 2/4] rpcbind: allow broadcast RPC to be disabled
` [PATCH 3/4] Listen on an AF_UNIX abstract address if supported
` [PATCH 4/4] rpcinfo: try connecting using abstract address
[PATCH 0/2] Run limited fuzz tests in GitHub CI
2024-03-04 18:57 UTC (4+ messages)
` [PATCH 1/2] fuzz: fix fuzz test build rules
[PATCH v2] Bluetooth: btnxpuart: Fix btnxpuart_close
2024-03-04 18:57 UTC (2+ messages)
` [v2] "
[PATCH v4 0/7] Thread memory improvements and fixes
2024-03-04 18:57 UTC (2+ messages)
[PATCH] perf vendor events amd: Fix Zen 4 cache latency events
2024-03-04 18:56 UTC (2+ messages)
[PATCH] fixup! of: fdt: implement fdt_machine_is_compatible
2024-03-04 18:55 UTC
[PATCH] perf version: Display availability of OpenCSD support
2024-03-04 18:56 UTC (2+ messages)
[PATCH v4 0/3] Fix crashes and warnings in ext4 unit test
2024-03-04 18:55 UTC (8+ messages)
` [PATCH v4 1/3] ext4: alloc test super block from sget
` [PATCH v4 2/3] ext4: hold group lock in ext4 kunit test
` [PATCH v4 3/3] ext4: initialize sbi->s_freeclusters_counter and sbi->s_dirtyclusters_counter before use in "
[RFC] Inconsistent sifive,fu540-c000-uart binding
2024-03-04 18:53 UTC (3+ messages)
[PATCH] make-release: switch to .xz format by default
2024-03-04 18:51 UTC
[PATCH 1/1] media: Kconfig: Select MEDIA_CONTROLLER for VIDEO_V4L2_SUBDEV_API
2024-03-04 18:51 UTC
[PATCH v1 0/6] LNL display
2024-03-04 18:50 UTC (6+ messages)
[PATCH 0/4] slab: Introduce dedicated bucket allocator
2024-03-04 18:49 UTC (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] ipc, msg: Use dedicated slab buckets for alloc_msg()
` [PATCH 3/4] xattr: Use dedicated slab buckets for setxattr()
` [PATCH 4/4] mm/util: Use dedicated slab buckets for memdup_user()
[PATCH 5.10 000/122] 5.10.211-rc1 review
2024-03-04 18:49 UTC (3+ messages)
` [PATCH 5.10 085/122] x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch()
[PATCH v3 5/6] dt-bindings: PCI: dwc: Add 'msg' register region
2024-03-04 18:48 UTC (11+ messages)
[PATCH v1 1/1] mmc: mmc_spi: Don't mention DMA direction
2024-03-04 18:48 UTC
[PATCH 5.10] xen/events: close evtchn after mapping cleanup
2024-03-04 18:47 UTC (3+ messages)
Man page issues: logb, significand, cbrt, log2, log10, exp10
2024-03-04 18:47 UTC (3+ messages)
` logb() vs floor(log2()) (was: Man page issues: logb, significand, cbrt, log2, log10, exp10)
` logb() vs floor(log2())
[PATCH 0/3] t-ctype: simplify unit test definitions
2024-03-04 18:46 UTC (9+ messages)
` [PATCH 3/3] t-ctype: do one test per class and char
[PATCH] hash: make gfni stubs inline
2024-03-04 18:45 UTC
[LSF/MM/BPF TOPIC] Swap Abstraction "the pony"
2024-03-04 18:43 UTC (2+ messages)
[PATCH 1/9] drm/xe: Remove useless mem_access during probe
2024-03-04 18:44 UTC (4+ messages)
` ✓ CI.Build: success for series starting with [1/9] "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
[PATCH] tmpfs: don't interrupt fallocate with EINTR
2024-03-04 18:43 UTC
[PATCH 0/3] remoteproc: introduce Arm remoteproc support
2024-03-04 18:42 UTC (4+ messages)
` [PATCH 1/3] remoteproc: Add Arm remoteproc driver
[PATCH v3 0/7] Add support for the internal RK3308 audio codec
2024-03-04 18:40 UTC (5+ messages)
` [PATCH v3 1/7] ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates
[PATCH v2 0/2] Update st,stih407-thermal device
2024-03-04 18:40 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: thermal: convert st,stih407-thermal to DT schema
[PATCH 0/2] Address some contpte nits
2024-03-04 18:40 UTC (7+ messages)
` [PATCH 2/2] arm64/mm: Improve comment in contpte_ptep_get_lockless()
[PATCH 00/71] replace use of fixed size rte_memcpy
2024-03-04 18:39 UTC (6+ messages)
` [PATCH v2 00/71] replace use of fixed size rte_mempcy
` [PATCH v2 33/71] baseband/acc: replace use of fixed size rte_memcpy
[PATCH nf] netfilter: nf_tables: mark set as dead when deactivating anonymous set
2024-03-04 18:39 UTC (3+ messages)
[PATCH net-next 1/2] net: tuntap: Leverage core stats allocator
2024-03-04 18:38 UTC (2+ messages)
` [PATCH net-next 2/2] net: tap: Remove generic .ndo_get_stats64
[PATCH] xen/common: Do not allocate magic pages 1:1 for direct mapped domains
2024-03-04 18:38 UTC (8+ messages)
[PATCH v3 0/4] Swap-out small-sized THP without splitting
2024-03-04 18:38 UTC (12+ messages)
` [PATCH v3 1/4] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.