All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-05 17:23:23 to 2020-05-05 18:07:15 UTC [more...]

[dpdk-dev] [PATCH 0/2] Memory corruption due to HW rings allocation
 2020-05-05 17:31 UTC  (5+ messages)
  ` [dpdk-dev] [PATCH 1/2] librte_ethdev: Introduce a function to release HW rings

[patch V4 part 1 00/36] x86/entry: Entry/exception code rework, preparatory patches
 2020-05-05 18:07 UTC  (5+ messages)
` [patch V4 part 1 12/36] x86/kvm: Sanitize kvm_async_pf_task_wait()
` [patch V4 part 1 25/36] rcu/tree: Mark the idle relevant functions noinstr

Location of files for a new driver
 2020-05-05 18:05 UTC  (4+ messages)

[PATCH v2 0/4] softfloat: fix floatx80 emulation bugs
 2020-05-05 17:58 UTC  (2+ messages)

[PATCH V2] mkimage: fit: Do not tail-pad fitImage with external data
 2020-05-05 18:06 UTC  (11+ messages)

[PATCH 00/11] mediatek: add support for MediaTek Ethernet MAC
 2020-05-05 18:04 UTC  (12+ messages)
` [PATCH 05/11] net: core: provide devm_register_netdev()
` [PATCH 06/11] net: ethernet: mtk-eth-mac: new driver

Postcopy with different page sizes on source and destination
 2020-05-05 17:57 UTC  (2+ messages)

[PATCH v3 00/23] arm64: Memory Tagging Extension user-space support
 2020-05-05 18:03 UTC  (8+ messages)
` [PATCH v3 19/23] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v3 23/23] arm64: mte: Add Memory Tagging Extension documentation

[renesas-drivers:sh-pfc] BUILD SUCCESS b0bee6e883181aa874af72b66e6008302e070b1c
 2020-05-05 18:03 UTC 

[PATCH] drm: Fix HDCP failures when SRM fw is missing
 2020-05-05 18:02 UTC  (10+ messages)
` [PATCH v2] "
              ` [Intel-gfx] "

[PATCH] drm/amd/display: Fix pageflip event race condition for DCN. (v2)
 2020-05-05 18:03 UTC  (11+ messages)

[PATCH v6] audio/jack: add JACK client audiodev
 2020-05-05 17:41 UTC  (2+ messages)

[PATCH] arm: dts: Add 32KHz clock as default clock source
 2020-05-05 18:02 UTC  (4+ messages)

[PATCH] Assemble.c: respect force flag
 2020-05-05 18:02 UTC  (2+ messages)

[PATCH 00/16] dts/dt-bindings: Fix Arm Ltd. ARMv8 "boards"
 2020-05-05 18:01 UTC  (8+ messages)
    ` [PATCH 03/16] dt-bindings: ehci/ohci: Allow iommus property (fixed subject line)

[PATCH] PCI: pcie-rcar: Cache PHY init function pointer
 2020-05-05 18:02 UTC  (4+ messages)

[PATCH v2 0/6] Capacity awareness for SCHED_DEADLINE
 2020-05-05 18:02 UTC  (6+ messages)
` [PATCH v2 5/6] sched/deadline: Make DL capacity-aware

[PATCH 0/4] eliminate SECTOR related magic numbers and duplicated conversions
 2020-05-05 18:01 UTC  (5+ messages)
` [PATCH 2/4] mm/swap: use SECTORS_PER_PAGE_SHIFT to clean up code

[PATCH v7] audio/jack: add JACK client audiodev
 2020-04-29  5:53 UTC 

[PATCH v5 00/31] Add subcluster allocation to qcow2
 2020-05-05 17:38 UTC  (32+ messages)
` [PATCH v5 01/31] qcow2: Make Qcow2AioTask store the full host offset
` [PATCH v5 02/31] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()
` [PATCH v5 03/31] qcow2: Add calculate_l2_meta()
` [PATCH v5 04/31] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [PATCH v5 05/31] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
` [PATCH v5 06/31] qcow2: Add get_l2_entry() and set_l2_entry()
` [PATCH v5 07/31] qcow2: Document the Extended L2 Entries feature
` [PATCH v5 08/31] qcow2: Add dummy has_subclusters() function
` [PATCH v5 09/31] qcow2: Add subcluster-related fields to BDRVQcow2State
` [PATCH v5 10/31] qcow2: Add offset_to_sc_index()
` [PATCH v5 11/31] qcow2: Add offset_into_subcluster() and size_to_subclusters()
` [PATCH v5 12/31] qcow2: Add l2_entry_size()
` [PATCH v5 13/31] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [PATCH v5 14/31] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [PATCH v5 15/31] qcow2: Add qcow2_cluster_is_allocated()
` [PATCH v5 16/31] qcow2: Add cluster type parameter to qcow2_get_host_offset()
` [PATCH v5 17/31] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
` [PATCH v5 18/31] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
` [PATCH v5 19/31] qcow2: Add subcluster support to calculate_l2_meta()
` [PATCH v5 20/31] qcow2: Add subcluster support to qcow2_get_host_offset()
` [PATCH v5 21/31] qcow2: Add subcluster support to zero_in_l2_slice()
` [PATCH v5 22/31] qcow2: Add subcluster support to discard_in_l2_slice()
` [PATCH v5 23/31] qcow2: Add subcluster support to check_refcounts_l2()
` [PATCH v5 24/31] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [PATCH v5 25/31] qcow2: Clear the L2 bitmap when allocating a compressed cluster
` [PATCH v5 26/31] qcow2: Add subcluster support to handle_alloc_space()
` [PATCH v5 27/31] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
` [PATCH v5 28/31] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [PATCH v5 29/31] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
` [PATCH v5 30/31] qcow2: Add subcluster support to qcow2_measure()
` [PATCH v5 31/31] iotests: Add tests for qcow2 images with extended L2 entries

[PATCH 00/26] KVM: arm64: Preliminary NV patches
 2020-05-05 17:59 UTC  (11+ messages)
` [PATCH 03/26] KVM: arm64: Factor out stage 2 page table data from struct kvm

[PATCH] drm/bridge: ti-sn65dsi86: Implement lane reordering + polarity
 2020-05-05 17:59 UTC  (4+ messages)

[PATCH] allow RAID5 to grow to RAID6 with a backup_file
 2020-05-05 17:59 UTC  (2+ messages)

[PATCH 1/9] verify: decouple seed generation from buffer fill
 2020-05-05 17:59 UTC  (9+ messages)
` [PATCH 2/9] zbd: bump ZBD_MAX_OPEN_ZONES
` [PATCH 3/9] zbd: don't lock zones outside working area
` [PATCH 4/9] zbd: introduce per job maximum open zones limit
` [PATCH 5/9] zbd: make zbd_info->mutex non-recursive
` [PATCH 6/9] zbd: consolidate zone mutex initialisation
` [PATCH 7/9] fio: parse "io_size=1%"
` [PATCH 8/9] zbd: support verification

[PATCH] f2fs: get parent inode when recovering pino
 2020-05-05 17:59 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH v2 0/5] arm/arm64: smccc: Add ARCH_SOC_ID support
 2020-05-05 17:59 UTC  (5+ messages)
` [PATCH v2 5/5] "

[PATCH] ci: respect the [skip ci] convention in our GitHub workflow "CI/PR"
 2020-05-05 17:57 UTC  (9+ messages)
` [PATCH v2 0/2] Limit GitHub Actions to designated branches
  ` [PATCH v2 1/2] CI: limit "

[PATCH 0/8] qemu: arm64: Add support for uefi firmware management protocol routines
 2020-05-05 17:57 UTC  (9+ messages)
` [PATCH 3/8] qemu: arm64: Add support for efi "

Re: Re: [PATCH net v2 0/2] Revert the 'socket_alloc' life cycle change
 2020-05-05 17:56 UTC  (10+ messages)
`  "
      `  "

[PATCH v6 0/2] add brcm iproc gpio driver
 2020-05-05 17:56 UTC  (3+ messages)
` [PATCH v6 1/2] drivers: gpio: add broadcom iproc gpio driver support
` [PATCH v6 2/2] gpio: do not include <asm/arch/gpio.h> on TARGET_BCMNS3

[PATCH v2] block: Make request_queue.rpm_status an enum
 2020-05-05 17:55 UTC  (2+ messages)

[PATCH v2 00/20] mm: rework free_area_init*() funcitons
 2020-05-05 17:27 UTC  (14+ messages)
` [PATCH v2 17/20] mm: free_area_init: allow defining max_zone_pfn in descending order
            ` [OpenRISC] "

[PATCH] clean up meaning of small typo
 2020-05-05 17:52 UTC  (2+ messages)

[RFC PATCH v1] ima: verify mprotect change is consistent with mmap policy
 2020-05-05 17:52 UTC  (2+ messages)

[PATCH] bpf: Tweak BPF jump table optimizations for objtool compatibility
 2020-05-05 17:52 UTC  (9+ messages)

[PATCH] MAINTAINERS: Add missing header files to BLOCK LAYER section
 2020-05-05 17:51 UTC  (2+ messages)

[PATCH 0/3] selftests: vdso: Add a selftest for vDSO getcpu()
 2020-05-05 17:47 UTC  (4+ messages)
` [PATCH 1/3] selftests: vdso: Rename vdso_test to vdso_test_gettimeofday
` [PATCH 2/3] selftests: vdso: Use a header file to prototype parse_vdso API
` [PATCH 3/3] selftests: vdso: Add a selftest for vDSO getcpu()

[Buildroot] [PATCH] package/orgre: bump to version 1.12.6
 2020-05-05 17:50 UTC 

Data Corruption bug with Samba's vfs_iouring and Linux 5.6.7/5.7rc3
 2020-05-05 17:50 UTC  (7+ messages)

Regarding .wake_tx_queue() model
 2020-05-05 17:49 UTC  (7+ messages)

[dpdk-dev] [PATCH v1] doc: fix references to bind_default_symbol
 2020-05-05 17:49 UTC 

[PATCH v2] xfsdocs: capture some information about dirs vs. attrs and how they use dabtrees
 2020-05-05 17:48 UTC  (4+ messages)

[PATCH net,v2] net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE
 2020-05-05 17:47 UTC 

[PATCH v6 1/2] x86: fix bitops.h warning with a moved cast
 2020-05-05 17:47 UTC  (6+ messages)

[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-05-05 17:30 UTC  (10+ messages)

[PATCH v2 00/10] change the implementation of the PageHighMem()
 2020-05-05 17:44 UTC  (8+ messages)
` [PATCH v2 03/10] kexec: separate PageHighMem() and PageHighMemZone() use case
        ` [RFC][PATCH] kexec: Teach indirect pages how to live in high memory

[PATCH] clone: only use lower 32 flag bits
 2020-05-05 17:44 UTC 

[PATCH] net: broadcom: fix a mistake about ioremap resource
 2020-05-05 17:44 UTC  (2+ messages)

[PATCH v5 0/2] add brcm iproc gpio driver
 2020-05-05 17:44 UTC  (4+ messages)
` [PATCH v5 1/2] drivers: gpio: add broadcom iproc gpio driver support

[PATCH] x86: bitops: fix build regression
 2020-05-05 17:44 UTC 

[PATCH bpf-next 0/4] bpf: allow any port in bpf_bind helper
 2020-05-05 17:43 UTC  (7+ messages)
` [PATCH bpf-next 4/4] "

[PATCH] arm64: disable patchable function entry on big-endian clang builds
 2020-05-05 17:42 UTC  (4+ messages)

[PATCH v4 0/6] Introduce DSA Ethernet switch class and Felix driver
 2020-05-05 17:43 UTC  (7+ messages)
` [PATCH v4 1/6] net: introduce DSA class for Ethernet switches
` [PATCH v4 2/6] drivers: net: add a DSA sandbox driver
` [PATCH v4 3/6] test: dm: add a simple unit test for DSA class
` [PATCH v4 4/6] drivers: net: add Felix DSA switch driver
` [PATCH v4 5/6] arm: dts: ls1028a: adds Ethernet switch node and its dependencies
` [PATCH v4 6/6] configs: ls1028a: enable the Ethernet switch driver in defconfig

[PATCH BlueZ] tools/mesh-cfgclient: Fix saving KR phase to config file
 2020-05-05 17:43 UTC 

[PATCH v5 0/6] Add support for O_MAYEXEC
 2020-05-05 17:40 UTC  (5+ messages)
` [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC

[PATCH v4 resend 2] dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/
 2020-05-05 17:38 UTC  (2+ messages)

Dunfell Update Status
 2020-05-05 17:38 UTC  (2+ messages)

[PATCH v9 00/24] xfs: Delay Ready Attributes
 2020-05-05 17:37 UTC  (20+ messages)
` [PATCH v9 10/24] xfs: Add helper function __xfs_attr_rmtval_remove
` [PATCH v9 19/24] xfs: Simplify xfs_attr_leaf_addname
` [PATCH v9 20/24] xfs: Simplify xfs_attr_node_addname
` [PATCH v9 21/24] xfs: Lift -ENOSPC handler from xfs_attr_leaf_addname
` [PATCH v9 22/24] xfs: Add delay ready attr remove routines

[PATCH v2] PCI/ASPM: Enable ASPM for root complex <-> bridge <-> bridge case
 2020-05-05 17:34 UTC  (2+ messages)
` [PATCH v3] PCI/ASPM: Enable ASPM for bridge-to-bridge link

NFS v4 + kerberos: 4 minute window of slowness
 2020-05-05 17:34 UTC 

[PATCH iproute2] tc: fq: fix two issues
 2020-05-05 17:34 UTC  (2+ messages)

[PATCH] x86/svm: Clean up vmcbcleanbits_t handling
 2020-05-05 17:32 UTC 

[xlnx:master 9670/10005] include/linux/phy/phy-zynqmp.h:25:60: error: unknown type name 'u8'
 2020-05-05 17:32 UTC  (2+ messages)

[PATCH 1/2] ath10k: use cumulative survey statistics
 2020-05-05 17:31 UTC  (7+ messages)
` [PATCH 2/2] ath11k: "

openbmc build issue
 2020-05-05 17:31 UTC  (4+ messages)

[PATCH v2 00/10] arm64: BTI kernel and vDSO support
 2020-05-05 17:31 UTC  (4+ messages)
` [PATCH v2 01/10] arm64: bti: Support building kernel C code using BTI

[PATCH] auto-t: fix failing adhoc test
 2020-05-05 17:31 UTC 

[PATCH v6 0/2] Amlogic 32-bit Meson SoC SDHC MMC controller driver
 2020-05-05 17:30 UTC  (10+ messages)
` [PATCH v6 2/2] mmc: host: meson-mx-sdhc: new driver for the Amlogic Meson SDHC host

[PATCH linux dev-5.4 0/6] soc: aspeed: Update XDMA to v11 upstream
 2020-05-05 17:29 UTC  (7+ messages)
` [PATCH linux dev-5.4 1/6] dt-bindings: soc: aspeed: xdma: Update "
` [PATCH linux dev-5.4 2/6] "
` [PATCH linux dev-5.4 3/6] ARM: dts: Aspeed: AST2500: Update XDMA "
` [PATCH linux dev-5.4 4/6] ARM: dts: Aspeed: AST2600: "
` [PATCH linux dev-5.4 5/6] ARM: dts: Aspeed: Witherspoon: Update VGA memory compatibility
` [PATCH linux dev-5.4 6/6] ARM: dts: Aspeed: Tacoma: "

[efi:next 14/14] drivers/firmware/efi/libstub/efi-stub-helper.c:35:43: sparse: sparse: incorrect type in argument 1 (different type sizes)
 2020-05-05 17:29 UTC  (2+ messages)

[GRUB PATCH RFC 00/18] i386: Intel TXT secure launcher
 2020-05-05 17:29 UTC  (3+ messages)
` [GRUB PATCH RFC 12/18] i386/efi: Report UEFI Secure Boot status to the Linux kernel

[PATCH 1/1] drm/amdgpu: Take a reference to an exported BO
 2020-05-05 17:29 UTC  (7+ messages)

[dpdk-dev] [PATCH 0/8] Traces cleanup for rc2
 2020-05-05 17:28 UTC  (5+ messages)
` [dpdk-dev] [PATCH 2/8] trace: simplify trace point registration

Linux kernel 4.14.179 released
 2020-05-05 17:25 UTC 

Linux kernel 4.9.222 released
 2020-05-05 17:25 UTC 

[plbossart-sound:fix/driver-priority 1/2] drivers/usb/gadget/composite.c:2369:24: error: assignment of read-only member 'gadget_driver'
 2020-05-05 17:23 UTC 


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.