All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-17 20:46:30 to 2021-02-17 21:37:52 UTC [more...]

[PATCH 2/2] ath9k: fix ath_tx_process_buffer() potential null ptr dereference
 2021-02-17 21:36 UTC  (2+ messages)

[PATCH] drm/scheduler: Fix hang when sched_entity released
 2021-02-17 21:37 UTC  (9+ messages)

[PATCH v25 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2021-02-17 21:34 UTC  (7+ messages)
` [PATCH v25 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH 0/3] staging: rtl8192e: sequence_control union cleanups
 2021-02-14 14:03 UTC  (4+ messages)
` [PATCH 1/3] staging: rtl8192e: rename ShortData to short_data in sequence_control union
` [PATCH 2/3] staging: rtl8192e: rename FragNum to frag_num "
` [PATCH 3/3] staging: rtl8192e: rename SeqNum to seq_num "

[PATCH 0/2] Allwinner H3 fixes for EMAC and acceptance tests
 2021-02-17 20:57 UTC  (5+ messages)

[RFC PATCH 0/7] Extend regulator notification support
 2021-02-17 21:34 UTC  (3+ messages)
` [RFC PATCH 5/7] dt-bindings: regulator: bd9576 add FET ON-resistance for OCW

[Patch bpf-next] bpf: clear per_cpu pointers in bpf_prog_clone_create()
 2021-02-17 21:33 UTC  (2+ messages)

[PATCH 1/5] arm64: dts: broadcom: bcm4908: describe USB PHY
 2021-02-17 21:31 UTC  (4+ messages)
` [PATCH 2/5] arm64: dts: broadcom: bcm4908: describe Ethernet controller

[RFC 1/2] mm: disable LRU pagevec during the migration temporarily
 2021-02-17 21:32 UTC  (9+ messages)

[PATCH v4 00/71] TCI fixes and cleanups
 2021-02-17 20:20 UTC  (50+ messages)
` [PATCH v4 13/71] tcg/tci: Merge extension operations
` [PATCH v4 17/71] tcg/tci: Rename tci_read_r to tci_read_rval
` [PATCH v4 20/71] tcg/tci: Split out tci_args_rrr
` [PATCH v4 21/71] tcg/tci: Split out tci_args_rrrc
` [PATCH v4 22/71] tcg/tci: Split out tci_args_l
` [PATCH v4 24/71] tcg/tci: Split out tci_args_rrcl and tci_args_rrrrcl
` [PATCH v4 26/71] tcg/tci: Reuse tci_args_l for calls
` [PATCH v4 28/71] tcg/tci: Reuse tci_args_l for goto_tb
` [PATCH v4 29/71] tcg/tci: Split out tci_args_rrrrrr
` [PATCH v4 31/71] tcg/tci: Clean up deposit operations
` [PATCH v4 32/71] tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits
` [PATCH v4 33/71] tcg/tci: Split out tci_args_{rrm,rrrm,rrrrm}
` [PATCH v4 34/71] tcg/tci: Hoist op_size checking into tci_args_*
` [PATCH v4 36/71] tcg/tci: Implement the disassembler properly
` [PATCH v4 37/71] tcg: Build ffi data structures for helpers
` [PATCH v4 38/71] tcg/tci: Use ffi for calls
` [PATCH v4 39/71] tcg/tci: Improve tcg_target_call_clobber_regs
` [PATCH v4 40/71] tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order
` [PATCH v4 41/71] tcg/tci: Push opcode emit into each case
` [PATCH v4 42/71] tcg/tci: Split out tcg_out_op_rrs
` [PATCH v4 43/71] tcg/tci: Split out tcg_out_op_l
` [PATCH v4 44/71] tcg/tci: Split out tcg_out_op_p
` [PATCH v4 45/71] tcg/tci: Split out tcg_out_op_rr
` [PATCH v4 46/71] tcg/tci: Split out tcg_out_op_rrr
` [PATCH v4 47/71] tcg/tci: Split out tcg_out_op_rrrc
` [PATCH v4 48/71] tcg/tci: Split out tcg_out_op_rrrrrc
` [PATCH v4 49/71] tcg/tci: Split out tcg_out_op_rrrbb
` [PATCH v4 50/71] tcg/tci: Split out tcg_out_op_rrcl
` [PATCH v4 51/71] tcg/tci: Split out tcg_out_op_rrrrrr
` [PATCH v4 52/71] tcg/tci: Split out tcg_out_op_rrrr
` [PATCH v4 53/71] tcg/tci: Split out tcg_out_op_rrrrcl
` [PATCH v4 54/71] tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm}
` [PATCH v4 55/71] tcg/tci: Split out tcg_out_op_v
` [PATCH v4 56/71] tcg/tci: Split out tcg_out_op_np
` [PATCH v4 57/71] tcg/tci: Split out tcg_out_op_r[iI]
` [PATCH v4 58/71] tcg/tci: Reserve r13 for a temporary
` [PATCH v4 59/71] tcg/tci: Emit setcond before brcond
` [PATCH v4 60/71] tcg/tci: Remove tci_write_reg
` [PATCH v4 61/71] tcg/tci: Change encoding to uint32_t units
` [PATCH v4 62/71] tcg/tci: Implement goto_ptr
` [PATCH v4 63/71] tcg/tci: Implement movcond
` [PATCH v4 64/71] tcg/tci: Implement andc, orc, eqv, nand, nor
` [PATCH v4 65/71] tcg/tci: Implement extract, sextract
` [PATCH v4 66/71] tcg/tci: Implement clz, ctz, ctpop
` [PATCH v4 67/71] tcg/tci: Implement mulu2, muls2
` [PATCH v4 68/71] tcg/tci: Implement add2, sub2
` [PATCH v4 69/71] tcg/tci: Split out tci_qemu_ld, tci_qemu_st
` [PATCH v4 70/71] tests/tcg: Increase timeout for TCI
` [PATCH v4 71/71] gitlab: Enable cross-i386 builds of TCI

Redfish v1/Systems/system/EthernetInterfaces
 2021-02-17 21:32 UTC  (9+ messages)

[Cocci] [PATCH] coccinelle: misc: add swap script
 2021-02-17 21:31 UTC  (3+ messages)
`  "

[RELEASE] LTTng-modules 2.11.8 and 2.12.5 (Linux kernel tracer)
 2021-02-17 21:31 UTC  (3+ messages)
` [diamon-discuss] "
` [lttng-dev] "

[ebtables PATCH] Open the lockfile with O_CLOEXEC
 2021-02-17 21:30 UTC 

[PATCH RFC clocksource] Do not mark clocks unstable due to delays
 2021-02-17 21:29 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
      ` [PATCH clocksource 1/5] clocksource: Provide module parameters to inject delays in watchdog
      ` [PATCH clocksource 2/5] clocksource: Retry clock read if long delays detected
      ` [PATCH clocksource 3/5] clocksource: Check per-CPU clock synchronization when marked unstable
      ` [PATCH clocksource 4/5] clocksource: Provide a module parameter to fuzz per-CPU clock checking
      ` [PATCH clocksource 5/5] clocksource: Do pairwise clock-desynchronization checking

[PATCH net-next] misc: Add Renesas Synchronization Management Unit (SMU) support
 2021-02-17 21:30 UTC  (10+ messages)

next/master baseline: 332 runs, 24 regressions (next-20210217)
 2021-02-17 21:30 UTC 

[PATCH 1/1] io_uring: fix read memory leaks
 2021-02-17 21:28 UTC  (2+ messages)

[xen-4.14-testing test] 159420: tolerable FAIL - PUSHED
 2021-02-17 21:29 UTC 

[PATCH bpf-next 0/6] Add BTF_KIND_FLOAT support
 2021-02-17 21:28 UTC  (5+ messages)
` [PATCH bpf-next 2/6] libbpf: "

[PATCH net-next] net: phy: icplus: Call phy_restore_page() when phy_select_page() fails
 2021-02-17 21:24 UTC  (6+ messages)

[PATCH BlueZ 1/3] avdtp: Fix setting disconnect timer when there is no local endpoints
 2021-02-17 21:24 UTC  (8+ messages)
` [PATCH BlueZ 3/3] avdtp: Remove use of G_PRIORITY_LOW
` [BlueZ,1/3] avdtp: Fix setting disconnect timer when there is no local endpoints

[PATCH v4] printk: Userspace format enumeration support
 2021-02-17 21:23 UTC  (7+ messages)
` output: was: "

[PATCH net-next] r8169: use macro pm_ptr
 2021-02-17 21:23 UTC 

[PATCH v5 00/19] remoteproc: Add support for detaching a remote processor
 2021-02-17 21:22 UTC  (5+ messages)
` [PATCH v5 07/19] remoteproc: Add new get_loaded_rsc_table() to rproc_ops

[PATCH v3 1/1] rcuscale: add kfree_rcu() single-argument scale test
 2021-02-17 21:24 UTC  (2+ messages)

[PATCH 0/3] fix some doc rendering issues since v2.30.0
 2021-02-17 21:22 UTC  (2+ messages)

[PATCH 1/2] vdpa/mlx5: Fix suspend/resume index restoration
 2021-02-17 21:20 UTC  (4+ messages)

[PATCH v6 00/17] propose config-based hooks (part I)
 2021-02-17 21:21 UTC  (5+ messages)
` [PATCH v7 "

[Intel-gfx] [PATCH v3 1/2] drm/i915/gen9bc: Handle TGP PCH during suspend/resume
 2021-02-17 21:19 UTC  (8+ messages)
` [Intel-gfx] [PATCH v4] "
  `  "

[PATCH net-next] net: mscc: ocelot: select PACKING in the Kconfig
 2021-02-17 21:20 UTC  (2+ messages)

[PATCH net-next] net: mdio: Remove of_phy_attach()
 2021-02-17 21:20 UTC  (2+ messages)

[PATCH 1/2] mtd: char: Drop mtd_mutex usage from mtdchar_open()
 2021-02-17 21:18 UTC  (4+ messages)
` [PATCH 2/2] mtd: char: Get rid of Big MTD Lock

meta-rust -> oe-core
 2021-02-17 21:20 UTC  (3+ messages)
` [OE-core] "

[PATCH v2 0/7] Xen guest loader (to boot Xen+Kernel under TCG)
 2021-02-17 20:46 UTC  (3+ messages)
` [PATCH v2 7/7] tests/avocado: add boot_xen tests

[PATCH] PCI: quirk for preventing bus reset on TI C667X
 2021-02-17 21:18 UTC  (2+ messages)

[Cocci] [PATCH] coccinelle: misc: add minmax script
 2021-02-17 21:17 UTC  (3+ messages)
`  "

[PATCH] mm: vmstat: add cma statistics
 2021-02-17 21:19 UTC  (3+ messages)

[PATCH] Revert "ath9k: fix ath_tx_process_buffer() potential null ptr dereference"
 2021-02-17 21:18 UTC 

[PATCH v2 00/13] vt82c686b clean ups and vt8231 emulation
 2021-02-17 20:36 UTC  (9+ messages)
` [PATCH v2 08/13] vt82c686: Move creation of ISA devices to the ISA bridge

[PATCH 1/8] drm/amdgpu: new resource cursor
 2021-02-17 21:18 UTC  (2+ messages)

[Buildroot] CMake package requires out of source build
 2021-02-17 21:17 UTC  (8+ messages)

[PATCH 1/4] add generic builtin command line
 2021-02-17 21:16 UTC  (9+ messages)

[PATCH] chcat: don't crash if access to binary policy is prohibited
 2021-02-17 21:16 UTC  (2+ messages)
` [PATCH v2] chcat: allow usage if binary policy is inaccessible

pm/testing build: 7 builds: 0 failed, 7 passed (v5.11-156-gc9756fcd3979)
 2021-02-17 21:15 UTC 

[meta-java][PATCH] oeqa: runtime: java: Add package check for java
 2021-02-17 21:11 UTC 

[igt-dev] [PATCH i-g-t 1/2] tests/kms_rotation_crc: reduce executions time on multiplane tests
 2021-02-17 21:10 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] "

[PATCH 1/4] hugetlb: Pass vma into huge_pte_alloc() and huge_pmd_share()
 2021-02-17 21:08 UTC  (3+ messages)

[PATCH v2 0/3] Add Bitstream configuration support for Versal
 2021-02-17 21:06 UTC  (6+ messages)
` [PATCH v2 2/3] dt-bindings: fpga: Add binding doc for versal fpga manager

[PATCH] qemu: Refresh mmap fixes patch status/content
 2021-02-17 21:07 UTC  (6+ messages)
` [OE-core] "

[PATCH 0/5] xfs: various log stuff
 2021-02-17 21:06 UTC  (3+ messages)
` [PATCH 4/5] xfs: Fix CIL throttle hang when CIL space used going backwards

[PATCH 1/3] Input: applespi: Don't wait for responses to commands indefinitely
 2021-02-17 21:06 UTC  (7+ messages)
` [PATCH 3/3] Input: applespi: Add trace_event module param for early tracing

[PATCH V3] iscsi: Do Not set param when sock is NULL
 2021-02-17 21:05 UTC  (4+ messages)

[PATCH v5 0/4] USB: misc: Add onboard_usb_hub driver
 2021-02-17 21:04 UTC  (3+ messages)
` [PATCH v5 1/4] dt-bindings: usb: Add binding for discrete onboard USB hubs

[PATCH v2] rm: honor sparse checkout patterns
 2021-02-17 21:02 UTC  (9+ messages)
` [RFC PATCH 0/7] add/rm: honor sparse checkout and warn on sparse paths
  ` [RFC PATCH 1/7] add --chmod: don't update index when --dry-run is used
  ` [RFC PATCH 2/7] add: include magic part of pathspec on --refresh error
  ` [RFC PATCH 3/7] t3705: add tests for `git add` in sparse checkouts
  ` [RFC PATCH 4/7] add: make --chmod and --renormalize honor "
  ` [RFC PATCH 5/7] pathspec: allow to ignore SKIP_WORKTREE entries on index matching
  ` [RFC PATCH 6/7] add: warn when pathspec only matches SKIP_WORKTREE entries
  ` [RFC PATCH 7/7] rm: honor sparse checkout patterns

[PATCH 4/4] fetch-pack: print and use dangling .gitmodules
 2021-02-17 21:02 UTC  (3+ messages)
` [PATCH 00/14] fsck: API improvements

[dpdk-dev] [PATCH 19.11] net/mlx5: fix storing the synched MAC to internal table
 2021-02-17 21:03 UTC  (2+ messages)
` [dpdk-dev] [PATCH 19.11 v2] "

[PATCH 1/2] dt-bindings: arm64: dts: mediatek: Add mt8183-pumpkin board
 2021-02-17 20:59 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: mt8183: add mt8183 pumpkin board

[PATCH] USB: gadget: dummy-hcd: remove redundant initialization of variable 'value'
 2021-02-17 21:01 UTC 

FAILED: patch "[PATCH] usb: gadget: u_ether: Fix MTU size mismatch with RX packet" failed to apply to 4.14-stable tree
 2021-02-17 21:00 UTC  (2+ messages)

[PATCH RESEND] mm, kasan: don't poison boot memory
 2021-02-17 20:59 UTC  (2+ messages)

[Intel-gfx] [RFC PATCH 0/9] drm/i915/spi: discrete graphics internal spi
 2021-02-17 20:58 UTC  (5+ messages)
` [Intel-gfx] [RFC PATCH 3/9] drm/i915/spi: add driver for on-die spi device
    `  "

[PATCH] mm, kasan: don't poison boot memory
 2021-02-17 20:56 UTC  (2+ messages)

[PATCH] PCI: cadence: Fix erroneous early return from an iterator
 2021-02-17 20:57 UTC  (2+ messages)

the git add command
 2021-02-17 20:48 UTC  (2+ messages)

[PATCH v28 0/8] Timestamp synchronization of host - guest tracing session
 2021-02-17 20:55 UTC  (3+ messages)
` [PATCH v28 1/8] trace-cmd: Save command lines in VM agent

[GIT PULL] seccomp updates for v5.12-rc1
 2021-02-17 20:54 UTC 

[Virtio-fs] Question on ACLs support in virtiofs
 2021-02-17 20:52 UTC  (7+ messages)

[PATCH v3 0/8] mm: memcontrol: switch to rstat
 2021-02-17 20:52 UTC  (4+ messages)
` [PATCH v3 4/8] cgroup: rstat: support cgroup1

[Intel-gfx] [PATCH 00/12] drm/i915/bios: vbt child device rework
 2021-02-17 20:52 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH] drm/i915/display: Compute aux ch power domain during DDI initialization
 2021-02-17 20:51 UTC  (4+ messages)

[poky-contrib][RFC PATCH 0/5] Suggestions for improvements?
 2021-02-17 20:51 UTC  (6+ messages)
` [poky-contrib][RFC PATCH 4/5] license.bbclass: Add functions to split and canonicalise license strings
  ` [OE-core] "

use ssd as write-journal or lvm-cache?
 2021-02-17 20:50 UTC  (4+ messages)

[PATCH] trace-cmd/timesync: Remove double check of finding the protocol
 2021-02-17 20:50 UTC 

[RELEASE] LTTng-UST 2.11.3 and 2.12.1 (Linux user-space tracer)
 2021-02-17 20:50 UTC  (3+ messages)
` [diamon-discuss] "
` [lttng-dev] "

[PATCH v2] IMA: support for duplicate data measurement
 2021-02-17 20:49 UTC  (5+ messages)

[PATCH v2] vfs: prevent copy_file_range to copy across devices
 2021-02-17 20:47 UTC  (3+ messages)
` [PATCH v3] vfs: fix copy_file_range regression in cross-fs copies

[libnftnl PATCH 2/2] Avoid out of bounds read from data
 2021-02-17 20:46 UTC 

[PATCH v1 00/18] Add HANTRO G2/HEVC decoder support for IMX8MQ
 2021-02-17 20:45 UTC  (4+ messages)
` [PATCH v1 13/18] media: hantro: Introduce G2/HEVC decoder

[libnftnl PATCH 1/2] Avoid out of bound reads in tests
 2021-02-17 20:45 UTC 

[PATCH v2 0/4] hugetlb: Disable huge pmd unshare for uffd-wp
 2021-02-17 20:46 UTC  (3+ messages)
` [PATCH v2 2/4] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled
  ` [PATCH v2 4/4] hugetlb/userfaultfd: Unshare all pmds for hugetlbfs when register wp


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.