messages from 2018-01-03 16:16:41 to 2018-01-03 16:46:41 UTC [more...]
[U-Boot] arm: imx: Rework i.MX specific commands to be excluded from SPL
2018-04-25 6:34 UTC (2+ messages)
` [U-Boot] [PATCH] "
[PATCH v6 00/15] A SPI NAND framework under generic NAND framework
2018-01-03 16:46 UTC (19+ messages)
[kernel-hardening] [PATCHv4 0/2] capability controlled user-namespaces
2018-01-03 16:44 UTC (4+ messages)
` "
` [kernel-hardening] "
sparse ctags segfaults (latest git)
2018-01-03 16:43 UTC (8+ messages)
` [PATCH 0/2] fix crash in ctags.c
` [PATCH 1/2] give a type to builtin functions
` [PATCH 2/2] ctags: avoid null deref
[Qemu-devel] [PATCH 0/2] pxa2xx_timer: ignore incorrect registers access to use U-Boot
2018-01-03 16:41 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/2] hw/timer/pxa2xx_timer: replace hw_error() -> qemu_log_mask()
` [Qemu-devel] [PATCH 2/2] hw/sd/pxa2xx_mmci: add read/write() trace events
[RFC PATCH net-next 00/19] ipv6: Align nexthop behaviour with IPv4
2018-01-03 16:43 UTC (6+ messages)
` [RFC PATCH net-next 03/19] ipv6: Clear nexthop flags upon netdev up
[PATCH v1] eSPI: add Aspeed AST2500 eSPI driver to boot a host with PCH runs on eSPI
2018-01-03 16:43 UTC (9+ messages)
[U-Boot] [PATCH] patman: Unquote output from get_maintainer.pl
2018-01-03 16:42 UTC (2+ messages)
[U-Boot] [PATCH 1/1] fs/fat: remove distractive message in file_fat_read_at()
2018-01-03 16:42 UTC (2+ messages)
[U-Boot] [PATCH 1/1] fs: remove distractive message in fs_read()
2018-01-03 16:42 UTC (2+ messages)
[PATCHv2] 3c59x: fix missing dma_mapping_error check and bad ring refill logic
2018-01-03 16:41 UTC (5+ messages)
FLEX feature requests
2018-01-03 16:40 UTC (3+ messages)
[PATCH v2 0/9] Renesas Capture Engine Unit (CEU) V4L2 driver
2018-01-03 16:41 UTC (12+ messages)
` [PATCH v2 9/9] media: i2c: tw9910: Remove soc_camera dependencies
` [PATCH v2 7/9] media: i2c: ov772x: "
[PATCH v17 00/11] x86: guest resource mapping
2018-01-03 16:40 UTC (5+ messages)
` [PATCH v17 06/11] x86/hvm/ioreq: add a new mappable resource type
[PATCH v2] Fix loading of module radeonfb on PowerMac
2018-01-03 16:41 UTC (6+ messages)
` [PATCH v3] "
[PATCH v2 net,stable 0/2] net: fec: clean up in the cases of probe error
2018-01-03 16:40 UTC (2+ messages)
PCIe3 atomics requirement for amdkfd
2018-01-03 16:40 UTC (5+ messages)
[PATCH v12 1/4] battery: Add the battery hooking API
2018-01-03 16:40 UTC (5+ messages)
` [Devel] "
[PATCH] mmc: sdhci-esdhc-imx: Enable/Disable mmc clock during runtime suspend
2018-01-03 16:38 UTC (3+ messages)
[PATCH V3 0/3] Map larger kernels at early init
2018-01-03 16:38 UTC (5+ messages)
` [PATCH V3 3/3] arm64: Extend early page table code to allow for larger kernels
[PATCH] [RFT] crypto: aes-generic - turn off -ftree-pre and -ftree-sra
2018-01-03 16:37 UTC (7+ messages)
[PATCH 00/40] Promisor remotes and external ODB support
2018-01-03 16:34 UTC (41+ messages)
` [PATCH 01/40] Add initial external odb support
` [PATCH 02/40] Add GIT_NO_EXTERNAL_ODB env variable
` [PATCH 03/40] external-odb: add has_external_odb()
` [PATCH 04/40] fsck: introduce promisor objects
` [PATCH 05/40] fsck: support refs pointing to "
` [PATCH 06/40] fsck: support referenced "
` [PATCH 07/40] fsck: support promisor objects as CLI argument
` [PATCH 08/40] index-pack: refactor writing of .keep files
` [PATCH 09/40] introduce fetch-object: fetch one promisor object
` [PATCH 10/40] external-odb: implement external_odb_get_direct
` [PATCH 11/40] sha1_file: support lazily fetching missing objects
` [PATCH 12/40] rev-list: support termination at promisor objects
` [PATCH 13/40] gc: do not repack promisor packfiles
` [PATCH 14/40] sha1_file: prepare for external odbs
` [PATCH 15/40] external-odb: add script mode support
` [PATCH 16/40] odb-helper: add 'enum odb_helper_type'
` [PATCH 17/40] odb-helper: add odb_helper_init() to send 'init' instruction
` [PATCH 18/40] t0400: add 'put_raw_obj' instruction to odb-helper script
` [PATCH 19/40] external odb: add 'put_raw_obj' support
` [PATCH 20/40] external-odb: accept only blobs for now
` [PATCH 21/40] t0400: add test for external odb write support
` [PATCH 22/40] Add t0410 to test external ODB transfer
` [PATCH 23/40] lib-httpd: pass config file to start_httpd()
` [PATCH 24/40] lib-httpd: add upload.sh
` [PATCH 25/40] lib-httpd: add list.sh
` [PATCH 26/40] lib-httpd: add apache-e-odb.conf
` [PATCH 27/40] odb-helper: add odb_helper_get_raw_object()
` [PATCH 28/40] pack-objects: don't pack objects in external odbs
` [PATCH 29/40] Add t0420 to test transfer to HTTP external odb
` [PATCH 30/40] external-odb: add 'get_direct' support
` [PATCH 31/40] odb-helper: add 'script_mode' to 'struct odb_helper'
` [PATCH 32/40] odb-helper: add init_object_process()
` [PATCH 33/40] Add t0450 to test 'get_direct' mechanism
` [PATCH 34/40] Add t0460 to test passing git objects
` [PATCH 35/40] odb-helper: add put_object_process()
` [PATCH 36/40] Add t0470 to test passing raw objects
` [PATCH 37/40] odb-helper: add have_object_process()
` [PATCH 38/40] Add t0480 to test "have" capability and raw objects
` [PATCH 39/40] external-odb: use 'odb=magic' attribute to mark odb blobs
` [PATCH 40/40] Add Documentation/technical/external-odb.txt
SMART disk monitoring
2018-01-03 16:37 UTC (5+ messages)
[PATCH] xen: Add EFI_LOAD_OPTION support
2018-01-03 16:36 UTC (4+ messages)
[PATCH] PCI, sysfs: show ari_enabled in sysfs
2018-01-03 16:36 UTC
objtool segfault with ORC unwinder enabled
2018-01-03 16:36 UTC (5+ messages)
UBSAN: Undefined behaviour in drivers/net/wireless/ath/ath10k/mac.c:3092:53: signed integer overflow
2018-01-03 16:34 UTC (2+ messages)
[virtio-dev] [PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
2018-01-03 16:36 UTC (4+ messages)
` [virtio-dev] [PATCH net-next 1/2] virtio_net: Introduce VIRTIO_NET_F_MASTER feature bit
` "
Crashes with KPTI and -rc6
2018-01-03 16:35 UTC (2+ messages)
[PATCH net-next 2/2] l2tp: add peer_offset parameter
2018-01-03 16:35 UTC (11+ messages)
[PATCH] Attempt to auto-detect stat(1) being used if not given proper invocation
2018-01-03 16:34 UTC
[PATCH V2] mfd: rtsx: release IRQ during shutdown
2018-01-03 16:34 UTC (2+ messages)
[PATCH net] vxlan: trivial indenting fix
2018-01-03 16:33 UTC (2+ messages)
[RFC] ARM: decompressor: Make RAM sections Outer non-cacheable
2018-01-03 16:32 UTC (2+ messages)
` [PATCH] "
[U-Boot] [PATCH] crypto/fsl: fix BLOB encapsulation and decapsulation
2018-01-03 16:32 UTC (2+ messages)
[PATCH] drm/amd/amdgpu: set gtt size according to system memory size only
2018-01-03 16:32 UTC (10+ messages)
[meta-python][PATCH] pypi: remove class that was added to oe-core
2018-01-03 16:31 UTC
[PATCH] ARM: dts: sun[47]i: Fix display backend 1 output to TCON0 remote endpoint
2018-01-03 16:31 UTC (2+ messages)
[xen-4.9-testing test] 117535: regressions - trouble: blocked/broken/fail/pass
2018-01-03 16:31 UTC
[RESEND PATCH v2 00/15] ASoC: qcom: Add support to QDSP6 based audio
2018-01-03 16:27 UTC (66+ messages)
` [RESEND PATCH v2 01/15] dt-bindings: soc: qcom: Add bindings for APR bus
` [RESEND PATCH v2 02/15] soc: qcom: add support to APR bus driver
` [RESEND PATCH v2 03/15] ASoC: qcom: qdsp6: Add common qdsp6 helper functions
` [RESEND PATCH v2 04/15] ASoC: qcom: qdsp6: Add support to Q6AFE
` [RESEND PATCH v2 05/15] ASoC: qcom: qdsp6: Add support to Q6ADM
` [RESEND PATCH v2 06/15] ASoC: qcom: qdsp6: Add support to Q6ASM
` [RESEND PATCH v2 07/15] ASoC: qcom: q6asm: Add support to memory map and unmap
` [RESEND PATCH v2 08/15] ASoC: qcom: q6asm: add support to audio stream apis
` [RESEND PATCH v2 09/15] ASoC: qcom: qdsp6: Add support to Q6CORE
` [RESEND PATCH v2 10/15] ASoC: qcom: qdsp6: Add support to q6routing driver
` [RESEND PATCH v2 11/15] ASoC: qcom: qdsp6: Add support to q6afe dai driver
` [RESEND PATCH v2 12/15] ASoC: qcom: qdsp6: Add support to q6asm "
` [RESEND PATCH v2 13/15] dt-bindings: sound: qcom: Add devicetree bindings for apq8096
` [RESEND PATCH v2 14/15] ASoC: qcom: apq8096: Add db820c machine driver
` [RESEND PATCH v2 15/15] arm64: dts: msm8996: db820c: Add sound card support
[Qemu-devel] [PATCH 0/6] SDHCI: convert legacy devices to the SDBus API
2018-01-03 16:24 UTC (14+ messages)
` [Qemu-devel] [PATCH 1/6] hw/sd/milkymist-memcard: use qemu_log_mask()
` [Qemu-devel] [PATCH 2/6] hw/sd/milkymist-memcard: split realize() out of SysBusDevice init()
` [Qemu-devel] [PATCH 3/6] hw/sd/milkymist-memcard: expose a SDBus and connect the SDCard to it
` [Qemu-devel] [PATCH 4/6] hw/sd/pl181: "
` [Qemu-devel] [PATCH 5/6] hw/sd/ssi-sd: "
` [Qemu-devel] [PATCH 6/6] hw/sd: move sdcard legacy API to "hw/sd/sdcard_legacy.h"
[PATCH net] sctp: fix error path in sctp_stream_init
2018-01-03 16:30 UTC (3+ messages)
[PATCH] libselinux: introduce PCPREFIX substitute variables for .pc files
2018-01-03 16:29 UTC
PROBLEM: i915 causes complete desktop freezes in 4.15-rc5
2018-01-03 16:31 UTC (12+ messages)
[PATCH 04/12] ASoC: mediatek: update clock related properties of MT2701 AFE
2018-01-03 16:29 UTC (4+ messages)
` Applied "ASoC: mediatek: update clock related properties of MT2701 AFE" to the asoc tree
[PATCH v3 06/10] writeback: introduce super_operations->write_metadata
2018-01-03 16:29 UTC (14+ messages)
[PATCH] drm/i915: Assert we do not try to wait on an invalid seqno
2018-01-03 16:29 UTC (2+ messages)
[PATCH 2/2] x86/dumpstack: Print registers for first stack frame
2018-01-03 16:23 UTC (2+ messages)
` [tip:x86/pti] "
[PATCH v4 05/19] afs: convert to new i_version API
2018-01-03 16:28 UTC (5+ messages)
` [PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
[meta-python][PATCH] python-pandas: update to version 0.22.0
2018-01-03 16:28 UTC
[PATCH 1/2] x86/dumpstack: Fix partial register dumps
2018-01-03 16:22 UTC (2+ messages)
` [tip:x86/pti] "
[PATCH 5/5] efi: parse ARM error information value
2018-01-03 16:21 UTC (2+ messages)
` [tip:efi/core] efi: Parse "
[Bug 198345] New: AMD-RNG can't find a device. Kernel 4.15rc6 with AMD Vega64
2018-01-03 16:26 UTC (2+ messages)
` [Bug 198345] "
[PATCH 4/5] efi: move ARM CPER code to new file
2018-01-03 16:20 UTC (2+ messages)
` [tip:efi/core] efi: Move "
[net 0/2][pull request] Intel Wired LAN Driver Updates 2018-01-02
2018-01-03 16:26 UTC (2+ messages)
UBSAN: Undefined behaviour in net/wireless/nl80211.c:718:4: -1665903437 * 100 cannot be represented in type 'int'
2018-01-03 16:25 UTC (3+ messages)
4.15-rc6 PTI regression: L1 TLB mismatch MCE on Athlon64
2018-01-03 16:22 UTC (2+ messages)
` [tip:x86/pti] x86/pti: Make sure the user/kernel PTEs match
[PATCH 3/5] efi: Use PTR_ERR_OR_ZERO()
2018-01-03 16:19 UTC (2+ messages)
` [tip:efi/core] "
[PATCH 2/5] arm64: efi: ignore EFI_MEMORY_XP attribute if RP and/or WP are set
2018-01-03 16:19 UTC (2+ messages)
` [tip:efi/core] arm64/efi: Ignore "
[PATCH 0/5] Rewrite GPIO SPI to use descriptors
2018-01-03 16:24 UTC (4+ messages)
[PATCH] RDS: Heap OOB write in rds_message_alloc_sgs()
2018-01-03 16:24 UTC (2+ messages)
[PATCH 1/5] efi/capsule-loader: pr_err() strings should end with newlines
2018-01-03 16:19 UTC (2+ messages)
` [tip:efi/core] efi/capsule-loader: Fix pr_err() string to end with newline
[PATCH V4 0/7] Add loadable kernel module and power management support
2018-01-03 16:24 UTC (8+ messages)
` [PATCH V4 3/7] PCI: tegra: Remove PCI_REASSIGN_ALL_BUS flag for Tegra PCIe
[PATCH] MAINTAINERS: Remove Matt Fleming as EFI co-maintainer
2018-01-03 16:18 UTC (2+ messages)
` [tip:efi/core] "
[PATCH 2/2] efi: capsule-loader: reinstate virtual capsule mapping
2018-01-03 16:18 UTC (2+ messages)
` [tip:efi/core] efi/capsule-loader: Reinstate "
[PATCH] x86/cpu, x86/pti: Do not enable PTI on AMD processors
2018-01-03 16:21 UTC (2+ messages)
` [tip:x86/pti] "
[PATCH 1/2] x86/efi: Fix kernel param add_efi_memmap regression
2018-01-03 16:17 UTC (2+ messages)
` [tip:efi/core] "
[U-Boot] [PATCH] toradex: imx6: Rework PF0100 fuse programming commands to not be in SPL
2018-01-03 16:23 UTC (2+ messages)
[U-Boot] [PATCH] imx: ventana: Rework CONFIG_CMD_GSC code to not be included in SPL
2018-01-03 16:22 UTC (3+ messages)
[U-Boot] [PATCH] imx: ventana: Rework CONFIG_CMD_EECONFIG code to not be included in SPL
2018-01-03 16:22 UTC (3+ messages)
[PATCH] http: fix v1 protocol tests with apache httpd < 2.4
2018-01-03 16:21 UTC (5+ messages)
[PATCH 1/2] serial: imx: edd a .freeze_noirq function
2018-01-03 16:20 UTC (5+ messages)
` [PATCH 2/2] serial: imx: fix endless loop during suspend
[PATCH v3] sched: make RED scaling configurable
2018-01-03 16:20 UTC (5+ messages)
` [PATCH v4] "
HELLO
2018-01-03 16:19 UTC
[SPDK] expose an SPDK bdev to linux kernel block device(/dev/xxx)
2018-01-03 16:18 UTC
general protection fault in fib6_add (2)
2018-01-03 16:16 UTC (2+ messages)
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.