All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-17 04:54:52 to 2022-03-17 06:06:43 UTC [more...]

[PATCH net-next v3 0/3] net: icmp: add skb drop reasons to icmp
 2022-03-17  5:25 UTC  (7+ messages)
` [PATCH net-next v3 2/3] net: icmp: introduce __ping_queue_rcv_skb() to report drop reasons
` [PATCH net-next v3 3/3] net: icmp: add reasons of the skb drops to icmp protocol

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

RTT-PROBE: lore-subspace-rtt
 2022-03-17  6:06 UTC 

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

[PATCH][SMB3] fix multiuser mount regression
 2022-03-17  3:44 UTC  (2+ messages)

[PATCH 0/7 v4] xfs: log recovery fixes
 2022-03-17  5:39 UTC  (7+ messages)
` [PATCH 1/7] xfs: log worker needs to start before intent/unlink recovery
` [PATCH 3/7] xfs: xfs_ail_push_all_sync() stalls when racing with updates
` [PATCH 4/7] xfs: async CIL flushes need pending pushes to be made stable
` [PATCH 5/7] xfs: log items should have a xlog pointer, not a mount
` [PATCH 6/7] xfs: AIL should be log centric
` [PATCH 7/7] xfs: xfs_is_shutdown vs xlog_is_shutdown cage fight

[PATCH v5 00/22] fscache,erofs: fscache-based on-demand read semantics
 2022-03-17  5:36 UTC  (10+ 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 for-7.1 v6 00/51] target/nios2: Shadow register set, EIC and VIC
 2022-03-17  5:05 UTC  (52+ 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 24/51] target/nios2: Cleanup set of CR_EXCEPTION for do_interrupt
` [PATCH for-7.1 v6 25/51] target/nios2: Clean up handling of tlbmisc in do_exception
` [PATCH for-7.1 v6 26/51] target/nios2: Prevent writes to read-only or reserved control fields
` [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 42/51] target/nios2: Implement rdprs, wrprs
` [PATCH for-7.1 v6 43/51] target/nios2: Update helper_eret for shadow registers
` [PATCH for-7.1 v6 44/51] target/nios2: Implement EIC interrupt processing
` [PATCH for-7.1 v6 45/51] hw/intc: Vectored Interrupt Controller (VIC)
` [PATCH for-7.1 v6 46/51] hw/nios2: Introduce Nios2MachineState
` [PATCH for-7.1 v6 47/51] hw/nios2: Move memory regions into Nios2Machine
` [PATCH for-7.1 v6 48/51] hw/nios2: Machine with a Vectored Interrupt Controller
` [PATCH for-7.1 v6 49/51] tests/tcg: Expose AR to test build environment if needed
` [PATCH for-7.1 v6 50/51] test/tcg/nios2: Add semihosting multiarch tests
` [PATCH for-7.1 v6 51/51] tests/tcg/nios2: Add test-shadow-1

[PATCH 0/6] Various fixes and cleanups
 2022-03-17  6:02 UTC  (3+ messages)
` [PATCH 6/6] INSTALL: Add more cross-compiling Debian packages

[PATCH] fbdev: defio: fix the pagelist corruption
 2022-03-17  5:46 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-17  6:01 UTC 

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

[PATCH net-next v3 0/2] af_vsock: add two new tests for, SOCK_SEQPACKET
 2022-03-17  5:28 UTC  (3+ messages)
` [PATCH net-next v3 1/2] af_vsock: SOCK_SEQPACKET receive timeout test
` [PATCH net-next v3 2/2] af_vsock: SOCK_SEQPACKET broken buffer test

x86: Fix crash on S3 resume
 2022-03-17  5:57 UTC  (10+ messages)
` x86/vmx: Don't spuriously crash the domain when INIT is received

[PATCH 0/3] tools/xenstore: add some new features to the documentation
 2022-03-17  5:57 UTC  (4+ messages)
` [PATCH 3/3] tools/xenstore: add documentation for extended watch command

[RFC PATCH v2 0/3] ceph: add support for snapshot names encryption
 2022-03-17  5:27 UTC  (2+ messages)

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

RTT-PROBE: lore-subspace-rtt
 2022-03-17  5:56 UTC 

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

[PATCH v3 00/23] IOMMU: superpage support when not sharing pagetables
 2022-03-17  5:55 UTC  (7+ messages)
` [PATCH v3 20/23] VT-d: free all-empty page tables

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

[PATCH v0 1/2] Add printk indexing to scsi drivers
 2022-03-17  5:29 UTC  (2+ messages)
` [PATCH v0 2/2] "

[PATCH net-next 0/5] devlink: hold the instance lock in eswitch callbacks
 2022-03-17  4:20 UTC  (4+ messages)
` [PATCH net-next 2/5] devlink: add explicitly locked flavor of the rate node APIs
` [PATCH net-next 3/5] netdevsim: replace port_list_lock with devlink instance lock
` [PATCH net-next 5/5] devlink: hold the instance lock during eswitch_mode callbacks

RTT-PROBE: lore-subspace-rtt
 2022-03-17  5:51 UTC 

[igt-dev] [PATCH i-g-t 0/2] HAX add description to gem_basic
 2022-03-17  5:50 UTC  (4+ 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
` [igt-dev] ✗ Fi.CI.BAT: failure for HAX add description to gem_basic

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

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

[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

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

[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] "

RTT-PROBE: lore-subspace-rtt
 2022-03-17  5:46 UTC 

[PATCH v5] staging: greybus: introduce pwm_ops::apply
 2022-03-17  5:41 UTC  (6+ messages)
    ` [greybus-dev] "

[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] "

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 v0 0/1] Add Btrfs messages to printk index
 2022-03-17  5:13 UTC  (2+ messages)
` [PATCH v0 1/1] "

RTT-PROBE: lore-subspace-rtt
 2022-03-17  5:41 UTC 

[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 

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

RTT-PROBE: lore-subspace-rtt
 2022-03-17  5:36 UTC 

[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
 2022-03-17  3:42 UTC  (3+ messages)
` [PATCH 4/9] netfilter: h323: "

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  (4+ messages)
` [PATCH V8 1/5] dt-bindings: display: mediatek: add aal binding for MT8183

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

[PATCH v2 0/3] KVM: arm64: selftests: Add edge cases tests for the arch timer
 2022-03-17  4:51 UTC  (4+ 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

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 

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

RTT-PROBE: lore-subspace-rtt
 2022-03-17  5:31 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-17  5:26 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-17  5:21 UTC 

[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 

RTT-PROBE: lore-subspace-rtt
 2022-03-17  5:16 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

RTT-PROBE: lore-subspace-rtt
 2022-03-17  5:11 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-17  5:06 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-17  5:01 UTC 

[PATCH RFC v5 00/21] DEPT(Dependency Tracker)
 2022-03-17  3:39 UTC  (2+ 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:34 UTC  (16+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-17  4:56 UTC 

[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 v2 0/3] flow_offload: add tc vlan push_eth and pop_eth actions
 2022-03-17  4:20 UTC  (2+ messages)

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

[PATCH net v2] net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit()
 2022-03-17  4:30 UTC  (2+ 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.