messages from 2023-06-20 15:39:10 to 2023-06-20 16:34:47 UTC [more...]
[PATCH v2 00/20] arm64: Handle PSCI calls in userspace
2023-06-20 16:33 UTC (16+ messages)
` [PATCH v2 01/20] update_headers: Use a list for arch-generic headers
` [PATCH v2 02/20] update_headers: Add missing entries to list of headers to copy
` [PATCH v2 03/20] Copy 64-bit alignment attrtibutes from Linux 6.4-rc1
` [PATCH v2 04/20] Update headers with "
` [PATCH v2 05/20] Import arm-smccc.h from "
` [PATCH v2 06/20] aarch64: Copy cputype.h "
` [PATCH v2 07/20] arm: Stash kvm_vcpu_init for later use
` [PATCH v2 08/20] arm: Use KVM_SET_MP_STATE ioctl to power off non-boot vCPUs
` [PATCH v2 09/20] aarch64: Expose ARM64_CORE_REG() for general use
` [PATCH v2 10/20] arm: Generalize execution state specific VM initialization
` [PATCH v2 11/20] Add helpers to pause the VM from vCPU thread
` [PATCH v2 12/20] aarch64: Add support for finding vCPU for given MPIDR
` [PATCH v2 13/20] aarch64: Add skeleton implementation for PSCI
` [PATCH v2 14/20] aarch64: psci: Implement CPU_SUSPEND
` [PATCH v2 15/20] aarch64: psci: Implement CPU_OFF
[PATCH v2 0/4] input: touchscreen: add initial support for Goodix Berlin touchscreen IC
2023-06-20 16:34 UTC (3+ messages)
` [PATCH v2 1/4] dt-bindings: input: document Goodix Berlin Touchscreen IC
[PATCH] iio: adc: ad7192: Use sysfs_emit_at
2023-06-20 16:31 UTC
[PATCH] kasan: fix mention for KASAN_HW_TAGS
2023-06-20 16:32 UTC (4+ messages)
[PATCH v3 0/6] Enable decoder for mt8183
2023-06-20 16:31 UTC (7+ messages)
` [PATCH v3 3/6] media: dt-bindings: mediatek,vcodec: Remove VDEC_SYS "
[PATCH 0/3] Do IRQ move cleanup with a timer instead of an IPI
2023-06-20 16:27 UTC (3+ messages)
` [PATCH 1/3] x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()
[PATCH net-next 0/9] mptcp: expose more info and small improvements
2023-06-20 16:30 UTC (10+ messages)
` [PATCH net-next 1/9] mptcp: move snd_una update earlier for fallback socket
` [PATCH net-next 2/9] mptcp: track some aggregate data counters
` [PATCH net-next 3/9] selftests: mptcp: explicitly tests aggregate counters
` [PATCH net-next 4/9] mptcp: add subflow unique id
` [PATCH net-next 5/9] mptcp: introduce MPTCP_FULL_INFO getsockopt
` [PATCH net-next 6/9] selftests: mptcp: add MPTCP_FULL_INFO testcase
` [PATCH net-next 7/9] selftests: mptcp: join: skip check if MIB counter not supported (part 2)
` [PATCH net-next 8/9] mptcp: consolidate transition to TCP_CLOSE in mptcp_do_fastclose()
` [PATCH net-next 9/9] mptcp: pass addr to mptcp_pm_alloc_anno_list
Regression: serial: imx: overrun errors on debug UART
2023-06-20 16:30 UTC (12+ messages)
[Intel-gfx] [PATCH 00/11] Replace acronym with full platform name in defines
2023-06-20 16:30 UTC (2+ messages)
[LTP] [PATCH v2] syscalls/madvise11: Ignore unpoison failure under kernel lockdown
2023-06-20 16:29 UTC
[PATCH v4 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
2023-06-20 16:30 UTC (12+ messages)
` [PATCH v4 bpf-next 01/11] bpf: Support ->fill_link_info for kprobe_multi
` [PATCH v4 bpf-next 02/11] bpftool: Dump the kernel symbol's module name
` [PATCH v4 bpf-next 03/11] bpftool: Show kprobe_multi link info
` [PATCH v4 bpf-next 04/11] bpf: Protect probed address based on kptr_restrict setting
` [PATCH v4 bpf-next 05/11] bpf: Clear the probe_addr for uprobe
` [PATCH v4 bpf-next 06/11] bpf: Expose symbol's respective address
` [PATCH v4 bpf-next 07/11] bpf: Add a common helper bpf_copy_to_user()
` [PATCH v4 bpf-next 08/11] bpf: Add bpf_perf_link_fill_common()
` [PATCH v4 bpf-next 09/11] bpf: Support ->fill_link_info for perf_event
` [PATCH v4 bpf-next 10/11] bpftool: Add perf event names
` [PATCH v4 bpf-next 11/11] bpftool: Show perf link info
PWM regression causing failures with the pwm-atmel driver
2023-06-20 16:30 UTC (4+ messages)
[RFC PATCH 0/6] KVM: guest memory: Misc enhacnement
2023-06-20 16:28 UTC (3+ messages)
` [RFC PATCH 5/6] KVM: Add flags to struct kvm_gfn_range
[PATCH v5 00/20] target/arm: Implement FEAT_RME
2023-06-20 16:28 UTC (3+ messages)
[PATCH v2 0/8] mm/gup: Unify hugetlb, speed up thp
2023-06-20 16:28 UTC (12+ messages)
` [PATCH v2 2/8] mm/hugetlb: Prepare hugetlb_follow_page_mask() for FOLL_PIN
` [PATCH v2 3/8] mm/hugetlb: Add page_mask for hugetlb_follow_page_mask()
` [PATCH v2 5/8] mm/gup: Accelerate thp gup even for "pages != NULL"
[PATCH v2 00/10] target/i386: add a few simple features
2023-06-20 16:27 UTC (14+ messages)
` [PATCH v2 03/10] target/i386: TCG supports RDSEED
` [PATCH v2 06/10] target/i386: Intel only supports SYSCALL in long mode
` [PATCH v2 07/10] target/i386: sysret and sysexit are privileged
` [PATCH v2 08/10] target/i386: implement 32-bit SYSCALL for linux-user
` [PATCH v2 09/10] target/i386: implement 32-bit SYSENTER "
` [PATCH v2 10/10] target/i386: implement RDPID in TCG
[PATCH] kasan: add support for kasan.fault=panic_on_write
2023-06-20 16:27 UTC (8+ messages)
[PATCH 1/2] [v2] wifi: mwifiex: avoid strlcpy() and use strscpy() where appropriate
2023-06-20 16:26 UTC (4+ messages)
` [PATCH 2/2] [v2] wifi: mwifiex: fix fortify warning
` [PATCH 2/2] [v2] wifi: mwifiex: fix fortify warningg
[GIT PULL 3/6] dt-bindings: Changes for v6.5-rc1
2023-06-20 16:26 UTC (3+ messages)
` [GIT PULL v2] "
[PATCH] pc-bios/keymaps: Use the official xkb name for Arabic layout, not the legacy synonym
2023-06-20 16:25 UTC (2+ messages)
[PATCH 0/5] replace strbuf_expand()
2023-06-20 16:25 UTC (4+ messages)
` [PATCH 2/5] strbuf: factor out strbuf_expand_step()
[Intel-wired-lan] [PATCH net-next v2 0/3] optimize procedure of changing MAC address on interface
2023-06-20 16:25 UTC (11+ messages)
` [Intel-wired-lan] [PATCH net-next v2 1/3] net: add check for current MAC address in dev_set_mac_address
` "
[Intel-gfx] [PATCH] drm/i915/psr: Use hw.adjusted mode when calculating io/fast wake times
2023-06-20 16:25 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
[PATCH net 0/6] mptcp: fixes for 6.4
2023-06-20 16:24 UTC (7+ messages)
` [PATCH net 1/6] mptcp: handle correctly disconnect() failures
` [PATCH net 2/6] mptcp: fix possible divide by zero in recvmsg()
` [PATCH net 3/6] mptcp: fix possible list corruption on passive MPJ
` [PATCH net 4/6] mptcp: consolidate fallback and non fallback state machine
` [PATCH net 5/6] mptcp: drop legacy code around RX EOF
` [PATCH net 6/6] mptcp: ensure listener is unhashed before updating the sk status
[PATCH 0/5] cxl/dcd: Add support for Dynamic Capacity Devices (DCD)
2023-06-20 16:23 UTC (6+ messages)
` [PATCH 3/5] cxl/mem : Expose dynamic capacity configuration to userspace
[PATCH v1 1/7] ARM: dts: stm32: Add alternate pinmux for i2s pins
2023-06-20 16:23 UTC (4+ messages)
` [PATCH v1 7/7] ARM: dts: stm32: Add Octavo OSD32MP1-RED board
` [Linux-stm32] "
[PATCH net-next 0/15] Add and use helper for PCS negotiation modes
2023-06-20 16:22 UTC (10+ messages)
` [PATCH net-next 01/15] net: phylink: add PCS negotiation mode
` [PATCH net-next 11/15] net: qca8k: update PCS driver to use neg_mode
[PATCH v11 00/20] TDX host kernel support
2023-06-20 16:21 UTC (10+ messages)
` [PATCH v11 04/20] x86/cpu: Detect TDX partial write machine check erratum
[PATCH net-next v3 0/4] introduce page_pool_alloc() API
2023-06-20 16:19 UTC (19+ messages)
` [PATCH net-next v3 3/4] page_pool: "
[PATCH] drm/drm_gem.c: remove surplus else after return clause
2023-06-20 16:18 UTC (5+ messages)
[PATCH] MAINTAINERS: update email addresses of octeon_ep driver maintainers
2023-06-20 16:18 UTC (5+ messages)
` [EXT] "
[PATCH v7 0/9] serial: sc16is7xx: fix GPIO regression and rs485 improvements
2023-06-20 16:16 UTC (13+ messages)
` [PATCH v7 5/9] serial: sc16is7xx: fix regression with GPIO configuration
False positives in nolibc check
2023-06-20 16:16 UTC (3+ messages)
[PATCH 0/2] iommu/amd: Interrupt handling improvements
2023-06-20 16:16 UTC (4+ messages)
` [PATCH 1/2] iommu/amd: Add separate interrupt handler for PPR and GA log
linux-next: build warnings after merge of the net-next tree
2023-06-20 16:15 UTC (2+ messages)
[RFC PATCH bpf-next v5 0/2] Handle immediate reuse in bpf memory allocator
2023-06-20 16:15 UTC (3+ messages)
` [RFC PATCH bpf-next v5 2/2] bpf: Call rcu_momentary_dyntick_idle() in task work periodically
[PATCH v4 0/3] ovl: Add support for fs-verity checking of lowerdata
2023-06-20 16:15 UTC (2+ messages)
[PATCH net-next 0/3] net: dsa: microchip: fix writes to phy registers >= 0x10
2023-06-20 16:14 UTC (7+ messages)
` [PATCH net-next 1/3] net: dsa: microchip: simplify ksz_prmw8()
` [PATCH net-next 2/3] net: dsa: microchip: add ksz_prmw32() helper
` [PATCH net-next 3/3] net: dsa: microchip: fix writes to phy registers >= 0x10
[oe-layersetup PATCH] configs: Update Kirkstone config for sysrepo
2023-06-20 16:13 UTC (6+ messages)
[GIT PULL] ACPI fix for v6.4-rc8
2023-06-20 16:12 UTC
[PATCH 1/3] arm: dts: imx8mm: move firmware/optee node to common imx8mm-u-boot.dtsi
2023-06-20 16:11 UTC (6+ messages)
` [PATCH 2/3] arm: dts: imx8mp: move firmware/optee node to common imx8mp-u-boot.dtsi
` [PATCH 3/3] arm: dts: imx8mn: protect the firmware/optee node with ifdef
[GIT PULL] Thermal control fix for v6.4-rc8
2023-06-20 16:11 UTC
[RFC PATCH] qemu-keymap: properly check return from xkb_keymap_mod_get_index
2023-06-20 16:10 UTC (6+ messages)
[Intel-wired-lan] [PATCH iwl-next v5 00/10] Implement support for SRIOV + LAG
2023-06-20 16:07 UTC (9+ messages)
` [Intel-wired-lan] [PATCH iwl-next v5 05/10] ice: process events created by lag netdev event handler
` [Intel-wired-lan] [PATCH iwl-next v5 06/10] ice: Flesh out implementation of support for SRIOV on bonded interface
[PATCH] libnvdimm/of_pmem: Add check and kfree for kstrdup
2023-06-20 16:04 UTC (3+ messages)
[lvc-project] [PATCH] netfilter: ebtables: remove unnecessary NULL check
2023-06-20 15:25 UTC
[nft PATCH] cli: Make valgrind happy
2023-06-20 16:04 UTC (2+ messages)
Business proposal
2023-06-20 16:03 UTC
[TECH TOPIC] Kernel documentation
2023-06-20 16:02 UTC (2+ messages)
[PATCH nft 0/6] Misc parser fixes
2023-06-20 16:02 UTC (3+ messages)
` [PATCH nft 4/6] parser: reject zero-length interface names
[PATCH 0/2] iommu/amd: Add PPR overflow support
2023-06-20 16:01 UTC (4+ messages)
` [PATCH 1/2] iommu/amd: Generalize log overflow handling
[PATCH 00/13] lib{xc,xl}: support for guest MSR features
2023-06-20 15:59 UTC (2+ messages)
[PATCH] ethdev: rename functions checking queue validity
2023-06-20 15:59 UTC (4+ messages)
[PATCH qemu] fdt_load_addr is getting overflowed when there is no DRAM at lower 32 bit address space. To support pure 64-bit DRAM address, fdt_load_addr variable's data type is changed to uint64_t instead of uint32_t
2023-06-20 14:37 UTC
[PATCH] arm64: tegra: Add audio support for IGX Orin
2023-06-20 15:58 UTC
[RFC PATCH 0/5] irq: sysfs interface improvements for SMP affinity control
2023-06-20 15:58 UTC (2+ messages)
[Intel-gfx] [PATCH v4 0/6] Move dma-buf mmap() reservation locking down to exporters
2023-06-20 15:58 UTC (5+ messages)
` [Intel-gfx] [PATCH v4 5/6] dma-buf: Change locking policy for mmap()
` "
[PATCH 0/2] perf/core: deliver PERF_RECORD_COMM and PERF_RECORD_MMAP side-band events to all online cpus
2023-06-20 15:55 UTC (3+ messages)
` [PATCH 1/2] perf/core: perf_iterate_sb_cpu() supports to receive side-band events for all oneline cpus
` [PATCH 2/2] perf/core: deliver PERF_RECORD_COMM and PERF_RECORD_MMAP side-band events to all online cpus
[PATCH v2 0/3] drm: Allow PRIME 'self-import' for all drivers
2023-06-20 15:55 UTC (5+ messages)
` [PATCH v2 1/3] drm: Enable PRIME import/export "
` [PATCH v2 3/3] drm/prime: Unexport helpers for fd/handle conversion
[PATCH] arm64: dts: qcom: sdm845-db845c: Move LVS regulator nodes up
2023-06-20 15:59 UTC (5+ messages)
[PATCH net-next] bnxt_en: Link representors to PCI device
2023-06-20 15:54 UTC (2+ messages)
[PATCH 0/4] A610 enablement, J606F display
2023-06-20 15:54 UTC (9+ messages)
` [PATCH 1/4] arm64: dts: qcom: sm6115: Add GPU nodes
` [PATCH 2/4] arm64: dts: qcom: sm6115p-j606f: Hook up display
` [PATCH 3/4] arm64: dts: qcom: sm6115p-j606f: Enable GPU
` [PATCH 4/4] arm64: dts: qcom: qrb4210-rb2: "
[PATCH 00/42] Migration test refactoring
2023-06-20 15:53 UTC (3+ messages)
` [PATCH 16/42] migration-test: Create do_migrate()
[PATCH RT 0/3] Linux v5.10.180-rt89-rc1
2023-06-20 15:53 UTC (3+ messages)
` [PATCH RT 3/3] Linux 5.10.180-rt89-rc1
[PATCH v2] net/ixgbe: add proper memory barriers for some Rx functions
2023-06-20 15:52 UTC (4+ messages)
` [PATCH v3] "
[PATCH 0/5] docs/devel: improve API documentation for QOM
2023-06-20 15:50 UTC (3+ messages)
` [PATCH 5/5] docs/devel: introduce some key concepts for QOM development
[PATCH -next] RDMA/cma: Remove NULL check before dev_{put, hold}
2023-06-20 15:51 UTC (2+ messages)
[PATCH] amdgpu: update DMCUB to v0.0.172.0 for various AMDGPU ASICs
2023-06-20 15:50 UTC (2+ messages)
[PATCH 1/3] x86/cpuid: make cpuid_class a static const structure
2023-06-20 15:50 UTC (3+ messages)
` [PATCH 3/3] x86/resctrl: make pseudo_lock_class "
[PATCHv2 2/2] mmc: block: ioctl: Add PROG-error aggregation
2023-06-20 15:48 UTC (4+ messages)
[PULL] Update firmware for Qualcomm SDM845 platform
2023-06-20 15:49 UTC (2+ messages)
[igt-dev] [PATCH i-g-t 0/3] Misc. fixes
2023-06-20 15:49 UTC (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Misc. fixes (rev3)
[PATCH v6 0/8] Initial support for Cadence MHDP8501(HDMI/DP) for i.MX8MQ
2023-06-20 15:48 UTC (6+ messages)
` [PATCH v6 2/8] dt-bindings: display: bridge: Add Cadence MHDP8501 HDMI and DP
[PATCH v8 0/2] Support TDX guests on Hyper-V (the x86/tdx part)
2023-06-20 15:48 UTC (3+ messages)
` [PATCH v8 1/2] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v8 2/2] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
linux-firmware: fix broken cirrus firmware symlinks
2023-06-20 15:48 UTC
[PATCH 0/5] Rust abstractions for network device drivers
2023-06-20 15:47 UTC (11+ messages)
[PATCH v3 0/5] tcg: Issue memory barriers for guest memory model
2023-06-20 15:46 UTC (4+ messages)
` [PATCH v3 1/5] target/microblaze: Define TCG_GUEST_DEFAULT_MO
[PATCH for-next] RDMA/rxe: Simplify cq->notify code
2023-06-20 15:46 UTC (2+ messages)
[PATCH 2/3] fd/locks: allow get the lock owner by F_OFD_GETLK
2023-06-20 15:45 UTC (12+ messages)
[PATCH] nvmet: Reorder fields in 'struct nvmet_ns'
2023-06-20 15:45 UTC (6+ messages)
[PATCH v6 2/5] media: platform: visconti: Add Toshiba Visconti Video Input Interface driver
2023-06-20 15:44 UTC (3+ messages)
facixbooka@yahoo.com
2023-06-20 15:44 UTC
[PATCH v6.4-rc5-rt4] rt: vmd: make cfg_lock a raw spinlock
2023-06-20 15:44 UTC (2+ messages)
[PATCH 0/4] bluetooth: qca: enable WCN7850 support
2023-06-20 15:43 UTC (3+ messages)
` [PATCH 2/4] bluetooth: qca: add support for WCN7850
[igt-dev] [PATCH i-g-t v2 0/4] generate an ordered testlist for Xe driver
2023-06-20 15:43 UTC (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for generate an ordered testlist for Xe driver (rev2)
[PATCH] ovl: reserve ability to reconfigure mount options with new mount api
2023-06-20 15:40 UTC (2+ messages)
[OE-core][kirkstone 0/9] Patch review
2023-06-20 15:37 UTC (10+ messages)
` [OE-core][kirkstone 1/9] nasm: fix CVE-2022-46457
` [OE-core][kirkstone 2/9] iso-codes: upgrade 4.13.0 -> 4.15.0
` [OE-core][kirkstone 3/9] go.bbclass: don't use test to check output from ls
` [OE-core][kirkstone 4/9] conf: add nice level to the hash config ignred variables
` [OE-core][kirkstone 5/9] kernel: don't force PAHOLE=false
` [OE-core][kirkstone 6/9] kmscube: Correct DEPENDS to avoid overwrite
` [OE-core][kirkstone 7/9] oeqa/selftest/cases/devtool.py: skip all tests require folder a git repo
` [OE-core][kirkstone 8/9] staging.bbclass: do not add extend_recipe_sysroot to prefuncs of prepare_recipe_sysroot
` [OE-core][kirkstone 9/9] lib/terminal.py: Add urxvt terminal
[PATCH] tpm/tpm_tis: Disable interrupts for Lenovo L590 devices
2023-06-20 15:39 UTC (2+ messages)
[meta-oe][PATCH] opencv: Revert fix runtime dependencies
2023-06-20 15:39 UTC
[PATCH net-next v4 0/5] introduce page_pool_alloc() API
2023-06-20 15:39 UTC (15+ messages)
` [PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag
` Memory providers multiplexing (Was: [PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag)
[meta-oe][mickledore][PATCH] opencv: Revert fix runtime dependencies
2023-06-20 15:39 UTC
[PATCH v2 0/2] gitlab-ci: msys2 improvements
2023-06-20 15:37 UTC (3+ messages)
` [PATCH v2 1/2] gitlab-ci: grab msys2 meson-logs as artifacts
` [PATCH v2 2/2] gitlab-ci: add msys2 meson test to junit report
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.