All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-17 03:26:15 to 2022-03-17 05:48:35 UTC [more...]

[RFC PATCH 2/2] acpi/pci_root: negotiate CXL _OSC
 2022-03-17  5:48 UTC 

[PATCH v4 00/32] KVM: s390: enable zPCI for interpretive execution
 2022-03-17  5:47 UTC  (4+ messages)
` [PATCH v4 14/32] iommu: introduce iommu_domain_alloc_type and the KVM type

[PATCH v2] exfat: do not clear VolumeDirty in writeback
 2022-03-17  3:21 UTC  (5+ messages)

[tip:x86/cleanups] BUILD SUCCESS d4c9df20a37d128f6acb3c6286db7e694554a51b
 2022-03-17  5:18 UTC 

[PATCH v2] mm/hmm/test: simplify hmm test code: use miscdevice instead of char dev
 2022-03-17  5:47 UTC  (5+ messages)

[PATCH V9 0/5] add display support for MediaTek SoC MT8186
 2022-03-17  5:18 UTC  (24+ messages)
` [PATCH V9 1/5] dt-bindings: display: mediatek: add aal binding for MT8183
` [PATCH V9 2/5] dt-bindings: display: mediatek: revise enum to const
` [PATCH V9 3/5] dt-bindings: display: mediatek: change to use enum for mutex
` [PATCH V9 4/5] dt-bindings: display: mediatek: add MT8186 SoC binding
` [PATCH V9 5/5] drm/mediatek: add display support for MT8186

[bluetooth-next:master] BUILD SUCCESS 7c686a32a512b795a45e76224855c69e3a8070d7
 2022-03-17  5:17 UTC 

[wireless:main] BUILD SUCCESS 45b4eb7ee6aa1a55a50831b328aa5f46ac3a7187
 2022-03-17  5:18 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS 26f31e5a7e645b72dbd9cb1add8c94c49cbbd488
 2022-03-17  5:17 UTC  (2+ messages)
` [Devel] "

[PATCH for-7.1 v6 00/51] target/nios2: Shadow register set, EIC and VIC
 2022-03-17  5:05 UTC  (41+ messages)
` [PATCH for-7.1 v6 01/51] tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH
` [PATCH for-7.1 v6 02/51] target/nios2: Check supervisor on eret
` [PATCH for-7.1 v6 03/51] target/nios2: Stop generating code if gen_check_supervisor fails
` [PATCH for-7.1 v6 04/51] target/nios2: Add NUM_GP_REGS and NUM_CP_REGS
` [PATCH for-7.1 v6 05/51] target/nios2: Split PC out of env->regs[]
` [PATCH for-7.1 v6 06/51] target/nios2: Split out helper for eret instruction
` [PATCH for-7.1 v6 07/51] target/nios2: Fix BRET instruction
` [PATCH for-7.1 v6 08/51] target/nios2: Do not create TCGv for control registers
` [PATCH for-7.1 v6 09/51] linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regs
` [PATCH for-7.1 v6 10/51] target/nios2: Remove cpu_interrupts_enabled
` [PATCH for-7.1 v6 11/51] target/nios2: Split control registers away from general registers
` [PATCH for-7.1 v6 12/51] target/nios2: Clean up nios2_cpu_dump_state
` [PATCH for-7.1 v6 13/51] target/nios2: Use hw/registerfields.h for CR_STATUS fields
` [PATCH for-7.1 v6 14/51] target/nios2: Use hw/registerfields.h for CR_EXCEPTION fields
` [PATCH for-7.1 v6 15/51] target/nios2: Use hw/registerfields.h for CR_TLBADDR fields
` [PATCH for-7.1 v6 16/51] target/nios2: Use hw/registerfields.h for CR_TLBACC fields
` [PATCH for-7.1 v6 17/51] target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WE
` [PATCH for-7.1 v6 18/51] target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
` [PATCH for-7.1 v6 19/51] target/nios2: Move R_FOO and CR_BAR into enumerations
` [PATCH for-7.1 v6 20/51] target/nios2: Create EXCP_SEMIHOST for semi-hosting
` [PATCH for-7.1 v6 21/51] target/nios2: Clean up nios2_cpu_do_interrupt
` [PATCH for-7.1 v6 22/51] target/nios2: Hoist CPU_LOG_INT logging
` [PATCH for-7.1 v6 23/51] target/nios2: Handle EXCP_UNALIGN and EXCP_UALIGND
` [PATCH for-7.1 v6 25/51] target/nios2: Clean up handling of tlbmisc in do_exception
` [PATCH for-7.1 v6 27/51] target/nios2: Implement cpuid
` [PATCH for-7.1 v6 28/51] target/nios2: Implement CR_STATUS.RSIE
` [PATCH for-7.1 v6 29/51] target/nios2: Remove CPU_INTERRUPT_NMI
` [PATCH for-7.1 v6 30/51] target/nios2: Support division error exception
` [PATCH for-7.1 v6 31/51] target/nios2: Use tcg_constant_tl
` [PATCH for-7.1 v6 32/51] target/nios2: Introduce dest_gpr
` [PATCH for-7.1 v6 33/51] target/nios2: Drop CR_STATUS_EH from tb->flags
` [PATCH for-7.1 v6 34/51] target/nios2: Enable unaligned traps for system mode
` [PATCH for-7.1 v6 35/51] target/nios2: Create gen_jumpr
` [PATCH for-7.1 v6 36/51] target/nios2: Hoist set of is_jmp into gen_goto_tb
` [PATCH for-7.1 v6 37/51] target/nios2: Use gen_goto_tb for DISAS_TOO_MANY
` [PATCH for-7.1 v6 38/51] target/nios2: Use tcg_gen_lookup_and_goto_ptr
` [PATCH for-7.1 v6 39/51] target/nios2: Implement Misaligned destination exception
` [PATCH for-7.1 v6 40/51] linux-user/nios2: Handle various SIGILL exceptions
` [PATCH for-7.1 v6 41/51] target/nios2: Introduce shadow register sets
` [PATCH for-7.1 v6 45/51] hw/intc: Vectored Interrupt Controller (VIC)

Misleading "out of memory" in btrfs check for qgroups
 2022-03-17  5:16 UTC 

[linux-nvme:nvme-5.18] BUILD SUCCESS ce8d78616a6b637d1b763eb18e32045687a84305
 2022-03-17  5:43 UTC 

[PATCH V4 00/10] perf: Expand perf_branch_entry
 2022-03-17  5:41 UTC  (6+ messages)
` [PATCH V4 03/10] perf: Extend branch type classification

[PATCH v0 0/1] Add Btrfs messages to printk index
 2022-03-17  5:13 UTC  (2+ messages)
` [PATCH v0 1/1] "

[PATCH] xfs: drop async cache flushes from CIL commits
 2022-03-17  5:12 UTC 

[igt-dev] [PATCH i-g-t 0/2] HAX add description to gem_exec_basic
 2022-03-17  5:40 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 1/2] tests/i915/gem_exec_basic: Add test description to the subtest
` [igt-dev] [PATCH i-g-t 2/2] HAX: don't do full run
` [igt-dev] ✗ Fi.CI.BAT: failure for HAX add description to gem_exec_basic

[PATCH -next] bus: mhi: ep: remove useless judgement in mhi_ep_ring_add_element
 2022-03-17  4:48 UTC  (3+ messages)

[LTP] [PATCH v2 00/16] Expand Cgroup lib and modify controller tests
 2022-03-17  5:38 UTC  (7+ messages)
` [LTP] [PATCH v3 08/16] controllers: Expand cgroup_lib shell library

[ovmf test] 168648: regressions - FAIL
 2022-03-17  5:38 UTC 

[PATCH] selftests/bpf: fix tunnel remote ip comments
 2022-03-17  3:57 UTC  (2+ messages)

[PATCH] RISC-V: Increase range and default value of NR_CPUS
 2022-03-17  3:55 UTC  (2+ messages)

[PATCH v1 0/2] Add arm64 vcpu exit reasons and tracepoint
 2022-03-17  5:37 UTC  (3+ messages)
` [PATCH v1 2/2] KVM: arm64: Add debug tracepoint for vcpu exits

stable-rc/linux-5.4.y baseline: 90 runs, 3 regressions (v5.4.185)
 2022-03-17  5:07 UTC 

[PATCH v5 00/22] fscache, erofs: fscache-based on-demand read semantics
 2022-03-17  5:36 UTC  (7+ messages)
` [PATCH v5 09/22] erofs: make erofs_map_blocks() generally available
  ` [Linux-cachefs] "
` [PATCH v5 10/22] erofs: add mode checking helper
  ` [Linux-cachefs] "
` [PATCH v5 21/22] erofs: implement fscache-based data readahead

[PATCH 1/2] scsi: target: tcmu: Fix possible page UAF
 2022-03-17  4:59 UTC  (5+ messages)
` [PATCH 2/2] scsi: target: tcmu: Use address_space->invalidate_lock

[PATCH] RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()
 2022-03-17  3:55 UTC  (3+ messages)

[PATCH] usb: rework usb_maxpacket() and remove its third argument
 2022-03-17  3:55 UTC  (6+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 3/9] Input: remove third argument of usb_maxpacket()
  ` [PATCH v4 4/9] media: "
  ` [PATCH v4 5/9] net: "
  ` [PATCH v4 7/9] sound: usb: "

[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
 2022-03-17  3:42 UTC  (14+ messages)
` [PATCH 1/9] virtio_blk: "
` [PATCH 4/9] netfilter: h323: "
` [PATCH 5/9] virtio-scsi: "
` [PATCH 6/9] usb: gadget: "

stable-rc/linux-4.19.y baseline: 76 runs, 1 regressions (v4.19.235)
 2022-03-17  3:49 UTC 

[PATCH V8 0/5] add display support for MediaTek SoC MT8186
 2022-03-17  4:48 UTC  (7+ messages)
` [PATCH V8 1/5] dt-bindings: display: mediatek: add aal binding for MT8183

[PATCH v2 0/3] KVM: arm64: selftests: Add edge cases tests for the arch timer
 2022-03-17  4:51 UTC  (8+ messages)
` [PATCH v2 1/3] KVM: arm64: selftests: add timer_get_tval() lib function
` [PATCH v2 2/3] KVM: arm64: selftests: add arch_timer_edge_cases
` [PATCH v2 3/3] KVM: arm64: selftests: add edge cases tests into arch_timer_edge_cases

[PATCH v13 0/6] Add mutex support for MDP
 2022-03-17  3:39 UTC  (5+ messages)
` [PATCH v13 6/6] soc: mediatek: mutex: add functions that operate registers by CMDQ

stable-rc/linux-5.16.y build: 138 builds: 5 failed, 133 passed, 11 errors, 4 warnings (v5.16.15)
 2022-03-17  3:51 UTC 

[igt-dev] [PATCH i-g-t 0/2] HAX add description to gem_basic
 2022-03-17  5:30 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] tests/i915/gem_basic: Added test description for test case
` [igt-dev] [PATCH i-g-t 2/2] HAX: don't do full run

[btrfs] 3626a285f8: divide_error:#[##]
 2022-03-17  5:25 UTC  (11+ messages)
              ` [LKP] "

[PATCH bpf-next v2] bpf: Enable non-atomic allocations in local storage
 2022-03-17  4:06 UTC  (2+ messages)

[PATCH] cpufreq: powernow-k8: Re-order the init checks
 2022-03-17  4:03 UTC  (2+ messages)

[PATCH net-next v3 0/3] net: icmp: add skb drop reasons to icmp
 2022-03-17  3:35 UTC  (4+ messages)
` [PATCH net-next v3 3/3] net: icmp: add reasons of the skb drops to icmp protocol

[PATCH V4 0/7] mmc: add error statistics for eMMC and SD card
 2022-03-17  4:49 UTC  (6+ messages)
` [PATCH V4 6/7] mmc: sdhci: Set error state for mmc driver

[PATCH] pahole: avoid segfault when parsing a problematic file
 2022-03-17  5:00 UTC  (5+ messages)
` [PATCH 1/2] pahole: avoid segfault when parsing bogus file
` [PATCH 2/2] dwarves: cus__load_files: set errno if load fails

[PATCH] docs/zh_CN: Add sched-debug Chinese translation
 2022-03-17  4:07 UTC  (2+ messages)

stable-rc/linux-4.14.y baseline: 60 runs, 1 regressions (v4.14.272)
 2022-03-17  3:52 UTC 

stable-rc/queue/5.10 baseline: 87 runs, 1 regressions (v5.10.106-22-gf8409dfe8326)
 2022-03-17  4:50 UTC 

[Intel-gfx] [PATCH 0/2] drm/i915/guc: Refactor CT access to use iosys_map
 2022-03-17  5:12 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/guc: Convert ct buffer to iosys_map

[PATCH v2 0/3] Use g_new() & friends where that makes obvious sense
 2022-03-17  5:01 UTC  (4+ messages)
` [PATCH v2 3/3] "

[PATCH RFC v5 00/21] DEPT(Dependency Tracker)
 2022-03-17  3:39 UTC  (3+ messages)

[PATCH] net: 3com: 3c59x: Change the conditional processing for vortex_ioctl
 2022-03-17  4:33 UTC 

[mingo-tip:master 1440/2335] include/linux/rcupdate.h:381:9: error: dereferencing pointer to incomplete type 'struct task_struct'
 2022-03-17  4:17 UTC 

[PATCH V2 16/32] x86/sgx: Support restricting of enclave page permissions
 2022-03-17  4:37 UTC  (17+ messages)

[RFC PATCH v2 00/10] Support microcode updates affecting SGX
 2022-03-17  4:12 UTC  (3+ messages)
` [RFC PATCH v2 01/10] x86/sgx: Introduce mechanism to prevent new initializations of EPC pages

[PATCH net-next 0/5] devlink: hold the instance lock in eswitch callbacks
 2022-03-17  4:20 UTC  (5+ messages)
` [PATCH net-next 1/5] bnxt: use the devlink instance lock to protect sriov
` [PATCH net-next 3/5] netdevsim: replace port_list_lock with devlink instance lock
` [PATCH net-next 4/5] netdevsim: replace vfs_lock "
` [PATCH net-next 5/5] devlink: hold the instance lock during eswitch_mode callbacks

[PATCH net-next v2 0/3] flow_offload: add tc vlan push_eth and pop_eth actions
 2022-03-17  4:20 UTC  (2+ messages)

[PATCH net v2] net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit()
 2022-03-17  4:30 UTC  (2+ messages)

mmotm 2022-03-16-17-42 uploaded
 2022-03-17  4:52 UTC  (6+ messages)
` mmotm 2022-03-16-17-42 uploaded (uml sub-x86_64, sched/fair, RCU)

next/pending-fixes build: 175 builds: 5 failed, 170 passed, 7 errors, 5 warnings (v5.17-rc8-133-gcdf39fcb6bec)
 2022-03-17  4:43 UTC 

[PATCH v2 0/5] ASoC: mediatek: Add support for MT8195 sound card with max98390 and rt5682
 2022-03-17  4:17 UTC  (7+ messages)
` [PATCH v2 1/5] ASoC: mediatek: mt8195: merge machine driver

[PATCH v2] target/riscv: write back unmodified value for csrrc/csrrs with rs1 is not x0 but holding zero
 2022-03-17  4:39 UTC  (7+ messages)

[PATCH 1/2] intel-iommu: remove VTD_FR_RESERVED_ERR
 2022-03-17  4:38 UTC  (2+ messages)

[PATCH] util/grub.d/10_linux: Improve initramfs detection
 2022-03-17  4:21 UTC 

[PATCH] MAINTAINERS: Add Shengjiu to maintainer list of sound/soc/fsl
 2022-03-17  4:18 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915: Fix renamed struct field
 2022-03-17  4:14 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] "

[PATCH v6] target/riscv: Add isa extenstion strings to the device tree
 2022-03-17  3:57 UTC  (3+ messages)

[mingo-tip:master 2009/2335] kernel/trace/trace_hwlat.c:174:6: warning: no previous prototype for function 'trace_hwlat_callback'
 2022-03-17  3:56 UTC 

[dpdk-dev] [PATCH 1/2] common/cnxk: fix ROC naming convention issues
 2022-03-17  3:50 UTC  (2+ messages)
` [dpdk-dev] [PATCH 2/2] common/cnxk: fix QINQ ROC item mismatch issue

[PATCH v3 0/2] mm: fix cma allocation fail sometimes
 2022-03-17  3:49 UTC  (7+ messages)
` [PATCH v3 1/2] mm: cma: fix allocation may "

[meta-python][PATCH 1/2] python3-chardet: Remove
 2022-03-17  3:49 UTC  (2+ messages)
` [meta-python][PATCH 2/2] python3-pytest-runner: Remove

[PATCH v21 0/5] support reserving crashkernel above 4G on arm64 kdump
 2022-03-17  3:47 UTC  (8+ messages)
` [PATCH v21 3/5] arm64: kdump: reimplement crashkernel=X

[ovmf test] 168645: regressions - FAIL
 2022-03-17  3:43 UTC 

[PATCH] vdpa: Update man page with added support to configure max vq pair
 2022-03-17  3:39 UTC  (2+ messages)

[PATCH] drm/amdgpu/pm: fix the Stable pstate Test in amdgpu_test
 2022-03-17  3:29 UTC  (5+ messages)

[PATCH 0/4] lpfc: Update lpfc to revision 14.2.0.1
 2022-03-17  3:27 UTC  (5+ messages)
` [PATCH 1/4] lpfc: Improve PCI EEH Error and Recovery Handling
` [PATCH 2/4] lpfc: Fix unload hang after back to back PCI EEH faults
` [PATCH 3/4] lpfc: Fix queue failures when recovering from PCI parity error
` [PATCH 4/4] lpfc: Update lpfc version to 14.2.0.1


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.