All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-04 19:34:31 to 2020-06-04 20:47:27 UTC [more...]

ppc64le and 32-bit LE userland compatibility
 2020-06-04 19:37 UTC  (11+ messages)
          ` [musl] "

[PATCH v3 00/13] MMP2 Clock Updates (GPU, Audio, Power Islands)
 2020-06-04 20:47 UTC  (4+ messages)
` [PATCH v3 12/13] dt-bindings: clock: Add Marvell MMP Audio Clock Controller binding

[PATCH v5 00/21] mtd: spi-nor-core: add xSPI Octal DTR support
 2020-06-04 20:47 UTC  (3+ messages)
` [PATCH v5 05/21] arm: mvebu: x530: Disable smart hwcaps selection

[PATCH 0/5] Improve ACPI detection code for atomisp
 2020-06-04 20:47 UTC  (10+ messages)
` [PATCH 1/5] media: atomisp: improve sensor detection code to use _DSM table
` [PATCH 2/5] Revert "media: atomisp: Add some ACPI detection info"
` [PATCH 3/5] Revert "media: atomisp: add Asus Transform T101HA ACPI vars"
` [PATCH 4/5] media: atomisp: change clock source default for ISP2401
` [PATCH 5/5] media: atomisp: improve ACPI/DMI detection logs

[Buildroot] [git commit] boot/uboot: change from FTP to HTTPS for official releases
 2020-06-04 20:47 UTC 

[GIT PULL 0/4] ARM: SoC branches for v5.8
 2020-06-04 20:45 UTC  (2+ messages)

Bluetooth: Allow to use configure SCO socket codec parameters
 2020-06-04 20:43 UTC  (11+ messages)

[PATCH v3 0/5] lockdep: Change IRQ state tracking to use per-cpu variables
 2020-06-04 20:41 UTC  (7+ messages)
` [RFC][PATCH v3 1/5] sparc64: Fix asm/percpu.h build error

[PATCH] clk: qcom: ipq4019: fix apss cpu overclocking
 2020-06-04 20:24 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/tgl: Add HBR and HBR2+ voltage swing table
 2020-06-04 20:43 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH v7 2/4] lib/test_bitmap.c: Add for_each_set_clump test cases
 2020-06-04 20:42 UTC  (3+ messages)

[Cocci] How to match a part of a rule expression (documentation)
 2020-06-03 22:09 UTC  (3+ messages)

[PATCH] scripts: add dummy report mode to add_namespace.cocci
 2020-06-04 20:39 UTC  (4+ messages)
  ` [Cocci] "

[PATCH] usb: eth: lan78xx: Fix logic in lan78xx_read_otp() to avoid a warning
 2020-06-04 20:41 UTC  (2+ messages)

[PATCH 5/5] dt-bindings: timer: Add CLINT bindings
 2020-06-04 20:40 UTC  (3+ messages)

[PATCH 4/5] clocksource/drivers: Add CLINT timer driver
 2020-06-04 20:40 UTC  (3+ messages)

[PATCH 3/5] clocksource/drivers/timer-riscv: Remove MMIO related stuff
 2020-06-04 20:40 UTC  (3+ messages)

[PATCH] Avoid using getprotobyname()
 2020-06-04 20:40 UTC  (3+ messages)

[PATCH 2/5] RISC-V: Remove CLINT related code
 2020-06-04 20:40 UTC  (3+ messages)

[PATCH 1/5] RISC-V: Add mechanism to provide custom IPI operations
 2020-06-04 20:40 UTC  (3+ messages)

[PATCH v3 0/6] riscv: sifive/fu540: SPI boot
 2020-06-04 20:39 UTC  (7+ messages)
` [PATCH v3 1/6] sifive: fu540: Add runtime boot mode detection
` [PATCH v3 2/6] sifive: fu540: Add Booting from SPI
` [PATCH v3 3/6] env: Enable SPI flash env for SiFive FU540
` [PATCH v3 4/6] sifive: fu540: Mark the default env as SPI flash
` [PATCH v3 5/6] sifive: fu540: Add boot flash script offset, size
` [PATCH v3 6/6] sifive: fu540: Enable SF distro bootcmd

[PATCH v2] iommu/arm-smmu: Mark qcom_smmu_client_of_match as possibly unused
 2020-06-04 20:39 UTC  (3+ messages)

[PATCH] dmaengine: sprd: handle the failure cases of pm_runtime_get_sync
 2020-06-04 20:38 UTC 

[V2][PATCH 1/1] lockable: use QLNULL for a null lockable
 2020-06-04 20:37 UTC 

[PATCH] mm: Fix pud_alloc_track()
 2020-06-04 20:36 UTC  (4+ messages)

[PATCH 0/2] proc: use subset option to hide some top-level procfs entries
 2020-06-04 20:33 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] docs: proc: update documentation about subset= parameter

[PATCH v3 00/16] python: add mypy support to python/qemu
 2020-06-04 20:22 UTC  (17+ messages)
` [PATCH v3 01/16] python/qmp.py: Define common types
` [PATCH v3 02/16] iotests.py: use qemu.qmp type aliases
` [PATCH v3 03/16] python/qmp.py: re-absorb MonitorResponseError
` [PATCH v3 04/16] python/qmp.py: Do not return None from cmd_obj
` [PATCH v3 05/16] python/qmp.py: add casts to JSON deserialization
` [PATCH v3 06/16] python/qmp.py: add QMPProtocolError
` [PATCH v3 07/16] python/machine.py: Fix monitor address typing
` [PATCH v3 08/16] python/machine.py: reorder __init__
` [PATCH v3 09/16] python/machine.py: Don't modify state in _base_args()
` [PATCH v3 10/16] python/machine.py: Handle None events in events_wait
` [PATCH v3 11/16] python/machine.py: use qmp.command
` [PATCH v3 12/16] python/machine.py: Add _qmp access shim
` [PATCH v3 13/16] python/machine.py: fix _popen access
` [PATCH v3 14/16] python/qemu: make 'args' style arguments immutable
` [PATCH v3 15/16] iotests.py: Adjust HMP kwargs typing
` [PATCH v3 16/16] python/qemu: Add mypy type annotations

[PATCH] dmaengine: rcar-dmac: handle pm_runtime_get_sync failure
 2020-06-04 20:34 UTC 

[PATCH v6] drm/msm/dpu: ensure device suspend happens during PM sleep
 2020-06-04 20:34 UTC  (3+ messages)

[PATCH v8 00/62] target/riscv: support vector extension v0.7.1
 2020-06-04 20:26 UTC  (12+ messages)
` [PATCH v8 25/62] target/riscv: vector single-width averaging add and subtract
` [PATCH v8 26/62] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v8 30/62] target/riscv: Update fp_status when float rounding mode changes

Bareflank Hypervisor Community Call on 6/12/2020 at 3pm UTC
 2020-06-04 20:31 UTC 

[PATCH] dmaengine: sh: usb-dmac: handle pm_runtime_get_sync failure
 2020-06-04 20:30 UTC 

[PATCH v2 00/12] ASoC: soc-component: collect component functions
 2020-06-04 20:29 UTC  (2+ messages)

[PATCH] clone/fetch: anonymize URLs in the reflog
 2020-06-04 20:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/10] Remove uninitialized_var() macro
 2020-06-04 20:29 UTC  (21+ messages)
` [PATCH 02/10] drbd: Remove uninitialized_var() usage
` [PATCH 03/10] b43: "
` [PATCH 04/10] rtlwifi: rtl8192cu: "
` [PATCH 05/10] ide: "
` [PATCH 07/10] spi: davinci: "

LTP: syscalls: regression on mainline - ioctl_loop01 mknod07 setns01
 2020-06-04 20:27 UTC  (5+ messages)
      ` [LTP] "

[PATCH net-next v6 0/4] RGMII Internal delay common property
 2020-06-04 20:27 UTC  (6+ messages)
` [PATCH net-next v6 4/4] net: dp83869: Add RGMII internal delay configuration

[PATCH v4 0/9] remoteproc: Add support for attaching with rproc
 2020-06-04 20:27 UTC  (6+ messages)
` [PATCH v4 9/9] remoteproc: Properly handle firmware name when attaching

[RESEND 2 PATCH] media: marvell-ccic: Add support for runtime PM
 2020-06-04 20:26 UTC  (2+ messages)

[PATCH v3 0/4] forbid fix {SQ,IO}POLL
 2020-06-04 20:25 UTC  (8+ messages)

[PATCH] sepolgen: parse gen_tunable as bool
 2020-06-04 20:26 UTC  (5+ messages)
` [PATCH v2 1/3] "

[PATCH] loop: Fix wrong masking of status flags
 2020-06-04 20:25 UTC 

[PATCH] docs: deprecated.rst: Add note to the use of struct_size() helper
 2020-06-04 20:25 UTC  (4+ messages)

[PATCH 0/3] spi: bcm2835: Enable shared interrupt support
 2020-06-04 20:24 UTC  (6+ messages)
` [PATCH 3/3] "

[PATCH net-next,v2] crypto/chtls:Fix compile error when CONFIG_IPV6 is disabled
 2020-06-04 20:23 UTC 

[PATCH] iomap: Handle I/O errors gracefully in page_mkwrite
 2020-06-04 20:23 UTC 

pass kernel pointers to the sysctl ->proc_handler method v3
 2020-06-04 20:22 UTC  (3+ messages)
` [PATCH 5/5] sysctl: pass kernel pointers to ->proc_handler
  ` WARNING: CPU: 1 PID: 52 at mm/page_alloc.c:4826 __alloc_pages_nodemask (Re: [PATCH 5/5] sysctl: pass kernel pointers to ->proc_handler)

[dpdk-dev] [PATCH] hash: document breakage with multi-writer thread
 2020-06-04 20:22 UTC  (7+ messages)

[PATCH] format-patch: generate valid patch with diff.noprefix config
 2020-06-04 20:18 UTC  (5+ messages)

[GIT PULL] Backlight for v5.8
 2020-06-04 20:18 UTC  (3+ messages)

[RFT PATCH] ia64: Fix build error with !COREDUMP
 2020-06-04 20:18 UTC  (3+ messages)

[xen-unstable-smoke test] 150702: regressions - FAIL
 2020-06-04 20:18 UTC 

[PATCH 4.19 00/80] 4.19.124-rc1 review
 2020-06-04 20:17 UTC  (4+ messages)
` [PATCH 4.19 12/80] pppoe: only process PADT targeted at local interfaces

ethtool 5.7 released
 2020-06-04 20:15 UTC  (2+ messages)

[GIT PULL] RISC-V Patches for the 5.8 Merge Window, Part 1
 2020-06-04 20:15 UTC  (5+ messages)

[PATCH] software node: recursively unregister child swnodes
 2020-06-04 20:15 UTC  (2+ messages)

[Cluster-devel] [gfs2 patch] gfs2: fix use-after-free on transaction ail lists
 2020-06-04 20:15 UTC 

system time goes weird in kvm guest after host suspend/resume
 2020-06-04 20:14 UTC  (4+ messages)

[qemu-mainline test] 150694: tolerable FAIL - PUSHED
 2020-06-04 20:13 UTC 

[GIT PULL] exec cleanups for v5.8-rc1
 2020-06-04 20:09 UTC 

[Cluster-devel] [GFS2 PATCH v2] gfs2: new slab for transactions
 2020-06-04 20:12 UTC 

[PATCH] checkpolicy: Minor tweaks to the names of the contributors to the manpages
 2020-06-04 20:12 UTC  (3+ messages)

[PATCH u-boot] eth/r8152: update the firmware
 2020-06-04 20:12 UTC  (8+ messages)

[PATCH v8 0/6] Support NVIDIA Tegra-based Acer A500 and Nexus 7 devices
 2020-06-04 20:11 UTC  (6+ messages)
` [PATCH v8 2/6] ARM: tegra: Add device-tree for ASUS Google Nexus 7

[PATCH] drm/panel: simple: Set connector type for DSI panels
 2020-06-04 20:11 UTC  (2+ messages)

[PATCH] dmaengine: tegra210-adma: handle pm_runtime_get_sync failure cases
 2020-06-04 20:10 UTC  (2+ messages)

[PATCH] usb: musb-new: Fix unused function warnings from clang
 2020-06-04 20:11 UTC  (2+ messages)

[PATCH 00/21] drm: mxsfb: Add i.MX7 support
 2020-06-04 20:10 UTC  (8+ messages)
` [PATCH 02/21] drm: mxsfb: Use drm_panel_bridge

[PATCH] crypto: algboss - don't wait during notifier callback
 2020-06-04 20:08 UTC  (2+ messages)

[PATCH] libselinux: fix selinux_restorecon() statfs bug
 2020-06-04 20:08 UTC 

[PATCH] usb: gadget: ether: Fix warnings about unused code
 2020-06-04 20:08 UTC 

Intel 10G 2P X520 Adapter doesn't receive anything with AF XDP
 2020-06-04 20:06 UTC  (2+ messages)
` AW: "

[PATCH v2] selftests/ftrace: Use printf instead of echo in kprobe syntax error tests
 2020-06-04 20:06 UTC  (4+ messages)

[PATCH] coccinelle: api: add kzfree script
 2020-06-04 17:36 UTC  (4+ messages)
` [Cocci] "

[PATCH v3] glibc: move ld.so.conf back to main package
 2020-06-04 20:05 UTC  (9+ messages)
  ` [OE-core] "

[PATCH] net: cpsw: Add __maybe_unused to generated inlines
 2020-06-04 20:05 UTC 

[PATCH] mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg()
 2020-06-04 20:03 UTC 

[PATCH] drm/i915/dp: DP PHY compliance for JSL
 2020-06-04 20:01 UTC  (4+ messages)
` [Intel-gfx] "

[RFC 00/12] Audio DSP VirtIO and vhost drivers
 2020-06-04 20:01 UTC  (5+ messages)
` [RFC 11/12] rpmsg: increase buffer size and reduce buffer number
` [RFC 12/12] rpmsg: add a device ID to also bind to the ADSP device

[PATCH] gpio: omap_gpio: Fix unused function warning in non-DM case
 2020-06-04 20:01 UTC 

[PATCH] board: ti: am335x_evm: Remove duplicate setting of bd_ram_ofs member
 2020-06-04 20:01 UTC 

[PATCH] x86/mm: use max memory block size with unaligned memory end
 2020-06-04 20:00 UTC  (6+ messages)

[PATCH v2 0/4] ARC: [plat-hsdk-4xd] initial port for HSDK-4xD board
 2020-06-04 20:00 UTC  (3+ messages)

incoming
 2020-06-04 19:59 UTC  (2+ messages)
` + memory_hotplug-disable-the-functionality-for-32b.patch added to -mm tree

[PATCH 1/2] ima: Directly assign the ima_default_policy pointer to ima_rules
 2020-06-04 19:57 UTC  (6+ messages)
` [PATCH 2/2] ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()

[PATCH] acpi: battery: Always read fresh battery state on update
 2020-06-04 19:56 UTC 

(unknown)
 2020-06-04 19:57 UTC 

[PATCH v3 0/3] python/machine.py: refactor shutdown
 2020-06-04 19:52 UTC  (4+ messages)
` [PATCH v3 1/3] python/machine.py: consolidate _post_shutdown()
` [PATCH v3 2/3] python/machine.py: refactor shutdown
` [PATCH v3 3/3] python/machine.py: re-add sigkill warning suppression

[PATCH] checkpatch: reversed logic with acpi test checks
 2020-06-04 19:52 UTC  (4+ messages)

XDP_REDIRECT with xsks_map and dev_map
 2020-06-04 19:52 UTC  (12+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2020-06-04 19:51 UTC 

[Intel-gfx] [PATCH] drm/i915/dp: Reset link params on connector disconnect
 2020-06-04 19:49 UTC  (11+ messages)

elfcore.c:undefined reference to `dump_emit'
 2020-06-04 19:48 UTC  (3+ messages)

[PATCH v2] batctl: Add per interface hop penalty command
 2020-06-04 19:46 UTC  (2+ messages)

[PATCH v2] x86/resctrl: Fix memory bandwidth counter width for AMD
 2020-06-04 19:45 UTC 

[PATCH] board: ti: common: Fix pointer-bool-conversion warnings
 2020-06-04 19:45 UTC 

[RFC] Restrict the untrusted devices, to bind to only a set of "whitelisted" drivers
 2020-06-04 19:38 UTC  (8+ messages)

[PATCH v4] powerpc/fadump: fix race between pstore write and fadump crash trigger
 2020-06-04 19:33 UTC 

[PATCH 1/3] drm/i915/dp_mst: Fix disabling MST on a port
 2020-06-04 19:36 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v2,1/3] drm/i915/dp_mst: Fix disabling MST on a port (rev4)

[PATCH 00/59] devm_drm_dev_alloc, v2
 2020-06-04 19:36 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for devm_drm_dev_alloc, v2 (rev3)

[PATCH] scsi: megaraid_sas: fix kdump kernel boot hung caused by JBOD
 2020-06-04 19:35 UTC  (5+ messages)

[PATCH v2] mountstats: Adding 'Day:Hour:Min:Sec' format along with 'age' to "mountstats --nfs" for ease of understanding
 2020-06-04 19:34 UTC  (5+ 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.