All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-09 21:10:08 to 2021-06-09 21:57:39 UTC [more...]

[PATCH v3 0/3] drm/msm/dsi: support CPHY mode for 7nm pll/phy
 2021-06-09 21:57 UTC  (4+ messages)
` [PATCH v3 2/3] dt-bindings: msm: dsi: document phy-type property for 7nm dsi phy

[PATCH] clk: socfpga: remove set but not used variable 'rc'
 2021-06-09 21:57 UTC  (3+ messages)
` [PATCH V2] clk: socfpga: err out if of_clk_add_provider() failed in __socfpga_pll_init()

bpf_fib_lookup support for firewall mark
 2021-06-09 21:56 UTC  (4+ messages)

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2021-06-09 21:56 UTC  (5+ messages)

linux-next: Fixes tags need some work in the netfilter-next tree
 2021-06-09 21:56 UTC 

[PATCH v1 0/7] Add TDX Guest Support (shared-mm support)
 2021-06-09 21:55 UTC  (8+ messages)
` [PATCH v1 1/7] x86/mm: Move force_dma_unencrypted() to common code
` [PATCH v1 2/7] x86/tdx: Exclude Shared bit from physical_mask
` [PATCH v1 3/7] x86/tdx: Make pages shared in ioremap()
` [PATCH v1 4/7] x86/tdx: Add helper to do MapGPA hypercall
` [PATCH v1 5/7] x86/tdx: Make DMA pages shared
` [PATCH v1 6/7] x86/kvm: Use bounce buffers for TD guest
` [PATCH v1 7/7] x86/tdx: ioapic: Add shared bit for IOAPIC base address

[PATCH 0/5] dma-fence, i915: Stop allowing SLAB_TYPESAFE_BY_RCU for dma_fence
 2021-06-09 21:54 UTC  (14+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH 1/5] drm/i915: Move intel_engine_free_request_pool to i915_request.c
  `  "
` [PATCH 2/5] drm/i915: Use a simpler scheme for caching i915_request
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 3/5] drm/i915: Stop using SLAB_TYPESAFE_BY_RCU for i915_request
  `  "
` [PATCH 4/5] dma-buf: Stop using SLAB_TYPESAFE_BY_RCU in selftests
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 5/5] DONOTMERGE: dma-buf: Get rid of dma_fence_get_rcu_safe
  `  "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for dma-fence, i915: Stop allowing SLAB_TYPESAFE_BY_RCU for dma_fence
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH RFC 0/2] Add APNE PCMCIA 100 Mbit support
 2021-06-09 21:54 UTC  (5+ messages)
` [PATCH v1 "
  ` [PATCH v1 1/2] m68k: io_mm.h - add APNE 100 MBit support

[PATCH v2 0/3] don't collapse transports for the trunkable
 2021-06-09 21:53 UTC  (4+ messages)
` [PATCH v2 1/3] SUNRPC query xprt switch for number of active transports
` [PATCH v2 2/3] NFSv4 introduce max_connect mount options
` [PATCH v2 3/3] NFSv4.1+ add trunking when server trunking detected

[Buildroot] [PATCH 1/1] package/netatalk: requires CAST and DES support in openssl
 2021-06-09 21:54 UTC 

[PATCH] doc: Remove references to IBM Calgary
 2021-06-09 21:51 UTC 

[OpenRISC] [PATCH] bfd/elf32-or1k: fix building with gcc version < 5
 2021-06-09 21:53 UTC  (4+ messages)
  ` [OpenRISC] [PATCH v2] "

[PATCH v2 06/10] mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()
 2021-06-09 21:51 UTC  (8+ messages)
      ` [PATCH v3 "

[PATCH] kvm: LAPIC: Restore guard to prevent illegal APIC register access
 2021-06-09 21:51 UTC 

[PATCH v1 0/5] Add TDX Guest Support (boot fixes)
 2021-06-09 21:50 UTC  (6+ messages)
` [PATCH v1 1/5] x86/boot: Add a trampoline for APs booting in 64-bit mode
` [PATCH v1 2/5] x86/boot: Avoid #VE during boot for TDX platforms
` [PATCH v1 3/5] x86/topology: Disable CPU online/offline control for TDX guest
` [PATCH v1 4/5] x86/tdx: Forcefully disable legacy PIC for TDX guests
` [PATCH v1 5/5] x86: Skip WBINVD instruction for VM guest

[PATCH v2 0/8] iio: afe: add temperature rescaling support
 2021-06-09 21:50 UTC  (10+ messages)
` [PATCH v2 3/8] iio: inkern: error out on unsupported offset type
` [PATCH v2 4/8] iio: inkern: return valid type on raw to processed conversion
` [PATCH v2 8/8] dt-bindings: iio: afe: add binding for temperature-sense-amplifier

[PATCH v4 0/6] iommu/arm-smmu: adreno-smmu page fault handling
 2021-06-09 21:50 UTC  (9+ messages)
` [PATCH v4 5/6] drm/msm: Add crashdump support for stalled SMMU
` [PATCH v4 6/6] drm/msm: devcoredump iommu fault support

[PATCH v1 00/10] Add TDX Guest Support (#VE handler support)
 2021-06-09 21:45 UTC  (11+ messages)
` [PATCH v1 01/10] x86: Introduce generic protected guest abstraction
` [PATCH v1 02/10] x86/io: Allow to override inX() and outX() implementation
` [PATCH v1 03/10] x86/tdx: Handle port I/O in decompression code
` [PATCH v1 04/10] x86/tdx: Handle early IO operations
` [PATCH v1 05/10] x86/tdx: Handle port I/O
` [PATCH v1 06/10] x86/insn-eval: Introduce insn_get_modrm_reg_ptr()
` [PATCH v1 07/10] x86/insn-eval: Introduce insn_decode_mmio()
` [PATCH v1 08/10] x86/sev-es: Use insn_decode_mmio() for MMIO implementation
` [PATCH v1 09/10] x86/tdx: Handle in-kernel MMIO
` [PATCH v1 10/10] x86/tdx: Handle MWAIT and MONITOR

[driver-core:debugfs_cleanup] BUILD SUCCESS f5f9fc69e6fd116c92ae5c3c8cb1c4521777df3c
 2021-06-09 21:46 UTC 

[PATCH][next] virtchnl: Replace one-element array in struct virtchnl_vsi_queue_config_info
 2021-06-09 21:45 UTC  (6+ messages)
  ` [Intel-wired-lan] "

[PATCH net-next 00/13] Netfilter updates for net-next
 2021-06-09 21:45 UTC  (14+ messages)
` [PATCH net-next 01/13] netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use it
` [PATCH net-next 02/13] netfilter: nf_tables: remove nft_ctx_init_from_elemattr()
` [PATCH net-next 03/13] netfilter: nf_tables: remove nft_ctx_init_from_setattr()
` [PATCH net-next 04/13] netfilter: nftables: add nf_ct_pernet() helper function
` [PATCH net-next 05/13] netfilter: conntrack: Introduce tcp offload timeout configuration
` [PATCH net-next 06/13] netfilter: conntrack: Introduce udp "
` [PATCH net-next 07/13] netfilter: flowtable: Set offload timeouts according to proto values
` [PATCH net-next 08/13] netfilter: annotate nf_tables base hook ops
` [PATCH net-next 09/13] netfilter: add new hook nfnl subsystem
` [PATCH net-next 10/13] netfilter: nft_exthdr: Fix for unsafe packet data read
` [PATCH net-next 11/13] netfilter: nfnetlink_hook: fix array index out-of-bounds error
` [PATCH net-next 12/13] netfilter: nfnetlink_hook: add depends-on nftables
` [PATCH net-next 13/13] netfilter: nf_tables: move base hook annotation to init helper

[PATCH] libtraceevent: Workaround address sanitizer warnings
 2021-06-09 21:44 UTC 

[PATCH] m68k: Fix multiplatform ISA support
 2021-06-09 21:43 UTC  (4+ messages)
` [PATCH v2] m68k: io_mm.h: conditionalize ISA address translation on Atari

[PATCH 1/1] lib: remove leading spaces before tabs
 2021-06-09 21:44 UTC  (8+ messages)

[PATCH] tracing: Correct the length check which causes memory corruption
 2021-06-09 21:43 UTC  (7+ messages)

[RFC v2-fix-v4 1/1] x86/tdx: Skip WBINVD instruction for TDX guest
 2021-06-09 21:42 UTC  (5+ messages)
` [RFC v2-fix-v5 1/1] x86: Skip WBINVD instruction for VM guest

[Buildroot] [PATCH 1/1] package/libpsl: needs wchar
 2021-06-09 21:41 UTC 

[PATCH v7 0/8] Expose and manage PCI device reset
 2021-06-09 21:40 UTC  (3+ messages)
` [PATCH v7 8/8] PCI: Change the type of probe argument in reset functions

[Buildroot] [PATCH v2 00/28] sunxi: use mainline arm-trusted-firmware
 2021-06-09 21:40 UTC  (3+ messages)
` [Buildroot] [PATCH v2 01/28] boot/arm-trusted-firmware: option to disable stack protection

[usb:usb-testing] BUILD SUCCESS e89bb4288378b85c82212b60dc98ecda6b3d3a70
 2021-06-09 21:39 UTC 

[PATCH 1/8] system_data_types.7: Add 'blkcnt_t'
 2021-06-09 21:38 UTC  (2+ messages)

[PATCH v3 0/4] virtio net: spurious interrupt related fixes
 2021-06-09 21:36 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/libsoup: fix build with NLS
 2021-06-09 21:36 UTC  (2+ messages)

[RFC PATCH] clk: fix possible circular locking in clk_notifier_register()
 2021-06-09 21:35 UTC  (2+ messages)

[RFC PATCH 0/2] New NBD metacontext
 2021-06-09 21:31 UTC  (2+ messages)
` [RFC libnbd PATCH] info: Add support for new qemu:joint-allocation

[Buildroot] [PATCH 1/1] package/rhash: requires RMD160 support in openssl
 2021-06-09 21:30 UTC 

[Intel-gfx] [PULL] drm-intel-next
 2021-06-09 21:30 UTC  (2+ messages)
`  "

[PATCH] kernel_lockdown.7: Remove additional text alluding to lifting via SysRq
 2021-06-09 21:29 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 2/7] drm/probe-helper: add drm_kms_helper_connector_hotplug_event
 2021-06-09 21:23 UTC  (3+ messages)
`  "

[Intel-gfx] [PATCH v2 6/7] i915/display/dp: send a more fine-grained link-status uevent
 2021-06-09 21:24 UTC  (3+ messages)
`  "

[Intel-gfx] [PATCH v2 7/7] drm/connector: add ref to drm_connector_get in iter docs
 2021-06-09 21:24 UTC  (3+ messages)
`  "

[PATCH v3][venus-for-next-v5.14] media: venus: hfi_cmds: Fix packet size calculation
 2021-06-09 21:06 UTC  (2+ messages)

[Buildroot] [git commit] package/libsoup: fix build with NLS
 2021-06-09 21:28 UTC 

[PATCH] usb: typec: ucsi: Fix a comment in ucsi_init()
 2021-06-09 21:27 UTC 

[PATCH next-queue v5 0/4] igc: Add support for PCIe PTM
 2021-06-09 21:26 UTC  (8+ messages)
` [PATCH next-queue v5 3/4] igc: Enable "
  ` [Intel-wired-lan] "

[PATCH] kernel_lockdown.7: Remove description of lifting via SysRq (not upstream)
 2021-06-09 21:24 UTC  (2+ messages)

[PATCH BlueZ] mgmt-tester: Fix adding padding for Ext Adv (Scan Response) Data
 2021-06-09 21:24 UTC 

[Buildroot] [PATCH 1/1] package/libsoup: always disable tls_check
 2021-06-09 21:25 UTC 

[Intel-gfx] [PATCH v2 5/7] drm/probe-helper: use drm_kms_helper_connector_hotplug_event
 2021-06-09 21:23 UTC  (3+ messages)
`  "

[Intel-gfx] [PATCH v2 4/7] amdgpu: use drm_kms_helper_connector_hotplug_event
 2021-06-09 21:23 UTC  (3+ messages)
`  "

[Intel-gfx] [PATCH v2 3/7] drm/connector: use drm_sysfs_connector_hotplug_event
 2021-06-09 21:23 UTC  (3+ messages)
`  "

[Intel-gfx] [PATCH v2 1/7] drm/sysfs: introduce drm_sysfs_connector_hotplug_event
 2021-06-09 21:23 UTC  (3+ messages)
`  "

[Intel-gfx] [PATCH v2 0/7] drm: add per-connector hotplug events
 2021-06-09 21:23 UTC  (3+ messages)
`  "

[PATCH] Makefile, README: Break installation into a target for each mandir
 2021-06-09 21:21 UTC  (3+ messages)
` [PATCH v27] "

[PATCH 1/2 net-next] net: dsa: qca8k: fix an endian bug in qca8k_get_ethtool_stats()
 2021-06-09 21:20 UTC  (2+ messages)

[PATCH net-next] netdevsim: delete unnecessary debugfs checking
 2021-06-09 21:20 UTC  (2+ messages)

[PATCH net-next] devlink: Fix error message in devlink_rate_set_ops_supported()
 2021-06-09 21:20 UTC  (2+ messages)

[PATCH net-next 0/9] net: lapbether: clean up some code style issues
 2021-06-09 21:20 UTC  (2+ messages)

[PATCH net] udp: fix race between close() and udp_abort()
 2021-06-09 21:20 UTC  (2+ messages)

[RFC 0/6] drm/msm/dpu: add support for idependent DSI config
 2021-06-09 21:17 UTC  (14+ messages)
` [RFC 1/6] drm/msm/dsi: add two helper functions
` [RFC 2/6] drm/msm/dpu: support setting up two independent DSI connectors
` [RFC 3/6] drm/msm/mdp5: move mdp5_encoder_set_intf_mode after msm_dsi_modeset_init
` [RFC 4/6] drm/msm/dp: stop calling set_encoder_mode callback
` [RFC 5/6] drm/msm/dsi: "
` [RFC 6/6] drm/msm/kms: drop "

[Buildroot] [git commit] package/nginx: add upstream CVE-2021-23017 security fix
 2021-06-09 21:18 UTC  (2+ messages)

[Buildroot] [git commit] package/libcurl: security bump to version 7.77.0
 2021-06-09 21:18 UTC  (2+ messages)

[Buildroot] [git commit branch/2021.02.x] package/nginx: add upstream CVE-2021-23017 security fix
 2021-06-09 21:18 UTC 

[PATCH 00/55] target/arm: First slice of MVE implementation
 2021-06-09 21:16 UTC  (3+ messages)
` [PATCH 52/55] target/arm: Implement MVE VCADD

[Buildroot] [git commit branch/2021.02.x] package/libcurl: security bump to version 7.77.0
 2021-06-09 21:17 UTC 

[Buildroot] [PATCH v2, 1/1] package/gdb: fix gdbserver build with m68k and uclibc
 2021-06-09 21:16 UTC  (2+ messages)

[PATCH 0/5] Optimization batch 13: partial clone optimizations for merge-ort
 2021-06-09 21:16 UTC  (5+ messages)
` [PATCH 1/5] promisor-remote: output trace2 statistics for number of objects fetched
` [PATCH 2/5] t6421: add tests checking for excessive object downloads during merge

[PATCH] drm: display: Remove duplicated argument in dcn31
 2021-06-09 21:15 UTC  (5+ messages)

[Buildroot] [git commit branch/2021.02.x] package/gdb: fix gdbserver build with m68k and uclibc
 2021-06-09 21:16 UTC 

[PATCH] drm: display: Remove duplicate include in dce110
 2021-06-09 21:14 UTC  (5+ messages)

[PATCH 0/4] TSX force abort
 2021-06-09 21:14 UTC  (4+ messages)
` [PATCH 2/4] perf/x86/intel: Do not deploy workaround when TSX is deprecated
` [PATCH 3/4] x86/tsx: Clear CPUID bits when TSX always force aborts
` [PATCH 4/4] x86/tsx: Add cmdline tsx=fake to not clear CPUID bits RTM and HLE

[PATCH] clk: meson: g12a: Add missing NNA source clocks for g12b
 2021-06-09 21:12 UTC  (4+ messages)

[usb:usb-linus] BUILD SUCCESS fbf649cd6d64d40c03c5397ecd6b1ae922ba7afc
 2021-06-09 21:13 UTC 

[PATCH] drm/amd/display: use ARRAY_SIZE for base60_refresh_rates
 2021-06-09 21:12 UTC  (4+ messages)

[PATCH] drm/amd/display: Fix duplicate included clk_mgr.h
 2021-06-09 21:11 UTC  (4+ messages)

[PATCH] drm/msm/dsi: do not enable PHYs when called for the slave DSI interface
 2021-06-09 21:12 UTC  (2+ messages)

[GIT PULL] clk: meson: amlogic updates for v5.14
 2021-06-09 21:12 UTC  (2+ messages)

[PATCH v1] proc: Implement /proc/self/meminfo
 2021-06-09 20:56 UTC  (6+ messages)

[OE-core] [PATCH 1/3] opkg-utils: upgrade to version 0.4.5
 2021-06-09 21:10 UTC  (3+ messages)
` [OE-core] [PATCH 2/3] opkg: "
` [OE-core] [PATCH 3/3] opkg: add QA check for openssl feed verification

[PATCH net-next v2] nfp: use list_move instead of list_del/list_add in nfp_cppcore.c
 2021-06-09 21:10 UTC  (2+ messages)

[PATCH net-next v2] net: hns3: use list_move_tail instead of list_del/list_add_tail in hclgevf_main.c
 2021-06-09 21:10 UTC  (2+ messages)

[PATCH net-next v2] net: hns3: use list_move_tail instead of list_del/list_add_tail in hclge_main.c
 2021-06-09 21:10 UTC  (2+ messages)

[PATCH net] inet: annotate data race in inet_send_prepare() and inet_dgram_connect()
 2021-06-09 21:10 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.