All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-04 01:22:22 to 2021-02-04 02:31:30 UTC [more...]

[PATCH v2 00/93] TCI fixes and cleanups
 2021-02-04  1:44 UTC  (57+ messages)
` [PATCH v2 01/93] gdbstub: Fix handle_query_xfer_auxv
` [PATCH v2 02/93] tcg: Split out tcg_raise_tb_overflow
` [PATCH v2 03/93] configure: Fix --enable-tcg-interpreter
` [PATCH v2 04/93] tcg: Manage splitwx in tc_ptr_to_region_tree by hand
` [PATCH v2 05/93] tcg/tci: Make tci_tb_ptr thread-local
` [PATCH v2 06/93] tcg/tci: Implement INDEX_op_ld16s_i32
` [PATCH v2 07/93] tcg/tci: Implement INDEX_op_ld8s_i64
` [PATCH v2 08/93] tcg/tci: Inline tci_write_reg32s into the only caller
` [PATCH v2 09/93] tcg/tci: Inline tci_write_reg8 into its callers
` [PATCH v2 10/93] tcg/tci: Inline tci_write_reg16 into the only caller
` [PATCH v2 11/93] tcg/tci: Inline tci_write_reg32 into all callers
` [PATCH v2 12/93] tcg/tci: Inline tci_write_reg64 into 64-bit callers
` [PATCH v2 13/93] tcg/tci: Merge INDEX_op_ld8u_{i32,i64}
` [PATCH v2 14/93] tcg/tci: Merge INDEX_op_ld8s_{i32,i64}
` [PATCH v2 15/93] tcg/tci: Merge INDEX_op_ld16u_{i32,i64}
` [PATCH v2 16/93] tcg/tci: Merge INDEX_op_ld16s_{i32,i64}
` [PATCH v2 17/93] tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}
` [PATCH v2 18/93] tcg/tci: Merge INDEX_op_st8_{i32,i64}
` [PATCH v2 19/93] tcg/tci: Merge INDEX_op_st16_{i32,i64}
` [PATCH v2 20/93] tcg/tci: Move stack bounds check to compile-time
` [PATCH v2 21/93] tcg/tci: Merge INDEX_op_{st_i32,st32_i64}
` [PATCH v2 22/93] tcg/tci: Use g_assert_not_reached
` [PATCH v2 23/93] tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*
` [PATCH v2 24/93] tcg/tci: Implement 64-bit division
` [PATCH v2 25/93] tcg/tci: Remove TODO as unused
` [PATCH v2 26/93] tcg/tci: Restrict TCG_TARGET_NB_REGS to 16
` [PATCH v2 27/93] tcg/tci: Fix TCG_REG_R4 misusage
` [PATCH v2 28/93] tcg/tci: Use bool in tcg_out_ri*
` [PATCH v2 29/93] tcg/tci: Remove TCG_CONST
` [PATCH v2 30/93] tcg/tci: Merge identical cases in generation
` [PATCH v2 31/93] tcg/tci: Remove tci_read_r8
` [PATCH v2 32/93] tcg/tci: Remove tci_read_r8s
` [PATCH v2 33/93] tcg/tci: Remove tci_read_r16
` [PATCH v2 34/93] tcg/tci: Remove tci_read_r16s
` [PATCH v2 35/93] tcg/tci: Remove tci_read_r32s
` [PATCH v2 36/93] tcg/tci: Reduce use of tci_read_r64
` [PATCH v2 37/93] tcg/tci: Merge basic arithmetic operations
` [PATCH v2 38/93] tcg/tci: Merge extension operations
` [PATCH v2 39/93] tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64
` [PATCH v2 40/93] tcg/tci: Merge bswap operations
` [PATCH v2 41/93] tcg/tci: Merge mov, not and neg operations
` [PATCH v2 42/93] tcg/tci: Rename tci_read_r to tci_read_rval
` [PATCH v2 43/93] tcg/tci: Split out tci_args_rrs
` [PATCH v2 44/93] tcg/tci: Split out tci_args_rr
` [PATCH v2 45/93] tcg/tci: Split out tci_args_rrr
` [PATCH v2 47/93] tcg/tci: Split out tci_args_l
` [PATCH v2 48/93] tcg/tci: Split out tci_args_rrrrrc
` [PATCH v2 49/93] tcg/tci: Split out tci_args_rrcl and tci_args_rrrrcl
` [PATCH v2 50/93] tcg/tci: Split out tci_args_ri and tci_args_rI
` [PATCH v2 51/93] tcg/tci: Reuse tci_args_l for calls
` [PATCH v2 52/93] tcg/tci: Reuse tci_args_l for exit_tb
` [PATCH v2 54/93] tcg/tci: Split out tci_args_rrrrrr
` [PATCH v2 57/93] tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits
` [PATCH v2 60/93] tcg/tci: Remove tci_disas
` [PATCH v2 62/93] tcg: Build ffi data structures for helpers
` [PATCH v2 64/93] tcg/tci: Improve tcg_target_call_clobber_regs

[PATCH net-next 0/4] chelsio: improve PCI VPD handling
 2021-02-04  2:30 UTC  (3+ messages)
` [PATCH net-next 1/4] PCI/VPD: Remove Chelsio T3 quirk

[PATCH] block: recalculate segment count for multi-segment discard requests correctly
 2021-02-04  2:27 UTC  (7+ messages)

[PATCH net-next] seg6: fool-proof the processing of SRv6 behavior attributes
 2021-02-04  2:27 UTC  (3+ messages)

[PATCH v5 0/8] common SVDM version and VDO from dt
 2021-02-04  2:24 UTC  (4+ messages)
` [PATCH v5 2/8] usb: pd: Update VDO definitions

[PATCH net-next] cxgb4: Add new T6 PCI device id 0x6092
 2021-02-04  2:23 UTC  (2+ messages)

[PATCH v2 0/3] iommu/vt-d: Add support for ACPI/SATC table
 2021-02-04  2:13 UTC  (6+ messages)
` [PATCH v2 3/3] iommu/vt-d: Apply SATC policy

[PATCH 01/13] arm: nanopi2: Remove unused code
 2021-02-04  2:24 UTC  (13+ messages)
` [PATCH 02/13] arm: imx: Remove unused CONFIG_xxx_TAG support
` [PATCH 03/13] arm: layerscape: Disable ATAG support on some platforms
` [PATCH 04/13] bcmstb: Disable ATAGs support
` [PATCH 05/13] arm: puma_rk3399: "
` [PATCH 06/13] arm: goni: Disable CONFIG_REVISION_TAG
` [PATCH 07/13] arm: aspeed: Disable ATAGs support
` [PATCH 08/13] arm: mediatek: "
` [PATCH 09/13] arm: mvebu: Disable ATAGs support on some platforms
` [PATCH 10/13] arm: rcar2/3: Disable ATAGs support
` [PATCH 11/13] arm: s32v234: "
` [PATCH 12/13] arm: socfpga: arria5_secu1: "
` [PATCH 13/13] arm: stm32: "

[RFC PATCH 0/9] cgroup support for GPU devices
 2021-02-04  2:23 UTC  (7+ messages)
` [RFC PATCH 7/9] drmcg: Add initial support for tracking gpu time usage
      ` [Intel-gfx] "

[PATCH] x86: Add a prompt for HPET_EMULATE_RTC
 2021-02-04  2:21 UTC 

[PATCH net] net: psample: Fix the netlink skb length
 2021-02-04  2:21 UTC  (2+ messages)

[PATCH 00/12] KVM: x86: Legal GPA fixes and cleanups
 2021-02-04  2:19 UTC  (4+ messages)
` [PATCH 07/12] KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode

[PATCH 0/4] mm/hugetlb: Early cow on fork, and a few cleanups
 2021-02-04  2:20 UTC  (5+ messages)
` [PATCH 1/4] hugetlb: Dedup the code to add a new file_region
` [PATCH 2/4] hugetlg: Break earlier in add_reservation_in_range() when we can

[dpdk-dev] [PATCH v1] net/ice: update VLAN strip set in double VLAN mode
 2021-02-04  2:03 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] net/ice: fix VLAN strip show "

Writing a BSP from downstream kernel sources
 2021-02-04  2:19 UTC  (10+ messages)
` [yocto] "

[PATCH net-next v2] netlink: add tracepoint at NL_SET_ERR_MSG
 2021-02-04  2:15 UTC  (3+ messages)

[PATCH v6 0/37] SCMI vendor protocols and modularization
 2021-02-04  2:14 UTC  (4+ messages)
` [PATCH v6 13/37] cpufreq: scmi: port driver to the new scmi_perf_proto_ops interface

[PATCH RFC v1 4/6] swiotlb: enable 64-bit swiotlb
 2021-02-04  2:13 UTC 

5:11: in-kernel BTF is malformed
 2021-02-04  2:10 UTC  (8+ messages)

[PATCH V2] drivers: net: ethernet: i825xx: Fix couple of spellings and get rid of blank lines too in the file ether1.c
 2021-02-04  2:09 UTC  (3+ messages)

[PATCH V2 net-next 5/5] icmp: add response to RFC 8335 PROBE messages
 2021-02-04  2:10 UTC 

[PATCH net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2021-01-28
 2021-02-04  2:08 UTC  (5+ messages)
` [PATCH net-next 04/15] ice: add devlink parameters to read and write minimum security revision

stable-rc/linux-4.14.y build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.219)
 2021-02-04  2:08 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915: Index min_{cdclk, voltage_level}[] with pipe
 2021-02-04  2:08 UTC  (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Use intel_hdmi_port_clock() more

Optimized clocksource with AMD AVIC enabled for Windows guest
 2021-02-04  2:05 UTC  (4+ messages)

[PATCH] ALSA: usb-audio: endpoint : remove redundant check before usb_free_coherent()
 2021-02-04  2:05 UTC 

[PATCH] auto-t: testFT-PSK-roam wait for connected
 2021-02-04  2:06 UTC  (2+ messages)

[Outreachy] Internship blog 2020 post #5
 2021-02-04  2:04 UTC 

[PATCH v11 0/2] UIO support for dfl devices
 2021-02-04  1:59 UTC  (3+ messages)
` [PATCH v11 1/2] uio: uio_dfl: add userspace i/o driver for DFL bus
` [PATCH v11 2/2] Documentation: fpga: dfl: Add description for DFL UIO support

ERROR: ".current_stack_frame" undefined!
 2021-02-04  2:02 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/vblank: Avoid storing a timestamp for the same frame twice
 2021-02-04  2:04 UTC  (2+ messages)
`  "

[igt-dev] [PATCH v3 1/3] drm-uapi: Add AMD DRM Modifier update to IGT
 2021-02-04  2:03 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [v3,1/3] drm-uapi: Add AMD DRM Modifier update to IGT (rev2)

[PATCH RFC 0/4] Add HDMI support for Intel KeemBay I2S
 2021-02-04  1:42 UTC  (5+ messages)
` [PATCH RFC 1/4] ASoC: codec: hdmi-codec: Support IEC958 encoded PCM format
` [PATCH RFC 2/4] drm: bridge: adv7511: Support I2S "
` [PATCH RFC 3/4] dt-bindings: sound: Intel, Keembay-i2s: Add hdmi-i2s compatible string
` [PATCH RFC 4/4] ASoC: Intel: KMB: Support IEC958 encoded PCM format

[PATCH 0/1] clk: mmp2: Enable the 3D GPU clock alongside the 2D clock
 2021-02-04  2:01 UTC  (2+ messages)
` [PATCH 1/1] "

[dhowells-fs:keys-next 28/31] certs/common.c:6:5: warning: no previous prototype for function 'load_certificate_list'
 2021-02-04  2:02 UTC 

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-02-04  2:01 UTC  (20+ messages)
` [RFC PATCH v3 08/27] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [RFC PATCH v3 23/27] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions

[PATCH net-next 0/7] net: hns3: updates for -next
 2021-02-04  2:01 UTC  (4+ messages)
` [PATCH net-next 4/7] net: hns3: add support for obtaining the maximum frame length

[PATCH v4] Extend watchdog timeout during kernel panic
 2021-02-04  2:01 UTC  (2+ messages)

[PATCH 0/5] md/raid10: Improve handling raid10 discard request
 2021-02-04  2:00 UTC  (10+ messages)
` [PATCH 1/5] md: add md_submit_discard_bio() for submitting discard bio
` [PATCH 3/5] md/raid10: pull codes that wait for blocked dev into one function
` [PATCH 4/5] md/raid10: improve raid10 discard request

stable/linux-5.4.y build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.95)
 2021-02-04  1:59 UTC 

[PATCH] misc: pvpanic: sysfs_emit uses should have a newline
 2021-02-04  1:58 UTC  (4+ messages)
` [External] "

[PATCH v2 1/1] fpga: dfl: afu: harden port enable logic
 2021-02-04  1:55 UTC  (7+ messages)

[PATCH v14 00/11] support reserving crashkernel above 4G on arm64 kdump
 2021-02-04  1:53 UTC  (6+ messages)
` [PATCH v14 11/11] kdump: update Documentation about crashkernel

[PATCH V7 0/6] dt: build overlays
 2021-02-04  1:54 UTC  (3+ messages)
` [PATCH V7 6/6] of: unittest: Statically apply overlays using fdtoverlay

[PATCH v5 0/9] dm: core: Add support for vital devices
 2021-02-04  1:54 UTC  (19+ messages)
` [PATCH v5 1/9] smem: Don't use -EPROBE_DEFER
` [PATCH v5 2/9] nand: brcmnand: "
` [PATCH v5 3/9] dm: Rename DM_FLAG_REMOVE_WITH_PD_ON
` [PATCH v5 4/9] dm: pci: Correct use of wrong flag name
` [PATCH v5 5/9] dm: core: Remove children before advising uclass
` [PATCH v5 6/9] dm: core: Avoid partially removing devices
` [PATCH v5 7/9] dm: core: Add late driver remove option
` [PATCH v5 8/9] arm: Remove vital devices last
` [PATCH v5 9/9] dm: core: Add documentation about device removal

[PATCH v2 00/10] Allow booting a 32-bit system with a top memory address beyond 4 GiB
 2021-02-04  1:53 UTC  (22+ messages)
` [PATCH v2 01/10] riscv: Adjust board_get_usable_ram_top() for 32-bit
` [PATCH v2 02/10] arm: rockchip: Explicitly cast gd->ram_top in dram_init_banksize()
` [PATCH v2 03/10] global_data.h: Change ram_top type to phys_addr_t
` [PATCH v2 04/10] serial: sifive: Cast dev_read_addr() with uintptr_t
` [PATCH v2 05/10] riscv: ax25-ae350: Cast addr "
` [PATCH v2 06/10] net: ftmac100: Cast priv->iobase "
` [PATCH v2 07/10] fdtdec: Cast prior_stage_fdt_address "
` [PATCH v2 08/10] riscv: Change phys_addr_t and phys_size_t to 64-bit
` [PATCH v2 09/10] bdinfo: Rename function names to be clearer
` [PATCH v2 10/10] bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bit

[PATCH v2 1/1] sandbox: mark os_abort() as noreturn
 2021-02-04  1:53 UTC  (3+ messages)

[PATCH 1/1] firmware: smci: possible NULL dereference
 2021-02-04  1:53 UTC  (3+ messages)

[PATCH 0/7] [PULL REQUEST] iommu/vt-d: Update for v5.12
 2021-02-04  1:44 UTC  (8+ messages)
` [PATCH 1/7] iommu/vt-d: Fix 'physical' typos
` [PATCH 2/7] iommu/vt-d: Audit IOMMU Capabilities and add helper functions
` [PATCH 3/7] iommu/vt-d: Move capability check code to cap_audit files
` [PATCH 4/7] iommu/vt-d: Add iotlb_sync_map callback
` [PATCH 5/7] iommu/vt-d: Add new enum value and structure for SATC
` [PATCH 6/7] iommu/vt-d: Parse SATC reporting structure
` [PATCH 7/7] iommu/vt-d: Apply SATC policy

[PATCH v2,net-next,0/3] Support for OcteonTX2 98xx CPT block
 2021-02-04  1:50 UTC  (2+ messages)

[PATCH 0/2] chelsio: cxgb: Use threaded interrupts for deferred work
 2021-02-04  1:50 UTC  (2+ messages)

[Intel-wired-lan] [PATCH next-queue v1] igb: Redistribute memory for transmit packet buffers when in Qav mode
 2021-02-04  1:50 UTC 

[PATCH] Bluetooth: btusb: remove set but not used variable in btusb_mtk_setup_firmware_79xx
 2021-02-04  1:48 UTC  (2+ messages)
`  "

[PATCH 1/3] kunit: add kunit.filter_glob cmdline option to filter suites
 2021-02-04  1:48 UTC 

stable/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.173)
 2021-02-04  1:46 UTC 

[yocto][ptest-runner][PATCH] util.c: remove the usage of pipe for parent/child communication
 2021-02-04  1:45 UTC  (2+ messages)

[PATCH] arm64: improve whitespace
 2021-02-04  1:43 UTC 

[PATCH v1 0/5] ACPI: More cleanups related to printing messages
 2021-02-04  1:42 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
    ` [PATCH v3 4/5] ACPI: video: Clean up "

[PATCH 2/2] arm64/kernel: improve the coding style
 2021-02-04  1:40 UTC  (3+ messages)
  `  "

[PATCH] MIPS: make userspace mapping young by default
 2021-02-04  1:39 UTC 

[dm-devel] [PATCH] multipathd: avoid crash in uevent_cleanup()
 2021-02-04  1:40 UTC  (5+ messages)

What's cooking in git.git (Jan 2021, #06; Sat, 30)
 2021-02-04  1:38 UTC  (5+ messages)

[ANNOUNCE] 4.9.255-rt170
 2021-02-04  1:37 UTC 

[PATCH 1/3] dt-bindings: Fix undocumented compatible strings in examples
 2021-02-04  1:23 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: iommu: renesas,ipmmu-vmsa: Make 'power-domains' conditionally required

[PATCH v3 1/1] fpga: dfl: afu: harden port enable logic
 2021-02-04  1:38 UTC  (4+ messages)

[PATCH iproute2-next 2/2] vdpa: Add vdpa tool
 2021-02-04  1:37 UTC  (5+ messages)
` [PATCH iproute2-next v3 0/5] Add vdpa device management tool
  ` [PATCH iproute2-next v3 1/5] Add kernel headers

[PATCH v3] watchdog: Add hrtimer-based pretimeout feature
 2021-02-04  1:35 UTC  (2+ messages)

linux-next: build failure after merge of the net-next tree
 2021-02-04  1:33 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Ratelimit heartbeat completion probing
 2021-02-04  1:32 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gt: Ratelimit heartbeat completion probing (rev2)

[PATCH v5 0/3] Kbuild: DWARF v5 support
 2021-02-04  1:31 UTC  (7+ messages)

[PATCH v2] net: mdiobus: Prevent spike on MDIO bus reset signal
 2021-02-04  1:30 UTC  (2+ messages)

[PATCH net-next] net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()
 2021-02-04  1:30 UTC  (2+ messages)

[weiny2:tip-pks-v3.1 6/13] init/init_task.c:69:3: warning: missing braces around initializer
 2021-02-04  1:24 UTC 

[PATCH] doc/git-branch: fix awkward wording for "-c"
 2021-02-04  1:21 UTC  (3+ messages)

[PATCH 1/2] perf trace-event-info: Rename for_each_event
 2021-02-04  1:21 UTC  (6+ messages)
` [PATCH 2/2] perf parse-events: Break out tracepoint and printing


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.