All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-03 00:30:03 to 2022-02-03 02:09:41 UTC [more...]

next/pending-fixes build: 204 builds: 5 failed, 199 passed, 6 errors, 6 warnings (v5.17-rc2-341-g1c6ffcd3a088)
 2022-02-03  2:09 UTC 

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-02-03  2:05 UTC  (13+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 11/13] merge-tree: provide easy access to `ls-files -u` style info
  ` [PATCH v3 00/15] In-core git merge-tree ("Server side merges")
    ` [PATCH v3 03/15] merge-tree: add option parsing and initial shell for real merge function
    ` [PATCH v3 08/15] merge-ort: allow update messages to be written to different file stream
    ` [PATCH v3 12/15] merge-tree: provide easy access to `ls-files -u` style info

[PULL 0/4] Python patches
 2022-02-03  1:59 UTC  (4+ messages)
` [PULL 1/4] python/aqmp: Fix negotiation with pre-"oob" QEMU
` [PULL 2/4] python/machine: raise VMLaunchFailure exception from launch()
` [PULL 3/4] python: upgrade mypy to 0.780

[PATCH U-Boot v2019.04-aspeed-openbmc 0/6] Add GPIO hog support
 2022-02-03  2:03 UTC  (3+ messages)
` [PATCH U-Boot v2019.04-aspeed-openbmc 3/6] gpio: fixes for gpio-hog support

[PATCH 0/3] ASoC: sun4i-i2s: Support for Allwinner R329 and D1 SoCs
 2022-02-03  2:01 UTC  (12+ messages)
` [PATCH 1/3] ASoC: dt-bindings: sun4i-i2s: Add compatibles for R329 and D1
` [PATCH 2/3] ASoC: sun4i-i2s: Update registers for more channels
` [PATCH 3/3] ASoC: sun4i-i2s: Add support for the R329/D1 variant

[PATCH] ARM: dts: stm32: use exti 19 as main interrupt to support RTC wakeup on stm32mp157
 2022-02-03  1:59 UTC 

[Buildroot] package libldns
 2022-02-03  2:01 UTC 

[PATCH] mm/page_alloc: add zone to zonelist if populated
 2022-02-03  2:00 UTC 

Notes on Generating Python signatures for QMP RPCs
 2022-02-03  1:54 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: mmc: sunxi: Add D1 MMC and eMMC compatibles
 2022-02-03  1:51 UTC  (4+ messages)
` [PATCH 2/2] mmc: sunxi-mmc: Add D1 MMC variant

[PATCH net-next 00/15] tcp: BIG TCP implementation
 2022-02-03  1:51 UTC  (16+ messages)
` [PATCH net-next 01/15] net: add netdev->tso_ipv6_max_size attribute
` [PATCH net-next 02/15] ipv6: add dev->gso_ipv6_max_size
` [PATCH net-next 03/15] tcp_cubic: make hystart_ack_delay() aware of BIG TCP
` [PATCH net-next 04/15] ipv6: add struct hop_jumbo_hdr definition
` [PATCH net-next 05/15] ipv6/gso: remove temporary HBH/jumbo header
` [PATCH net-next 06/15] ipv6/gro: insert "
` [PATCH net-next 07/15] ipv6: add GRO_IPV6_MAX_SIZE
` [PATCH net-next 08/15] ipv6: Add hop-by-hop header to jumbograms in ip6_output
` [PATCH net-next 09/15] net: increase MAX_SKB_FRAGS
` [PATCH net-next 10/15] net: loopback: enable BIG TCP packets
` [PATCH net-next 11/15] bonding: update dev->tso_ipv6_max_size
` [PATCH net-next 12/15] macvlan: enable BIG TCP Packets
` [PATCH net-next 13/15] ipvlan: "
` [PATCH net-next 14/15] mlx4: support BIG TCP packets
` [PATCH net-next 15/15] mlx5: "

[f2fs-dev] [PATCH] f2fs: fix to avoid potential deadlock
 2022-02-03  1:51 UTC  (7+ messages)
          `  "

[f2fs-dev] [PATCH] f2fs: don't check IPU policy during file defragment
 2022-02-03  1:50 UTC  (5+ messages)
      `  "

[PATCH] ARM: dts: stm32: Move vdd_io extras into Avenger96 extras
 2022-02-03  1:49 UTC 

[RFC PATCH 0/4] improve coverage of vector backend
 2022-02-03  1:45 UTC  (4+ messages)

[PATCH 1/2] KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event
 2022-02-03  1:48 UTC  (2+ messages)
` [PATCH 2/2] KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW

[PATCH 00/17] multiple priority latency stats support
 2022-02-03  1:46 UTC  (35+ messages)
` [PATCH 01/17] init: verify option lat_percentiles consistency for all jobs in group
` [PATCH 02/17] backend: do ioprio_set() before calling the ioengine init callback
` [PATCH 03/17] stat: save the default ioprio in struct thread_stat
` [PATCH 05/17] stat: add a new function to allocate a clat_prio_stat array
` [PATCH 04/17] client/server: convert ss_data to use an offset instead of fixed position
` [PATCH 06/17] options: add a parsing function for an additional cmdprio_bssplit format
` [PATCH 07/17] cmdprio: add support for a new cmdprio_bssplit entry format
` [PATCH 08/17] examples: add new cmdprio_bssplit format examples
` [PATCH 10/17] stat: increment members counter after call to sum_thread_stats()
` [PATCH 09/17] stat: use enum fio_ddir consistently
` [PATCH 12/17] stat: disable per prio stats where not needed
` [PATCH 11/17] stat: add helper for resetting the latency buckets
` [PATCH 13/17] stat: report clat stats on a per priority granularity
` [PATCH 14/17] stat: convert json output to a new per priority granularity format
` [PATCH 15/17] gfio: drop support for high/low priority latency results
` [PATCH 16/17] stat: remove unused high/low prio struct members
` [PATCH 17/17] t/latency_percentiles.py: add tests for the new cmdprio_bssplit format

[Intel-wired-lan] [PATCH net-next 00/19] Add iecm and idpf
 2022-02-03  1:45 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH net-next 14/19] iecm: implement singleq napi_poll
` [Intel-wired-lan] [PATCH net-next 13/19] iecm: implement splitq napi_poll

[Accel-config] [PATCH] accel-config: Fix a read buffer length bug
 2022-02-03  1:43 UTC 

[PATCH-perfbook 1/2] advsync: Fix typo
 2022-02-03  1:42 UTC  (3+ messages)
` [PATCH-perfbook 2/2] advsync: Fix call to free

[Bug 201957] New: amdgpu: ring gfx timeout
 2022-02-03  1:39 UTC  (3+ messages)
` [Bug 201957] "

[PATCH 1/4] dt-bindings: phy: Add compatible for D1 USB PHY
 2022-02-03  1:35 UTC  (12+ messages)
` [PATCH 2/4] phy: sun4i-usb: Remove .disc_thresh where not applicable
` [PATCH 3/4] phy: sun4i-usb: Rework HCI PHY (aka "pmu_unk1") handling
` [PATCH 4/4] phy: sun4i-usb: Add D1 variant

[PATCH 00/20] tcg: vector improvements
 2022-02-03  1:26 UTC  (4+ messages)
` [PATCH 11/20] tcg/i386: Implement avx512 immediate rotate

[PATCH] HPE BMC GXP SUPPORT
 2022-02-03  1:10 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: nvmem: SID: Add compatible for D1
 2022-02-03  1:25 UTC  (4+ messages)
` [PATCH 2/2] nvmem: sunxi_sid: Add support for D1 variant

[PATCH v2 0/2] EFI: Reset system after capsule-on-disk
 2022-02-03  1:24 UTC  (3+ messages)
` [PATCH v2 2/2] efi_loader: Reset system after CapsuleUpdate on disk

[PATCH v8 0/5] support subsets of virtual memory extension
 2022-02-03  1:07 UTC  (7+ messages)
` [PATCH v8 4/5] target/riscv: add support for svinval extension
` [PATCH v8 5/5] target/riscv: add support for svpbmt extension

[PATCH v2 0/5] sunxi: remove lowlevel_init
 2022-02-03  1:21 UTC  (6+ messages)
` [PATCH v2 2/5] sunxi: move Cortex SMPEN setting into start.S
` [PATCH v2 5/5] sunxi-common.h: remove pointless #ifdefs

[PATCH v5] kernel/time: move timer sysctls to its own file
 2022-02-03  1:17 UTC  (3+ messages)

[ASUS EC Sensors v8 0/3]
 2022-02-03  1:16 UTC  (4+ messages)

[Intel-wired-lan] [PATCH net-next 13/19] iecm: implement splitq napi_poll
 2022-02-03  1:15 UTC  (3+ messages)

[PATCH] Revert "module, async: async_synchronize_full() on module init iff async is used"
 2022-02-03  1:11 UTC  (4+ messages)

[PATCH v3 1/4] input: misc: pm8941-pwrkey: fix error message
 2022-02-03  1:08 UTC  (4+ messages)
` [PATCH v3 2/4] input: misc: pm8941-pwrkey: add support for PON GEN3 base addresses
` [PATCH v3 3/4] input: misc: pm8941-pwrkey: add software key press debouncing support
` [PATCH v3 4/4] input: misc: pm8941-pwrkey: simulate missed key press events

[PATCH 0/4] KVM: nVMX: Fixes for VMX capability MSR invariance
 2022-02-03  1:08 UTC  (10+ messages)

[PATCH] perf metrics: Add literal for system TSC frequency
 2022-02-03  1:07 UTC 

[PATCH v5] fbdev: fbmem: Fix the implicit type casting
 2022-02-03  1:07 UTC  (5+ messages)
` [PATCH v6] "

[PATCH v3 0/4] Extend pm8941-pwrkey driver
 2022-02-03  1:06 UTC 

[PATCH v3 0/4] hwmon: (sch56xx) Automatically load on supported hardware
 2022-02-03  1:06 UTC  (3+ messages)

[PATCH net-next 0/7] mptcp: Miscellaneous changes for 5.18
 2022-02-03  1:03 UTC  (8+ messages)
` [PATCH net-next 1/7] mptcp: move the declarations of ssk and subflow
` [PATCH net-next 2/7] mptcp: reduce branching when writing MP_FAIL option
` [PATCH net-next 3/7] mptcp: clarify when options can be used
` [PATCH net-next 4/7] mptcp: print out reset infos of MP_RST
` [PATCH net-next 5/7] mptcp: set fullmesh flag in pm_netlink
` [PATCH net-next 6/7] selftests: mptcp: set fullmesh flag in pm_nl_ctl
` [PATCH net-next 7/7] selftests: mptcp: add fullmesh setting tests

[Accel-config] Re: [PATCH] accel-config: Fix a read buffer length bug
 2022-02-03  1:02 UTC 

[PATCH v4 1/2] dt-bindings: leds: Add Allwinner R329/D1 LED controller
 2022-02-03  1:00 UTC  (4+ messages)
` [PATCH v4 2/2] leds: sun50i-r329: New driver for the "

[PATCH net v3] net: phy: intel-xway: enable integrated led functions
 2022-02-03  1:01 UTC  (3+ messages)

[PATCH] kallsyms: ignore all local labels prefixed by '.L'
 2022-02-03  1:01 UTC  (4+ messages)

[PATCH 00/23] Extend Eager Page Splitting to the shadow MMU
 2022-02-03  1:00 UTC  (24+ messages)
` [PATCH 01/23] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH 02/23] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH 03/23] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH 04/23] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH 05/23] KVM: x86/mmu: Pass memslot to kvm_mmu_create_sp()
` [PATCH 06/23] KVM: x86/mmu: Separate shadow MMU sp allocation from initialization
` [PATCH 07/23] KVM: x86/mmu: Move huge page split sp allocation code to mmu.c
` [PATCH 08/23] KVM: x86/mmu: Use common code to free kvm_mmu_page structs
` [PATCH 09/23] KVM: x86/mmu: Use common code to allocate kvm_mmu_page structs from vCPU caches
` [PATCH 10/23] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH 11/23] KVM: x86/mmu: Pass const memslot to kvm_mmu_init_sp() and descendants
` [PATCH 12/23] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH 13/23] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH 14/23] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH 15/23] KVM: x86/mmu: Pass access information to make_huge_page_split_spte()
` [PATCH 16/23] KVM: x86/mmu: Zap collapsible SPTEs at all levels in the shadow MMU
` [PATCH 17/23] KVM: x86/mmu: Pass bool flush parameter to drop_large_spte()
` [PATCH 18/23] KVM: x86/mmu: Extend Eager Page Splitting to the shadow MMU
` [PATCH 19/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH 20/23] KVM: Allow GFP flags to be passed when topping up MMU caches
` [PATCH 21/23] KVM: x86/mmu: Fully split huge pages that require extra pte_list_desc structs
` [PATCH 22/23] KVM: x86/mmu: Split huge pages aliased by multiple SPTEs
` [PATCH 23/23] KVM: selftests: Map x86_64 guest virtual memory with huge pages

[RFC PATCH v2 2/3] Add PCIe enclosure management auxiliary driver
 2022-02-03  0:58 UTC  (2+ messages)

[PATCH 7/8] VMCI: dma dg: add support for DMA datagrams sends
 2022-02-03  0:48 UTC  (4+ messages)

[dm-devel] [PATCH 0/6] multipath-tools: kernel module loading improvements
 2022-02-03  0:40 UTC  (13+ messages)
` [dm-devel] [PATCH 1/6] multipath/Makefile: use $(udevrulesdir)
` [dm-devel] [PATCH 2/6] multipath-tools: Makefile.inc: delete obsolete comment
` [dm-devel] [PATCH 3/6] multipath-tools: install modules-load.d/multipath.conf
` [dm-devel] [PATCH 4/6] multipathd.service: drop ExecStartPre for loading dm-multipath
` [dm-devel] [PATCH 5/6] multipath: Makefile: modules-load.d file for SCSI device handlers
` [dm-devel] [PATCH 6/6] README.md: add basic information about building multipath-tools

[XEN v6 0/3] xen/arm64: io: Decode ldr/str post-indexing instruction
 2022-02-03  0:45 UTC  (6+ messages)
` [XEN v6 2/3] xen/arm64: io: Support instructions (for which ISS is not valid) on emulated MMIO region using MMIO handler
` [XEN v6 3/3] xen/arm64: io: Support instructions (for which ISS is not valid) on emulated MMIO region using ioreq handler

Linux driver of vt6656 from staging area causes system to freeze
 2022-02-03  0:41 UTC 

[PATCH v13 00/11] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2022-02-03  0:39 UTC  (10+ messages)
  ` [PATCH v13 04/11] arm64: Split unwind_init()
  ` [PATCH v13 06/11] arm64: Use stack_trace_consume_fn and rename args to unwind()

[PATCH net] tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()
 2022-02-03  0:40 UTC  (2+ messages)

[PATCH] drm/amd/pm: add missing prototypes to amdgpu_dpm_internal
 2022-02-03  0:39 UTC 

[PATCH mptcp-next] mptcp: use nla_parse_nested
 2022-02-03  0:38 UTC  (5+ messages)

[PATCH v16, 0/2] ADD DM9051 ETHERNET DRIVER
 2022-02-03  0:36 UTC  (3+ messages)
` [PATCH v16, 2/2] net: Add dm9051 driver

[f2fs-dev] [PATCH] f2fs: add a way to limit roll forward recovery time
 2022-02-03  0:34 UTC  (6+ messages)
` [f2fs-dev] [PATCH v2] "
  `  "

[PATCHv2 00/29] TDX Guest: TDX core support
 2022-02-03  0:32 UTC  (5+ messages)
` [PATCHv2 01/29] x86/tdx: Detect running as a TDX guest in early boot

Get j5 WebCam JVCU100 supported by Linux UVC driver
 2022-02-03  0:31 UTC  (8+ messages)

[PATCH 0/6] Raspberry Pi Sense HAT driver
 2022-02-03  0:25 UTC  (4+ messages)
` [PATCH 2/6] drivers/input/joystick: sensehat: Raspberry Pi Sense HAT joystick driver
` [PATCH 3/6] drivers/auxdisplay: sensehat: Raspberry Pi Sense HAT display driver
` [PATCH 4/6] dt-bindings: mfd: sensehat: Add Raspberry Pi Sense HAT schema

[PATCH v32 00/28] LSM: Module stacking for AppArmor
 2022-02-02 23:53 UTC  (2+ messages)
` [PATCH v32 28/28] AppArmor: Remove the exclusive flag


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.