All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-11 14:47:28 to 2021-03-11 15:25:22 UTC [more...]

[RESEND PATCH 0/3] MAINTAINERS: update STMicroelectronics email
 2021-03-11 15:24 UTC  (3+ messages)

[PATCH v3 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-03-11 15:24 UTC  (12+ messages)
` [PATCH v4 2/6] commit: add amend suboption to --fixup to create amend! commit
` [PATCH v4 3/6] commit: add a reword suboption to --fixup
` [PATCH v4 6/6] doc/git-commit: add documentation for fixup=[amend|reword] options

[PULL 00/38] Block layer patches and object-add QAPIfication
 2021-03-11 14:47 UTC  (7+ messages)
` [PULL 01/38] block: remove format defaults from QemuOpts in bdrv_create_file()
` [PULL 06/38] block/export: disable VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD for now
` [PULL 07/38] test: new qTest case to test the vhost-user-blk-server
` [PULL 08/38] tests/qtest: add multi-queue test case to vhost-user-blk-test
` [PULL 09/38] vhost-user-blk-test: test discard/write zeroes invalid inputs
` [PULL 10/38] tests: Drop 'props' from object-add calls

[PATCH v4 0/2] kunit: fail tests on UBSAN errors
 2021-03-11 15:23 UTC  (3+ messages)
` [PATCH v4 1/2] kunit: support failure from dynamic analysis tools
` [PATCH v4 2/2] kunit: ubsan integration

[PATCH v5 00/57] TCI fixes and cleanups
 2021-03-11 14:39 UTC  (51+ messages)
` [PATCH v5 04/57] tcg/tci: Split out tci_args_rr
` [PATCH v5 06/57] tcg/tci: Split out tci_args_rrrc
` [PATCH v5 08/57] tcg/tci: Split out tci_args_rrrrrc
` [PATCH v5 09/57] tcg/tci: Split out tci_args_rrcl and tci_args_rrrrcl
` [PATCH v5 10/57] tcg/tci: Split out tci_args_ri and tci_args_rI
` [PATCH v5 11/57] tcg/tci: Reuse tci_args_l for calls
` [PATCH v5 12/57] tcg/tci: Reuse tci_args_l for exit_tb
` [PATCH v5 15/57] tcg/tci: Split out tci_args_rrrr
` [PATCH v5 16/57] tcg/tci: Clean up deposit operations
` [PATCH v5 17/57] tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits
` [PATCH v5 18/57] tcg/tci: Split out tci_args_{rrm,rrrm,rrrrm}
` [PATCH v5 19/57] tcg/tci: Hoist op_size checking into tci_args_*
` [PATCH v5 20/57] tcg/tci: Remove tci_disas
` [PATCH v5 21/57] tcg/tci: Implement the disassembler properly
` [PATCH v5 22/57] tcg: Build ffi data structures for helpers
` [PATCH v5 23/57] tcg/tci: Use ffi for calls
` [PATCH v5 24/57] tcg/tci: Improve tcg_target_call_clobber_regs
` [PATCH v5 25/57] tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order
` [PATCH v5 26/57] tcg/tci: Push opcode emit into each case
` [PATCH v5 27/57] tcg/tci: Split out tcg_out_op_rrs
` [PATCH v5 28/57] tcg/tci: Split out tcg_out_op_l
` [PATCH v5 29/57] tcg/tci: Split out tcg_out_op_p
` [PATCH v5 30/57] tcg/tci: Split out tcg_out_op_rr
` [PATCH v5 31/57] tcg/tci: Split out tcg_out_op_rrr
` [PATCH v5 32/57] tcg/tci: Split out tcg_out_op_rrrc
` [PATCH v5 33/57] tcg/tci: Split out tcg_out_op_rrrrrc
` [PATCH v5 34/57] tcg/tci: Split out tcg_out_op_rrrbb
` [PATCH v5 35/57] tcg/tci: Split out tcg_out_op_rrcl
` [PATCH v5 36/57] tcg/tci: Split out tcg_out_op_rrrrrr
` [PATCH v5 37/57] tcg/tci: Split out tcg_out_op_rrrr
` [PATCH v5 38/57] tcg/tci: Split out tcg_out_op_rrrrcl
` [PATCH v5 39/57] tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm}
` [PATCH v5 40/57] tcg/tci: Split out tcg_out_op_v
` [PATCH v5 41/57] tcg/tci: Split out tcg_out_op_np
` [PATCH v5 42/57] tcg/tci: Split out tcg_out_op_r[iI]
` [PATCH v5 43/57] tcg/tci: Reserve r13 for a temporary
` [PATCH v5 44/57] tcg/tci: Emit setcond before brcond
` [PATCH v5 45/57] tcg/tci: Remove tci_write_reg
` [PATCH v5 46/57] tcg/tci: Change encoding to uint32_t units
` [PATCH v5 47/57] tcg/tci: Implement goto_ptr
` [PATCH v5 48/57] tcg/tci: Implement movcond
` [PATCH v5 49/57] tcg/tci: Implement andc, orc, eqv, nand, nor
` [PATCH v5 50/57] tcg/tci: Implement extract, sextract
` [PATCH v5 51/57] tcg/tci: Implement clz, ctz, ctpop
` [PATCH v5 52/57] tcg/tci: Implement mulu2, muls2
` [PATCH v5 53/57] tcg/tci: Implement add2, sub2
` [PATCH v5 54/57] tcg/tci: Split out tci_qemu_ld, tci_qemu_st
` [PATCH v5 55/57] tests/tcg: Increase timeout for TCI
` [PATCH v5 56/57] gitlab: Rename ACCEL_CONFIGURE_OPTS to EXTRA_CONFIGURE_OPTS
` [PATCH v5 57/57] gitlab: Enable cross-i386 builds of TCI

[PATCH v2 0/6] Fix bugs and add support for new Ingenic SoCs
 2021-03-11 15:21 UTC  (7+ messages)
` [PATCH v2 1/6] pinctrl: Ingenic: Add missing pins to the JZ4770 MAC MII group
` [PATCH v2 2/6] pinctrl: Ingenic: Add support for read the pin configuration of X1830
` [PATCH v2 3/6] pinctrl: Ingenic: Adjust the sequence of X1830 SSI pin groups
` [PATCH v2 4/6] pinctrl: Ingenic: Reformat the code
` [PATCH v2 5/6] dt-bindings: pinctrl: Add bindings for new Ingenic SoCs
` [PATCH v2 6/6] pinctrl: Ingenic: Add support "

[hch-misc:vfio-remove-nvlink 4/4] arch/powerpc/platforms/powernv/pci-ioda.c:1439:6: warning: no previous prototype for 'pnv_pci_ioda2_tce_invalidate_entire'
 2021-03-11 15:22 UTC 

[PATCH v2 0/2] set memcg when split page
 2021-03-11 15:21 UTC  (8+ messages)
` [PATCH v2 2/2] mm/memcg: "

[PATCH net-next 00/14] nexthop: Resilient next-hop groups
 2021-03-11 15:21 UTC  (5+ messages)
` [PATCH net-next 01/14] nexthop: Pass nh_config to replace_nexthop()
` [PATCH net-next 02/14] nexthop: __nh_notifier_single_info_init(): Make nh_info an argument

[PATCH 00/10] uvcvideo: Pass v4l2-compliance test
 2021-03-11 15:21 UTC  (4+ messages)
` [PATCH 10/10] media: uvcvideo: Populate only active control classes

[PATCH] ptrace: Allow other threads to access tracee
 2021-03-11 15:21 UTC  (2+ messages)

[PATCH] glibc: Fix CVE-2021-27645
 2021-03-11 15:21 UTC 

[PATCH] media: usb: fix uninit-value in sq905_read_data
 2021-03-11 15:20 UTC 

[PATCH 0/1] image.bbclass: deltask do_packagedata
 2021-03-11 15:21 UTC  (7+ messages)
` [PATCH 1/1] "
  ` [OE-core] "

[PATCH 00/11] Complete merge-ort implementation...almost
 2021-03-11 15:20 UTC  (11+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 02/10] merge-ort: add a special minimal index just for renormalization
  ` [PATCH v2 03/10] merge-ort: have ll_merge() use a special attr_index "
  ` [PATCH v2 06/10] t6428: new test for SKIP_WORKTREE handling and conflicts
  ` [PATCH v2 08/10] t: mark several submodule merging tests as fixed under merge-ort

[PATCH v2 00/14] Introduce STM32MP1 RCC in secured mode
 2021-03-11 15:18 UTC  (7+ messages)
        ` [Linux-stm32] "

Errant readings on LM81 with T2080 SoC
 2021-03-11 15:19 UTC  (13+ messages)

[PATCH v2] block: Suppress uevent for hidden device when removed
 2021-03-11 15:19 UTC 

[PATCH v2 0/5] Add missing reset controls to NVIDIA Tegra ASoC drivers
 2021-03-11 15:15 UTC  (12+ messages)
` [PATCH v2 1/5] ASoC: tegra20: ac97: Add reset control
` [PATCH v2 2/5] ASoC: tegra20: i2s: "
` [PATCH v2 3/5] ASoC: tegra30: i2s: Restore hardware state on runtime PM resume
` [PATCH v2 4/5] reset: Add reset_control_bulk API
` [PATCH v2 5/5] ASoC: tegra: ahub: Switch to use reset-bulk API

[PATCH] kasan: fix per-page tags for non-page_alloc pages
 2021-03-11 15:17 UTC  (6+ messages)

[PATCH 1/1] NFSD: fix error handling in callbacks
 2021-03-11 15:18 UTC  (11+ messages)

[PATCH] scsi: sd_zbc: update write pointer offset cache
 2021-03-11 15:18 UTC  (3+ messages)

[dpdk-dev] RFC: DPDK drivers for DPDK bus types
 2021-03-11 15:19 UTC 

[dpdk-dev] L3fwd mode in testpmd
 2021-03-11 15:18 UTC  (3+ messages)

[PATCH v3] do_wait: make PIDTYPE_PID case O(1) instead of O(n)
 2021-03-11 15:15 UTC  (5+ messages)

[PATCH v2 RESEND 1/2] dt-bindings: arm: Convert nuvoton,npcm750 binding to YAML
 2021-03-11 15:15 UTC  (7+ messages)
` [PATCH v2 RESEND 2/2] ARM: dts: Add board-specific compatible string to npcm750-evb devicetree

[PATCH 0/9] memcg accounting from OpenVZ
 2021-03-11 15:14 UTC  (7+ messages)

[PATCH v1] mm, hwpoison: enable error handling on shmem thp
 2021-03-11 15:14 UTC  (3+ messages)

[PATCH 0/3] sched: Fix remaining balance_push vs hotplug hole
 2021-03-11 15:13 UTC  (3+ messages)
` [PATCH 3/3] sched: Use cpu_dying() to fix balance_push vs hotplug-rollback

[PATCH] btrfs: zoned: fix linked list corruption after log root tree allocation failure
 2021-03-11 15:13 UTC 

GSoC'21@git project application
 2021-03-11 15:12 UTC  (2+ messages)

[PATCH] ide: fix warning comparing pointer to 0
 2021-03-11 15:12 UTC  (3+ messages)

[PATCH for-next] RDMA/core: Remove unused req_ncomp_notif device operation
 2021-03-11 15:09 UTC 

[PATCH] x86/platform/uv: Add more to secondary cpu kdump info
 2021-03-11 15:10 UTC 

[PATCH V2 00/25] Add Alder Lake support for perf (kernel)
 2021-03-11 15:09 UTC  (4+ messages)
` [PATCH V2 08/25] perf/x86: Hybrid PMU support for hardware cache event

[PATCH v4] util-linux: split uuid in separate recipe to allow bootstrapping
 2021-03-11 15:10 UTC  (5+ messages)
` [PATCH v10] "
` [PATCH v11] "

kernel BUG at kernel/auditsc.c:1527!
 2021-03-11 15:10 UTC  (3+ messages)

[PATCH 1/2] drm/i915/dp_link_training: Add newlines to debug messages
 2021-03-11 15:09 UTC  (6+ messages)
` [PATCH 2/2] drm/i915/dp_link_training: Convert DRM_DEBUG_KMS to drm_dbg_kms
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 1/2] drm/i915/dp_link_training: Add newlines to debug messages

[syzbot] KCSAN: data-race in start_this_handle / start_this_handle
 2021-03-11 15:08 UTC  (4+ messages)

[ovmf test] 159932: all pass - PUSHED
 2021-03-11 15:09 UTC 

PREEMPT_RT benchmark
 2021-03-11 15:03 UTC  (5+ messages)

Bug caused by moving to BlueZ 5.56 (bytes stripped from HoG reports)
 2021-03-11 15:05 UTC  (2+ messages)

stable-rc/queue/5.4 build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.104-24-gd9cf48210004)
 2021-03-11 15:05 UTC 

Linux kernel 5.11.6 released
 2021-03-11 15:05 UTC 

[PATCH]] drm/amdgpu/gfx9: add gfxoff quirk
 2021-03-11 15:02 UTC  (6+ messages)

slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
 2021-03-11 15:02 UTC  (3+ messages)

KASAN: slab-out-of-bounds Read in squashfs_get_id
 2021-03-11 15:04 UTC  (3+ messages)
` [syzbot] "

[PATCH] usb/usbtmc: Remove a redundant kref_put in usbtmc_disconnect
 2021-03-11 15:03 UTC 

[PATCH] [GSOC] commit: provides multiple common signatures
 2021-03-11 15:03 UTC  (2+ messages)

[PATCH v14 0/8] arm64: ARMv8.5-A: MTE: Add async mode support
 2021-03-11 15:00 UTC  (5+ messages)
` [PATCH v14 8/8] kselftest/arm64: Verify that TCO is enabled in load_unaligned_zeropad()

2021 X.Org Foundation Membership renewal period extended to Mar 18
 2021-03-11 15:01 UTC  (4+ messages)
` [Intel-gfx] "
` [Nouveau] "

rename BIO_MAX_PAGES
 2021-03-11 15:00 UTC  (4+ messages)
` [PATCH] block: rename BIO_MAX_PAGES to BIO_MAX_VECS

[PATCH 0/2] AFS metadata xattr fixes
 2021-03-11 14:54 UTC  (2+ messages)

[PATCH for-4.15 v2] xen/dmop: Strip __XEN_TOOLS__ header guard from public API
 2021-03-11 14:59 UTC  (10+ messages)

[Intel-gfx] [PATCH v8 00/69] drm/i915: Remove obj->mm.lock!
 2021-03-11 14:59 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Remove obj->mm.lock! (rev16)

[PATCH v6 00/15] pinctrl: add BCM63XX pincontrol support
 2021-03-11 14:57 UTC  (6+ messages)
` [PATCH v6 03/15] pinctrl: bcm: add bcm63xx base code

[Intel-gfx] [PATCH] drm/i915: Uninit the DMC FW loader state during shutdown
 2021-03-11 14:59 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "

sensors-detect: Found unknown chip with ID 0x0404
 2021-03-11 14:57 UTC  (2+ messages)

[Virtio-fs] [PATCH] virtiofsd: Don't assume header layout
 2021-03-11 14:58 UTC  (3+ messages)

[drm/i915] 7962893ecb: WARNING:at_drivers/gpu/drm/i915/intel_runtime_pm.c:#intel_runtime_pm_driver_release[i915]
 2021-03-11 14:57 UTC  (5+ messages)
  ` [LKP] "

Adding keys to BMC production build
 2021-03-11 14:57 UTC  (3+ messages)

Arm + KASAN + syzbot
 2021-03-11 14:55 UTC  (12+ messages)

Clock sync priorities
 2021-03-11 14:55 UTC  (3+ messages)

ld.lld: error: debug_core.c:(.text+0xFDC): relocation R_RISCV_ALIGN requires unimplemented linker relaxation; recompile with -mno-relax
 2021-03-11 14:57 UTC 

[PATCH] kernel-shark v2: Change the logic for opening trace-cmd files
 2021-03-11 14:55 UTC  (4+ messages)

[PATCH] kernel-shark: Do not hardcode /usr prefix for polkit policies
 2021-03-11 14:54 UTC  (5+ messages)
    ` [PATCH v2] "

stable/linux-4.4.y build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.261)
 2021-03-11 14:54 UTC 

Linux kernel 5.10.23 released
 2021-03-11 14:55 UTC 

stable/linux-4.14.y build: 199 builds: 0 failed, 199 passed, 68 warnings (v4.14.225)
 2021-03-11 14:53 UTC 

[PATCH v2] ptrace: add PTRACE_GET_RSEQ_CONFIGURATION request
 2021-03-11 14:51 UTC  (2+ messages)

[RFC v2 0/5] arm64 / clk: socfpga: simplifying, cleanups and compile testing
 2021-03-11 14:50 UTC  (14+ messages)
` [RFC v2 3/5] arm64: socfpga: rename ARCH_STRATIX10 to ARCH_SOCFPGA64

[PATCH 0/8] ARM: STM32: add art-pi(stm32h750xbh6) board support
 2021-03-11 14:50 UTC  (8+ messages)
` [PATCH 5/8] ARM: dts: stm32: introduce stm32h7-pinctrl.dtsi to support stm32h75x

[Buildroot] [PATCH] strace: fix build for no-MMU targets
 2021-03-11 14:51 UTC  (2+ messages)

[PATCH v5] arm: Add Kconfig entry to select CONFIG_DTB_FILE
 2021-03-11 14:50 UTC  (2+ messages)

[PATCH v5 0/3] arm64: Add TI AM65x-based IOT2050 boards
 2021-03-11 14:33 UTC  (4+ messages)
` [PATCH v5 2/3] dt-bindings: arm: ti: Add bindings for Siemens "

[PATCH v7 3/3] drm: Add GUD USB Display driver
 2021-03-11 14:48 UTC  (4+ messages)

[PATCH] clk: socfpga: fix iomem pointer cast on 64-bit
 2021-03-11 14:48 UTC 

[PATCH] lib/test_kmod: Fix a use after free in register_test_dev_kmod
 2021-03-11 14:46 UTC  (6+ 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.