messages from 2024-01-03 18:32:42 to 2024-01-03 19:08:11 UTC [more...]
Nonprofit Boards...The Shocking Truth No One Is Talking About
2024-01-03 19:05 UTC
[PATCH v2 0/2] fix the fallback implementation of get_name
2024-01-03 19:07 UTC (3+ messages)
` [PATCH v2 2/2] fs: Create a generic is_dot_dotdot() utility
[PATCH V2 0/3] riscv: Add Zicbop & prefetchw support
2024-01-03 19:06 UTC (11+ messages)
` [PATCH V2 1/3] riscv: Add Zicbop instruction definitions & cpufeature
` [PATCH V2 2/3] riscv: Add ARCH_HAS_PRETCHW support with Zibop
[isar-cip-core][PATCH] linux-cip: Update to latest releases
2024-01-03 19:06 UTC
[PATCH bpf-next v12 0/4] Relax tracing prog recursive attach rules
2024-01-03 19:05 UTC (5+ messages)
` [PATCH bpf-next v12 1/4] bpf: "
` [PATCH bpf-next v12 2/4] selftests/bpf: Add test for recursive attachment of tracing progs
` [PATCH bpf-next v12 3/4] bpf: Fix re-attachment branch in bpf_tracing_prog_attach
` [PATCH bpf-next v12 4/4] selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attach
[PATCH] eventfs: Stop using dcache_readdir() for getdents()
2024-01-03 19:04 UTC (5+ messages)
[RFC PATCH 00/19] Rust abstractions for VFS
2024-01-03 19:04 UTC (5+ messages)
[PATCH net-next] net: dsa: mt7530: register OF node for internal MDIO bus
2024-01-03 19:02 UTC (9+ messages)
[PATCH v3 4/7] rcu: Improve handling of synchronize_rcu() users
2024-01-03 19:03 UTC (12+ messages)
[Buildroot] [PATCH 1/1] package/exim: security bump version to 4.97.1
2024-01-03 19:02 UTC
[PATCH bpf-next v11 0/4] Relax tracing prog recursive attach rules
2024-01-03 19:02 UTC (4+ messages)
` [PATCH bpf-next v11 2/4] selftests/bpf: Add test for recursive attachment of tracing progs
[ANNOUNCE] Release v5.10.205-cip42 and v6.1.67-cip12
2024-01-03 19:01 UTC (5+ messages)
[PATCH] efi: pstore: Allow dynamic initialization based on module parameter
2024-01-03 18:40 UTC
[PATCH v3 0/6] Pointer Masking update for Zjpm v0.8
2024-01-03 18:57 UTC (7+ messages)
` [PATCH v3 1/6] target/riscv: Remove obsolete pointer masking extension code
` [PATCH v3 2/6] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v0.8
` [PATCH v3 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
` [PATCH v3 4/6] target/riscv: Add pointer masking tb flags
` [PATCH v3 5/6] target/riscv: Update address modify functions to take into account pointer masking
` [PATCH v3 6/6] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension
[PATCH 000/112] efi: prepare for ARM64 EFI loader support
2024-01-03 18:58 UTC (80+ messages)
` [PATCH 010/112] of: don't report failure to of_read_file twice
` [PATCH 014/112] efi: payload: image: use assigned barebox loader type on x86
` [PATCH 015/112] efi: payload: iomem: adjust types to avoid casting
` [PATCH 016/112] commands: kallsyms: add command-line interface
` [PATCH 017/112] block: define BLOCKSIZE globally in block.h
` [PATCH 019/112] block: virtio: assign virtio-mmio device tree node to cdevs
` [PATCH 020/112] commands: stat: print DT node for cdevs if available
` [PATCH 021/112] partitions: have parsers record bootable bits
` [PATCH 023/112] block: record block device type
` [PATCH 024/112] include: add definitions for UAPI discoverable partitions spec
` [PATCH 028/112] fs: drop unused LOOKUP_ flags
` [PATCH 029/112] fs: opendir: reference mount point until closedir is called
` [PATCH 030/112] fs: factor out opendir iteration
` [PATCH 031/112] fs: implement fdopendir and rewinddir
` [PATCH 032/112] fs: remove unused member from struct nameidata
` [PATCH 033/112] fs: always check path_init for errors
` [PATCH 034/112] fs: set current working dir directly when mounting root
` [PATCH 036/112] fs: implement O_PATH
` [PATCH 037/112] fs: support different root directories
` [PATCH 038/112] fs: implement O_CHROOT
` [PATCH 039/112] commands: introduce new findmnt command
` [PATCH 040/112] fs: initialize struct nameidata::last
` [PATCH 042/112] test: self: add dirfd tests
` [PATCH 043/112] commands: stat: add option for statat
` [PATCH 044/112] efi: payload: lower command line options print from error to info
` [PATCH 045/112] efi: payload: init: warn if /boot FS is unknown
` [PATCH 046/112] commands: time: refactor into new strjoin
` [PATCH 047/112] string: reduce strjoin runtime, drop trailing separator
` [PATCH 048/112] test: self: add strjoin tests
` [PATCH 049/112] filetype: have cdev_detect_type take a cdev
` [PATCH 050/112] ARM: mmu-early: gracefully handle already enabled MMU
` [PATCH 051/112] efi: don't hide structs, enums or unions behind _t
` [PATCH 052/112] efi: make headers self-contained
` [PATCH 053/112] efi: unify whitespace for GUIDs
` [PATCH 054/112] efi: efi-guid: add more GUIDs
` [PATCH 055/112] ARM64: cpu: setupc: rewrite to be fully PIC
` [PATCH 057/112] pbl: introduce CONFIG_PBL_FULLY_PIC
` [PATCH 058/112] efi: payload: fix ARM build
` [PATCH 059/112] efi: payload: init: restrict barebox mem to first 1G only on x86
` [PATCH 060/112] ARM: pbl: add 64K segment alignment for PE/COFF
` [PATCH 061/112] efi: add efi_is_loader/efi_is_payload helpers
` [PATCH 062/112] efi: payload: suppress EFI payload initcalls when not EFI-loaded
` [PATCH 063/112] ARM: make board data definitions accessible to other architectures
` [PATCH 065/112] common: add PE/COFF loader
` [PATCH 066/112] efi: use efi_handle_t where appropriate
` [PATCH 067/112] efi: block: move definitions into header file
` [PATCH 068/112] efi: define efi_handle_t as opaque pointer
` [PATCH 071/112] efi: add EFI_WARN constants
` [PATCH 073/112] efi-stdio: wait for extended input key event when using extended input
` [PATCH 074/112] efi: flesh out EFI definitions in header
` [PATCH 075/112] efi: add efi_driver_binding_protocol
` [PATCH 076/112] efi: improve usability of EFI_PAGE_* macros
` [PATCH 077/112] fs: efi: move definitions into header
` [PATCH 078/112] efi: fs: flesh out file system definitions
` [PATCH 079/112] efi: stdio: fix efi_register_keystroke_notify prototype
` [PATCH 080/112] video: mark EFI_GOP driver x86-only for now
` [PATCH 082/112] efi: payload: register handler for EFI-stubbed ARM64 kernel
` [PATCH 083/112] efi: payload: factor C efi_main into dedicated file
` [PATCH 086/112] ARM64: add optional EFI stub
` [PATCH 087/112] efi: devicepath: improve const safety
` [PATCH 090/112] vsprintf: add %pD for printing EFI device path
` [PATCH 091/112] lib: string: import Linux strreplace helper
` [PATCH 092/112] efi: payload: dynamically determine bootloader file name
` [PATCH 094/112] efi: payload: protect against buggy EFI implementations
` [PATCH 095/112] efi: payload: don't require efi_loaded_image->parent_handle for bootsource detection
` [PATCH 096/112] commands: add cpuinfo -s option for stacktrace
` [PATCH 097/112] efi: devicepath: align MemoryMapped name with spec
` [PATCH 098/112] efi: devicepath: pretty print BBS BEV DeviceType
` [PATCH 102/112] efi: devicepath: namespace definitions
` [PATCH 103/112] efi: devicepath: use flexible array members for trailing strings
` [PATCH 104/112] efi: devicepath: drop unused macro
` [PATCH 105/112] efi: devicepath: let compiler worry about unaligned unpacking
` [PATCH 106/112] efi: devicepath: correct formatting of BBS
` [PATCH 107/112] commands: provide efi_handle_dump in both payload and loader
` [PATCH 108/112] lib: uuid: implement uuid/guid_parse
` [PATCH 109/112] commands: efi_handle_dump: prepare for supporting EFI loader
` [PATCH 110/112] commands: efi_handle_dump: print loaded image devpath
` [PATCH 111/112] commands: efi_handle_dump: use guid_parse instead of open-coding
[PATCH] drm/amdkfd: Fix lock dependency warning with srcu
2024-01-03 18:59 UTC (2+ messages)
[PATCH] Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM hole"
2024-01-03 18:58 UTC (5+ messages)
[PATCH v2] drm/i915: Disable DSB in Xe KMD
2024-01-03 18:57 UTC (2+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915: Disable DSB in Xe KMD (rev2)
[PATCH 6.6 00/49] 6.6.10-rc1 review
2024-01-03 18:57 UTC (2+ messages)
[PATCH 6.1 000/100] 6.1.71-rc1 review
2024-01-03 18:56 UTC (2+ messages)
FW: BPF-NX+CFI is a good upstreaming candidate
2024-01-03 18:56 UTC (3+ messages)
[PATCH 5.15 00/95] 5.15.146-rc1 review
2024-01-03 18:54 UTC (2+ messages)
[tip:x86/sev] BUILD SUCCESS d642ef7111014805f2e21e9cddb0c0a93ae1313d
2024-01-03 18:49 UTC
[PATCH v2 bpf-next 0/2] inline asm helpers to access array elements
2024-01-03 18:53 UTC (3+ messages)
` [PATCH v2 bpf-next 1/2] libbpf: add helpers for mmapping maps
` [PATCH v2 bpf-next 2/2] selftests/bpf: add inline assembly helpers to access array elements
[PATCH v5 0/2] mmc: sdhci-of-dwcmshc: Add CQE support
2024-01-03 18:52 UTC (5+ messages)
` [PATCH v5 1/2] mmc: cqhci: Add cqhci set_tran_desc() callback
` [PATCH v5 2/2] mmc: sdhci-of-dwcmshc: Implement SDHCI CQE support
ERROR: Writing to dgpu_disable cause Input/Output error
2024-01-03 18:51 UTC
[PATCH v8 0/3] add zynqmp TCM bindings
2024-01-03 18:51 UTC (5+ messages)
` [PATCH v8 3/3] remoteproc: zynqmp: parse TCM from device tree
hangs during fstests testing with TLS
2024-01-03 18:52 UTC (3+ messages)
[PATCH v8 00/26] Enable CET Virtualization
2024-01-03 18:50 UTC (2+ messages)
[PATCH bpf-next 0/2] inline asm helpers to access array elements
2024-01-03 18:50 UTC (4+ messages)
` [PATCH bpf-next 1/2] libbpf: add helpers for mmapping maps
failure with Fedora
2024-01-03 18:49 UTC (3+ messages)
[PATCH] arm64: mm: Fix SOCs with DDR starting above zero
2024-01-03 18:47 UTC (5+ messages)
[PATCH v2 00/17] kexec: Allow preservation of ftrace buffers
2024-01-03 18:48 UTC (6+ messages)
` [PATCH v2 06/17] kexec: Add config option for KHO
` [PATCH v2 07/17] kexec: Add documentation "
[PATCH BlueZ v3 1/2] avdtp: fix incorrect transaction label in setconf phase
2024-01-03 18:49 UTC (4+ messages)
[PATCH] x86/numa: Make numa_fill_memblks() @end parameter exclusive
2024-01-03 18:49 UTC (3+ messages)
[PATCH] drm/msm/a7xx: Fix LLC typo
2024-01-03 18:48 UTC (4+ messages)
[PATCH] RDMA/device: Fix a race between mad_client and cm_client init
2024-01-03 18:48 UTC (2+ messages)
[PATCH v3 1/2] drm/xe: add a new debugfs file - mmio
2024-01-03 18:47 UTC (7+ messages)
` ✓ CI.Patch_applied: success for series starting with [v3,1/2] "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
[tip: x86/bugs] x86/retpoline: Ensure default return thunk isn't used at runtime
2024-01-03 18:46 UTC (11+ messages)
[PATCH 1/8] station: handle netconfig after roaming for FW roams
2024-01-03 18:46 UTC (8+ messages)
` [PATCH 2/8] station: add additional internal state, STATION_STATE_NETCONFIG
` [PATCH 3/8] station: add handling for new NETCONFIG state
` [PATCH 4/8] station: add debug events for internal states
` [PATCH 5/8] auto-t: update roam test to use new debug events
` [PATCH 6/8] auto-t: add test for roaming + netconfig
` [PATCH 7/8] auto-t: improve failure handling in testPSK-roam
` [PATCH 8/8] auto-t: fix random testPSK-roam failure
[PATCH v6 0/8] i2c: add zhaoxin i2c controller driver
2024-01-03 18:45 UTC (3+ messages)
` [PATCH v6 5/8] i2c: wmt: rename with prefix VIAI2C_ and viai2c_
[PATCH v2] drm/xe/xe2: Use XE_CACHE_WB pat index
2024-01-03 18:45 UTC (4+ messages)
[PATCH net-next v2 0/7] net: dsa: realtek: variants to drivers, interfaces to a common module
2024-01-03 18:44 UTC (8+ messages)
` [PATCH net-next v2 5/7] net: dsa: realtek: Migrate user_mii_bus setup to realtek-dsa
[ANNOUNCE] 5.15.145-rt73
2024-01-03 18:31 UTC
[PATCH v2 0/5] Refactor xe_exec_queue_create to fix user extensions
2024-01-03 18:44 UTC (6+ messages)
` [PATCH v2 1/5] drm/xe: Refactor __xe_exec_queue_create()
` [PATCH v2 2/5] drm/xe: Add exec_queue.sched_props.job_timeout_ms
` [PATCH v2 3/5] drm/xe: Add exec_queue.sched_props.priority
` [PATCH v2 4/5] drm/xe: Finish refactoring of exec_queue_create
` [PATCH v2 5/5] drm/xe: Remove set_job_timeout_ms() from exec_queue_ops
[PATCH bpf 0/3] s390/bpf: Fix gotol with large offsets
2024-01-03 18:44 UTC (11+ messages)
` [PATCH bpf 1/3] "
` [PATCH bpf 2/3] selftests/bpf: Double the size of test_loader log
` [PATCH bpf 3/3] selftests/bpf: Test gotol with large offsets
[PATCH v2] xfstest: add detection for ext4.h presence in configure.ac
2024-01-03 18:42 UTC
[PATCH] write-or-die: make GIT_FLUSH a Boolean environment variable
2024-01-03 18:42 UTC (5+ messages)
` [PATCH v2] "
[ovmf test] 184246: all pass - PUSHED
2024-01-03 18:41 UTC
[PATCH v7 00/17] Introduce initial TI's J784S4 and AM69 support
2024-01-03 18:41 UTC (5+ messages)
` [PATCH v7 16/17] doc: board: ti: k3: Add J784S4 EVM and AM69 SK documentation
` [PATCH v7 17/17] board: ti: j784s4: Add MAINTAINERS file
[PATCHSET v29.0 01/28] xfs: live inode scans for online fsck
2024-01-03 18:40 UTC (6+ messages)
` [PATCH 4/7] xfs: allow blocking notifier chains with filesystem hooks
[RFC PATCH net-next v1 0/4] Abstract page from net stack
2024-01-03 18:38 UTC (15+ messages)
` [RFC PATCH net-next v1 4/4] net: page_pool: use netmem_t instead of struct page in API
[PATCH 00/15] x86/resctrl : Support AMD QoS RMID Pinning feature
2024-01-03 18:38 UTC (5+ messages)
` [PATCH v2 2/2] x86/resctrl: Remove hard-coded memory bandwidth event configuration
[PATCH 0/4] ASoC: meson: Fix issues with LibreTech Saphire
2024-01-03 18:34 UTC (15+ messages)
` [PATCH 1/4] ASoC: meson: g12a-toacodec: Validate written enum values
` [PATCH 2/4] ASoC: meson: g12a-tohdmitx: "
` [PATCH 3/4] ASoC: meson: g12a-toacodec: Fix event generation
` [PATCH 4/4] ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux
[tip:ras/core 11/13] include/linux/ras.h:9:10: fatal error: uapi/asm/mce.h: No such file or directory
2024-01-03 18:35 UTC
[linux-next:master 11916/12223] drivers/net/ethernet/broadcom/bnxt/bnxt.c:14028:9: error: call to undeclared function 'rps_may_expire_flow'; ISO C99 and later do not support implicit function declarations
2024-01-03 18:35 UTC
Some thoughts following a brief test of libgpiod ver 2.1
2024-01-03 18:35 UTC (4+ messages)
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.