messages from 2018-10-30 11:58:09 to 2018-10-30 13:03:56 UTC [more...]
[PATCH 1/2] kbuild: replace cc-name test with CONFIG_CC_IS_CLANG
2018-10-30 12:40 UTC (4+ messages)
[Qemu-devel] [PATCH v2 0/5] target/mips: Renaming and limiting modes for R5900
2018-10-30 13:03 UTC (13+ messages)
` [Qemu-devel] [PATCH v2 1/5] target/mips: Rename MMI-related masks
` [Qemu-devel] [PATCH v2 2/5] target/mips: Rename MMI-related opcodes
` [Qemu-devel] [PATCH v2 3/5] target/mips: Rename MMI-related functions
` [Qemu-devel] [PATCH v2 4/5] target/mips: Misc R5900-related cosmetic changes
` [Qemu-devel] [PATCH v2 5/5] target/mips: Enable only tested modes for R5900
[2/4,v5] memstick: Prevent memstick host from getting runtime suspended during card detection
2018-10-30 13:03 UTC (2+ messages)
` [PATCH 2/4 v5] "
[PATCH] powerpc/npu-dma: Remove NPU DMA ops
2018-10-30 12:58 UTC (3+ messages)
[U-Boot] [PATCH] arm: socfpga: Fix bootcounter located at the end of internal SRAM
2018-10-30 13:02 UTC (9+ messages)
[Qemu-arm] [PATCH 0/3] hw/arm/exynos4: Add DMA support for SMDKC210 board
2018-10-30 13:01 UTC (8+ messages)
` [Qemu-arm] [PATCH 2/3] hw/dma/pl330: Factor out pl330_init() from hw/arm/xilinx_zynq.c
` [Qemu-devel] "
[Qemu-devel] [PATCH 0/3] configure: symlink directories, not wildcarded files
2018-10-30 13:01 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/3] configure: Rename FILES variable to LINKS
` [Qemu-devel] [PATCH 2/3] configure: Symlink entire test directories rather than individual files
` [Qemu-devel] [PATCH 3/3] configure: Use FILES loop for all build tree symlinks
[PATCH] drm/ast: fixed reading monitor EDID not stable issue
2018-10-30 13:01 UTC (2+ messages)
[BUG] MVPP2 driver exploding in presence of a tap interface
2018-10-30 13:00 UTC (6+ messages)
[Qemu-devel] [PATCH v3 0/3] Deprecate QMP & HMP `cpu-add`; document vCPU hotplug
2018-10-30 13:00 UTC (5+ messages)
` [Qemu-devel] [PATCH v3 1/3] Deprecate QMP `cpu-add`
` [Qemu-devel] [PATCH v3 2/3] Deprecate HMP `cpu-add`
` [Qemu-devel] [PATCH v3 3/3] docs: Document vCPU hotplug procedure
[Buildroot] [PATCH 1/2] qemu: sdl frontend needs x11
2018-10-30 13:00 UTC (2+ messages)
[PATCH] eal/bus: use RTE_IOVA_PA only if phys addresses are available
2018-10-30 12:58 UTC (5+ messages)
` [PATCH v2] "
[PATCH 0/2] net: xlinx: mdio: recheck condition after timeout
2018-10-30 12:58 UTC (8+ messages)
` [PATCH 2/2] net: xilinx_emaclite: recheck condition after timeout in mdio_wait()
[PATCH tip/core/rcu 0/19] RCU flavor-consolidation changes for v4.20/v5.0
2018-10-30 12:58 UTC (6+ messages)
` [PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt quiescent states when disabled
[DRBD-announce] Linster-server v0.7.0, Linstor-client 0.7.0 release
2018-10-30 12:55 UTC
[U-Boot] [PATCH v2 00/29] General fixes / cleanup for RISC-V and improvements to qemu-riscv
2018-10-30 12:55 UTC (30+ messages)
` [U-Boot] [PATCH v2 01/29] tools: .gitignore: add prelink-riscv
` [U-Boot] [PATCH v2 02/29] dts: riscv: update makefile to also clean the RISC-V dts directory
` [U-Boot] [PATCH v2 03/29] riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I
` [U-Boot] [PATCH v2 04/29] riscv: select CONFIG_PHYS_64BIT on RV64I systems
` [U-Boot] [PATCH v2 05/29] riscv: add Kconfig entries for the C and A ISA extensions
` [U-Boot] [PATCH v2 06/29] riscv: set -march and -mabi based on the Kconfig configuration
` [U-Boot] [PATCH v2 07/29] riscv: add Kconfig entries for the code model
` [U-Boot] [PATCH v2 08/29] riscv: enable -fdata-sections
` [U-Boot] [PATCH v2 09/29] riscv: fix use of incorrectly sized variables
` [U-Boot] [PATCH v2 10/29] riscv: make use of the barrier functions from Linux
` [U-Boot] [PATCH v2 11/29] riscv: do not reimplement generic io functions
` [U-Boot] [PATCH v2 12/29] riscv: complete the list of exception codes
` [U-Boot] [PATCH v2 13/29] riscv: treat undefined exception codes as reserved
` [U-Boot] [PATCH v2 14/29] riscv: hang on unhandled exceptions
` [U-Boot] [PATCH v2 15/29] riscv: implement the invalidate_icache_* functions
` [U-Boot] [PATCH v2 16/29] riscv: invalidate the instruction cache before jumping to Linux
` [U-Boot] [PATCH v2 17/29] riscv: fix inconsistent use of spaces and tabs in start.S
` [U-Boot] [PATCH v2 18/29] riscv: align mtvec on a 4-byte boundary
` [U-Boot] [PATCH v2 19/29] Drop CONFIG_INIT_CRITICAL
` [U-Boot] [PATCH v2 20/29] riscv: remove unused labels in start.S
` [U-Boot] [PATCH v2 21/29] riscv: do not blindly modify the mstatus CSR
` [U-Boot] [PATCH v2 22/29] riscv: save hart ID and device tree passed by prior boot stage
` [U-Boot] [PATCH v2 23/29] riscv: qemu: use "
` [U-Boot] [PATCH v2 24/29] riscv: store device tree passed by prior boot stage in environment
` [U-Boot] [PATCH v2 25/29] riscv: qemu: support booting Linux
` [U-Boot] [PATCH v2 26/29] riscv: align bootm implementation with that of other architectures
` [U-Boot] [PATCH v2 27/29] dm: core: add missing prototype for ofnode_read_u64
` [U-Boot] [PATCH v2 28/29] riscv: qemu: detect and boot the kernel passed by QEMU
` [U-Boot] [PATCH v2 29/29] riscv: qemu: clear kernel-start/-end in device tree as workaround for BBL
[Qemu-devel] [PATCH v3 0/3] linux-user: Support for misc features
2018-10-30 12:55 UTC (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] linux-user: Add support for statx() syscall
` [Qemu-devel] [PATCH v3 2/3] linux-user: Add support for semtimedop() syscall
` [Qemu-devel] [PATCH v3 3/3] linux-user: Add support for SO_REUSEPORT
[PATCH] media: dvb: fix a missing-check bug
2018-10-30 4:07 UTC (3+ messages)
[igt-dev] [PATCH i-g-t 1/4] lib: Make libunwind optional again
2018-10-30 12:54 UTC (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t] lib: Make libunwind optional again (rev5)
[U-Boot] [PATCH] riscv: cache: Implement i/dcache [status, enable, disable]
2018-10-30 12:53 UTC (6+ messages)
[PATCH] gatt: Fix double att_disconnected issue on disconnection
2018-10-30 12:52 UTC (13+ messages)
[U-Boot] [PATCH 00/30] General fixes / cleanup for RISC-V and improvements to qemu-riscv
2018-10-30 12:51 UTC (13+ messages)
` [U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S
[PATCH v8 00/38] drm/i915/icl: dsi enabling
2018-10-30 12:51 UTC (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/icl: dsi enabling (rev3)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
[PATCH 1/2] perf: Add munmap callback
2018-10-30 12:51 UTC (4+ messages)
[PATCH 0/5] Add initial pinctrl support for MT6797 SoC
2018-10-30 12:51 UTC (8+ messages)
` [PATCH 5/5] pinctrl: mediatek: Add initial pinctrl driver "
[Qemu-devel] [PATCH v5 00/11] hw/m68k: add Apple Machintosh Quadra 800 machine
2018-10-30 12:49 UTC (8+ messages)
` [Qemu-devel] [PATCH v5 05/11] hw/m68k: Apple Sound Chip (ASC) emulation
[Qemu-devel] [PULL v1 0/5] Merge tpm 2018/10/29 v1
2018-10-30 12:49 UTC (5+ messages)
[OpenRISC] [PATCH v3 0/3] OpenRISC port
2018-10-30 12:49 UTC (8+ messages)
` [OpenRISC] [PATCH v3 3/3] or1k: gcc: initial support for openrisc
busybox build failure
2018-10-30 12:48 UTC
[PATCH lttng-tools] Always choose large event header for UST channels
2018-10-30 12:46 UTC
[PATCH] f2fs: fix get_blocktype_secs bug when segs_per_sec is larger than 1
2018-10-30 12:46 UTC (4+ messages)
` [PATCH v2] "
[PATCH] doc: correct parameter in stallwarn
2018-10-30 12:45 UTC (2+ messages)
revisit arm64 per-task stack canaries
2018-10-30 12:45 UTC (7+ messages)
[PATCH RFC] gpio: new driver for a gpio simulator
2018-10-30 12:45 UTC (12+ messages)
` SV: "
[PATCH net v2] rtnetlink: Disallow FDB configuration for non-Ethernet device
2018-10-30 3:53 UTC (2+ messages)
Latest net-next kernel 4.19.0+
2018-10-30 3:52 UTC (5+ messages)
[Qemu-devel] qemu3.0.0: Linux on non x86 CPUs run Wine
2018-10-30 12:43 UTC (4+ messages)
[Buildroot] [PATCH 1/2] lighttpd: security bump to version 1.14.51
2018-10-30 12:43 UTC (3+ messages)
` [Buildroot] [PATCH 2/2] lighttpd: add optional pam support
[PATCH net] sctp: check policy more carefully when getting pr status
2018-10-30 3:51 UTC (2+ messages)
[PATCH net] sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peer
2018-10-30 3:51 UTC (2+ messages)
[PATCH v1 0/6] x86/vvmx: various fixes
2018-10-30 12:41 UTC (7+ messages)
` [PATCH v1 1/6] x86/vvmx: introduce vvmcx_valid()
` [PATCH v1 5/6] x86/vvmx: correctly report vvmcs size
[PATCH net 0/2] mlxsw: Couple of fixes
2018-10-30 3:48 UTC (2+ messages)
[PATCH v3 0/3] Enable ath10k wcn3990 wifi driver support on sdm845
2018-10-30 12:40 UTC (6+ messages)
` [PATCH v3 1/3] dt: bindings: add missing dt properties for WCN3990 wifi node
[PATCH] f2fs: change segment to section in f2fs_ioc_gc_range
2018-10-30 12:37 UTC (3+ messages)
` [PATCH v2] "
[Buildroot] [PATCH] ruby: security bump to version 2.4.5
2018-10-30 12:37 UTC
[PATCH] RISC-V: defconfig: Enable printk timestamps
2018-10-30 12:37 UTC (2+ messages)
[PATCH v3 0/6] use IOVAs check based on DMA mask
2018-10-30 12:37 UTC (13+ messages)
[PATCH 0/7] serial: Finish kgdb on qcom_geni; fix many lockdep splats w/ kgdb
2018-10-30 12:36 UTC (11+ messages)
[Qemu-devel] Question: Perfecting checkpatch.pl
2018-10-30 12:35 UTC
[PATCH] mmc: sdhci-cadence: include <linux/bits.h> instead of <linux/bitops.h>
2018-10-30 12:35 UTC (2+ messages)
[2/2] usb: dwc2: gadget: Accept LPM token when TxFIFO is not empty
2018-10-30 12:35 UTC
[PATCH 0/2] net: fix warnings in include/net/af_unix.h
2018-10-30 3:42 UTC (3+ messages)
` [PATCH 1/2] net: add an identifier name for 'struct sock *'
` [PATCH 2/2] net: drop a space before tabs
[PATCH net] Documentation: ip-sysctl.txt: Document tcp_fwmark_accept
2018-10-30 3:42 UTC (2+ messages)
[1/2] usb: dwc2: gadget: Fix WkupAlert interrupt handler
2018-10-30 12:33 UTC
[PATCH] bonding: fix length of actor system
2018-10-30 3:41 UTC (3+ messages)
` [PATCH v2] "
[v3] xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc
2018-10-30 12:29 UTC (2+ messages)
` [PATCH v3] "
[Qemu-trivial] [PATCH] MAINTAINERS: Remove bouncing email in ARM ACPI
2018-10-30 4:30 UTC (2+ messages)
[Qemu-devel] [RFC v4 01/71] cpu: convert queued work to a QSIMPLEQ
2018-10-30 12:27 UTC (8+ messages)
` [Qemu-devel] [RFC v4 04/71] cpu: make qemu_work_cond per-cpu
` [Qemu-devel] [RFC v4 05/71] cpu: move run_on_cpu to cpus-common
[2/2] usb: dwc2: gadget: Accept LPM token when TxFIFO is not empty
2018-10-30 12:26 UTC
[1/2] usb: dwc2: gadget: Fix WkupAlert interrupt handler
2018-10-30 12:26 UTC
[PATCH v5] arch/x86: Add registers to vm_event
2018-10-30 12:26 UTC (3+ messages)
[PATCH v5 00/25] dom0less step1: boot multiple domains from device tree
2018-10-30 12:24 UTC (5+ messages)
` [PATCH v5 08/25] xen/arm: probe domU kernels and initrds
` [PATCH v5 11/25] xen/arm: introduce allocate_memory
[PATCH net v4] net/ipv6: Add anycast addresses to a global hashtable
2018-10-30 3:32 UTC (3+ messages)
` [PATCH net v5] "
[igt-dev] [PATCH i-g-t 1/4] lib: Make libunwind optional again
2018-10-30 12:22 UTC (4+ messages)
` [igt-dev] [PATCH i-g-t 2/4] gitlab-ci: build test libunwind stubs
` [igt-dev] [PATCH i-g-t 3/4] gitlab-ci: Build docs by default
` [igt-dev] [PATCH i-g-t 4/4] gitlab-ci: arm64 cross compiling
[Qemu-devel] [PATCH 0/4] tcg: fix dirty bitmap race with MTTCG
2018-10-30 12:21 UTC (2+ messages)
[Qemu-devel] [PATCH] This patch fixes processing of rfi instructions in icount mode
2018-10-30 12:21 UTC
[pull request][net 0/2] Mellanox, mlx5 fixes 2018-05-24
2018-10-30 3:29 UTC (3+ messages)
` [net 1/2] net/mlx5e: When RXFCS is set, add FCS data into checksum calculation
[PATCH kvm-unit-tests] scripts: Speedup MAX_SMP check
2018-10-30 12:19 UTC (3+ messages)
[PATCH net] ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12
2018-10-30 3:26 UTC (2+ messages)
[PATCH 1/4] drm/amdgpu: use ring name instead of idx in traces
2018-10-30 12:17 UTC (4+ messages)
` [PATCH 2/4] drm/amdgpu: cleanup uvd_v6_0_ring_test_ring
` [PATCH 3/4] drm/amdgpu: cleanup si_dma_ring_test_ib
` [PATCH 4/4] drm/amdgpu: drop the remaining uses of ring idx in messages
[meta-selinux][sumo][PATCH 0/7] Refpolicy updates for sumo
2018-10-30 12:17 UTC (4+ messages)
` [meta-selinux][sumo][PATCH 1/7] layer.conf: update LAYERSERIES_COMPAT `sumo' -> `thud'
[Buildroot] [PATCH 1/1] package/mosquitto: installing the mosquitto broker can be optional
2018-10-30 12:17 UTC (3+ messages)
` [Buildroot] [-v2] "
[PATCH net] ipv6/mcast: update mc_qrv when join new group
2018-10-30 3:23 UTC (2+ messages)
[Qemu-devel] [PATCH 0/9] hostmem-ram: use whole path for region name with >= 3.1
2018-10-30 12:16 UTC (4+ messages)
` [Qemu-devel] [PATCH 5/9] qom/globals: generalize object_property_set_globals()
[PATCH] drm/amd/powerplay: revise Vega20 pptable version check
2018-10-30 12:14 UTC (3+ messages)
[PATCH] mtd-utils: Update SRC_URI
2018-10-30 12:13 UTC (2+ messages)
[PATCH v2 00/18] xen: add pvh guest support
2018-10-30 12:12 UTC (9+ messages)
` [PATCH v2 12/18] xen: setup Xen specific data for PVH
` [Xen-devel] "
[RFC meta-gnome][PATCH 00/16] Add gnome-shell support
2018-10-30 12:10 UTC (5+ messages)
` [RFC meta-gnome][PATCH 01/16] sassc: add recipes for libsass-native and sassc-native
` [RFC meta-gnome][PATCH 14/16] packagegroup-gnome3-base: add packagegroup for installing gnome3/gnome-shell
[RFC PATCH v2 0/3] oom: rework oom_reaper vs. exit_mmap handoff
2018-10-30 12:10 UTC (8+ messages)
` [RFC PATCH v2 3/3] mm, oom: hand over MMF_OOM_SKIP to exit path if it is guranteed to finish
[PATCH 0/2] Allow gpio-mmio to co-exist with pinctrl driver
2018-10-30 12:08 UTC (5+ messages)
` [PATCH 1/2] gpio: gpio-mmio: Allow volatile shadow regs
` [PATCH 2/2] pinctrl: pinctrl-npcm7xx: Set BGPIOF_VOLATILE_REG
[U-Boot] [PATCH v2] net: e1000: support 'write_hwaddr' in DM
2018-10-30 12:06 UTC (3+ messages)
[PATCH - dmix v2 1/1] pcm: dmix: Align slave_hw_ptr to slave period boundary
2018-10-30 12:04 UTC (3+ messages)
[Qemu-devel] [PULL 00/27] MIPS queue for October 2018, part 4
2018-10-30 12:02 UTC (2+ messages)
[PATCH v3 0/3] force IOVA to a particular mode
2018-10-30 12:02 UTC (5+ messages)
[PATCH 0/3] kobject: fix warnings from ehcekpatch.pl
2018-10-30 12:01 UTC (4+ messages)
` [PATCH 1/3] kobject: drop unnecessary cast "%llu" for u64
` [PATCH 2/3] kobject: Fix warnings in lib/kobject_uevent.c
` [PATCH 3/3] kobject: fix warnings use pr_* to replace printk
[PATCH] crypto: chelsio: clean up various indentation issues
2018-10-30 12:01 UTC
[PATCH V3 0/2] pinctrl: imx: add imx8qxp pinctrl support
2018-10-30 12:01 UTC (3+ messages)
[PATCH v2] codafs: Fix build using bare-metal toolchain
2018-10-30 12:01 UTC (4+ messages)
[Patch net] net: make pskb_trim_rcsum_slow() robust
2018-10-30 3:08 UTC (6+ messages)
[PATCH 1/4] um: Fix warning at kernel/time/clockevents.c:466
2018-10-30 11:58 UTC (4+ messages)
` [PATCH 2/4] um: Add HAVE_DEBUG_BUGVERBOSE
` [PATCH 3/4] um: Include sys/uio.h to have writev()
` [PATCH 4/4] um: Make GCOV depend on !KCOV
[distros-debian-snapshot test] 75544: trouble: broken/fail/pass
2018-10-30 11:58 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.