All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-03 08:28:25 to 2021-06-03 09:03:12 UTC [more...]

[PATCH v2 00/28] Convert floatx80 and float128 to FloatParts
 2021-06-03  9:01 UTC  (5+ messages)
` [PATCH v2 05/28] softfloat: Move compare_floats to softfloat-parts.c.inc
` [PATCH v2 06/28] softfloat: Move scalbn_decomposed "

[PATCH 1/2] KVM: LAPIC: write 0 to TMICT should also cancel vmx-preemption timer
 2021-06-03  9:00 UTC  (2+ messages)
` [PATCH 2/2] KVM: LAPIC: reset TMCCT during vCPU reset

[PATCH] powerpc/8xx: Allow disabling KUAP at boot time
 2021-06-03  9:02 UTC  (2+ messages)

[PULL 00/20] Block layer patches
 2021-06-03  8:59 UTC  (2+ messages)

[PATCH net-next] ieee802154: fix error return code in ieee802154_llsec_getparams()
 2021-06-03  9:01 UTC  (2+ messages)

[PATCH for-rc v1] RDMA/rxe: Fix failure during driver load
 2021-06-03  9:01 UTC 

pull-request: wireless-drivers-2021-06-03
 2021-06-03  9:00 UTC 

[PATCH v7 0/5] convert grf.txt to YAML
 2021-06-03  8:58 UTC  (7+ messages)
` [PATCH v7 1/5] dt-bindings: phy: rename phy nodename in phy-rockchip-inno-usb2.yaml

Need suggestion for 'access_type' of AMBA pl011 serial driver
 2021-06-03  8:59 UTC  (2+ messages)

[PATCH v3 0/2] Gitlab: Add issue templates
 2021-06-03  8:45 UTC  (3+ messages)
` [PATCH v3 1/2] GitLab: Add "Bug" issue reporting template

virtio-net: kernel panic in virtio_net.c
 2021-06-03  8:57 UTC  (3+ messages)

[PATCH v6 0/5] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-06-03  8:57 UTC  (8+ messages)
` [PATCH v6 1/5] writeback, cgroup: switch to rcu_work API in inode_switch_wbs()
` [PATCH v6 2/5] writeback, cgroup: keep list of inodes attached to bdi_writeback
` [PATCH v6 3/5] writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()

Hunting mode switches
 2021-06-03  8:57 UTC  (2+ messages)

[dpdk-dev] [PATCH] gpudev: introduce memory API
 2021-06-03  8:57 UTC  (11+ messages)

[PATCH v2 0/2] Gitlab: Add issue templates
 2021-06-03  8:43 UTC  (5+ messages)
` [PATCH v2 1/2] GitLab: Add "Bug" issue reporting template

[meta-arago PATCH] tisdk-core-bundle: Install sysfw.itb in the prebuilt-images directory
 2021-06-03  8:56 UTC  (2+ messages)

[PATCH v5 0/8] ACPI/IORT: Support for IORT RMR node
 2021-06-03  8:52 UTC  (5+ messages)
` [PATCH v5 7/8] iommu/arm-smmu: Get associated RMR info and install bypass SMR

[PATCH v2 0/3] IB/core: Obtaining subnet_prefix from cache in IB devices
 2021-06-03  8:55 UTC  (5+ messages)
` [PATCH v2 1/3] IB/core: Removed port validity check from ib_get_cached_subnet_prefix
` [PATCH v2 2/3] IB/core: Shuffle locks in ib_port_data to save memory

[PULL 00/42] ppc-for-6.1 queue 20210603
 2021-06-03  8:22 UTC  (36+ messages)
` [PULL 06/42] spapr: Fix EEH capability issue on KVM guest for PCI passthru
` [PULL 07/42] spapr: nvdimm: Forward declare and move the definitions
` [PULL 08/42] spapr: nvdimm: Fix the persistent-memory root node name in device tree
` [PULL 09/42] target/ppc: fold ppc_store_ptcr into it's only caller
` [PULL 11/42] spapr: Set LPCR to current AIL mode when starting a new CPU
` [PULL 13/42] target/ppc: added ifdefs around TCG-only code
` [PULL 14/42] target/ppc: created tcg-stub.c file
` [PULL 15/42] target/ppc: updated meson.build to support disable-tcg
` [PULL 16/42] target/ppc: remove ppc_cpu_dump_statistics
` [PULL 17/42] target/ppc: removed mentions to DO_PPC_STATISTICS
` [PULL 18/42] monitor: removed cpustats command
` [PULL 19/42] ppc/pef.c: initialize cgs->ready in kvmppc_svm_init()
` [PULL 20/42] hw/core/cpu: removed cpu_dump_statistics function
` [PULL 21/42] HMP: added info cpustats to removed_features.rst
` [PULL 22/42] target/ppc: removed GEN_OPCODE decision tree
` [PULL 23/42] target/ppc: removed all mentions to PPC_DUMP_CPU
` [PULL 24/42] target/ppc: overhauled and moved logic of storing fpscr
` [PULL 25/42] target/ppc: powerpc_excp: Move lpes code to where it is used
` [PULL 26/42] target/ppc: powerpc_excp: Remove dump_syscall_vectored
` [PULL 27/42] target/ppc: powerpc_excp: Consolidade TLB miss code
` [PULL 28/42] target/ppc: Introduce macros to check isa extensions
` [PULL 29/42] target/ppc: Move page crossing check to ppc_tr_translate_insn
` [PULL 30/42] target/ppc: Add infrastructure for prefixed insns
` [PULL 31/42] target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI
` [PULL 32/42] target/ppc: Implement PNOP
` [PULL 33/42] target/ppc: Move D/DS/X-form integer loads to decodetree
` [PULL 34/42] target/ppc: Implement prefixed integer load instructions
` [PULL 35/42] target/ppc: Move D/DS/X-form integer stores to decodetree
` [PULL 36/42] target/ppc: Implement prefixed integer store instructions
` [PULL 37/42] target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructions
` [PULL 38/42] target/ppc: Implement cfuged instruction
` [PULL 39/42] target/ppc: Implement vcfuged instruction
` [PULL 40/42] target/ppc: Move addpcis to decodetree
` [PULL 41/42] target/ppc: Move cmp/cmpi/cmpl/cmpli "
` [PULL 42/42] target/ppc: fix single-step exception regression

[PATCH 0/2] Fixes for broken commit 48afe6e4eabf, Windows fails to boot
 2021-06-03  8:45 UTC  (5+ messages)
` [PATCH 1/2] i386: reorder call to cpu_exec_realizefn in x86_cpu_realizefn

[PATCH v3 0/3] Apple M1 DART IOMMU driver
 2021-06-03  8:50 UTC  (12+ messages)
` [PATCH v3 1/3] iommu: io-pgtable: add DART pagetable format
` [PATCH v3 2/3] dt-bindings: iommu: add DART iommu bindings
` [PATCH v3 3/3] iommu: dart: Add DART iommu driver

[PATCH 1/1] ieee802154: fix error return code in ieee802154_add_iface()
 2021-06-03  8:53 UTC  (2+ messages)

[PATCH RESEND net-next v3 00/18] devlink: rate objects API
 2021-06-03  8:53 UTC  (3+ messages)

[Intel-gfx] [PULL] drm-misc-fixes
 2021-06-03  8:53 UTC  (2+ messages)
`  "

[PATCH v4 0/3] extcon: sm5502: Add support for SM5504
 2021-06-03  8:52 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: extcon: sm5502: Document siliconmitus,sm5504-muic
` [PATCH v4 2/3] extcon: sm5502: Refactor driver to use chip-specific struct
` [PATCH v4 3/3] extcon: sm5502: Add support for SM5504

[PATCH v2 1/3] doc: Fix some mistakes in the SEV documentation
 2021-06-03  8:29 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 00/17] Introduce PXP Test
 2021-06-03  8:52 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 07/17] Add MI_SET_APPID instruction definition

[PATCH v5] dmabuf: Add the capability to expose DMA-BUF stats in sysfs
 2021-06-03  8:51 UTC  (3+ messages)

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-06-03  8:51 UTC  (7+ messages)
` [Intel-gfx] "

[PATCH v11 3/3] scsi: set max_bio_bytes with queue max sectors
 2021-06-03  8:32 UTC  (2+ messages)

[mchinth:sep_socwatch_linux_5_9 1/1] drivers/platform/x86/sepdk/pax/pax.c:36:1: iwyu: warning: superfluous #include <linux/delay.h>
 2021-06-03  8:49 UTC 

[PATCH 0/3] drm: Fix randconfig link failures
 2021-06-03  8:48 UTC  (4+ messages)
` [PATCH 1/3] drm: Avoid circular dependencies for CONFIG_FB

[LTP] [PATCH] syscalls/mallinfo201: Add a basic test for mallinfo2 when setting 2G size
 2021-06-03  8:49 UTC  (3+ messages)

[PATCH 00/21] Add Support for Plane Color Lut and CSC features
 2021-06-03  8:47 UTC  (6+ messages)
      ` [Intel-gfx] "

[Intel-gfx] [PATCH] drm/i915/dsc: Remove redundant checks in DSC disable
 2021-06-03  8:47 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH v11 1/3] bio: control bio max size
 2021-06-03  8:28 UTC  (2+ messages)

[PATCH 0/2] Allow high order pages to be stored on PCP
 2021-06-03  8:46 UTC  (3+ messages)
` [PATCH 1/2] mm/page_alloc: Move free_the_page
` [PATCH 2/2] mm/page_alloc: Allow high-order pages to be stored on the per-cpu lists

[PATCH v2 00/12] powerpc: Optimise KUAP on book3s/32
 2021-06-03  8:41 UTC  (26+ messages)
` [PATCH v2 01/12] powerpc/32s: Move setup_{kuep/kuap}() into {kuep/kuap}.c
` [PATCH v2 02/12] powerpc/32s: Refactor update of user segment registers
` [PATCH v2 03/12] powerpc/32s: move CTX_TO_VSID() into mmu-hash.h
` [PATCH v2 04/12] powerpc/32s: Convert switch_mmu_context() to C
` [PATCH v2 05/12] powerpc/32s: Simplify calculation of segment register content
` [PATCH v2 06/12] powerpc/32s: Initialise KUAP and KUEP in C
` [PATCH v2 07/12] powerpc/32s: Allow disabling KUEP at boot time
` [PATCH v2 08/12] powerpc/32s: Allow disabling KUAP "
` [PATCH v2 09/12] powerpc/32s: Rework Kernel Userspace Access Protection
` [PATCH v2 10/12] powerpc/32s: Activate KUAP and KUEP by default
` [PATCH v2 11/12] powerpc/kuap: Remove KUAP_CURRENT_XXX
` [PATCH v2 12/12] powerpc/kuap: Remove to/from/size parameters of prevent_user_access()

[dpdk-dev] [PATCH v1] lib/vhost: enable IOMMU for async vhost
 2021-06-03 17:30 UTC  (2+ messages)
` [dpdk-dev] [PATCH v3] vhost: "

WireGuard responses a Handshake Initiation packet with another Handshake Initiation instead of Handshake Response
 2021-06-03  6:43 UTC 

[PATCH 01/10] drm/ttm: allocate resource object instead of embedding it v2
 2021-06-03  8:45 UTC  (2+ messages)

[PATCH] media: mexon-ge2d: fixup frames size in registers
 2021-06-03  8:42 UTC  (3+ messages)

[PATCH v5 00/14] Optimise and update memcpy, user copy and string routines
 2021-06-03  8:45 UTC  (5+ messages)
` [PATCH v5 08/14] arm64: Import latest optimization of memcpy

[PATCH RESEND] clk: vc5: fix output disabling when enabling a FOD
 2021-06-03  8:44 UTC  (3+ messages)

[linux-next:master 5756/5946] mm/userfaultfd.c:212:6: warning: variable 'vm_alloc_shared' set but not used
 2021-06-03  8:44 UTC  (4+ messages)
  ` [kbuild-all] "

[PATCH] staging: rtl8723bs: core: fix some incorrect type warnings
 2021-06-03  8:36 UTC  (3+ messages)
`  "

[fanotify] a8b98c808e: stress-ng.fanotify.ops_per_sec 32.2% improvement
 2021-06-03  8:43 UTC  (4+ messages)

[dpdk-dev] [RFC PATCH] ethdev: add support for testpmd-compliant flow rule dumping
 2021-06-03  8:43 UTC  (7+ messages)

[PATCH intel-next 0/2] ice: bring up XDP_TX back to life
 2021-06-03  8:42 UTC  (4+ messages)
` [PATCH intel-next 2/2] ice: introduce XDP Tx fallback path
    ` [Intel-wired-lan] "

[OE-core] [PATCH] python3-libarchive-c: upgrade 3.0 -> 3.1
 2021-06-03  8:41 UTC 

[PATCH] iommu/vt-d: move variable to more local scope
 2021-06-03  8:41 UTC  (2+ messages)

[PATCH RFC net-next 01/16] mctp: Add MCTP base
 2021-06-03  8:41 UTC  (2+ messages)

[PATCH] Revert "i915: use io_mapping_map_user"
 2021-06-03  8:41 UTC  (7+ messages)
` [Intel-gfx] "

[PATCH v4 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-06-03  8:39 UTC  (5+ messages)

i915 and swiotlb_max_segment
 2021-06-03  8:40 UTC  (5+ messages)
    ` [Intel-gfx] "

[PATCH -next v2] ACPI: LPSS: Replaced simple_strtol() with kstrtol()
 2021-06-03  9:12 UTC 

[PATCH v2] hwmon: (scpi-hwmon) shows the negative temperature properly
 2021-06-03  8:38 UTC 

[sched/fair] d8fcb81f1a: netperf.Throughput_tps -16.9% regression
 2021-06-03  8:38 UTC  (8+ messages)
  ` [LKP] "

[PATCH v2 0/3] Memory hotplug locking cleanup
 2021-06-03  8:38 UTC  (5+ messages)
` [PATCH v2 1/3] mm,page_alloc: Use {get,put}_online_mems() to get stable zone's values

[Intel-gfx] [PULL] drm-intel-fixes
 2021-06-03  8:37 UTC  (2+ messages)
`  "

[PATCH v9 00/10] Add support for SVM atomics in Nouveau
 2021-06-03  8:37 UTC  (9+ messages)
` [PATCH v9 07/10] mm: Device exclusive memory access
          ` [Nouveau] "

[PATCH v3 1/2] mt76: connac: add mt76_connac_mcu_update_sta_cmd support
 2021-06-03  8:36 UTC  (6+ messages)
` [PATCH v3 2/2] mt76: mt7921: fix sta_state incorrect implementation

[PATCH] drivers/perf: hisi: Fix data source control
 2021-06-03  8:34 UTC 

[PATCH] PCI: don't power-off apple thunderbolt controller on s2idle
 2021-06-03  8:36 UTC  (4+ messages)
` [PATCH v2] PCI: don't call firmware hooks on suspend unless it's fw-controlled
  ` PING: "
    ` PING: "

[cip-dev] CVE entries added to our database this week
 2021-06-03  8:34 UTC 

[PATCH v2] leds: pca955x: Allow platform datato set full name
 2021-06-03  8:33 UTC  (2+ messages)

[PATCH v1 1/1] mrf29j40: Drop unneeded of_match_ptr()
 2021-06-03  8:34 UTC  (2+ messages)

[PATCH] clk: clk_versaclock: Add support for versaclock driver
 2021-06-03  8:34 UTC  (2+ messages)

Gmail OAuth2 in git send-email
 2021-06-03  8:28 UTC  (3+ messages)

[PATCH v3 0/3] riscv: Map the kernel with correct permissions the first time
 2021-06-03  8:27 UTC  (7+ messages)
` [PATCH v3 1/3] riscv: Factorize xip and !xip kernel address conversion macros
` [PATCH v3 2/3] riscv: Introduce set_kernel_memory helper
` [PATCH v3 3/3] riscv: Map the kernel with correct permissions the first time

[PATCH v2] sched/fair: Fix util_est UTIL_AVG_UNCHANGED handling
 2021-06-03  8:29 UTC  (2+ messages)

[PATCH 0/5] drm/i915: Get rid of fence error propagation
 2021-06-03  8:29 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] m68k/mac: Replace macide driver with generic platform driver
 2021-06-03  8:29 UTC  (6+ messages)
` [PATCH RFC 0/2] Fix m68k multiplatform ISA support
  ` [PATCH RFC 2/2] m68k: setup_mm.c: set isa_sex for Atari if ATARI_ROM_ISA not used


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.