All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-11 07:35:03 to 2020-05-11 08:23:25 UTC [more...]

[PATCH] md: add a newline when printing parameter 'start_ro' by sysfs
 2020-05-11  8:23 UTC 

[PATCH v2 00/19] mtd: rawnand: cafe: Convert to exec_op() (and more)
 2020-05-11  8:23 UTC  (8+ messages)

linux-next: manual merge of the akpm-current tree with the kbuild tree
 2020-05-11  8:23 UTC 

[Intel-gfx] [PATCH i-g-t] i915/gem_ringfill: Do a basic pass over all engines simultaneously
 2020-05-11  8:21 UTC  (2+ messages)
` [igt-dev] "

[PATCH v2 0/4] memory: Add memory_region_sync() & make NVMe emulated device generic
 2020-05-11  8:17 UTC  (5+ messages)
` [PATCH v2 1/4] memory: Simplify memory_region_do_writeback()
` [PATCH v2 2/4] memory: Rename memory_region_do_writeback() -> memory_region_sync()
` [PATCH v2 3/4] hw/block: Let the NVMe emulated device be target-agnostic
` [PATCH v2 4/4] exec: Rename qemu_ram_writeback() as qemu_ram_msync()

[PATCH] net/sonic: Fix some resource leaks in error handling paths
 2020-05-11  8:20 UTC  (8+ messages)
      `  "

[PATCH] kexec: Discard loaded image on memory hotplug
 2020-05-11  8:19 UTC  (6+ messages)

[PATCH 2/2] mmc: host: Drop redundant MMC_CAP_ERASE
 2020-05-11  8:19 UTC  (2+ messages)

[PATCH v1 net-next 0/3] net: dsa: felix: tc taprio and CBS offload support
 2020-05-11  8:19 UTC  (3+ messages)
` [PATCH v1 net-next 1/3] net: dsa: felix: qos classified based on pcp

[Intel-gfx] intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
 2020-05-11  8:18 UTC 

[ARM64 ACPI] different CPU L3 cache size reported by /sys/device/ and dmidecode
 2020-05-11  8:18 UTC  (3+ messages)

[dpdk-dev] [PATCH v5 1/2] cryptodev: add chacha20-poly1305 aead algorithm
 2020-05-11  8:18 UTC  (6+ messages)
` [dpdk-dev] [PATCH v5 2/2] cryptodev: version cryptodev info get function

[PATCH] xen/cpuhotplug: Fix initial CPU offlining for PV(H) guests
 2020-05-11  8:16 UTC  (2+ messages)

[PATCH] xen: fix build without pci passthrough
 2020-05-11  8:14 UTC  (2+ messages)

[PATCH] scsi: libsas: Replace zero-length array with flexible-array
 2020-05-11  8:14 UTC  (2+ messages)

[PATCH V3 0/2] thermal:Add HiSilicon Kunpeng thermal driver and Maintainers
 2020-05-11  8:14 UTC  (9+ messages)
` [PATCH V3 2/2] thermal: Add HiSilicon Kunpeng thermal driver

[GIT PULL] RISC-V Fixes for 5.7-rc5
 2020-05-11  8:13 UTC  (4+ messages)

[PATCH 00/12] hw/mips/fuloong2e: PoC to fix hang after reboot
 2020-05-11  8:12 UTC  (7+ messages)
` [PATCH 04/12] hw/mips/fuloong2e: Fix typo in Fuloong machine name

[PATCH v3] file: add PACKAGECONFIG for auto options
 2020-05-11  8:12 UTC  (2+ messages)
` [OE-core] "

[PATCH 17/17] ASoC: soc-dai: add snd_soc_dai_stream_activity()
 2020-05-11  8:12 UTC  (3+ messages)

[PATCH] xen-platform: Constify dev_pm_ops
 2020-05-11  8:12 UTC  (2+ messages)

[PATCH bpf-next 00/17] Run a BPF program on socket lookup
 2020-05-11  8:12 UTC  (5+ messages)
` [PATCH bpf-next 14/17] libbpf: Add support for SK_LOOKUP program type

System fails to exit s2idle by a keystroke on my laptop
 2020-05-11  8:10 UTC  (6+ messages)

[PATCH] btrfs: Add comment for BTRFS_ROOT_REF_COWS
 2020-05-11  8:09 UTC  (4+ messages)

Ext4 corruption with VM images as 3 > drop_caches
 2020-05-11  8:07 UTC  (4+ messages)
` [PATCH] ext4: Don't set dioread_nolock by default for blocksize < pagesize

[PATCH 0/3] soundwire: bus_type: add sdw_master_device support
 2020-05-11  8:04 UTC  (5+ messages)
` [PATCH 3/3] "

[Intel-gfx] [PATCH 01/20] drm/i915/gt: Mark up the racy read of execlists->context_tag
 2020-05-11  8:05 UTC  (21+ messages)
` [Intel-gfx] [PATCH 02/20] drm/i915/gt: Couple up old virtual breadcrumb on new sibling
` [Intel-gfx] [PATCH 03/20] dma-buf: Use atomic_fetch_add() for the context id
` [Intel-gfx] [PATCH 04/20] drm/i915: Mark the addition of the initial-breadcrumb in the request
` [Intel-gfx] [PATCH 05/20] drm/i915: Tidy awaiting on dma-fences
` [Intel-gfx] [PATCH 06/20] dma-buf: Proxy fence, an unsignaled fence placeholder
` [Intel-gfx] [PATCH 07/20] drm/syncobj: Allow use of dma-fence-proxy
` [Intel-gfx] [PATCH 08/20] drm/i915/gem: Teach execbuf how to wait on future syncobj
` [Intel-gfx] [PATCH 09/20] drm/i915/gem: Allow combining submit-fences with syncobj
` [Intel-gfx] [PATCH 10/20] drm/i915/gt: Declare when we enabled timeslicing
` [Intel-gfx] [PATCH 11/20] drm/i915/gem: Remove redundant exec_fence
` [Intel-gfx] [PATCH 12/20] drm/i915: Drop no-semaphore boosting
` [Intel-gfx] [PATCH 13/20] drm/i915: Move saturated workload detection back to the context
` [Intel-gfx] [PATCH 14/20] drm/i915: Remove the saturation backoff for HW semaphores
` [Intel-gfx] [PATCH 15/20] drm/i915/gt: Use built-in active intel_context reference
` [Intel-gfx] [PATCH 16/20] drm/i915: Drop I915_RESET_TIMEOUT and friends
` [Intel-gfx] [PATCH 17/20] drm/i915: Drop I915_IDLE_ENGINES_TIMEOUT
` [Intel-gfx] [PATCH 18/20] drm/i915/selftests: Always call the provided engine->emit_init_breadcrumb
` [Intel-gfx] [PATCH 19/20] drm/i915: Emit await(batch) before MI_BB_START
` [Intel-gfx] [PATCH 20/20] drm/i915/selftests: Always flush before unpining after writing
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/20] drm/i915/gt: Mark up the racy read of execlists->context_tag

[PATCH v8 00/12] x86emul: further work
 2020-05-11  8:02 UTC  (7+ messages)
` [PATCH v8 08/12] x86emul: support FLDENV and FRSTOR

[PATCH v2 0/6] Capacity awareness for SCHED_DEADLINE
 2020-05-11  8:01 UTC  (6+ messages)
` [PATCH v2 3/6] sched/deadline: Add dl_bw_capacity()

[net-next PATCH v3 0/5] Introduce new fwnode based APIs to support phylink and phy layers
 2020-05-11  8:00 UTC  (15+ messages)
` [net-next PATCH v3 4/5] net: phy: Introduce fwnode_get_phy_id()

[dpdk-dev] [PATCH v2 1/2] crypto/dpaa2_sec: improve error handling
 2020-05-11  7:59 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 "

next/pending-fixes boot: 255 boots: 8 failed, 230 passed with 12 offline, 5 untried/unknown (v5.7-rc4-552-g1e823790a7f1)
 2020-05-11  7:59 UTC 

[LTP] [PATCH V2 00/17] Syscalls: Add support for time64 variants
 2020-05-11  7:58 UTC  (7+ messages)
` [LTP] [PATCH V2 15/17] syscalls/semtimedop: Add support for semtimedop and its time64 version

[PATCH v4 00/16] Add Rockchip RK3399 USB3.0 Host support
 2020-05-11  7:58 UTC  (34+ messages)
` [PATCH v4 01/16] clk: rk3399: Enable/Disable the USB2PHY clk
` [PATCH v4 02/16] clk: rk3399: Set empty for TCPHY assigned-clocks
` [PATCH v4 03/16] clk: rk3399: Enable/Disable TCPHY clocks
` [PATCH v4 04/16] phy: rockchip: Add Rockchip USB2PHY driver
` [PATCH v4 05/16] arm64: dts: rk3399: Move u2phy into root port
  ` [PATCH v4 06/16] phy: rockchip: Add Rockchip USB TypeC PHY driver
  ` [PATCH v4 07/16] usb: dwc3: add dis_enblslpm_quirk
  ` [PATCH v4 08/16] usb: dwc3: add dis_u2_freeclk_exists_quirk
  ` [PATCH v4 09/16] usb: dwc3: Add disable u2mac linestate check quirk
` [PATCH v4 10/16] usb: dwc3: Enable AutoRetry feature in the controller
  ` [PATCH v4 11/16] usb: dwc3: amend UTMI/UTMIW phy interface setup
  ` [PATCH v4 12/16] usb: dwc3: add make compatible for rockchip platform
  ` [PATCH v4 13/16] driver: usb: drop legacy rockchip xhci driver
  ` [PATCH v4 14/16] ARM: dts: rk3399-evb: usb3.0 host support
` [PATCH v4 15/16] configs: evb-rk3399: update support usb3.0 host
  ` [PATCH v4 16/16] roc-rk3399-pc: Enable USB3.0 Host

Patches for ui/gtk and ui/sdl
 2020-05-11  7:56 UTC  (2+ messages)

[PATCH v4] backlight: lms283gf05: Convert to GPIO descriptors
 2020-05-11  7:53 UTC 

[LTP] [PATCH] syscalls/ioctl_loop05: Ensure do zero offset in kernel always
 2020-05-11  7:55 UTC  (4+ messages)

[PATCH v2] net/sonic: Fix some resource leaks in error handling paths
 2020-05-11  7:54 UTC  (2+ messages)

[Buildroot] [PATCH 1/5] package/libsoup: add optional dependency for gobject-introspection
 2020-05-11  7:54 UTC  (6+ messages)
` [Buildroot] [PATCH 2/5] package/gssdp: "

[dpdk-dev] [PATCH] event/dsw: update 20.05 release notes
 2020-05-11  7:53 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] event/dsw: update "

[PATCH] drm: vmwgfx: include linux/highmem.h
 2020-05-11  7:52 UTC  (4+ messages)

sort out the flush_icache_range mess
 2020-05-11  7:51 UTC  (45+ messages)
` [PATCH 02/31] arm64: fix the flush_icache_range arguments in machine_kexec
    ` [OpenRISC] "
` [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page
    ` [OpenRISC] "
` [PATCH 26/31] m68k: implement flush_icache_user_range
    ` [OpenRISC] "
` [PATCH 31/31] module: move the set_fs hack for flush_icache_range to m68k
    ` [OpenRISC] "
  ` [OpenRISC] sort out the flush_icache_range mess

Why xddp-stream demo process could not be terminate by ctrl + C
 2020-05-11  7:51 UTC 

[PATCH v2 1/3] mtd: rawnand: Add a NAND_NO_BBM_QUIRK flag
 2020-05-11  7:49 UTC  (2+ messages)

[PATCH v2 2/3] mtd: rawnand: cafe: Set the NAND_NO_BBM_QUIRK flag
 2020-05-11  7:49 UTC  (2+ messages)

[dpdk-dev] [PATCH v1] app/testpmd: fix DCB set failure in FreeBSD by clang
 2020-05-11 10:25 UTC  (2+ messages)

[PATCH v2 3/3] mtd: rawnand: diskonchip: Set the NAND_NO_BBM_QUIRK flag
 2020-05-11  7:49 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-janus: bump to version 0.5.0
 2020-05-11  7:50 UTC 

[PATCH 1/5] mtd: rawnand: diskonchip: Make sure doc2001plus_readbuf() works for single byte reads
 2020-05-11  7:49 UTC  (2+ messages)

[PATCH 2/5] mtd: rawnand: diskonchip: Get rid of doc2000_readbuf_dword()
 2020-05-11  7:49 UTC  (2+ messages)

[PATCH 3/5] mtd: rawnand: diskonchip: Inherit from nand_controller
 2020-05-11  7:48 UTC  (2+ messages)

[PATCH 4/5] mtd: rawnand: diskonchip: Implement exec_op()
 2020-05-11  7:48 UTC  (2+ messages)

[PATCH 5/5] mtd: rawnand: diskonchip: Get rid of the legacy interface implementation
 2020-05-11  7:48 UTC  (2+ messages)

[PATCH 0/2] Novena laptop panel
 2020-05-11  7:47 UTC  (4+ messages)
` [PATCH 2/2] drm/panel: simple: Add Innolux N133HSE panel support

[hch-block:flush_icache_range 8/31] include/linux/highmem.h:233:20: error: passing argument 1 of 'flush_dcache_page' from incompatible pointer type
 2020-05-11  7:47 UTC 

[PATCH] tty: hvc: Fix data abort due to race in hvc_open
 2020-05-11  7:41 UTC  (11+ messages)

[PATCH v7 00/22] RISC-V SiFive FU540 support SPL
 2020-05-11  7:45 UTC  (12+ messages)
` [PATCH v7 19/22] sifive: dts: fu540: Enable L2 Cache in U-Boot

[dpdk-dev] [PATCH 1/2] crypto/zuc: support IPSec Multi-buffer lib v0.54
 2020-05-11  7:43 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 "

Abort in mch_update_pciexbar
 2020-05-11  7:42 UTC  (5+ messages)

I disabled more compiler warnings
 2020-05-11  7:43 UTC  (2+ messages)

[PATCH] x86/gen-cpuid: Distinguish default vs max in feature annotations
 2020-05-11  7:43 UTC  (2+ messages)

[PATCH] RDMA/srpt: Add a newline when printing parameter 'srpt_service_guid' by sysfs
 2020-05-11  7:37 UTC  (2+ messages)

[RFC PATCH 0/7] mm: Get rid of vmalloc_sync_(un)mappings()
 2020-05-11  7:42 UTC  (7+ messages)

[PATCH] iio: adc: Add scaling support to exynos adc driver
 2020-05-11  7:42 UTC  (4+ messages)

[PATCH] xen/pvcalls-back: test for errors when calling backend_connect()
 2020-05-11  7:42 UTC 

[zen-kernel-zen-kernel:5.6/fsgsbase 12/18] arch/x86/kernel/process.h:85:18: error: 'struct thread_struct' has no member named 'fsbase'
 2020-05-11  7:42 UTC 

[PATCH] mfd: max77620: Use single-byte writes on MAX77620
 2020-05-11  7:41 UTC  (3+ messages)

[PATCH v4 00/11] Fix qla2xxx endianness annotations
 2020-05-11  7:40 UTC  (9+ messages)
` [PATCH v4 06/11] qla2xxx: Increase the size of struct qla_fcp_prio_cfg to FCP_PRIO_CFG_SIZE
` [PATCH v4 07/11] qla2xxx: Change two hardcoded constants into offsetof() / sizeof() expressions
` [PATCH v4 08/11] qla2xxx: Fix the code that reads from mailbox registers
` [PATCH v4 09/11] qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lower case

[PATCH] tty: serial: imx: Add return value check for platform_get_irq()
 2020-05-11  7:27 UTC  (2+ messages)

[PATCH] x86/tsc: Use hard-coded crystal clock for Skylake mobile
 2020-05-11  7:38 UTC 

[PATCH 00/18] mm: memcontrol: charge swapin pages on instantiation
 2020-05-11  7:38 UTC  (9+ messages)
` [PATCH 05/18] mm: memcontrol: convert page cache to a new mem_cgroup_charge() API

[Buildroot] [PATCH 1/1] package/python-argon2-cffi: bump to version 20.1.0
 2020-05-11  7:38 UTC 

[cip-dev] CIP LAVA infrastructure maintenance
 2020-05-11  7:36 UTC 

[Buildroot] [PATCH 1/1] package/paho-mqtt-c: fix build on musl
 2020-05-11  7:35 UTC  (2+ 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.