All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-31 12:25:35 to 2018-10-31 13:30:09 UTC [more...]

[PATCH v2] mt76x0: run calibration after scanning
 2018-10-31 13:30 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] linux/sizes.h: sync from kernel
 2018-10-31 13:29 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] arm64: mvebu: a8k: autodetect RAM size

[PATCH v2] ovl: return error on mount if metacopy cannot be enabled
 2018-10-31 13:29 UTC  (7+ messages)

[PATCH v5 00/25] dom0less step1: boot multiple domains from device tree
 2018-10-31 13:28 UTC  (5+ messages)
` [PATCH v5 23/25] xen/vpl011: buffer out chars when the backend is xen
` [PATCH v5 24/25] xen/arm: move kernel.h to asm-arm/

[PATCH 0/5] perf tools: Fix for cases where cpumode is incorrect or insufficient
 2018-10-31 13:28 UTC  (3+ messages)
` [PATCH 4/5] perf intel-pt: Insert callchain context into synthesized callchains

[Qemu-devel] Question: Perfecting checkpatch.pl
 2018-10-31 13:27 UTC  (3+ messages)

[kvm PATCH v4 0/2] use vmalloc to allocate vmx vcpus
 2018-10-31 13:27 UTC  (10+ messages)

[RFC PATCH] Implement /proc/pid/kill
 2018-10-31 13:27 UTC  (4+ messages)

NXP P50XX/e5500: SMP doesn't work anymore with the latest Git kernel
 2018-10-31 13:20 UTC  (5+ messages)

[kvm PATCH v5 0/4] shrink vcpu_vmx down to order 2
 2018-10-31 13:26 UTC  (5+ messages)
` [kvm PATCH v5 1/4] kvm: x86: Use task structs fpu field for user
` [kvm PATCH v5 2/4] kvm: x86: Dynamically allocate guest_fpu
` [kvm PATCH v5 3/4] kvm: vmx: refactor vmx_msrs struct for vmalloc
` [kvm PATCH v5 4/4] kvm: vmx: use vmalloc() to allocate vcpus

[PATCH 7/8] clk: clk-twl6040: Free of_provider at remove
 2018-10-31 13:24 UTC  (4+ messages)

[PATCH v7] python3{,-native}: update to 3.7.0
 2018-10-31 13:24 UTC 

[PULL 0/7] x86 queue, 2018-10-30
 2018-10-31 13:24 UTC  (4+ messages)
` [PULL 4/7] x86: Data structure changes to support MSR based features
  ` [Qemu-devel] "

[Qemu-devel] [PULL 00/24] qemu-ga patch queue for soft-freeze
 2018-10-31 13:23 UTC  (4+ messages)

[PATCH 0/4] pgtable bytes mis-accounting v3
 2018-10-31 13:23 UTC  (7+ messages)
` [PATCH 1/4] mm: make the __PAGETABLE_PxD_FOLDED defines non-empty
` [PATCH 2/4] mm: introduce mm_[p4d|pud|pmd]_folded
` [PATCH 3/4] mm: add mm_pxd_folded checks to pgtable_bytes accounting functions
` [PATCH 4/4] s390/mm: fix mis-accounting of pgtable_bytes

[PATCH] drm/syncobj: Mark local add/remove callback functions as static
 2018-10-31 13:23 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH v7 0/8] mpt3sas: some bug fixes patches
 2018-10-31 13:23 UTC  (9+ messages)
` [PATCH v7 1/8] mpt3sas: Added new #define variable IOC_OPERATIONAL_WAIT_COUNT
` [PATCH v7 2/8] mpt3sas: Separate out mpt3sas_wait_for_ioc
` [PATCH v7 3/8] mpt3sas: Refactor mpt3sas_wait_for_ioc function
` [PATCH v7 4/8] mpt3sas: Call sas_remove_host before removing the target devices
` [PATCH v7 5/8] mpt3sas: Fix Sync cache command failure during driver unload
` [PATCH v7 6/8] mpt3sas: Don't modify EEDPTagMode field setting on SAS3.5 HBA devices
` [PATCH v7 7/8] mpt3sas: Fix driver modifying persistent data in Manufacturing page11
` [PATCH v7 8/8] mpt3sas: Bump driver version to 27.100.00.00

[Qemu-devel] [PATCH v3 00/35] target/riscv: Convert to decodetree
 2018-10-31 13:20 UTC  (36+ messages)
` [Qemu-devel] [PATCH v3 01/35] target/riscv: Move CPURISCVState pointer to DisasContext
` [Qemu-devel] [PATCH v3 02/35] target/riscv: Activate decodetree and implemnt LUI & AUIPC
` [Qemu-devel] [PATCH v3 03/35] target/riscv: Convert RVXI branch insns to decodetree
` [Qemu-devel] [PATCH v3 04/35] target/riscv: Convert RV32I load/store "
` [Qemu-devel] [PATCH v3 05/35] target/riscv: Convert RV64I "
` [Qemu-devel] [PATCH v3 06/35] target/riscv: Convert RVXI arithmetic "
` [Qemu-devel] [PATCH v3 07/35] target/riscv: Convert RVXI fence "
` [Qemu-devel] [PATCH v3 08/35] target/riscv: Convert RVXI csr "
` [Qemu-devel] [PATCH v3 09/35] target/riscv: Convert RVXM "
` [Qemu-devel] [PATCH v3 10/35] target/riscv: Convert RV32A "
` [Qemu-devel] [PATCH v3 11/35] target/riscv: Convert RV64A "
` [Qemu-devel] [PATCH v3 12/35] target/riscv: Convert RV32F "
` [Qemu-devel] [PATCH v3 13/35] target/riscv: Convert RV64F "
` [Qemu-devel] [PATCH v3 14/35] target/riscv: Convert RV32D "
` [Qemu-devel] [PATCH v3 15/35] target/riscv: Convert RV64D "
` [Qemu-devel] [PATCH v3 16/35] target/riscv: Convert RV priv "
` [Qemu-devel] [PATCH v3 17/35] target/riscv: Convert quadrant 0 of RVXC "
` [Qemu-devel] [PATCH v3 18/35] target/riscv: Convert quadrant 1 "
` [Qemu-devel] [PATCH v3 19/35] target/riscv: Convert quadrant 2 "
` [Qemu-devel] [PATCH v3 20/35] target/riscv: Remove gen_jalr()
` [Qemu-devel] [PATCH v3 21/35] target/riscv: Remove manual decoding from gen_branch()
` [Qemu-devel] [PATCH v3 22/35] target/riscv: Remove manual decoding from gen_load()
` [Qemu-devel] [PATCH v3 23/35] target/riscv: Remove manual decoding from gen_store()
` [Qemu-devel] [PATCH v3 24/35] target/riscv: Move gen_arith_imm() decoding into trans_* functions
` [Qemu-devel] [PATCH v3 25/35] target/riscv: make ADD/SUB/OR/XOR/AND insn use arg lists
` [Qemu-devel] [PATCH v3 26/35] target/riscv: Remove shift and slt insn manual decoding
` [Qemu-devel] [PATCH v3 27/35] target/riscv: Remove manual decoding of RV32/64M insn
` [Qemu-devel] [PATCH v3 28/35] target/riscv: Rename trans_arith to gen_arith
` [Qemu-devel] [PATCH v3 29/35] target/riscv: Remove gen_system()
` [Qemu-devel] [PATCH v3 30/35] target/riscv: Remove decode_RV32_64G()
` [Qemu-devel] [PATCH v3 31/35] target/riscv: Convert @cs_2 insns to share translation functions
` [Qemu-devel] [PATCH v3 32/35] target/riscv: Convert @cl_d, @cl_w, @cs_d, @cs_w insns
` [Qemu-devel] [PATCH v3 33/35] target/riscv: Splice fsw_sd and flw_ld for riscv32 vs riscv64
` [Qemu-devel] [PATCH v3 34/35] target/riscv: Splice remaining compressed insn pairs "
` [Qemu-devel] [PATCH v3 35/35] target/riscv: Remaining rvc insn reuse 32 bit translators

[PATCH RFC] perf: Go back to by-hand proc mmap parsing and kill timeout
 2018-10-31 13:21 UTC  (2+ messages)

[PATCH] eal: fix memleak on device hotplug rollback
 2018-10-31 13:16 UTC 

[PATCH v4 0/3] arm64 live patching
 2018-10-31 13:19 UTC  (5+ messages)
` [PATCH v4 1/3] arm64: implement ftrace with regs

[PATCH v2] mtd: spi-nor: Add support for SPI boot flash access for AMD Family 16h
 2018-10-31 13:17 UTC  (6+ messages)

[RFC meta-gnome][PATCH 00/16] Add gnome-shell support
 2018-10-31 13:17 UTC  (3+ messages)

[rocko][PATCH] iproute2: hsr/prp: replace cfi use in code with dei
 2018-10-31 13:04 UTC 

[Qemu-devel] [PATCH v3 00/13] arm: nRF51 Devices and Microbit Support
 2018-10-31 13:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 01/13] qtest: Add set_irq_in command to set IRQ/GPIO level

Caching/buffers become useless after some time
 2018-10-31 13:12 UTC  (14+ messages)

[v6 0/2] Enable Plane Input CSC for ICL
 2018-10-31 13:35 UTC  (3+ messages)
` [v6 1/2] drm/i915/icl: Define Plane Input CSC Coefficient Registers
` [v6 2/2] drm/i915/icl: Enable Plane Input CSC for YUV to RGB Conversion

[PATCH] memory_hotplug: cond_resched in __remove_pages
 2018-10-31 13:11 UTC  (4+ messages)

PROPOSAL: Extend inline asm syntax with size spec
 2018-10-31 13:11 UTC  (14+ messages)

[PATCH v6 00/28] Display Stream Compression enabling on eDP/DP
 2018-10-31 13:10 UTC  (8+ messages)
` [PATCH v6 12/28] drm/i915/dp: Add DSC params and DSC config to intel_crtc_state
` [PATCH v6 22/28] drm/i915/dp: Populate DSC PPS SDP and send PPS infoframes

omap4: support for manually updated display
 2018-10-31 13:10 UTC  (6+ messages)

[PATCH 3/5] drm/i915: Introduce HAS_NV12 and define WA 0870
 2018-10-31 13:07 UTC  (3+ messages)
` [PATCH] drm/i915: Define WA 0870 and kill dead code

Cramfs: "unable to handle kernel paging request" when reading a file from a fuzzed FS image
 2018-10-31 13:06 UTC  (4+ messages)

[PATCH 0/2] net: xlinx: mdio: recheck condition after timeout
 2018-10-31 13:06 UTC  (5+ messages)
` [PATCH 1/2] net: axienet: recheck condition after timeout in mdio_wait()

[PATCH] perf: Don't clone maps from parent when synthesizing forks
 2018-10-31 13:06 UTC  (4+ messages)

Fw: [Bug 201423] New: eth0: hw csum failure
 2018-10-31  4:08 UTC  (14+ messages)

[PATCH 1/4] drm/i915: remove palette_offsets from device info in favor of _PICK()
 2018-10-31 13:05 UTC  (9+ messages)
` [PATCH 2/4] drm/i915: define _MMIO_PLANE() in terms of _PLANE() not _MMIO_PIPE()
` [PATCH 3/4] drm/i915: reorder and reindent the register choosing helper wrappers
` [PATCH 4/4] drm/i915: also group device info array helper macros with others
` ✓ Fi.CI.BAT: success for series starting with [1/4] drm/i915: remove palette_offsets from device info in favor of _PICK()

[PATCH v2] tools/misc/xenpm: fix getting info when some CPUs are offline
 2018-10-31 13:04 UTC 

[PATCH v8 0/2] seccomp trap to userspace
 2018-10-31 13:04 UTC  (9+ messages)
` [PATCH v8 1/2] seccomp: add a return code to "

[RFC] Generation Number v2
 2018-10-31 13:04 UTC  (5+ messages)

[PATCH] kretprobe: produce sane stack traces
 2018-10-31 13:03 UTC  (3+ messages)

fio win affinity broken
 2018-10-31  4:06 UTC  (6+ messages)

[v2 0/2] Add Colorspace connector property interface
 2018-10-31 12:59 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Add Colorspace connector property interface (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[avahi] add service into rocko
 2018-10-31 12:57 UTC  (2+ messages)

[RFC] drm/bridge/sii902x: Fix EDID readback
 2018-10-31 12:57 UTC 

[v5 0/2] Enable Plane Input CSC for ICL
 2018-10-31 12:56 UTC  (6+ messages)
` [v5 2/2] drm/i915/icl: Enable Plane Input CSC for YUV to RGB Conversion

[RFC PATCH] Minimal non-child process exit notification support
 2018-10-31 12:56 UTC  (3+ messages)

[Bug 201555] New: [f2fs] Processes freezing periodically with f2fs root
 2018-10-31 12:53 UTC  (2+ messages)
` [Bug 201555] "

[PATCH V4 1/5] pvpanic: move pvpanic to misc as common driver
 2018-10-31 13:37 UTC  (9+ messages)
` [PATCH V4 2/5] misc/pvpanic : convert to SPDX license tags
` [PATCH V4 3/5] misc/pvpanic: add MMIO support
` [PATCH V4 4/5] misc/pvpanic: add support to get pvpanic device info by FDT

[U-Boot] [PATCH] cmd: ubi: Make ubi_detach() static
 2018-10-31 12:52 UTC  (3+ messages)

[PATCH v3] devicetree, xen: add xen, shared-memory binding
 2018-10-31 12:52 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: r8a77470: Add CMT SoC specific support
 2018-10-31 12:50 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: iwg23s-sbc: Enable cmt0

[RFC] sunrpc: Fix flood of warnings from iov_iter_kvec in linux-next
 2018-10-31 12:49 UTC 

[PATCH] glusterfs: Revert a CVE patch, CVE-2018-10924
 2018-10-31 12:49 UTC  (2+ messages)

[Bug 105733] Amdgpu randomly hangs and only ssh works. Mouse cursor moves sometimes but does nothing. Keyboard stops working
 2018-10-31 12:49 UTC  (2+ messages)

grub2-bhyve
 2018-10-31 12:46 UTC  (2+ messages)

[PATCH v9 0/8] implement packed virtqueues
 2018-10-31 12:46 UTC  (6+ messages)
` [PATCH v9 6/8] net/virtio: implement receive path for packed queues

[PATCH 00/21] DT cpu node iterator
 2018-10-31 12:46 UTC  (3+ messages)
` [PATCH 20/21] of: use for_each_of_cpu_node iterator
  ` NXP P50XX/e5500 secondary CPUs not onlined with current mainline (was [PATCH 20/21] of: use for_each_of_cpu_node iterator)

[PATCH v2 0/8] OLPC 1.75 Keyboard/Touchpad fixes
 2018-10-31 12:46 UTC  (10+ messages)

[PATCH 09/10] KVM: s390: add and wire function gib_alert_irq_handler()
 2018-10-31 12:45 UTC 

Regression found (Stop-marking-clocks-as-CLK_IS_CRITICAL)
 2018-10-31 12:45 UTC  (11+ messages)

[Buildroot] [PATCH] package/ntp: use ntpd to set initial time
 2018-10-31 12:44 UTC  (9+ messages)

[PATCH v2 0/9] viridian cleanup
 2018-10-31 12:43 UTC  (10+ messages)
` [PATCH v2 1/9] viridian: move the code into its own sub-directory
` [PATCH v2 2/9] viridian: remove MSR perf counters
` [PATCH v2 3/9] viridian: remove comments referencing section number in the spec
` [PATCH v2 4/9] viridian: remove duplicate union types
` [PATCH v2 5/9] viridian: separate interrupt related enlightenment implementations
` [PATCH v2 6/9] viridian: separate time "
` [PATCH v2 7/9] viridian: define type for the 'virtual VP assist page'
` [PATCH v2 8/9] tools/misc: fix hard tabs in xen-hvmctx.c
` [PATCH v2 9/9] viridian: introduce struct viridian_page

[PATCH RFC] hist lookups
 2018-10-31 12:43 UTC  (2+ messages)

[PATCH 3/3] cat-file: handle streaming failures consistently
 2018-10-31 12:42 UTC  (5+ messages)
` [PATCH 0/3] Add a GIT_TEST_FSCK test mode
` [PATCH 1/3] tests: add a "env-bool" helper to test-tool
` [PATCH 2/3] tests: mark those tests where "git fsck" fails at the end
` [PATCH 3/3] tests: add a special test setup that runs "git fsck" before exiting

[PATCH 00/10] KVM: s390: make use of the GIB
 2018-10-31 12:40 UTC 

[PATCH v2 00/17] thermal: enable+check sensor after its setup is finished
 2018-10-31 12:40 UTC  (3+ messages)
  ` [PATCH v2 04/17] thermal: separate sensor registration and enable+check operations

[PATCH] Cope with / being on a ZFS root dataset
 2018-10-31 12:37 UTC  (2+ messages)

[RFC PATCH] arm64/mm: hit DEBUG_LOCKS_WARN_ON
 2018-10-31 12:37 UTC  (3+ messages)

[PATCH] powerpc/32: Add .data..Lubsan_data*/.data..Lubsan_type* sections explicitly
 2018-10-31 12:31 UTC  (2+ messages)

[PATCH v2 11/11] ext4: access to uninitialized bh fields in ext4_xattr_set_handle()
 2018-10-31  3:39 UTC  (2+ messages)

XSM SILO boot time spew
 2018-10-31 12:35 UTC 

[PATCH 01/10] s390/cio: add function chsc_sgib()
 2018-10-31 12:33 UTC 

[Qemu-devel] [RFC v4 01/71] cpu: convert queued work to a QSIMPLEQ
 2018-10-31 12:32 UTC  (7+ messages)
` [Qemu-devel] [RFC v4 11/71] m68k: convert to helper_cpu_halted_set
` [Qemu-devel] [RFC v4 21/71] m68k: convert to cpu_halted
` [Qemu-devel] [RFC v4 47/71] m68k: convert to cpu_interrupt_request

[PATCH 1/9] utils/can: prevent unterminated destination buffer with strncpy()
 2018-10-31 12:32 UTC  (3+ messages)
` [PATCH 8/9] net/igb: down interface upon PCI unregister

[PATCH] unix/platform: Initialize variable to fix grub-install on UEFI system
 2018-10-31 12:31 UTC  (2+ messages)

[PATCH v2 0/6] arm64: Get rid of __early_init_dt_declare_initrd()
 2018-10-31 12:29 UTC  (6+ messages)
` [PATCH v2 5/6] of/fdt: Remove custom __early_init_dt_declare_initrd() implementation

Quick interview with any community members
 2018-10-31 12:29 UTC  (2+ messages)

[PATCH 0/2] Fix ENOMEM errors during policy reload
 2018-10-31 12:27 UTC  (3+ messages)
` [PATCH 1/2] selinux: use separate table for initial SID lookup
` [PATCH 2/2] selinux: fix ENOMEM errors during policy reload

[RFC][PATCHv2 1/4] panic: avoid deadlocks in re-entrant console drivers
 2018-10-31 12:27 UTC  (3+ messages)
` [PATCHv3] "

[Qemu-devel] [PATCH RFC v6 0/7] qemu_thread_create: propagate errors to callers to check
 2018-10-31 12:26 UTC  (6+ messages)
` [Qemu-devel] [PATCH RFC v6 5/7] migration: fix the multifd code when receiving less channels

[PATCH 1/6] drm/amdgpu: Add fence flag AMDGPU_FENCE_FLAG_CLEAR_PREEMPT
 2018-10-31 12:25 UTC  (3+ messages)
  ` [PATCH 5/6] drm/amdgpu: Add new ring interface ib_preempt
  ` [PATCH 6/6] drm/amdgpu: Implement ib_preemmpt interface for sdma


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.