messages from 2019-01-13 20:51:02 to 2019-01-14 00:39:34 UTC [more...]
udf: Prevent write-unsupported filesystem to be remounted read-write
2019-01-14 0:33 UTC
[PATCH kernel] KVM: PPC: Fix compile when CONFIG_PPC_RADIX_MMU is not defined
2019-01-14 0:38 UTC
[PATCH] powerpc/4xx/ocm: Fix fix for phys_addr_t printf warnings
2019-01-14 0:32 UTC
[PATCH] lib: test_ubsan: VLA no longer used in kernel
2019-01-14 0:16 UTC (2+ messages)
[Buildroot] [PATCH v2 1/1] package/zbar: switch to linuxtv zbar fork
2019-01-14 0:14 UTC
linux-next: Signed-off-by missing for commit in the mali-dp tree
2019-01-14 0:09 UTC
[PATCH v8 1/7] app/procinfo: prepare for new debug functions
2019-01-14 0:07 UTC (4+ messages)
` [PATCH v9 0/6] app/proc-info: enhance debug of proc-info tool
[PATCH 0/6] Add non-blocking ring
2019-01-14 0:07 UTC (5+ messages)
` [PATCH 6/6] doc: add NB ring comment to EAL "known issues"
[Qemu-devel] [PULLv2 00/65] slirp updates
2019-01-14 0:03 UTC (66+ messages)
` [Qemu-devel] [PULL 01/65] slirp: associate slirp_output callback with the Slirp context
` [Qemu-devel] [PULL 02/65] slirp: remove do_pty from fork_exec()
` [Qemu-devel] [PULL 03/65] slirp: replace ex_pty with ex_chardev
` [Qemu-devel] [PULL 04/65] slirp: use a dedicated field for chardev pointer
` [Qemu-devel] [PULL 05/65] slirp: remove unused EMU_RSH
` [Qemu-devel] [PULL 06/65] slirp: rename /extra/chardev
` [Qemu-devel] [PULL 07/65] slirp: move internal function declarations
` [Qemu-devel] [PULL 08/65] slirp: remove Monitor dependency, return a string for info
` [Qemu-devel] [PULL 09/65] slirp: fix slirp_add_exec() leaks
` [Qemu-devel] [PULL 10/65] slirp: replace the poor-man string split with g_strsplit()
` [Qemu-devel] [PULL 11/65] slirp: remove dead declarations
` [Qemu-devel] [PULL 12/65] slirp: add tftp tracing
` [Qemu-devel] [PULL 13/65] slirp: move socket pair creation in helper function
` [Qemu-devel] [PULL 14/65] slirp: remove unused M_TRAILINGSPACE
` [Qemu-devel] [PULL 15/65] slirp: use a callback structure to interface with qemu
` [Qemu-devel] [PULL 16/65] slirp: remove PROBE_CONN dead-code
` [Qemu-devel] [PULL 17/65] slirp: remove FULL_BOLT
` [Qemu-devel] [PULL 18/65] slirp: remove the disabled readv()/writev() code path
` [Qemu-devel] [PULL 19/65] slirp: remove HAVE_SYS_SIGNAL_H
` [Qemu-devel] [PULL 20/65] slirp: remove unused HAVE_SYS_BITYPES_H
` [Qemu-devel] [PULL 21/65] slirp: remove NO_UNIX_SOCKETS
` [Qemu-devel] [PULL 22/65] slirp: remove unused HAVE_SYS_STROPTS_H
` [Qemu-devel] [PULL 23/65] slirp: remove unused HAVE_ARPA_INET_H
` [Qemu-devel] [PULL 24/65] slirp: remove unused HAVE_SYS_WAIT_H
` [Qemu-devel] [PULL 25/65] slirp: remove unused HAVE_SYS_SELECT_H
` [Qemu-devel] [PULL 26/65] slirp: remove HAVE_SYS_IOCTL_H
` [Qemu-devel] [PULL 27/65] slirp: remove HAVE_SYS_FILIO_H
` [Qemu-devel] [PULL 28/65] slirp: remove unused DECLARE_IOVEC
` [Qemu-devel] [PULL 29/65] slirp: remove unused HAVE_INET_ATON
` [Qemu-devel] [PULL 30/65] slirp: replace HOST_WORDS_BIGENDIAN with glib equivalent
` [Qemu-devel] [PULL 31/65] slirp: replace SIZEOF_CHAR_P "
` [Qemu-devel] [PULL 32/65] slirp: replace compile time DO_KEEPALIVE
` [Qemu-devel] [PULL 33/65] slirp: remove unused global slirp_instance
` [Qemu-devel] [PULL 34/65] slirp: replace error_report() with g_critical()
` [Qemu-devel] [PULL 35/65] slirp: improve a bit the debug macros
` [Qemu-devel] [PULL 36/65] slirp: add a callback to log guest errors
` [Qemu-devel] [PULL 37/65] slirp: remove #if notdef dead code
` [Qemu-devel] [PULL 38/65] slirp: remove unused sbflush()
` [Qemu-devel] [PULL 39/65] slirp: NULL is defined by stddef.h
` [Qemu-devel] [PULL 40/65] slirp: remove dead TCP_ACK_HACK code
` [Qemu-devel] [PULL 41/65] slirp: replace ARRAY_SIZE with G_N_ELEMENTS
` [Qemu-devel] [PULL 42/65] net: do not depend on slirp internals
` [Qemu-devel] [PULL 43/65] glib-compat: add g_spawn_async_with_fds() fallback
` [Qemu-devel] [PULL 44/65] slirp: simplify fork_exec()
` [Qemu-devel] [PULL 45/65] slirp: replace error_report() with g_critical()
` [Qemu-devel] [PULL 46/65] slirp: Enable fork_exec support on Windows
` [Qemu-devel] [PULL 47/65] slirp: drop <Vista compatibility
` [Qemu-devel] [PULL 48/65] slirp: rename exec_list
` [Qemu-devel] [PULL 49/65] slirp: use virtual time for packet expiration
` [Qemu-devel] [PULL 50/65] slirp: replace a fprintf with g_critical()
` [Qemu-devel] [PULL 51/65] slirp: replace some fprintf() with DEBUG_MISC
` [Qemu-devel] [PULL 52/65] slirp: replace a DEBUG block with WITH_ICMP_ERROR_MSG
` [Qemu-devel] [PULL 53/65] slirp: no need to make DPRINTF conditional on DEBUG
` [Qemu-devel] [PULL 54/65] slirp: always build with debug statements
` [Qemu-devel] [PULL 55/65] slirp: introduce SLIRP_DEBUG environment variable
` [Qemu-devel] [PULL 56/65] slirp: use %p for pointers format
` [Qemu-devel] [PULL 57/65] slirp: remove remaining DEBUG blocks
` [Qemu-devel] [PULL 58/65] slirp: replace DEBUG_ARGS with DEBUG_ARG
` [Qemu-devel] [PULL 59/65] slirp: factor out guestfwd addition checks
` [Qemu-devel] [PULL 60/65] slirp: add clock_get_ns() callback
` [Qemu-devel] [PULL 61/65] build-sys: use a seperate slirp-obj-y && slirp.mo
` [Qemu-devel] [PULL 62/65] slirp: set G_LOG_DOMAIN
` [Qemu-devel] [PULL 63/65] slirp: call into g_debug() for DEBUG macros
` [Qemu-devel] [PULL 64/65] slirp: Mark debugging calls as unlikely
` [Qemu-devel] [PULL 65/65] slirp: check data length while emulating ident function
Build regressions/improvements in v5.0-rc1
2019-01-14 0:03 UTC (2+ messages)
linux-next: manual merge of the vfs tree with the vfs-fixes tree
2019-01-14 0:02 UTC
[PATCH 4.20 00/65] 4.20.2-stable review
2019-01-14 0:00 UTC (5+ messages)
` [PATCH 4.20 41/65] Revert "powerpc/tm: Unset MSR[TS] if not recheckpointing"
[Qemu-devel] [PATCH 0/4] Add ignore-external migration capability
2019-01-13 23:57 UTC (2+ messages)
[PATCH v3 0/5] kvm "virtio pmem" device
2019-01-13 23:38 UTC (11+ messages)
` [Qemu-devel] "
[Bug 109234] amdgpu random hangs with 4.21+
2019-01-13 23:45 UTC (2+ messages)
` [Bug 109234] amdgpu random hangs with 5.0-rc2/4.21+
[Buildroot] [PATCH 1/1] package/zbar: switch to linuxtv zbar fork
2019-01-13 23:42 UTC (3+ messages)
[PATCH zbar 1/5] Fix autoreconf by reducing the warning/error checking
2019-01-13 23:38 UTC (5+ messages)
` [PATCH zbar 2/5] Fix function protoype to be compatible with recent libjpeg
` [PATCH zbar 3/5] Add --disable-doc configure option to disable building docs
` [PATCH zbar 4/5] Ignore ENOTTY errors when calling VIDIOC_S_CROP
` [PATCH zbar 5/5] release video buffers after probing and request them again when needed
[PATCH 0/6] Simplify hash_resize.c
2019-01-13 23:38 UTC (7+ messages)
` [PATCH 1/6] datastruct/hash: "
` [PATCH 2/6] datastruct/hash: Add a couple of Quick Quizzes regarding hash_resize.c
` [PATCH 3/6] datastruct/hash: Fix unnecessary folding in code snippet
` [PATCH 4/6] datastruct/hash: Adjust context to updated code in hash_resize.c
` [PATCH 5/6] datastruct/hash: Add Quick Quiz on READ_ONCE/WRITE_ONCE "
` [PATCH 6/6] datastruct/hash: Display error msg if rcu_barrier() is not available
[PATCH 1/2] gpio: mvebu: implement get_direction
2019-01-13 23:35 UTC (11+ messages)
` [PATCH 2/2] PCI: armada8k: don't toggle reset twice
[PATCH 0/5] crypto: unify the AEAD encryption and decryption test vectors
2019-01-13 23:32 UTC (6+ messages)
` [PATCH 1/5] crypto: testmgr - skip AEAD encryption test vectors with novrfy set
` [PATCH 2/5] crypto: testmgr - add ccm(aes) decryption tests to encryption tests
` [PATCH 3/5] crypto: testmgr - add gcm(aes) "
` [PATCH 4/5] crypto: testmgr - add rfc4543(gcm(aes)) decryption test "
` [PATCH 5/5] crypto: testmgr - unify the AEAD encryption and decryption test vectors
[Qemu-devel] [PATCH v2] slirp: check data length while emulating ident function
2019-01-13 23:29 UTC (2+ messages)
linux-next: manual merge of the vfs tree with the vfs-fixes tree
2019-01-13 23:27 UTC
[PATCH 1/2] iio: chemical: bme680: Add device-tree support
2019-01-13 22:59 UTC (5+ messages)
[PATCH] x86/speculation: Add document to describe Spectre and its mitigations
2019-01-13 23:12 UTC (5+ messages)
Lock overhead in shrink_inactive_list / Slow page reclamation
2019-01-13 23:12 UTC (4+ messages)
[GIT PULL] MFD for v5.1
2019-01-13 23:10 UTC (2+ messages)
[PATCHv3 00/13] Heterogeneuos memory node attributes
2019-01-13 23:10 UTC (3+ messages)
` [PATCHv3 08/13] Documentation/ABI: Add node performance attributes
NULL pointer dereference when writing fuzzed data to /dev/uhid
2019-01-13 23:09 UTC (3+ messages)
[RFC qemu legoater/aspeed-3.1 0/4] Handle short timer periods
2019-01-13 23:07 UTC (4+ messages)
` [RFC qemu legoater/aspeed-3.1 4/4] timer: aspeed: Provide back-pressure information for short periods
Linux 5.0-rc2
2019-01-13 23:05 UTC
[RFC linux dev-4.19] clocksource: fttmr010: Detect back-pressure for Aspeed controllers
2019-01-13 23:04 UTC (3+ messages)
Ethernet performance issue on HiFive Unleashed with kernel 4.20
2019-01-13 23:03 UTC (3+ messages)
[PATCH net 0/1] bonding: fix PACKET_ORIGDEV regression
2019-01-13 23:03 UTC (3+ messages)
` [PATCH net 1/1] bonding: fix PACKET_ORIGDEV regression on bonding masters
[Qemu-arm] [PATCH] ftgmac100: implement the new MDIO interface on Aspeed SoC
2019-01-13 22:52 UTC (3+ messages)
` [Qemu-devel] "
[Buildroot] /etc/init.d init script question
2019-01-13 22:57 UTC
[Printing-architecture] OP Minutes (9 January)
2019-01-13 22:56 UTC
[PATCH v2] drm/nouveau/volt/gf117: fix speedo readout register
2019-01-13 22:55 UTC (2+ messages)
[Bug 109340] HDMI output (DisplayPort-0) stops listing modes after using docking station DP output
2019-01-13 22:53 UTC (3+ messages)
[U-Boot] [PATCH v3 0/3] arm: socpfpga: gen5 clean up ETH RST & PHY mode
2019-01-13 22:50 UTC (2+ messages)
[GIT PULL] ARM: SoC fixes
2019-01-13 22:50 UTC (3+ messages)
[ovmf test] 131938: regressions - FAIL
2019-01-13 22:47 UTC
[PATCH 0/9] Clean up ARM SMP/CPU hotplug implementations
2019-01-13 22:46 UTC (6+ messages)
` [PATCH 2/9] ARM: qcom: remove unnecessary boot_lock
Linux kernel 5.0-rc2 released
2019-01-13 22:46 UTC
Block device flush ordering
2019-01-13 22:42 UTC (2+ messages)
Hilscher NetX mach-netx refactorings
2019-01-13 22:39 UTC (6+ messages)
[Potential Spoof] Re: [Potential Spoof] Re: [PATCH v2 4/4] ARM: dts: aspeed: Add lpc ctrl for Facebook
2019-01-13 22:39 UTC (4+ messages)
[Buildroot] [PATCH] infra/pkg-cmake: use an obviously-invalid value for CMAKE_SYSTEM_VERSION
2019-01-13 22:29 UTC (2+ messages)
[GIT PULL] Documentation: Add AFBC modifier usage documentation
2019-01-13 22:28 UTC (5+ messages)
[linux-4.14 test] 131933: trouble: broken/fail/pass
2019-01-13 22:21 UTC
phosphor-ipmi-host.service broken
2019-01-13 22:11 UTC (3+ messages)
[Buildroot] [PATCH next v6 00/10] Per-package host/target directory support
2019-01-13 22:10 UTC (11+ messages)
` [Buildroot] [PATCH next v6 07/10] core: implement per-package SDK and target
bitbake: DataSmart.expandWithRefs causing exception when handed "${@...}"
2019-01-13 21:53 UTC
[PATCH 0/2] git-p4: handle moved files when updating a P4 shelve
2019-01-13 21:57 UTC (3+ messages)
` [PATCH 1/2] git-p4: add failing test for shelved CL update involving move
[Buildroot] [PATCH 0/7] Update packages
2019-01-13 21:55 UTC (5+ messages)
` [Buildroot] [PATCH 1/7] fdk-aac: enable for aarch64
` [Buildroot] [PATCH 2/7] fdk-aac: bump to version 2.0.0
[wireless-regdb] [PATCH] wireless-regdb: Update regulatory rules for Sweden (SE) on 2.4/5/60 GHz
2019-01-13 21:55 UTC
[Bug 109336] gma500_gfx misdetects LVDS-1 as connected causing black screen
2019-01-13 21:52 UTC (2+ messages)
[Buildroot] [PATCH 0/3] Fix pkg-kconfig packages with ccache enabled
2019-01-13 21:51 UTC (8+ messages)
` [Buildroot] [PATCH 1/3] package/pkg-kconfig: pass HOSTCC during kconfig steps
` [Buildroot] [PATCH 2/3] boot/uboot: use HOSTCC_NOCCACHE as kconfig HOSTCC
` [Buildroot] [PATCH 3/3] linux: "
btrfs goes read-only when btrfs-cleaner runs
2019-01-13 21:51 UTC
[PATCH 0/4] xfs: properly invalidate cached writeback mapping
2019-01-13 21:49 UTC (3+ messages)
` [PATCH 3/4] xfs: validate writeback mapping using data fork seq counter
[Buildroot] [PATCH v1] libcdaudio: fix compile on host systems without C++ support
2019-01-13 21:47 UTC
[PATCH] net/nfp: add CPP bridge as service
2019-01-13 21:41 UTC (3+ messages)
[GIT] Networking
2019-01-13 21:33 UTC
[Buildroot] [git commit] package/fdk-aac: bump to version 2.0.0
2019-01-13 21:31 UTC
[Buildroot] [git commit] packag/fdk-aac: enable for aarch64
2019-01-13 21:27 UTC
[PATCH] userdiff: Add a builtin pattern for dts files
2019-01-13 21:26 UTC (3+ messages)
[Qemu-devel] [PULL 0/2] Linux user for 4.0 patches
2019-01-13 21:17 UTC (2+ messages)
[PATCH] ethdev: report error on name truncation
2019-01-13 21:21 UTC (4+ messages)
` [PATCH v2] "
[Buildroot] [PATCH 1/2] package/llvm: add BPF backend
2019-01-13 21:21 UTC (2+ messages)
` [Buildroot] [PATCH 2/2] package/bcc: new package
[Buildroot] [PATCH 1/1] cryptopp: bump to version 8.0.0
2019-01-13 21:19 UTC (2+ messages)
[PATCH v2 0/5] drm/tinydrm: Use damage helper for dirtyfb
2019-01-13 21:19 UTC (3+ messages)
` [PATCH v2 4/5] "
[Buildroot] [PATCH 1/1] libserial: bump to version 1.0.0
2019-01-13 21:19 UTC (2+ messages)
[PATCH] media: m88ds3103: serialize reset messages in m88ds3103_set_frontend
2019-01-13 21:13 UTC
[Patch net] net_sched: refetch skb protocol for each filter
2019-01-13 21:08 UTC (5+ messages)
[PATCH] drm/msm: Fix A6XX support for opp-level
2019-01-13 21:05 UTC (3+ messages)
[PATCH v2 00/15] powerpc/32s: Use BATs/LTLBs for STRICT_KERNEL_RWX
2019-01-13 21:02 UTC (5+ messages)
[PATCH] config.h: fix hdr-check warnings
2019-01-13 21:02 UTC
[PATCH] rebase-interactive.h: fix hdr-check warnings
2019-01-13 21:00 UTC
[Buildroot] [git commit] package/cryptopp: bump to version 8.0.0
2019-01-13 20:59 UTC
[PATCH] sequencer: mark file local symbols as static
2019-01-13 20:58 UTC
[PATCH] revision.c: fix sparse warnings (sparse algorithm)
2019-01-13 20:55 UTC
[Buildroot] [git commit] package/fwts: add optional bash-completion dependency
2019-01-13 20:55 UTC
[Buildroot] [PATCH 1/1] haproxy: bump to version 1.9.1
2019-01-13 20:54 UTC (2+ messages)
[Buildroot] [PATCH 1/1] boinc: bump to version 7.14.2
2019-01-13 20:54 UTC (2+ messages)
[Buildroot] [git commit] package/haproxy: bump to version 1.9.1
2019-01-13 20:53 UTC
[Buildroot] [git commit] package/boinc: bump to version 7.14.2
2019-01-13 20:52 UTC
[PATCH] Revert "spi: omap2-mcspi: Set FIFO DMA trigger level to word length"
2019-01-13 20:52 UTC (2+ messages)
[Buildroot] [git commit] package/lxc: bump to version 3.1.0
2019-01-13 20:51 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.