All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-21 22:00:36 to 2018-11-21 22:43:56 UTC [more...]

[xen-unstable-smoke test] 130666: regressions - trouble: blocked/broken/fail/pass
 2018-11-21 22:43 UTC 

[PATCH 0/2] i2c: sh_mobile: add support for r8a77990 (R-Car E3)
 2018-11-21 12:09 UTC  (2+ messages)
` [PATCH 1/2] i2c: sh_mobile: document "

[U-Boot] [PATCH v1 0/3] rtc: m41t62: Convert the m41t62 driver to use driver model (DM)
 2018-11-21 22:43 UTC  (4+ messages)
` [U-Boot] [PATCH v1 1/3] Kconfig: Migrate CONFIG_RTC_M41T62 define to Kconfig
` [U-Boot] [PATCH v1 2/3] rtc: m41t62: Break i2c_write() arguments to fix checkpatch warning
` [U-Boot] [PATCH v1 3/3] rtc: m41t62: Convert the RTC driver to support the driver model (DM)

[Qemu-devel] [PATCH] slirp: Mark debugging calls as unlikely
 2018-11-21 22:42 UTC 

[PATCH 00/14] XSA-277 followup
 2018-11-21 22:42 UTC  (4+ messages)

[Printing-architecture] IPP-over-USB and Printer Applications: DNS-SD-advertise localhost:PORT a security problem?
 2018-11-21 22:41 UTC  (2+ messages)

[Question] smp_wmb() in prepare_uprobe()
 2018-11-21 22:41 UTC 

[U-Boot] [PATCH v1] eeprom: Add device model based I2C support to eeprom command
 2018-11-21 22:40 UTC 

[PATCH v8 01/12] media: staging/imx: refactor imx media device probe
 2018-11-21 22:40 UTC  (2+ messages)

[PATCH 1/7] drm/amdgpu: Add field in amdgpu_dev to hold reserved doorbell index
 2018-11-21 22:40 UTC  (14+ messages)
` [PATCH 2/7] drm/amdgpu: Vega10 doorbell index initialization
` [PATCH 3/7] drm/amdgpu: Vega12 "
` [PATCH 4/7] drm/amdgpu: Doorbell index initialization for ASICs before vega10
` [PATCH 5/7] drm/amdgpu: Call doorbell index init on device initialization
` [PATCH 6/7] drm/amdgpu: Use asic specific doorbell index instead of macro definition
  ` [PATCH 7/7] drm/amdgpu: Use new doorbell layout for vega20 and future asic

[PATCH] Add /proc/pid_generation
 2018-11-21 22:40 UTC  (5+ messages)
` [PATCH v2] Add /proc/pid_gen

[Patch v7 00/18] Provide task property based options to enable Spectre v2 userspace-userspace protection
 2018-11-21 22:39 UTC  (4+ messages)
` [Patch v7 14/18] x86/speculation: Add 'seccomp' Spectre v2 app to app protection mode

[Qemu-devel] [PATCH v2 for-3.2 v2 00/30] slirp: make it again a standalone project
 2018-11-21 22:38 UTC  (45+ messages)
` [Qemu-devel] [PATCH v2 for-3.2 v2 01/30] fixup! net: do not depend on slirp internals
` [Qemu-devel] [PATCH v2 for-3.2 v2 02/30] slirp: drop <Vista compatibility
` [Qemu-devel] [PATCH v2 for-3.2 v2 03/30] glib-compat: add g_spawn_async_with_fds() fallback
` [Qemu-devel] [PATCH v2 for-3.2 v2 04/30] slirp: simplify fork_exec()
` [Qemu-devel] [PATCH v2 for-3.2 v2 05/30] slirp: rename exec_list
` [Qemu-devel] [PATCH v2 for-3.2 v2 06/30] slirp: factor out guestfwd addition checks
` [Qemu-devel] [PATCH v2 for-3.2 v2 07/30] slirp: generalize guestfwd with a callback based approach
` [Qemu-devel] [PATCH v2 for-3.2 v2 08/30] net/slirp: simplify checking for cmd: prefix
` [Qemu-devel] [PATCH v2 for-3.2 v2 09/30] net/slirp: fix a few memory leaks
` [Qemu-devel] [PATCH v2 for-3.2 v2 10/30] slirp: use virtual time for packet expiration
` [Qemu-devel] [PATCH v2 for-3.2 v2 11/30] slirp: add clock_get_ns() callback
` [Qemu-devel] [PATCH v2 for-3.2 v2 12/30] slirp: add callbacks for timer
` [Qemu-devel] [PATCH v2 for-3.2 v2 13/30] build-sys: use a seperate slirp-obj-y && slirp.mo
` [Qemu-devel] [PATCH v2 for-3.2 v2 14/30] slirp: set G_LOG_DOMAIN
` [Qemu-devel] [PATCH v2 for-3.2 v2 15/30] slirp: replace error_report() and a fprintf with g_critical()
` [Qemu-devel] [PATCH v2 for-3.2 v2 16/30] slirp: replace some fprintf() with DEBUG_MISC
` [Qemu-devel] [PATCH v2 for-3.2 v2 17/30] slirp: replace a DEBUG block with WITH_ICMP_ERROR_MSG
` [Qemu-devel] [PATCH v2 for-3.2 v2 18/30] slirp: no need to make DPRINTF conditional on DEBUG
` [Qemu-devel] [PATCH v2 for-3.2 v2 19/30] slirp: always build with debug statements
` [Qemu-devel] [PATCH v2 for-3.2 v2 20/30] slirp: introduce SLIRP_DEBUG environment variable
` [Qemu-devel] [PATCH v2 for-3.2 v2 21/30] slirp: use %p for pointers format
` [Qemu-devel] [PATCH v2 for-3.2 v2 22/30] slirp: remove remaining DEBUG blocks
` [Qemu-devel] [PATCH v2 for-3.2 v2 23/30] slirp: replace DEBUG_ARGS with DEBUG_ARG
` [Qemu-devel] [PATCH v2 for-3.2 v2 24/30] slirp: call into g_debug() for DEBUG macros
` [Qemu-devel] [PATCH v2 for-3.2 v2 25/30] slirp: replace trace functions with DEBUG calls
` [Qemu-devel] [PATCH v2 for-3.2 v2 26/30] slirp: add a set_nonblock() callback
` [Qemu-devel] [PATCH v2 for-3.2 v2 27/30] slirp: replace qemu_notify_event() with a callback
` [Qemu-devel] [PATCH v2 for-3.2 v2 28/30] slirp: move QEMU state saving to a separate unit
` [Qemu-devel] [PATCH v2 for-3.2 v2 29/30] slirp: replace remaining QEMU dependency
` [Qemu-devel] [PATCH v2 for-3.2 v2 30/30] build-sys: add a basic meson build

[PATCH 00/24] MIPS: OCTEON: cleanups
 2018-11-21 22:37 UTC  (25+ messages)
` [PATCH 01/24] MIPS: OCTEON: cvmx-l2c: make cvmx_l2c_spinlock static
` [PATCH 02/24] MIPS: OCTEON: setup: make internal functions and data static
` [PATCH 03/24] MIPS: OCTEON: setup: include asm/fw/fw.h
` [PATCH 04/24] MIPS: OCTEON: setup: include asm/prom.h
` [PATCH 05/24] MIPS: OCTEON: cvmx-helper: make __cvmx_helper_errata_fix_ipd_ptr_alignment static
` [PATCH 06/24] MIPS: OCTEON: delete unused loopback configuration functions
` [PATCH 07/24] MIPS: OCTEON: octeon-platform: make octeon_ids static
` [PATCH 08/24] MIPS: OCTEON: octeon-platform: fix typing
` [PATCH 09/24] MIPS: OCTEON: octeon-irq: make octeon_irq_ciu3_set_affinity() static
` [PATCH 10/24] MIPS: OCTEON: csrc-octeon: include linux/sched/clock.h
` [PATCH 11/24] MIPS: OCTEON: smp: make internal symbols static
` [PATCH 12/24] MIPS: OCTEON: cvmx-helper-util: delete cvmx_helper_dump_packet
` [PATCH 13/24] MIPS: OCTEON: cvmx-helper-util: make cvmx_helper_setup_red_queue static
` [PATCH 14/24] MIPS: OCTEON: make cvmx_bootmem_alloc_range static
` [PATCH 15/24] MIPS: OCTEON: cvmx-bootmem: delete unused functions
` [PATCH 16/24] MIPS: OCTEON: cvmx-bootmem: move code to avoid forward declarations
` [PATCH 17/24] MIPS: OCTEON: cvmx-bootmem: make more functions static
` [PATCH 18/24] MIPS: OCTEON: delete cvmx override functions
` [PATCH 19/24] MIPS: OCTEON: gmxx-defs.h: delete unused functions and macros
` [PATCH 20/24] MIPS: OCTEON: cvmx-gmxx-defs.h: delete unused unions
` [PATCH 21/24] MIPS: OCTEON: cvmx-gmxx-defs.h: delete unused union fields
` [PATCH 22/24] MIPS: OCTEON: cvmx-gmxx-defs.h: use default register value return when possible
` [PATCH 23/24] MIPS: OCTEON: cvmx-ciu2-defs.h: delete unused macros
` [PATCH 24/24] MIPS: OCTEON: cvmx-ciu2-defs.h: delete unused unions

selftests/bpf: libbpf: object file doesn't contain bpf program
 2018-11-21 12:04 UTC 

[PATCH] x86: only use ERMS for user copies for larger sizes
 2018-11-21 22:38 UTC  (8+ messages)

[PATCH/RFT] arm64: dts: renesas: r8a77990: Add I2C-DVFS device node
 2018-11-21 12:03 UTC  (11+ messages)

[PATCH] x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()
 2018-11-21 22:36 UTC  (5+ messages)

[PATCH/RFT] arm64: dts: renesas: r8a77990: Enable I2C DMA
 2018-11-21 12:02 UTC  (2+ messages)

[Qemu-riscv] [Qemu-devel] [PATCH for-3.2 v7 5/6] hw/riscv/sifive_u: Connect the Xilinx PCIe
 2018-11-21 22:36 UTC  (7+ messages)
  `  "

[PATCH perf,bpf 0/5] reveal invisible bpf programs
 2018-11-21 22:35 UTC  (4+ messages)
` [PATCH perf,bpf 5/5] perf util: generate bpf_prog_info_event for short living "

[PATCH 0/7] xfs: various fixes for 4.20
 2018-11-21 12:01 UTC  (5+ messages)
` [PATCH 1/7] xfs: zero length symlinks are not valid

[Question] atomic_fetch_andnot() in nohz_idle_balance()
 2018-11-21 22:34 UTC 

[Qemu-devel] [PATCH v1 1/1] riscv: virt: Cast the initrd start address to target bit length
 2018-11-21 22:34 UTC  (2+ messages)
` [Qemu-riscv] "

[PATCHv3 0/6] atomics: generate atomic headers / instrument arm64
 2018-11-21 22:34 UTC  (6+ messages)
` [PATCHv3 1/6] atomics: add common header generation files

[PATCH] perf stat: fix csv mode column output for non-cgroup events
 2018-11-21 22:33 UTC  (2+ messages)

[PATCH] boost-context: Reproducibility: Set .file section for all *_elf_gas.S files
 2018-11-21 22:33 UTC 

[PATCH 0/2] nvme-tcp: protection from misbehaving link partners
 2018-11-21 22:31 UTC  (2+ messages)

[PATCH v8 00/12] media: staging/imx7: add i.MX7 media driver
 2018-11-21 22:29 UTC  (6+ messages)
` [PATCH v8 03/12] media: staging/imx7: add imx7 CSI subdev driver
` [PATCH v8 05/12] media: dt-bindings: add bindings for i.MX7 media driver

[PATCH v2 00/14] TCP transport binding for NVMe over Fabrics
 2018-11-21 22:29 UTC  (16+ messages)
` [PATCH v2 07/14] nvme-core: add work elements to struct nvme_ctrl
` [PATCH v2 13/14] nvmet-tcp: add NVMe over TCP target driver
` [PATCH v2 14/14] nvme-tcp: add NVMe over TCP host driver

stable-rc/linux-4.14.y build: 185 builds: 0 failed, 185 passed, 1 warning (v4.14.82)
 2018-11-21 11:54 UTC 

Issue with RTL8111 NIC after upgrade to kernel 4.19
 2018-11-21 22:28 UTC  (8+ messages)

[PATCH v2] sysctl: kselftests: fix test_modprobe issue
 2018-11-21 22:27 UTC  (4+ messages)

[PATCH v2 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2018-11-21 22:26 UTC  (6+ messages)

qemu-kvm XDP forwarding with virtio_net
 2018-11-21 11:50 UTC  (8+ messages)

[PATCH v2 0/7] Make GEN macros more similar
 2018-11-21 22:24 UTC  (14+ messages)
` [PATCH v2 1/7] Revert "drm/i915: Kill GEN_FOREVER"
` [PATCH v2 3/7] drm/i915: replace IS_GEN<N> with GT_GEN(..., N)
` [PATCH v2 4/7] drm/i915: rename IS_GEN9_* to GT_GEN9_*
` [PATCH v2 6/7] drm/i915: merge gen checks to use range

[PATCH] ALSA: hda/realtek - Add disable auto-mute quirk for HP Spectre x360 laptop
 2018-11-21 22:23 UTC  (4+ messages)
` [PATCH v2] ALSA: hda/realtek - Add "

[RFC PATCH 0/6] ASoC:Intel:Skylake: Enable HDaudio legacy fallback
 2018-11-21 22:20 UTC  (9+ messages)
` [RFC PATCH 1/6] ASoC: Intel: Skylake: Add CFL-S support
` [RFC PATCH 6/6] ALSA: hda: add fallback capabilities for SKL+ platforms

[PATCH v2] drm: rcar-du: Reject modes that fail CRTC timing requirements
 2018-11-21 22:20 UTC 

[PATCH v5] u-boot: Add mkenvimage tool
 2018-11-21 22:18 UTC  (3+ messages)

[Qemu-riscv] [PATCH for-3.2 v7 0/6] Connect a PCIe host and graphics support to RISC-V
 2018-11-21 22:18 UTC  (41+ messages)
` [Qemu-riscv] [PATCH for-3.2 v7 5/6] hw/riscv/sifive_u: Connect the Xilinx PCIe
                        ` [Qemu-devel] "
                            ` [Qemu-riscv] "
` [Qemu-riscv] [PATCH for-3.2 v7 6/6] hw/riscv/virt: Connect a VirtIO net PCIe device
          ` [Qemu-devel] "

[RFC][PATCH] hwmon: (ina2xx) Improve current and power reading precision
 2018-11-21 22:16 UTC  (4+ messages)

[U-Boot] [PATCH v3 1/3] riscv: Add kconfig option to run u-boot in S-mode
 2018-11-21 22:16 UTC  (3+ messages)

[PATCH 0/1] rebase: warn about the correct tree's OID
 2018-11-21 22:15 UTC  (3+ messages)

[PATCH 00/15] drm/i915: Fix TV encoder support
 2018-11-21 11:37 UTC  (4+ messages)
` [PATCH 01/15] drm/vblank: Allow dynamic per-crtc max_vblank_count

[PATCH RFC 0/5] DRM cgroup controller
 2018-11-21 22:12 UTC  (7+ messages)
` [PATCH RFC 2/5] cgroup: Add mechanism to register vendor specific DRM devices

[PATCH 1/4] base/drivers/arch_topology: Remove useless check
 2018-11-21 22:12 UTC  (4+ messages)
` [PATCH 4/4] base/drivers/topology: Default dmpis-mhz if they are not set in DT

[PATCH 1/2] power: supply: add input voltage limit property
 2018-11-21 22:11 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/3] RISC-V S-mode support
 2018-11-21 22:11 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] riscv: Add kconfig option to run u-boot in S-mode

[PATCH v2] mm: fix swap offset when replacing shmem page
 2018-11-21 22:11 UTC  (3+ messages)
` [PATCH v3] mm: use swp_offset as key in shmem_replace_page()

[PATCH 0/4] Fragmentation avoidance improvements v4
 2018-11-21 22:07 UTC  (3+ messages)
` [PATCH 2/4] mm: Move zone watermark accesses behind an accessor

[Buildroot] [PATCH/next 1/1] sdl2: fix build with --disable-threads
 2018-11-21 22:09 UTC 

stable/linux-4.9.y build: 182 builds: 0 failed, 182 passed, 1 warning (v4.9.138)
 2018-11-21 11:32 UTC 

[PATCH v2 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-21 22:06 UTC  (6+ messages)

[PATCH v10 0/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver
 2018-11-21 22:06 UTC  (3+ messages)
` [PATCH v10 2/2] "

selftests/bpf :get_cgroup_id_user: File not found: /sys/kernel/debug/tracing/events/syscalls/sys_enter_nanosleep/id
 2018-11-21 11:29 UTC 

FW: edac driver initialization, interrupt, & debug
 2018-11-21 22:02 UTC  (9+ messages)
          `  "

[Buildroot] [PATCH v2] alsa-utils: install systemd sevice files
 2018-11-21 22:03 UTC  (3+ messages)

[PATCH V2] SCSI: fix queue cleanup race before queue initialization is done
 2018-11-21 22:02 UTC  (4+ messages)

[PATCH 0/5] Add support for XGMI hive reset
 2018-11-21 22:02 UTC  (4+ messages)
` [PATCH 5/5] drm/amdgpu: Refactor GPU reset for XGMI hive case

[patch 00/24] x86/speculation: Remedy the STIBP/IBPB overhead
 2018-11-21 22:01 UTC  (5+ messages)
` [patch 05/24] x86/speculation: Disable STIBP when enhanced IBRS is in use

[PATCH 0/5] media: Allwinner A10 CSI support
 2018-11-21 22:01 UTC  (6+ messages)
` [PATCH 3/5] media: sunxi: Add A10 CSI driver

[Buildroot] [PATCH v1] alsa-utils: add optional systemd dependency
 2018-11-21 22:01 UTC 


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.