All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-03 18:05:40 to 2024-01-03 18:39:37 UTC [more...]

[PATCH v7 00/17] Introduce initial TI's J784S4 and AM69 support
 2024-01-03 18:39 UTC  (3+ messages)
` [PATCH v7 16/17] doc: board: ti: k3: Add J784S4 EVM and AM69 SK documentation

[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] eventfs: Stop using dcache_readdir() for getdents()
 2024-01-03 18:38 UTC  (4+ messages)

[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 v3 1/2] drm/xe: add a new debugfs file - mmio
 2024-01-03 18:38 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for series starting with [v3,1/2] "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "

[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

[PATCH 000/112] efi: prepare for ARM64 EFI loader support
 2024-01-03 18:13 UTC  (96+ messages)
` [PATCH 002/112] commands: efiexit: flush console and shutdown barebox
` [PATCH 003/112] treewide: add errno_set helper for returning positive error code in errno
` [PATCH 005/112] common: add option to poweroff system on failure
` [PATCH 006/112] boot: print error code when booting fails
` [PATCH 007/112] common: efi: move directory to top-level
` [PATCH 009/112] efi: payload: image: return actual read_file() error
` [PATCH 010/112] of: don't report failure to of_read_file twice
` [PATCH 013/112] efi: payload: image: allocate image via loader if it exceeds malloc area
` [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 022/112] commands: stat: display bootable partition table bit info
` [PATCH 023/112] block: record block device type
` [PATCH 024/112] include: add definitions for UAPI discoverable partitions spec
` [PATCH 026/112] fs: fix unreaddir, so readdir returns unread dirent first
` [PATCH 027/112] fs: turn creat into static inline helper
` [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 041/112] fs: support opening /
` [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 072/112] efi-stdio: fix wait_for_event argument
` [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 084/112] efi: payload: early-mem: simplify error message reporting
` [PATCH 086/112] ARM64: add optional EFI stub
` [PATCH 087/112] efi: devicepath: improve const safety
` [PATCH 089/112] efi: devicepath: implement device_path_to_str_buf variant
` [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 099/112] efi: devicepath: format GUIDs as little endian
` [PATCH 100/112] efi: devicepath: move END device node definitions into header
` [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 112/112] commands: efi_handle_dump: don't ignore failure to parse GUID

[PATCH] arm64: mm: Fix SOCs with DDR starting above zero
 2024-01-03 18:32 UTC  (4+ messages)

[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)

Oops in hdac_hda_dev_probe (6.7-rc7)
 2024-01-03 18:31 UTC  (10+ messages)

[PATCH] regulator: qcom_smd: Keep one rpm handle for all vregs
 2024-01-03 18:31 UTC  (4+ messages)

[PATCH 0/4] Refactor xe_exec_queue_create to fix user extensions
 2024-01-03 18:29 UTC  (8+ messages)
` [PATCH 3/4] drm/xe: Add exec_queue.sched_props.priority
` [PATCH 4/4] drm/xe: Finish refactoring of exec_queue_create

[RFC] ethdev: fast path async flow API
 2024-01-03 18:29 UTC  (6+ messages)

[xenomai-images][PATCH] customizations: Enable systemd-networkd on installation
 2024-01-03 18:28 UTC 

[ANNOUNCE] Release v5.10.205-cip42 and v6.1.67-cip12
 2024-01-03 18:26 UTC  (4+ messages)

[PATCH net-next] net: phy: Cleanup struct mdio_driver_common
 2024-01-03 18:25 UTC  (3+ messages)

kernel/sched/fair.c:939:34: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-01-03 18:25 UTC 

arch/x86/include/asm/uv/uv_hub.h:892:31: error: 'dest_Fixed' undeclared
 2024-01-03 18:25 UTC 

fs/bcachefs/debug.c:421:5-8: Unneeded variable: "ret". Return " 0" on line 424
 2024-01-03 18:24 UTC 

kernel/power/autosleep.c:46:13: sparse: sparse: restricted suspend_state_t degrades to integer
 2024-01-03 18:24 UTC 

[syzbot] [arm?] WARNING in do_sve_acc
 2024-01-03 18:24 UTC  (5+ messages)

[PATCH v2 0/7] arm64: dts: iot2050: Add support for new SM variant
 2024-01-03 18:12 UTC  (16+ messages)
` [PATCH v2 1/7] dt-bindings: arm: ti: Add binding for Siemens IOT2050 "
` [PATCH v2 2/7] arm64: dts: ti: iot2050: Disable R5 lockstep for all PG2 boards
` [PATCH v2 3/7] arm64: dts: ti: iot2050: Factor out arduino connector bits
` [PATCH v2 4/7] arm64: dts: ti: iot2050: Factor out enabling of USB3 support
` [PATCH v2 5/7] arm64: dts: ti: iot2050: Factor out DP related bits
` [PATCH v2 6/7] arm64: dts: ti: iot2050: Annotate LED nodes
` [PATCH v2 7/7] arm64: dts: ti: iot2050: Support IOT2050-SM variant

[PATCH v2 0/4] thermal: intel: hfi: Fix memory corruption on resume from hibernation
 2024-01-03 18:21 UTC  (5+ messages)
` [PATCH v2 4/4] thermal: intel: hfi: Add a suspend notifier

[Buildroot] [PATCH 1/1] package/usbutils: bump to version 017
 2024-01-03 18:20 UTC 

[PATCH bpf-next v4 0/2] bpf: Simplify checking size of helper accesses
 2024-01-03 18:20 UTC  (2+ messages)

[PATCH v6 0/2] Add swappiness argument to memory.reclaim
 2024-01-03 18:19 UTC  (4+ messages)
` [PATCH v6 2/2] mm: add swapiness= arg "

[PATCH v8 0/3] add zynqmp TCM bindings
 2024-01-03 18:19 UTC  (8+ messages)
` [PATCH v8 2/3] dts: zynqmp: add properties for TCM in remoteproc
` [PATCH v8 3/3] remoteproc: zynqmp: parse TCM from device tree

[Buildroot] [PATCH 1/1] package/gdal: add sqlite optional dependency
 2024-01-03 18:19 UTC 

[PATCH] efi: Fix stack protector issues
 2024-01-03 18:18 UTC  (6+ messages)

[PATCH] x86/tools: objdump_reformat.awk: Skip bad instructions from llvm-objdump
 2024-01-03 18:18 UTC  (3+ messages)

[PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock
 2024-01-03 18:18 UTC  (8+ messages)

[Buildroot] [PATCH 1/1] package/utf8proc: bump to version 2.9.0
 2024-01-03 18:18 UTC 

[PATCH v4] usb: typec: class: fix typec_altmode_put_partner to put plugs
 2024-01-03 18:17 UTC 

[PATCH 1/1] net: mdio: mux-bcm-iproc: Use alignment helpers and SZ_4K
 2024-01-03 18:17 UTC  (2+ messages)

[PATCH v2 0/6] ARM: dts: Add Facebook AST2600 BMCs
 2024-01-03 18:16 UTC  (9+ messages)
` [PATCH v2 3/6] ARM: dts: aspeed: Common dtsi for Facebook AST2600 Network BMCs

+ mm-shrinker-use-kvzalloc_node-from-expand_one_shrinker_info.patch added to mm-hotfixes-unstable branch
 2024-01-03 18:17 UTC 

[PATCH v2] drm/i915: Disable DSB in Xe KMD
 2024-01-03 18:17 UTC 

[PATCH v8 00/26] Enable CET Virtualization
 2024-01-03 18:16 UTC  (3+ messages)
` [PATCH v8 06/26] x86/fpu/xstate: Create guest fpstate with guest specific config

[PATCH bpf 0/3] s390/bpf: Fix gotol with large offsets
 2024-01-03 18:15 UTC  (5+ messages)
` [PATCH bpf 2/3] selftests/bpf: Double the size of test_loader log

[PATCH] Documentation: fix statement about rebase.instructionFormat
 2024-01-03 18:14 UTC 

[ANNOUNCE] 4.4.302-cip83-rt47
 2024-01-03 18:13 UTC 

[PATCH] drm/rockchip: analogix_dp: get encoder port ID from DT
 2024-01-03 18:13 UTC  (2+ messages)

+ mm-add-swapiness=-arg-to-memoryreclaim.patch added to mm-unstable branch
 2024-01-03 18:11 UTC 

+ mm-add-defines-for-min-max-swappiness.patch added to mm-unstable branch
 2024-01-03 18:11 UTC 

[perf] vsyscall, possible circular locking dependency detected
 2024-01-03 18:10 UTC  (3+ messages)

cache fixes (redux)
 2024-01-03 18:09 UTC  (7+ messages)
            ` cache fixes (redux) (a tale of many inode numbers...)

[cocci] [PATCH 0/3] drm: property: Adjustments for three function implementations
 2024-01-03 18:08 UTC  (8+ messages)
` [cocci] [PATCH 1/3] drm: property: One function call less in drm_property_create() after error detection
  `  "
        ` [1/3] "
          ` [cocci] "

[PATCH 6.6 00/49] 6.6.10-rc1 review
 2024-01-03 18:08 UTC 

What's cooking in git.git (Jan 2024, #01; Tue, 2)
 2024-01-03 18:08 UTC  (3+ messages)

[PATCH 0/2] riscv: tlb: avoid tlb flushing on exit & execve
 2024-01-03 18:05 UTC  (4+ messages)
` [PATCH 1/2] mm/tlb: fix fullmm semantics

[PATCH v2 0/7] Add a git regression workflow
 2024-01-03 18:04 UTC  (3+ messages)


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.