All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-06 10:36:58 to 2022-09-06 11:22:47 UTC [more...]

[PATCH v1 00/26] target/s390x: pc-relative translation
 2022-09-06 10:17 UTC  (9+ messages)
` [PATCH v1 02/26] target/s390x: Use tcg_constant_* for DisasCompare
` [PATCH v1 03/26] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
` [PATCH v1 06/26] target/s390x: Introduce gen_psw_addr_disp
` [PATCH v1 07/26] target/s390x: Remove pc argument to pc_to_link_into
` [PATCH v1 08/26] target/s390x: Use gen_psw_addr_disp in pc_to_link_info
` [PATCH v1 09/26] target/s390x: Use gen_psw_addr_disp in save_link_info
` [PATCH v1 10/26] target/s390x: Use gen_psw_addr_disp in op_sam
` [PATCH v1 17/26] target/s390x: Introduce help_goto_indirect

[Intel-gfx] [PATCH] drm/i915: do not reset PLANE_SURF on plane disable on older gens
 2022-09-06 11:22 UTC  (6+ messages)

FAILED: patch "[PATCH] usb: dwc3: qcom: fix use-after-free on runtime-PM wakeup" failed to apply to 4.19-stable tree
 2022-09-06 11:22 UTC 

FAILED: patch "[PATCH] usb: dwc3: qcom: fix use-after-free on runtime-PM wakeup" failed to apply to 5.19-stable tree
 2022-09-06 11:22 UTC 

FAILED: patch "[PATCH] usb: dwc3: qcom: fix use-after-free on runtime-PM wakeup" failed to apply to 5.15-stable tree
 2022-09-06 11:22 UTC 

FAILED: patch "[PATCH] usb: dwc3: qcom: fix use-after-free on runtime-PM wakeup" failed to apply to 5.4-stable tree
 2022-09-06 11:22 UTC 

FAILED: patch "[PATCH] usb: dwc3: qcom: fix use-after-free on runtime-PM wakeup" failed to apply to 5.10-stable tree
 2022-09-06 11:22 UTC 

[PATCH -next] rv/reactor: add __init/__exit annotations to module init/exit funcs
 2022-09-06 11:18 UTC 

FAILED: patch "[PATCH] usb: dwc3: fix PHY disable sequence" failed to apply to 4.9-stable tree
 2022-09-06 11:21 UTC 

[PATCH 1/6] dt-bindings: mfd: add binding for Apple Mac System Management Controller
 2022-09-06 11:22 UTC  (13+ messages)

FAILED: patch "[PATCH] usb: dwc3: fix PHY disable sequence" failed to apply to 4.14-stable tree
 2022-09-06 11:21 UTC 

FAILED: patch "[PATCH] usb: dwc3: fix PHY disable sequence" failed to apply to 5.4-stable tree
 2022-09-06 11:21 UTC 

FAILED: patch "[PATCH] usb: dwc3: fix PHY disable sequence" failed to apply to 4.19-stable tree
 2022-09-06 11:21 UTC 

[PATCH] fanotify_mark.2: Document FAN_MARK_EVICTABLE
 2022-09-06 11:21 UTC  (4+ messages)

FAILED: patch "[PATCH] usb: dwc3: fix PHY disable sequence" failed to apply to 5.10-stable tree
 2022-09-06 11:21 UTC 

FAILED: patch "[PATCH] usb: dwc3: fix PHY disable sequence" failed to apply to 5.15-stable tree
 2022-09-06 11:21 UTC 

FAILED: patch "[PATCH] usb: dwc3: gadget: Avoid duplicate requests to enable" failed to apply to 5.10-stable tree
 2022-09-06 11:21 UTC 

[PATCH v2 0/4] dma-buf: To check enable signaling before signaled
 2022-09-06 11:21 UTC  (6+ messages)
` [PATCH v2 4/4] dma-buf: Check status of enable-signaling bit on debug

FAILED: patch "[PATCH] usb: dwc3: gadget: Avoid duplicate requests to enable" failed to apply to 5.4-stable tree
 2022-09-06 11:21 UTC 

FAILED: patch "[PATCH] usb: dwc3: gadget: Avoid duplicate requests to enable" failed to apply to 5.15-stable tree
 2022-09-06 11:21 UTC 

FAILED: patch "[PATCH] usb: dwc3: disable USB core PHY management" failed to apply to 4.19-stable tree
 2022-09-06 11:21 UTC 

FAILED: patch "[PATCH] usb: dwc3: disable USB core PHY management" failed to apply to 5.4-stable tree
 2022-09-06 11:21 UTC 

FAILED: patch "[PATCH] usb: dwc3: disable USB core PHY management" failed to apply to 5.10-stable tree
 2022-09-06 11:21 UTC 

FAILED: patch "[PATCH] usb: dwc3: disable USB core PHY management" failed to apply to 5.15-stable tree
 2022-09-06 11:21 UTC 

Revert 70ac1c478 ("src.mk, All pages: Move man* to man/")
 2022-09-06 11:19 UTC  (2+ messages)

[PATCH v2 00/23] target/i386: pc-relative translation blocks
 2022-09-06 10:09 UTC  (17+ messages)
` [PATCH v2 02/23] target/i386: Return bool from disas_insn
` [PATCH v2 03/23] target/i386: Remove cur_eip argument to gen_exception
` [PATCH v2 04/23] target/i386: Remove cur_eip, next_eip arguments to gen_interrupt
` [PATCH v2 06/23] target/i386: Create gen_update_eip_next
` [PATCH v2 08/23] target/i386: Use DISAS_EOB* in gen_movl_seg_T0
` [PATCH v2 09/23] target/i386: Use DISAS_EOB_NEXT
` [PATCH v2 10/23] target/i386: USe DISAS_EOB_ONLY
` [PATCH v2 11/23] target/i386: Create cur_insn_len, cur_insn_len_i32
` [PATCH v2 12/23] target/i386: Remove cur_eip, next_eip arguments to gen_repz*
` [PATCH v2 14/23] target/i386: Truncate values for lcall_real to i32
` [PATCH v2 15/23] target/i386: Create eip_next_*
` [PATCH v2 17/23] target/i386: Create gen_jmp_rel
` [PATCH v2 19/23] target/i386: Use gen_jmp_rel for gen_jcc
` [PATCH v2 21/23] target/i386: Use gen_jmp_rel for DISAS_TOO_MANY
` [PATCH v2 22/23] target/i386: Create gen_eip_cur
` [PATCH v2 23/23] target/i386: Enable TARGET_TB_PCREL

[PATCH v10] dt-bindings: misc: fastrpc convert bindings to yaml
 2022-09-06 11:19 UTC 

[RFC PATCH v3 0/4] PCI/CMA and SPDM Library - Device attestation etc
 2022-09-06 11:15 UTC  (5+ messages)
` [RFC PATCH v3 1/4] lib/asn1_encoder: Add a function to encode many byte integer values
` [RFC PATCH v3 2/4] spdm: Introduce a library for DMTF SPDM
` [RFC PATCH v3 3/4] PCI/CMA: Initial support for Component Measurement and Authentication ECN
` [RFC PATCH v3 4/4] cxl/pci: Add really basic CMA authentication support

[PATCH v2] riscv: make update_mmu_cache to support asid
 2022-09-06 10:57 UTC  (3+ messages)
`  "

[PATCH v6 0/4] dmaengine: sdma support hdmi audio
 2022-09-06 11:13 UTC  (6+ messages)
` [PATCH v6 1/4] dt-bindings: fsl-imx-sdma: Convert imx sdma to DT schema
    ` [EXT] "

[PATCH] nvme: add DIX support for nvme-rdma
 2022-09-06 10:05 UTC  (12+ messages)

[igt-dev] [PATCH i-g-t 0/6] Add hwmon energy support for dgfx
 2022-09-06 11:15 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t 1/6] lib/igt_hwmon: Introduce library igt_hwmon
` [igt-dev] [PATCH i-g-t 2/6] lib/igt_power: Rename lib igt_rapl with igt_power
` [igt-dev] [PATCH i-g-t 3/6] lib/igt_power: Add hwmon interface to igt_power
` [igt-dev] [PATCH i-g-t 4/6] i915/i915_pm_rc6_residency: Add energy support for dgfx
` [igt-dev] [PATCH i-g-t 5/6] i915/gem_exec_schedule: "
` [igt-dev] [PATCH i-g-t 6/6] i915/gem_exec_whisper: "
` [igt-dev] ✓ Fi.CI.BAT: success for Add hwmon "

[PATCH v1] Update for Facebook yosemite V2 BMC
 2022-09-06 11:12 UTC  (2+ messages)

[RFC][PATCH] fanotify_mark.2: Document FAN_MARK_IGNORE
 2022-09-06 11:13 UTC  (3+ messages)

[PATCH 0/3] misc changes for rtrs
 2022-09-06 11:13 UTC  (4+ messages)

[ImageBuilder] Add support for Xen boot-time cpupools
 2022-09-06 11:12 UTC 

[PATCH] drm/amdgpu: cleanup coding style in amdgpu_kms.c
 2022-09-06 11:11 UTC  (3+ messages)

[PATCH] hwmon: (aquacomputer_d5next) Add support for Aquacomputer High Flow Next
 2022-09-06 11:11 UTC  (2+ messages)

[PATCH v9 1/2] dt-bindings: misc: fastrpc convert bindings to yaml
 2022-09-06 11:11 UTC  (4+ messages)
` [PATCH v9 2/2] MAINTAINERS: Update fastrpc documentation file from txt "

[PATCH v2 0/4] Introduce reserved heap
 2022-09-06 11:11 UTC  (6+ messages)
` [PATCH v2 3/4] xen/arm: Handle reserved heap pages in boot and heap allocator

[PATCH v2 0/3] Add DRM pixel blend mode support to R-Car DU
 2022-09-06 11:10 UTC  (6+ messages)
` [PATCH v2 1/3] media: vsp1: add premultiplied alpha support

[PATCH v3 0/6] Freezer Rewrite
 2022-09-06 11:08 UTC  (7+ messages)
` [PATCH v3 3/6] sched: Change wait_task_inactive()s match_state
` [PATCH v3 5/6] sched/wait: Add wait_event_state()

[PATCH v2 char-misc-next] misc: microchip: pci1xxxx: fix dependency issues in building the pci1xxxx's aux bus driver
 2022-09-06 11:05 UTC  (3+ messages)

[PATCH v16 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-06 11:04 UTC  (6+ messages)
` [PATCH v16 05/12] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL

[PATCH 0/7] cfg80211/mac80211: extend 6 GHz support for all power modes
 2022-09-06 11:05 UTC  (7+ messages)
` [PATCH 2/7] mac80211: rework on 6 GHz power type definition
` [PATCH 3/7] mac80211: add combined power type definition for 6 GHz
` [PATCH 4/7] cfg80211: add NL command to set 6 GHz power mode

[PATCH] scsi: qedf: Fix a UAF bug in __qedf_probe
 2022-09-06 11:04 UTC  (4+ messages)
` [EXT] "

linux-next: build failure after merge of the mm tree
 2022-09-06 11:03 UTC 

[meta-mingw][PATCH] libsdl2.bbappend: disable vulkan support
 2022-09-06 11:01 UTC 

[GIT PULL FOR v6.1] Various fixes
 2022-09-06 11:02 UTC 

Testing set_ageing_time in net: dsa
 2022-09-06 11:01 UTC 

[oe-core][PATCHv5] libsdl2: update 2.0.22 -> 2.24.0
 2022-09-06 10:59 UTC 

[PATCH] scripts/oe-oe-buildenv-internal: add SCRIPTSDIR
 2022-09-06 10:59 UTC  (2+ messages)
` [OE-core] "

[RFC PATCH v2 1/2] misc: pci_endpoint_test: Aggregate params checking for xfer
 2022-09-06 10:59 UTC  (5+ messages)
` [RFC PATCH v2 2/2] misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panic

[PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc
 2022-09-06 10:58 UTC  (4+ messages)
` [PATCH 3/6] vsock: add netdev to vhost/virtio vsock

[oe-core][PATCHv4] libsdl2: update 2.0.22 -> 2.24.0
 2022-09-06 10:57 UTC  (3+ messages)

[PATCH net-next] sfc: introduce shutdown entry point in efx pci driver
 2022-09-06 10:56 UTC 

[PATCH net] virtio-net: add cond_resched() to the command waiting loop
 2022-09-06 10:55 UTC  (5+ messages)

[PATCH] gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx
 2022-09-06 10:54 UTC 

[PATCH v10 0/6] Raspberry Pi Sense HAT driver
 2022-09-06 10:53 UTC  (8+ messages)
` [PATCH 5/5] DO NOT MERGE: full sensehat device tree overlay for raspberry pi 4

[PATCH v8 00/13] perf: test: Add trace data quality tests for CoreSight
 2022-09-06 10:30 UTC  (14+ messages)
` [PATCH v8 01/13] perf test: Add CoreSight shell lib shared code for future tests
` [PATCH v8 02/13] perf test: Add build infra for perf test tools for CoreSight tests
` [PATCH v8 03/13] perf test: Add asm pureloop test tool
` [PATCH v8 04/13] perf test: Add asm pureloop test shell script
` [PATCH v8 05/13] perf test: Add git ignore for perf data generated by the CoreSight tests
` [PATCH v8 06/13] perf test: Add memcpy thread test tool
` [PATCH v8 07/13] perf test: Add memcpy thread test shell script
` [PATCH v8 08/13] perf test: Add thread loop test tool
` [PATCH v8 09/13] perf test: Add thread loop test shell scripts
` [PATCH v8 10/13] perf test: Add unroll thread test tool
` [PATCH v8 11/13] perf test: Add unroll thread test shell script
` [PATCH v8 12/13] perf test: Add git ignore for tmp and output files of CoreSight tests
` [PATCH v8 13/13] perf test: Add relevant documentation about CoreSight testing

[PATCH v6 0/3] Convert NFS with fscache to the netfs API
 2022-09-06 10:53 UTC  (5+ messages)
` [PATCH v6 3/3] NFS: Convert buffered read paths to use netfs when fscache is enabled

[PATCH v3 0/3] iio: temperature: mlx90632: Add powermanagement
 2022-09-06 10:51 UTC  (4+ messages)
` [PATCH v3 1/3] iio: temperature: mlx90632 Add runtime powermanagement modes

[PATCH char-misc-next] misc: microchip: pci1xxxx: Include depends on PCI & select AUXILIARY_BUS in the Kconfig file to resolve build issues
 2022-09-06 10:51 UTC  (4+ messages)

[PATCH bpf-next v3 0/2] Add table of BPF program types to docs
 2022-09-06 10:49 UTC  (7+ messages)
` [PATCH bpf-next v3 1/2] Add subdir support to Documentation makefile
` [PATCH bpf-next v3 2/2] Add table of BPF program types to libbpf docs

[PATCH v2 0/3] tty: TX helpers
 2022-09-06 10:50 UTC  (4+ messages)
` [PATCH v2 2/3] tty: serial: use DEFINE_UART_PORT_TX_HELPER()

[PATCH v4 0/9] target/arm: pc-relative translation blocks
 2022-09-06 10:05 UTC  (2+ messages)
` [PATCH v4 4/9] target/arm: Change gen_exception_insn* to work on displacements

[PATCH v2 0/3] add uncore api to be called through l3fwd-power
 2022-09-06 10:51 UTC  (3+ messages)
` [PATCH v2 3/3] l3fwd-power: add option to call uncore API

[PATCH] ASoC: fsl_asrc: Add initialization finishing check in runtime resume
 2022-09-06 10:50 UTC  (5+ messages)

setns() affecting other threads in 5.10.132 and 6.0
 2022-09-06 10:48 UTC  (4+ messages)

[syzbot] WARNING in static_key_slow_try_dec (3)
 2022-09-06 10:48 UTC 

[PATCH v3 0/4] tty: TX helpers
 2022-09-06 10:48 UTC  (8+ messages)
` [PATCH v3 1/4] tty: serial: move and cleanup vt8500_tx_empty()
` [PATCH v3 2/4] tty: serial: introduce transmit helper generators
` [PATCH v3 3/4] tty: serial: use DEFINE_UART_PORT_TX_HELPER()
` [PATCH v3 4/4] tty: serial: use DEFINE_UART_PORT_TX_HELPER_LIMITED()

[PATCH v2 0/2] iova: Some misc changes
 2022-09-06 10:50 UTC  (4+ messages)
` [PATCH v2 1/2] iova: Remove some magazine pointer NULL checks

Ryzen 6000 (Mobile)
 2022-09-06 10:50 UTC  (11+ messages)

[PATCH v2 1/4] cmd: add temperature command
 2022-09-06 10:49 UTC  (4+ messages)
` [PATCH v2 4/4] test: cmd: add test for "

Kernelshark: funcgraph_exit events don't seem to exit?
 2022-09-06 10:45 UTC  (2+ messages)

[PATCH v2 0/6] add support of RSOC command
 2022-09-06 10:34 UTC  (7+ messages)
` [PATCH v2 1/6] scsi: target: core: "
` [PATCH v2 2/6] scsi: target: core: add list of opcodes for RSOC
` [PATCH v2 3/6] scsi: target: core: dynamic opcode support in RSOC
` [PATCH v2 4/6] scsi: target: core: add emulate_rsoc attribute
` [PATCH v2 5/6] scsi: target: check emulate_3pc for RECEIVE COPY
` [PATCH v2 6/6] scsi: target: core: dynamicaly set dpofua in usage_bits

[Intel-wired-lan] [PATCH] ice: switch: Simplify memory allocation
 2022-09-06 10:45 UTC  (3+ messages)

[PATCH] media: imx7-media-csi: Add support for fast-tracking queued buffers
 2022-09-06 10:44 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 00/12] i915: Add "standalone media" support for MTL
 2022-09-06 10:44 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 09/12] drm/i915/uncore: Add GSI offset to uncore

[PATCH v12 0/6] populate/unpopulate memory when domain on static allocation
 2022-09-06 10:42 UTC  (3+ messages)
` [PATCH v12 6/6] xen: retrieve reserved pages on populate_physmap

[Buildroot] [PATCH for-next] configs: remove uClibc config options
 2022-09-06 10:42 UTC  (3+ messages)

[PATCH 00/16] x86_64: Improvements at compressed kernel stage
 2022-09-06 10:41 UTC  (17+ messages)
` [PATCH 01/16] x86/boot: Align vmlinuz sections on page size
` [PATCH 02/16] x86/build: Remove RWX sections and align on 4KB
` [PATCH 03/16] x86/boot: Set cr0 to known state in trampoline
` [PATCH 04/16] x86/boot: Increase boot page table size
` [PATCH 05/16] x86/boot: Support 4KB pages for identity mapping
` [PATCH 06/16] x86/boot: Setup memory protection for bzImage code
` [PATCH 07/16] x86/boot: Map memory explicitly
` [PATCH 08/16] x86/boot: Remove mapping from page fault handler
` [PATCH 09/16] efi/libstub: Move helper function to related file
` [PATCH 10/16] x86/boot: Make console interface more abstract
` [PATCH 11/16] x86/boot: Split trampoline and pt init code
` [PATCH 12/16] x86/boot: Add EFI kernel extraction interface
` [PATCH 13/16] efi/x86: Support extracting kernel from libstub
` [PATCH 14/16] x86/build: Make generated PE more spec compliant
` [PATCH 15/16] efi/libstub: Add memory attribute protocol definitions
` [PATCH 16/16] efi/libstub: Use memory attribute protocol

[PATCH] efi: x86: Wipe setup_data on pure EFI boot
 2022-09-06 10:41 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] xilinx: versal: Disable LMB for mini configurations
 2022-09-06 10:41 UTC 

[PATCH v2 net-next] net: phy: micrel: Adding SQI support for lan8814 phy
 2022-09-06 10:41 UTC  (3+ messages)

[PATCH V4 0/3] hw/riscv: virt: Enable booting S-mode firmware from pflash
 2022-09-06 10:41 UTC  (2+ messages)

[PATCH] xilinx: zynq: Disable LMB for mini configurations
 2022-09-06 10:41 UTC 

[PATCH] xilinx: common: Add support for SOC detection
 2022-09-06 10:40 UTC 

[RFC PATCH v3 0/4] can: bxcan: add support for ST bxCAN controller
 2022-09-06 10:40 UTC  (3+ messages)
` [RFC PATCH v3 4/4] "

[RFC PATCH 0/2] AX45MP: Add support to non-coherent DMA
 2022-09-06 10:39 UTC  (4+ messages)
` [RFC PATCH 1/2] riscv: vendors: andes: Add support to configure the PMA regions

[PATCH v2 0/4] Allow MMIO regions to be exported through dma-buf
 2022-09-06 10:38 UTC  (5+ messages)
` [PATCH v2 4/4] vfio/pci: "

[PATCH] xilinx: Fix mdio bus description for vck190-sc
 2022-09-06 10:39 UTC 

[PATCH v2] ARM: zynq: DT: List OCM memory
 2022-09-06 10:38 UTC 

[syzbot] INFO: trying to register non-static key in open_xa_dir
 2022-09-06 10:38 UTC 

[PATCH] cgroup/cpuset: Add a new isolated mems.policy type
 2022-09-06 10:37 UTC  (6+ messages)
  ` [External] "


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.