All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-18 08:46:06 to 2020-05-18 09:40:10 UTC [more...]

[WIC] Grow last partition up to disk size
 2020-05-18  9:39 UTC  (4+ messages)
` [yocto] "

[Intel-gfx] [PATCH 1/2] drm/i915: Remove PIN_UPDATE for i915_vma_pin
 2020-05-18  9:39 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/2] "

[PATCH V1 0/2] Introduce new quirk to use reserved timeout
 2020-05-18  9:39 UTC  (3+ messages)
` [PATCH V1 1/2] mmc: sdhci: "

WARNING: suspicious RCU usage with PROVE_RCU_LIST=y
 2020-05-18  9:39 UTC  (2+ messages)

[PATCH 0/5] colo: Introduce resource agent and test suite/CI
 2020-05-18  9:38 UTC  (2+ messages)

[PATCH 0/2] Expose KVM API to Linux Kernel
 2020-05-18  9:38 UTC  (5+ messages)

"Forwarding" from TC classifier
 2020-05-18  9:38 UTC  (7+ messages)

[PATCH v1 0/3] virtio-balloon: free page hinting fixes
 2020-05-18  9:36 UTC  (9+ messages)
` [PATCH v1 1/3] virtio-balloon: fix free page hinting without an iothread
` [PATCH v1 2/3] virtio-balloon: fix free page hinting check on unrealize
` [PATCH v1 3/3] virtio-balloon: unref the iothread when unrealizing

[PATCH v5 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-05-18  9:36 UTC  (9+ messages)
` [PATCH v5 01/10] mmap locking API: initial implementation as rwsem wrappers
` [PATCH v5 02/10] MMU notifier: use the new mmap locking API
` [PATCH v5 03/10] DMA reservations: "
` [PATCH v5 04/10] mmap locking API: use coccinelle to convert mmap_sem rwsem call sites

[Buildroot] [PATCH 1/1] package/mtdev2tuio: remove package
 2020-05-18  9:36 UTC  (2+ messages)

[PATCH 2/2] KVMM: Memory and interface related changes
 2020-05-18  9:28 UTC  (7+ messages)

[Buildroot] [PATCH 1/1] DEVLOPERS: Add Stephan Hoffmann for libhttpserver
 2020-05-18  9:36 UTC 

[peterz-queue:sched/core 4/9] arch/x86/kernel/smpboot.c:2083: undefined reference to `__udivdi3'
 2020-05-18  9:35 UTC  (2+ messages)

[PATCH] HID: i2c-hid: Enable touchpad wakeup from Suspend-to-Idle
 2020-05-18  9:35 UTC 

[PATCH v2 0/2] CH7322 CEC controller driver
 2020-05-18  9:34 UTC  (3+ messages)
` [PATCH v2 2/2] media: cec: i2c: ch7322: Add ch7322 "

[dpdk-dev] [PATCH] doc: update bnxt guide
 2020-05-18  9:34 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v2 5/5] vhost: add device started check in migration set log
 2020-05-18  9:33 UTC  (13+ messages)

[PATCH 0/3] perf/x86/rapl: Enable RAPL for AMD Fam17h
 2020-05-18  9:34 UTC  (8+ messages)
` [PATCH 1/3] perf/x86/rapl: move RAPL support to common x86 code
` [PATCH 2/3] perf/x86/rapl: refactor code for Intel/AMD sharing
` [PATCH 3/3] perf/x86/rapl: add AMD Fam17h RAPL support

[PATCH] powerpc/wii: Fix declaration made after definition
 2020-05-18  9:32 UTC  (3+ messages)

[dpdk-dev] [PATCH 1/2] net/mlx5: fix port action assert timing
 2020-05-18  9:33 UTC  (2+ messages)

Unable to access fuse mountpoint with seteuid()
 2020-05-18  9:32 UTC  (2+ messages)

[PATCH] pcmcia: Replace zero-length array with flexible-array
 2020-05-18  9:16 UTC  (2+ messages)

[PATCH v8 0/3] PM / AVS: SVS: Introduce SVS engine
 2020-05-18  9:24 UTC  (12+ messages)
` [PATCH v8 1/3] dt-bindings: power: avs: add mtk svs dt-bindings
` [PATCH v8 2/3] arm64: dts: mt8183: add svs device information
` [PATCH v8 3/3] PM / AVS: SVS: Introduce SVS engine

[PATCH[RFT]] ACPI: EC: s2idle: Avoid flushing EC work when EC GPE is inactive
 2020-05-18  9:32 UTC  (3+ messages)

blk-mq: improvement CPU hotplug (simplified version) v2
 2020-05-18  9:31 UTC  (7+ messages)
` [PATCH 5/9] blk-mq: don't set data->ctx and data->hctx in blk_mq_alloc_request_hctx
` [PATCH 9/9] blk-mq: drain I/O when all CPUs in a hctx are offline

[PATCH] x86: mmiotrace: Use cpumask_available for cpumask_var_t variables
 2020-05-18  9:31 UTC  (2+ messages)

[dpdk-dev] [PATCH] meter: provide experimental alias of API for old apps
 2020-05-18  9:30 UTC  (5+ messages)
` [dpdk-dev] [PATCH v4] "

[PATCH v4 0/7] firmware: smccc: Add basic SMCCC v1.2 + ARCH_SOC_ID support
 2020-05-18  9:30 UTC  (18+ messages)
` [PATCH v4 1/7] firmware: smccc: Add HAVE_ARM_SMCCC_DISCOVERY to identify SMCCC v1.1 and above
` [PATCH v4 2/7] firmware: smccc: Update link to latest SMCCC specification
` [PATCH v4 3/7] firmware: smccc: Add the definition for SMCCCv1.2 version/error codes
` [PATCH v4 4/7] firmware: smccc: Drop smccc_version enum and use ARM_SMCCC_VERSION_1_x instead
` [PATCH v4 5/7] firmware: smccc: Refactor SMCCC specific bits into separate file
` [PATCH v4 6/7] firmware: smccc: Add function to fetch SMCCC version
` [PATCH v4 7/7] firmware: smccc: Add ARCH_SOC_ID support

[PATCH v5 0/6] colo-compare bugfixes
 2020-05-18  9:29 UTC  (2+ messages)

Git error message "Server does not allow request for unadvertised object"
 2020-05-18  9:20 UTC 

[PATCH 00/17] RZ/G1H describe I2C, IIC, MMC0, SATA, AVB, RWDT and APMU nodes
 2020-05-18  9:28 UTC  (9+ messages)
` [PATCH 03/17] ARM: dts: r8a7742: Add I2C and IIC support
` [PATCH 17/17] ARM: dts: r8a7742: Add RWDT node

[dpdk-dev] [PATCH] app/testpmd: fix error detection in MTU command
 2020-05-18  9:27 UTC 

RTDM Printk do not work on rtdm_timer_handler_t
 2020-05-18  9:27 UTC 

[PATCH v2 5/7] include: dt-bindings: sound: Add sc7180-lpass bindings header
 2020-05-18  9:22 UTC  (2+ messages)

[PATCH] iio: stm32-dac: Replace indio_dev->mlock with own device lock
 2020-05-18  9:22 UTC  (4+ messages)

Could nomal linux threads and xenomai threads run together in the same process?
 2020-05-18  9:22 UTC  (2+ messages)

[PATCH v7 0/6] gpio: Add GPIO Aggregator
 2020-05-18  9:20 UTC  (4+ messages)

[PATCH] drm/debugfs: accept trailing whitespace in "force" attribute
 2020-05-18  9:22 UTC  (5+ messages)
` [PATCH v2] drm/debugfs: fix plain echo to connector "

[dpdk-dev] [PATCH] net/igc: update copyright
 2020-05-18  9:13 UTC 

[PATCH] kgdb: Fix broken handling of printk() in NMI context
 2020-05-18  9:21 UTC  (9+ messages)
        ` [PATCH] printk/kdb: Redirect printk messages into kdb in any context

[PATCH 0/2] jbd2: Fix leaked transaction credits
 2020-05-18  9:21 UTC  (3+ messages)
` [PATCH 1/2] ext4: Drop ext4_journal_free_reserved()
` [PATCH 2/2] jbd2: Avoid leaking transaction credits when unreserving handle

[LTP] [PATCH V3 00/17] Syscalls: Add support for time64 variants
 2020-05-18  9:21 UTC  (4+ messages)

Patchwork housekeeping for: linux-renesas-soc
 2020-05-18  9:20 UTC 

[Cocci] How to match function calls in macros?
 2020-05-18  9:19 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Measure CS_TIMESTAMP
 2020-05-18  9:18 UTC  (3+ messages)

[PATCH v3 0/5] serial: 8250: Add rs485 emulation to 8250_dw
 2020-05-18  9:19 UTC  (5+ messages)
` [PATCH v3 3/5] serial: 8250: Support separate rs485 rx-enable GPIO

[PATCH 01/15] net: pcnet: Drop typedef struct pcnet_priv_t
 2020-05-18  9:18 UTC  (3+ messages)
` [PATCH 15/15] net: pcnet: Add Kconfig entries

[PATCH 0/6] remote-curl: partial fix for a deadlock with stateless rpc
 2020-05-18  9:18 UTC  (7+ messages)
` [PATCH 3/6] transport: combine common cases with a fallthrough
` [PATCH 5/6] remote-curl: error on incomplete packet

[PATCH v5 00/18] Rework READ_ONCE() to improve codegen
 2020-05-18  9:18 UTC  (6+ messages)
` [PATCH v5 04/18] sparc32: mm: Reduce allocation size for PMD and PTE tables

[PATCH v5 00/10] input: elants: Support Asus TF300T touchscreen
 2020-05-18  9:18 UTC  (7+ messages)
` [PATCH v5 01/10] input: elants: document some registers and values
` [PATCH v5 07/10] input: elants: support 0x66 reply opcode for reporting touches

[RFC PATCH v3 0/9] Suppress negative dentry
 2020-05-18  9:17 UTC  (6+ messages)

How does the Kernel decide which Umem frame to choose for the next packet?
 2020-05-18  9:17 UTC  (3+ messages)
  ` AW: "

[PATCH] travis.yml: Use clang++ in the Clang tests
 2020-05-18  9:15 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/ice: update copyright
 2020-05-18  9:07 UTC 

[GIT PULL 0/7] EFI fixes for v5.7
 2020-05-18  9:15 UTC  (3+ messages)

[PATCH v2 0/3] More improvements for multiple PLICs
 2020-05-18  9:14 UTC  (8+ messages)
` [PATCH v2 1/3] irqchip/sifive-plic: Set default irq affinity in plic_irqdomain_map()
` [PATCH v2 2/3] irqchip/sifive-plic: Setup cpuhp once after boot CPU handler is present
` [PATCH v2 3/3] irqchip/sifive-plic: Improve boot prints for multiple PLIC instances

[PATCH v7 0/3] Use DIAG318 to set Control Program Name & Version Codes
 2020-05-18  9:15 UTC  (3+ messages)
` [PATCH v7 3/3] s390/kvm: diagnose 0x318 get/set handling

[linux-linus test] 150226: regressions - FAIL
 2020-05-18  9:14 UTC 

[PATCH] memcg: Fix memcg_kmem_bypass() for remote memcg charging
 2020-05-18  9:13 UTC  (12+ messages)
  ` [PATCH v2] "

[proc] 63f818f46a: WARNING:held_lock_freed
 2020-05-18  9:13 UTC 

About RTNet setup
 2020-05-18  9:12 UTC  (3+ messages)
  ` R: "

[PATCH v2 2/7] ASoC: qcom: Add common array to initialize soc based core clocks
 2020-05-18  9:11 UTC  (2+ messages)

[PATCH 00/24] Fixes around device realization
 2020-05-18  9:10 UTC  (16+ messages)
` [PATCH 07/24] auxbus: Fix aux-to-i2c-bridge to be a subtype of aux-slave
` [PATCH 11/24] pnv/phb4: Bury unwanted "pnv-phb4-pec-stack" devices
` [PATCH 13/24] ppc4xx: Drop redundant device realization
` [PATCH 15/24] macio: Fix macio-bus to be a subtype of System bus
` [PATCH 20/24] riscv: Fix type of SiFive[EU]SocState, member parent_obj
` [PATCH 21/24] sparc/leon3: Fix to put grlib,* devices on sysbus
` [PATCH 24/24] qdev: Assert onboard devices all get realized properly

[PATCH v2 bpf-next 0/7] bpf, printk: add BTF-based type printing
 2020-05-18  9:10 UTC  (4+ messages)
` [PATCH v2 bpf-next 6/7] bpf: add support for %pT format specifier for bpf_trace_printk() helper

[PATCH 1/2] ARM: dts: imx51: Add src node interrupt
 2020-05-18  9:10 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: imx53: "

[igt-dev] [PATCH i-g-t v3 0/7] Make gpgpu fill tests libdrm independent
 2020-05-18  9:09 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t v3 1/7] lib/intel_bufops: Add bufops reference and relaxate stride requirement
` [igt-dev] [PATCH i-g-t v3 2/7] lib/rendercopy_bufmgr: Pass alignment during buffer initialization
` [igt-dev] [PATCH i-g-t v3 3/7] lib/intel_batchbuffer: Introduce intel_bb
` [igt-dev] [PATCH i-g-t v3 4/7] lib/gpu_cmds: Add gpgpu pipeline functions based on intel_bb
` [igt-dev] [PATCH i-g-t v3 5/7] lib/gpgpu_fill: libdrm-free gpgpu pipeline creation
` [igt-dev] [PATCH i-g-t v3 6/7] lib/intel_batchbuffer: Introduce temporary igt_fillfunc_v2_t
` [igt-dev] [PATCH i-g-t v3 7/7] tests/gem_gpgpu_fill: Remove libdrm dependency

[PATCH v5 bpf-next 00/11] net: Add support for XDP in egress path
 2020-05-18  9:08 UTC  (4+ messages)

[PATCH] dt-bindings: reset: Convert i.MX reset to json-schema
 2020-05-18  9:07 UTC  (3+ messages)

[PATCH] libata: Use per port sync for detach
 2020-05-18  9:06 UTC  (4+ messages)

[Regression] "iommu/amd: Relax locking in dma_ops path" makes tg3 ethernet transmit queue timeout
 2020-05-18  9:06 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix dbuf slice mask when turning off all the pipes
 2020-05-18  9:05 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

Which way could guarantee more precise delay?'rt_task_sleep' or 'rt_task_wait_period'?
 2020-05-18  9:02 UTC  (2+ messages)

[PATCH] tick/nohz: Narrow down noise while setting current task's tick dependency
 2020-05-18  8:57 UTC  (2+ messages)

[PATCH net] __netif_receive_skb_core: pass skb by reference
 2020-05-18  9:01 UTC 

Question about rt_task_sleep and rt_alarm_start
 2020-05-18  9:01 UTC  (2+ messages)

[PATCH] drm/amdgpu fix incorrect sysfs remove behavior for xgmi
 2020-05-18  9:00 UTC 

[PATCH 0/4] More improvements for multiple PLICs
 2020-05-18  9:00 UTC  (9+ messages)
` [PATCH 3/4] irqchip/sifive-plic: Separate irq_chip for muiltiple PLIC instances

[PATCH net] cxgb4/chcr: Enable ktls settings at run time
 2020-05-18  8:59 UTC 

[PATCH] arm64: xilinx: Print fpga error value in hex
 2020-05-18  8:59 UTC 

[PATCH 0/3] mmc: Adding support for Microchip Sparx5 SoC
 2020-05-18  8:58 UTC  (5+ messages)
` [PATCH 2/3] sdhci: sparx5: Add Sparx5 SoC eMMC driver

[Intel-gfx] [PATCH] drm/i915/selftests: Measure dispatch latency
 2020-05-18  8:57 UTC 

When would a real time process be able to resume running again after it have called rt_task_sleep?
 2020-05-18  8:58 UTC  (2+ messages)

[PATCH v2 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-05-18  8:55 UTC  (5+ messages)
` [PATCH v2 3/8] s390/sclp: rework sclp boundary and length checks
` [PATCH v2 6/8] s390/sclp: add extended-length sccb support for kvm guest

[dpdk-dev] [PATCH] common/iavf: update copyright
 2020-05-18  8:45 UTC 

[dpdk-dev] [PATCH] net/i40e/base: update copyright
 2020-05-18  8:44 UTC 

[PATCH v2] ext4: ext4 mount sanity test
 2020-05-18  8:52 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/2] Default to cachable mappings for GEM SHMEM
 2020-05-18  8:50 UTC  (9+ messages)
` [PATCH 1/2] drm/shmem: Use cached mappings by default

[dpdk-dev] [PATCH] net/ixgbe/base: update copyright
 2020-05-18  8:41 UTC 

linux-imx-headers missing in SDK
 2020-05-18  8:49 UTC 

[RFC PATCH v4 08/10] i40e/vf_migration: VF live migration - pass-through VF first
 2020-05-18  8:49 UTC  (3+ messages)
` [RFC PATCH] i40e/vf_migration: i40e_vf_release() can be static

[PATCH] drm/etnaviv: fix perfmon domain interation
 2020-05-18  8:49 UTC  (4+ messages)

[PATCH v3 0/8] v4l2-subdev: Introduce [g|s]et_mbus_format pad op
 2020-05-18  8:48 UTC  (3+ messages)
` [PATCH v3 5/8] media: v4l2-subdev: Deprecate g_mbus_config video op

[PATCH v3] arm64: dts: qcom: apq8016-sbc-d3: Add Qualcomm APQ8016 SBC + D3Camera mezzanine
 2020-05-18  8:46 UTC  (2+ messages)

[oe] [meta-oe] [PATCH] gpsd: mark CLEANBROKEN
 2020-05-18  8:46 UTC 

[sashal-linux-stable:queue-4.14 37/79] Warning: ffffffff819d751e: 0f ff 48 8d ud0 -0x73(%rax), %ecx
 2020-05-18  8:46 UTC 

[PATCH 0/2] TTY fix-ups for "TTY improve n_gsm support" series
 2020-05-18  8:45 UTC  (5+ messages)
` [PATCH 1/2] tty: n_gsm: Remove unnecessary test in gsm_print_packet()
` [PATCH 2/2] tty: n_gsm: Fix bogus i++ in gsm_data_kick
` [PATCH v2 0/3] TTY improve n_gsm support
` [PATCH v2 3/3] tty: n_gsm: Fix waking up upper tty layer when room available


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.