All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-24 09:35:58 to 2019-10-24 10:13:04 UTC [more...]

Process load balancing among CPU
 2019-10-24 10:13 UTC  (3+ messages)

[Buildroot] [PATCH] package/python-remi: bump version to 2019.9
 2019-10-24 10:12 UTC 

[PATCH 1/3] drm/amdgpu/gfx10: update gfx golden settings
 2019-10-24 10:12 UTC  (12+ messages)
  ` [PATCH 2/3] drm/amdgpu/gfx10: update gfx golden settings for navi14
  ` [PATCH 3/3] drm/amdgpu/gfx10: update gfx golden settings for navi12

[U-Boot] [PATCH 1/6] misc: microchip_flexcom: introduce microchip_flexcom driver
 2019-10-24 10:12 UTC  (2+ messages)

[PATCH 0/1] Add spi power control when set cs
 2019-10-24 10:11 UTC  (7+ messages)
` [PATCH 1/1] spi: mediatek: add power control when set_cs

[PATCH] arm64: docs: cpu-feature-registers: Document ID_AA64PFR1_EL1
 2019-10-24 10:11 UTC  (2+ messages)

[PATCH v2 0/8] Fix cdrom autoclose
 2019-10-24 10:11 UTC  (8+ messages)
` [PATCH v2 7/8] scsi: sr: workaround VMware ESXi cdrom emulation bug

RTnet default behavior
 2019-10-24 10:11 UTC  (9+ messages)

[PATCH v5 net-next 00/12] net: ethernet: ti: introduce new cpsw switchdev based driver
 2019-10-24 10:09 UTC  (26+ messages)
` [PATCH v5 net-next 01/12] net: ethernet: ti: cpsw: allow untagged traffic on host port
` [PATCH v5 net-next 02/12] net: ethernet: ti: cpsw: ale: modify vlan/mdb api for switchdev
` [PATCH v5 net-next 03/12] net: ethernet: ti: cpsw: resolve build deps of cpsw drivers
` [PATCH v5 net-next 04/12] net: ethernet: ti: cpsw: move set of common functions in cpsw_priv
` [PATCH v5 net-next 05/12] dt-bindings: net: ti: add new cpsw switch driver bindings
` [PATCH v5 net-next 06/12] net: ethernet: ti: introduce cpsw switchdev based driver part 1 - dual-emac
` [PATCH v5 net-next 07/12] net: ethernet: ti: introduce cpsw switchdev based driver part 2 - switch
` [PATCH v5 net-next 08/12] phy: ti: phy-gmii-sel: dependency from ti cpsw-switchdev driver
` [PATCH v5 net-next 09/12] Documentation: networking: add cpsw switchdev based driver documentation
` [PATCH v5 net-next 10/12] ARM: dts: dra7: add dt nodes for new cpsw switch dev driver
` [PATCH v5 net-next 11/12] ARM: dts: am571x-idk: enable "
` [PATCH v5 net-next 12/12] arm: omap2plus_defconfig: enable new cpsw switchdev driver

[PULL 0/2] target/xtensa queue
 2019-10-24  9:43 UTC  (2+ messages)

[PATCH v2 00/11] tests/acceptance: Fix 64-bit MIPS target tests
 2019-10-24  9:23 UTC  (4+ messages)
` [PATCH v2 02/11] tests/acceptance: Fixe wait_for_console_pattern() hangs
` [PATCH 00/11] tests/acceptance: Fix 64-bit MIPS target tests

INFO: task syz-executor can't die for more than 143 seconds. (2)
 2019-10-24 10:08 UTC  (2+ messages)

[PATCH net] ipvs: move old_secure_tcp into struct netns_ipvs
 2019-10-24 10:08 UTC  (2+ messages)

[PATCH] kvm: call kvm_arch_destroy_vm if vm creation fails
 2019-10-24 10:08 UTC  (4+ messages)

mt76x2e hardware restart
 2019-10-24  9:43 UTC  (11+ messages)

RTnet drivers is out of date
 2019-10-24 10:07 UTC  (2+ messages)

[PATCH] drm/i915/bios: add compression parameter block definition
 2019-10-24 10:07 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/bios: add compression parameter block definition (rev2)
    `  "

[PATCH 0/2 v5] x86/kdump: Fix 'kmem -s' reported an invalid freepointer when SME was active
 2019-10-24 10:07 UTC  (4+ messages)
` [PATCH 1/2 v5] x86/kdump: always reserve the low 1MiB when the crashkernel option is specified

[PATCH] rtw88: fix GENMASK_ULL for u64
 2019-10-24 10:07 UTC  (2+ messages)

[RFC v4 PATCH 00/49] Initial support of multi-process qemu
 2019-10-24  9:09 UTC  (20+ messages)
` [RFC v4 PATCH 07/49] multi-process: define mpqemu-link object
` [RFC v4 PATCH 08/49] multi-process: add functions to synchronize proxy and remote endpoints
` [RFC v4 PATCH 12/49] multi-process: remote process initialization
` [RFC v4 PATCH 17/49] multi-process: Synchronize remote memory
` [RFC v4 PATCH 25/49] multi-process: Introduce build flags to separate remote process code
` [RFC v4 PATCH 29/49] multi-process: add parse_cmdline in remote process
` [RFC v4 PATCH 33/49] multi-process: perform device reset in the "
` [RFC v4 PATCH 36/49] multi-process/mon: enable QMP module support "
` [RFC v4 PATCH 37/49] multi-process/mon: Refactor monitor/chardev functions out of vl.c
` [RFC v4 PATCH 40/49] multi-process/mig: build migration module in the remote process
` [RFC v4 PATCH 41/49] multi-process/mig: Enable VMSD save in the Proxy object
` [RFC v4 PATCH 42/49] multi-process/mig: Send VMSD of remote to "
` [RFC v4 PATCH 43/49] multi-process/mig: Load VMSD in the proxy object
` [RFC v4 PATCH 44/49] multi-process/mig: refactor runstate_check into common file
` [RFC v4 PATCH 45/49] multi-process/mig: Synchronize runstate of remote process
` [RFC v4 PATCH 46/49] multi-process/mig: Restore the VMSD in "
` [RFC v4 PATCH 47/49] multi-process: Enable support for multiple devices in remote
` [RFC v4 PATCH 48/49] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [RFC v4 PATCH 49/49] multi-process: add configure and usage information

[PATCH 0/6] ppc: Reparent the interrupt presenter
 2019-10-24  9:28 UTC  (8+ messages)
` [PATCH 4/6] qom: Add object_child_foreach_type() helper function
` [PATCH 5/6] spapr: Don't use CPU_FOREACH() in 'info pic'

[PATCH v6 0/3] ath10k: improve throughout of RX of sdio
 2019-10-24 10:05 UTC  (10+ messages)
` [PATCH v6 2/3] ath10k: change max RX bundle size from 8 to 32 for sdio

[Buildroot] [PATCH 1/1] openlayers: do not rely on install -D -t
 2019-10-24 10:05 UTC 

What's cooking in git.git (Oct 2019, #05; Fri, 18)
 2019-10-24 10:04 UTC  (2+ messages)

[PATCH v5 0/4] qcow2: advanced compression options
 2019-10-24  9:34 UTC  (10+ messages)
` [PATCH v5 1/4] block: support compressed write at generic layer

[PATCH v5 0/2] Amazon's Annapurna Labs Memory Controller EDAC
 2019-10-24 10:03 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: edac: al-mc-edac: "
` [PATCH v5 2/2] EDAC: al-mc-edac: Introduce "

[PATCH] drm/i915/gt: Split intel_ring_submission
 2019-10-24 10:03 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] quotactl.2: Add some details about Q_QUOTAON
 2019-10-24 10:03 UTC  (3+ messages)

Issues adding bare meta toolchain to yocto build
 2019-10-24 10:03 UTC  (3+ messages)
  ` [EXTERNAL] "

[Xen-devel] [ovmf test] 143072: all pass - PUSHED
 2019-10-24 10:02 UTC 

[iptables PATCH] nft: Use ARRAY_SIZE() macro in nft_strerror()
 2019-10-24 10:01 UTC  (9+ messages)

[PATCH v2 0/5] Remove typedef declarations in staging: octeon
 2019-10-24 10:00 UTC  (5+ messages)
` [PATCH v2 1/5] staging: octeon: remove typedef declaration for cvmx_wqe
    ` [Outreachy kernel] "

[Cocci] [v2] coccicheck: support $COCCI being defined as adirectory
 2019-10-24  9:58 UTC  (2+ messages)

[PATCH 00/19] hw/arm/raspi: Improve Raspberry Pi 2/3 reliability
 2019-10-24  9:23 UTC  (3+ messages)
` [PATCH 15/19] tests/boot_linux_console: Extract the gunzip() helper

[dpdk-dev] [PATCH v4 00/10] Implement the new ABI policy and add helper scripts
 2019-10-24  9:46 UTC  (12+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 01/10] config: change ABI versioning to global
  ` [dpdk-dev] [PATCH v5 02/10] buildtools: add script for updating symbols abi version
  ` [dpdk-dev] [PATCH v5 03/10] buildtools: add ABI update shell script
  ` [dpdk-dev] [PATCH v5 04/10] timer: remove deprecated code
  ` [dpdk-dev] [PATCH v5 05/10] lpm: "
  ` [dpdk-dev] [PATCH v5 06/10] distributor: "
  ` [dpdk-dev] [PATCH v5 07/10] distributor: rename v2.0 ABI to _single suffix
  ` [dpdk-dev] [PATCH v5 08/10] drivers/octeontx: add missing public symbol
  ` [dpdk-dev] [PATCH v5 09/10] build: change ABI version to 20.0
  ` [dpdk-dev] [PATCH v5 10/10] buildtools: add ABI versioning check script

[Qemu-devel] [RFC PATCH 00/14] hw/arm: Add the Raspberry Pi 4B
 2019-10-24  9:15 UTC  (5+ messages)
` [Qemu-arm] [RFC PATCH 03/14] hw/misc/bcm2835_property: Handle the 'domain state' property
  `  "

[PATCH for 4.2 v1 00/19] testing/next before softfreeze
 2019-10-24  9:16 UTC  (4+ messages)
` [PATCH v1 07/19] cirrus.yml: reduce scope of MacOS build

[dpdk-dev] [PATCH 0/2] Using virtio ethdev ports as non-root
 2019-10-24  9:55 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/2] bus/pci: check IO permissions for UIO only

[PATCH 0/3] fscrypt: support for inline-encryption-optimized policies
 2019-10-24  9:54 UTC  (12+ messages)
` [PATCH 1/3] fscrypt: add "
                  ` [f2fs-dev] "

[dpdk-dev] [PATCH] vhost: delete vhost scsi example
 2019-10-24 10:21 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[f2fs-dev] [bug report] compiler warning: fs/f2fs/node.c: In function ‘__set_nat_cache_dirty’: ‘head’ may be used uninitialized
 2019-10-24  9:54 UTC  (4+ messages)

[LTP] [PATCH v2 0/6] optimize quotactl test code
 2019-10-24  9:55 UTC  (4+ messages)
` [LTP] [PATCH v2 5/6] syscalls/quotactl04: add project quota test for non-xfs filesystem

[PATCH v6] platform/chrome: wilco_ec: Add Wilco EC keyboard backlight LEDs support
 2019-10-24  9:54 UTC  (2+ messages)

[PATCH 1/2] ath10k: cosmetic cleanup to sdio files
 2019-10-24  9:54 UTC  (4+ messages)
` [PATCH 2/2] ath10k: sdio: remove struct ath10k_sdio_rx_data::status

[PATCH 05/18] scsi: hisi_sas: Add timestamp for a debugfs dump
 2019-10-24  9:54 UTC  (4+ messages)

[PATCH 1/7] Staging: comedi: Remove wrapper function declarartion
 2019-10-24  9:53 UTC  (3+ messages)

[Bug 109887] vega56 undervolting/overclocking voltage issues
 2019-10-24  9:53 UTC  (2+ messages)
` [Bug 109887] [Vega10][powerplay] P7 gets reset to max_vddc (1.2V/1.25V) after applying any custom settings via pp_od_clk_voltage and/or pp_table

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 4004b18737b18b501297d6131a90248a147d96c1
 2019-10-24  9:52 UTC 

[PATCH 08/12] parisc: use pgtable-nopXd instead of 4level-fixup
 2019-10-24  9:50 UTC  (7+ messages)

Query: SCSI Device node creation when UFS is loaded as a module
 2019-10-24  9:50 UTC  (2+ messages)

[dpdk-dev] [PATCH v12 0/7] ethdev: add new Rx offload flags
 2019-10-24  9:47 UTC  (2+ messages)

[PATCH v2] usb: dwc2: Fix NULL qh in dwc2_queue_transaction
 2019-10-24  9:48 UTC  (2+ messages)

[PATCH v13 00/22] Generic page walk and ptdump
 2019-10-24  9:37 UTC  (30+ messages)
` [PATCH v13 01/22] mm: Add generic p?d_leaf() macros
` [PATCH v13 02/22] arc: mm: Add p?d_leaf() definitions
` [PATCH v13 03/22] arm: "
` [PATCH v13 04/22] arm64: "
` [PATCH v13 05/22] mips: "
` [PATCH v13 06/22] powerpc: "
` [PATCH v13 07/22] riscv: "
` [PATCH v13 08/22] s390: "
` [PATCH v13 09/22] sparc: "
` [PATCH v13 10/22] x86: "
` [PATCH v13 11/22] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v13 12/22] mm: pagewalk: Allow walking without vma
` [PATCH v13 13/22] mm: pagewalk: Add test_p?d callbacks
` [PATCH v13 14/22] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH v13 15/22] x86: mm: Point to struct seq_file from struct pg_state
` [PATCH v13 16/22] x86: mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v13 17/22] x86: mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v13 18/22] x86: mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v13 19/22] mm: Add generic ptdump
` [PATCH v13 20/22] x86: mm: Convert dump_pagetables to use walk_page_range
` [PATCH v13 21/22] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v13 22/22] arm64: mm: Display non-present entries in ptdump

[meta-python][PATCH] update python setuptools-scm from 2.1.0 to 3.3.3
 2019-10-24  9:45 UTC  (6+ messages)

[dpdk-dev] [PATCH 1/3] net/virtio: reject deferred start Rx queue setup
 2019-10-24  9:44 UTC  (9+ messages)
` [dpdk-dev] [PATCH v2 1/4] "
  ` [dpdk-dev] [PATCH v2 2/4] net/virtio: reject deferred start Tx "
  ` [dpdk-dev] [PATCH v2 3/4] net/virtio: reject unsupported Rx multi queue modes
  ` [dpdk-dev] [PATCH v2 4/4] net/virtio: reject unsupported Tx "

[PATCH v2 1/3] powerpc/pseries: Don't opencode HPTE_V_BOLTED
 2019-10-24  9:35 UTC  (3+ messages)
` [PATCH v2 2/3] powerpc/pseries: Don't fail hash page table insert for bolted mapping
` [PATCH v2 3/3] powerpc/book3s64/hash: Use secondary hash for bolted mapping if the primary is full

[PATCH] usb: dwc2: Fix Stalling a Non-Isochronous OUT EP
 2019-10-24  9:44 UTC 

[PATCH v4 0/2] upon streaming, check that the pipeline starts with a source entity
 2019-10-24  9:44 UTC  (5+ messages)
` [PATCH v4 1/2] media: vimc: move the dev field of each entity to vimc_ent_dev
` [PATCH v4 2/2] media: vimc: upon streaming, check that the pipeline starts with a source entity

new meta-oe failures from master-next
 2019-10-24  9:43 UTC  (7+ messages)

[U-Boot] [PATCH V3 5/6] net: fec_mxc: support i.MX8M with CLK_CCF
 2019-10-24  9:41 UTC  (2+ messages)

[PATCH nf-next v6 0/8] netfilter: nf_tables_offload: support tunnel offload
 2019-10-24  9:40 UTC  (2+ messages)

[PATCH] drm/i915: Convert PAT setup to uncore mmio
 2019-10-24  9:40 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] staging: exfat: add exfat filesystem code to staging
 2019-10-24  9:39 UTC  (2+ messages)

PROBLEM: acpi hangs in uninterruptible sleep on 5.4.0-rc1
 2019-10-24  9:39 UTC  (2+ messages)

[dpdk-dev] [PATCH] vhost: return error message for mbuf allocation failure
 2019-10-24  9:39 UTC  (2+ messages)

[PATCH] PCI: Warn about host bridge device when its numa node is NO_NODE
 2019-10-24  9:39 UTC  (2+ messages)

[dpdk-dev] [PATCH] vhost: disable host TSO for linear buffers without extbuf
 2019-10-24  9:38 UTC  (2+ messages)

[PATCH v2 2/2] PCI: pciehp: Prevent deadlock on disconnect
 2019-10-24  9:38 UTC  (4+ messages)

[dpdk-dev] [PATCH] eal:ppc: fix incorrect ifdef for ppc_64
 2019-10-24  9:36 UTC  (3+ messages)

[U-Boot] [PATCH 0/7] am57xx: Implement Android 10 boot flow
 2019-10-24  9:36 UTC  (4+ messages)

[f2fs-dev] [PATCH v5 0/8] fsck: Check write pointers of zoned block devices
 2019-10-24  9:35 UTC  (5+ messages)
` [f2fs-dev] [PATCH v5 6/8] fsck: Check fsync data always for "

[igt-dev] [PATCH i-g-t] test longer than 32k strides
 2019-10-24  9:35 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_big_fb: Add over 32k HW stride tests (rev3)


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.