messages from 2018-09-21 18:30:05 to 2018-09-21 20:01:11 UTC [more...]
[PATCH v6 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory
2018-09-21 20:00 UTC (22+ messages)
` [PATCH v6 03/13] PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offset
` [PATCH v6 04/13] PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpers
` [PATCH v6 06/13] PCI/P2PDMA: Add P2P DMA driver writer's documentation
[PATCH v3 0/7] regulator/mfd/dt_bindings: bd718x7: Support ROHM bd71847
2018-09-21 18:52 UTC (6+ messages)
` [PATCH v3 1/7] regulator/mfd: Support ROHM BD71847 power management IC
[PATCH V5 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
2018-09-21 22:47 UTC (12+ messages)
` [PATCH V5 4/4] kvm: add a check if pfn is from NVDIMM pmem
[RFC v2] mac80211: budget outstanding airtime for transmission
2018-09-21 14:11 UTC (4+ messages)
[PATCH 00/10] GICv3 support for kexec/kdump on EFI systems
2018-09-21 19:59 UTC (20+ messages)
` [PATCH 01/10] irqchip/gic-v3-its: Change initialization ordering for LPIs
` [PATCH 02/10] irqchip/gic-v3-its: Consolidate LPI_PENDBASE_SZ usage
` [PATCH 03/10] irqchip/gic-v3-its: Split property table clearing from allocation
` [PATCH 04/10] irqchip/gic-v3-its: Move pending table allocation to init time
` [PATCH 05/10] irqchip/gic-v3-its: Keep track of property table's PA and VA
` [PATCH 06/10] irqchip/gic-v3-its: Allow use of pre-programmed LPI tables
` [PATCH 07/10] irqchip/gic-v3-its: Use pre-programmed redistributor tables with kdump kernels
` [PATCH 08/10] irqchip/gic-v3-its: Check that all RDs have the same property table
` [PATCH 09/10] irqchip/gic-v3-its: Register LPI tables with EFI config table
` [PATCH 10/10] irqchip/gic-v3-its: Allow use of LPI tables in reserved memory
[patch V3 00/11] x86/mm/cpa: Improve large page preservation handling
2018-09-21 19:59 UTC (3+ messages)
` [patch V3 06/11] x86/mm/cpa: Add large page preservation statistics
[PATCH 0/3] Filter alternate references
2018-09-21 19:59 UTC (10+ messages)
` [PATCH 2/3] transport.c: introduce core.alternateRefsCommand
` [PATCH v2 0/3] Filter alternate references
` [PATCH v2 1/3] transport.c: extract 'fill_alternate_refs_command'
` [PATCH v2 2/3] transport.c: introduce core.alternateRefsCommand
` [PATCH v2 3/3] transport.c: introduce core.alternateRefsPrefixes
[PATCH] staging: vc04_services: Remove unused vchiq_genversion script
2018-09-21 19:56 UTC
[PATCH 1/2] Revert "drm/amdgpu: remove fence fallback"
2018-09-21 19:57 UTC (3+ messages)
` [PATCH 2/2] drm/amdgpu: Add warning message for INT SW fallback
[PATCH] drivers: mailbox: Make ti-msgmr driver depend on ARCH_K3
2018-09-21 19:56 UTC (3+ messages)
[U-Boot] [PATCH v6 01/14] test: regmap: Increase size of syscon0 memory
2018-09-21 19:55 UTC (5+ messages)
` [U-Boot] [PATCH v6 08/14] regmap: Add raw read/write functions
[PATCH] clk: keystone: Enable TISCI clocks if K3_ARCH
2018-09-21 19:53 UTC (4+ messages)
[PATCH 1/1] python/sepolicy: fix compatibility with setools 4.2.0
2018-09-21 19:52 UTC (3+ messages)
[PATCH v4 0/5] Address issues slowing persistent memory initialization
2018-09-21 19:52 UTC (10+ messages)
` [PATCH v4 1/5] mm: Provide kernel parameter to allow disabling page init poisoning
` [PATCH v4 2/5] mm: Create non-atomic version of SetPageReserved for init use
` [PATCH v4 3/5] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap
[PATCH] checkpolicy: remove extraneous policy build noise
2018-09-21 19:52 UTC (2+ messages)
[PATCH v4 00/21] tpm: separate tpm 1.x and tpm 2.x commands
2018-09-21 13:58 UTC (22+ messages)
` [PATCH v4 01/21] tpm2: add new tpm2 commands according to TCG 1.36
` [PATCH v4 02/21] tpm: sort objects in the Makefile
` [PATCH v4 03/21] tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
` [PATCH v4 04/21] tpm: add tpm_calc_ordinal_duration() wrapper
` [PATCH v4 05/21] tpm: factor out tpm_get_timeouts()
` [PATCH v4 06/21] tpm: move tpm1_pcr_extend to tpm1-cmd.c
` [PATCH v4 07/21] tpm: move tpm_getcap "
` [PATCH v4 08/21] tpm: factor out tpm1_get_random into tpm1-cmd.c
` [PATCH v4 09/21] tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c
` [PATCH v4 10/21] tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c
` [PATCH v4 11/21] tpm: factor out tpm_startup function
` [PATCH v4 12/21] tpm: move pcr extend code to tpm2-cmd.c
` [PATCH v4 13/21] tpm: add tpm_auto_startup() into tpm-interface.c
` [PATCH v4 14/21] tpm: tpm-interface.c drop unused macros
` [PATCH v4 15/21] tpm: tpm-space.c remove unneeded semicolon
` [PATCH v4 16/21] tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure
` [PATCH v4 17/21] tpm1: implement tpm1_pcr_read_dev() "
` [PATCH v4 18/21] tmp1: rename tpm1_pcr_read_dev to tpm1_pcr_read()
` [PATCH v4 19/21] tpm1: reimplement SAVESTATE using tpm_buf
` [PATCH v4 20/21] tpm1: reimplement tpm1_continue_selftest() "
` [PATCH v4 21/21] tpm: use u32 instead of int for PCR index
[PATCH 00/18] drm/i915: Infoframe precompute/check
2018-09-21 14:01 UTC (10+ messages)
` [PATCH 05/18] video/hdmi: Add an enum for HDMI packet types
` [PATCH 06/18] video/hdmi: Handle the MPEG Source infoframe
` [PATCH 07/18] video/hdmi: Handle the NTSC VBI infoframe
[PATCH 0/5] VFS: Introduce filesystem information query syscall [ver #12]
2018-09-21 19:50 UTC (2+ messages)
[PATCH v2, RESEND 0/3] tpm: retrieve digest size of unknown algorithms from TPM
2018-09-21 13:59 UTC (4+ messages)
` [PATCH v2, RESEND 2/3] tpm: modify tpm_pcr_read() definition to pass TPM hash algorithms
[PATCH bpf-next 0/3] perf, bpf: reveal invisible bpf programs
2018-09-21 13:59 UTC (9+ messages)
` [PATCH bpf-next 2/3] bpf: emit RECORD_MMAP events for bpf prog load/unload
[PATCH v3 net-next] dt-bindings: can: rcar_can: document r8a77965 support
2018-09-21 19:48 UTC (3+ messages)
[PATCH] mt76x2: fix tx power configuration for VHT mcs 9
2018-09-21 13:57 UTC
[PATCHv2 0/7] mm: faster get user pages
2018-09-21 19:46 UTC (4+ messages)
` [PATCHv2 6/7] mm/gup: Combine parameters into struct
[PATCH] drm/i915: Match code to comment and enforce ppgtt for execlists
2018-09-21 19:46 UTC (2+ messages)
` [PATCH v2] "
[RFC] CVEs on sumo branch
2018-09-21 19:43 UTC
[RFC PATCH 00/40] Cleanup pci-keystone.c and Add AM654 PCIe Support
2018-09-21 19:42 UTC (5+ messages)
` [RFC PATCH 36/40] arm64: dts: k3-am6: Add "socionext,synquacer-pre-its" property to gic_its
stmmac: Race in coalesce timer and NAPI
2018-09-21 13:54 UTC (2+ messages)
[PATCH, for-4.19] dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declaration
2018-09-21 19:42 UTC (4+ messages)
How to emulate a VM workload?
2018-09-21 13:51 UTC
[PATCH net-next] ravb: Disable Pause Advertisement
2018-09-21 13:52 UTC
[PATCH v3 0/2] Add ADSP PIL driver for SDM845
2018-09-21 19:41 UTC (3+ messages)
` [PATCH v3 2/2] remoteproc: qcom: Introduce Non-PAS ADSP PIL driver
[Intel-wired-lan] [RFC PATCH net-next v1 00/14] rename and shrink i40evf
2018-09-21 13:51 UTC (4+ messages)
` "
[PATCH rdma-next 0/4] mlx5 vport loopback
2018-09-21 19:40 UTC (4+ messages)
[Qemu-arm] Arm Cortex A-72 Emulator not able to configure
2018-09-21 19:39 UTC (2+ messages)
[PATCH v2 0/2] media: platform: Add Aspeed Video Engine Driver
2018-09-21 19:39 UTC (7+ messages)
` [PATCH v2 2/2] media: platform: Add Aspeed Video Engine driver
[PATCH] i40e: Remove unnecessary print statement
2018-09-21 19:39 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH 0/3] i2c: adv748x: add support for CSI-2 TXA to work in 1-, 2- and 4-lane mode
2018-09-21 13:46 UTC (6+ messages)
` [PATCH 1/3] i2c: adv748x: store number of CSI-2 lanes described in device tree
[PATCH 0/4] Final preparation before adding the KernelShark GUI
2018-09-21 13:45 UTC (5+ messages)
` [PATCH 1/4] kernel-shark-qt: Add kshark_get_X_easy() functions
` [PATCH 2/4] kernel-shark-qt: Add kshark_convert_nano() function
` [PATCH 3/4] kernel-shark-qt: Add functions for fast clearing of the filters
` [PATCH 4/4] kernel-shark-qt: Rename the Cmake-generated header file
[PATCH] drm/i915: introduce i915_gem_context_vm helper
2018-09-21 19:32 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH 0/3] System call table generation support
2018-09-21 19:32 UTC (6+ messages)
[PATCH 0/7] drm/i915/gen11: Enable planar format support on gen11
2018-09-21 19:31 UTC (11+ messages)
` [PATCH 2/7] drm/i915/gen11: Link nv12 Y and UV planes in the atomic state, v3
` [PATCH 4/7] drm/i915/gen11: Program the scalers correctly for planar formats
` [PATCH 5/7] drm/i915/gen11: Program the chroma upsampler for HDR planes
` [PATCH 6/7] drm/i915/gen11: Program the Y and UV plane for planar mode correctly
` ✓ Fi.CI.BAT: success for drm/i915/gen11: Enable planar format support on gen11
[PATCH 1/4] nvme-cli: tests: fix fw_log test coding style
2018-09-21 19:31 UTC (2+ messages)
[PATCH v6 00/12] Intel IPU3 ImgU patchset
2018-09-21 13:42 UTC (6+ messages)
` [PATCH v6 06/12] intel-ipu3: css: Add support for firmware management
BUG: Bad page map (3)
2018-09-21 19:30 UTC (2+ messages)
[PATCH] decnet: Remove unnecessary check for dev->name
2018-09-21 19:30 UTC
[xen-unstable-smoke test] 127891: tolerable all pass - PUSHED
2018-09-21 19:30 UTC
tools/fuzz fails due build, osstest did not notice
2018-09-21 19:25 UTC (2+ messages)
` [PATCH] fuzz, test x86_emulator: disable sse before including always_inline fns
[PATCH iproute2] iplink_vxlan: take into account preferred_family creating vxlan device
2018-09-21 13:34 UTC
[GIT PULL] etnaviv-fixes for 4.19
2018-09-21 19:23 UTC
[BUG] dw_wdt watchdog on linux-rt 4.18.5-rt4 not triggering
2018-09-21 13:34 UTC (6+ messages)
[PATCH v2] tools/lib/traceevent: Replace str_error_r() with an open coded implementation
2018-09-21 19:20 UTC
[PATCH] fetch: Ensure that fetch.recurseSubmodules overrides submodule.recurse
2018-09-21 19:22 UTC (2+ messages)
[Intel-wired-lan] [PATCH net] ixgbe: check return value of napi_complete_done()
2018-09-21 13:33 UTC (9+ messages)
` "
[PATCH] [virt-server] trace-cmd: Fix a minor bug in `trace-cmd listen`
2018-09-21 13:32 UTC (2+ messages)
[Buildroot] ti-sgx-km
2018-09-21 19:20 UTC
[PATCH] trace-cmd: Remove unused <pthread.h> includes
2018-09-21 13:30 UTC (2+ messages)
[Intel-wired-lan] [jkirsher-net-queue:master] BUILD SUCCESS 652ef42c134da1bbb03bd4c9b4291dfaf8d7febb
2018-09-21 19:17 UTC
[PATCH v4] drm/i915: use for_each_pipe loop to assign crtc_mask
2018-09-21 19:14 UTC (3+ messages)
` [PATCH v5] "
[PATCH 1/2] hwmon: pwm-fan: Silence error on probe deferral
2018-09-21 13:23 UTC (4+ messages)
` [PATCH 2/2] hwmon: pwm-fan: Set fan speed to 0 on suspend
[PATCH] drm/nouveau: Grab runtime PM ref in nv50_mstc_detect()
2018-09-21 19:12 UTC (3+ messages)
` [Nouveau] "
[PATCH 0/3] mm: Randomize free memory
2018-09-21 19:12 UTC (3+ messages)
[PATCH v2 2/2] locking/pvqspinlock, hv: Enable PV qspinlock for Hyper-V
2018-09-21 19:09 UTC (2+ messages)
power top libtraceevent integration
2018-09-21 13:21 UTC (2+ messages)
[PATCHv2] hwmon: scpi-hwmon: remove redundant continue
2018-09-21 13:19 UTC (2+ messages)
[PATCH 1/5] drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
2018-09-21 19:06 UTC (6+ messages)
` [PATCH 5/5] drm/i915/dp: Move hdcp link check function into short pulse handler
[PATCH v6 0/4] KASLR feature to randomize each loadable module
2018-09-21 19:05 UTC (8+ messages)
` [PATCH v6 1/4] vmalloc: Add __vmalloc_node_try_addr function
` [PATCH v6 2/4] x86/modules: Increase randomization for modules
` [PATCH v6 3/4] vmalloc: Add debugfs modfraginfo
[PATCH 0/2] drm/nouveau: Allow parsing vbios.rom with nvbios from debugfs
2018-09-21 19:05 UTC (2+ messages)
` [Nouveau] "
[PATCH v3] arm64: dts: exynos: add OF graph between USB-PHY and MUIC
2018-09-21 13:13 UTC
[PATCH RFC] btrfs: delayed-inode: Use spinlock to protect btrfs_inode::delayed_node
2018-09-21 13:13 UTC (2+ messages)
[RFC 00/12] rtwlan: mac80211 driver for Realtek 802.11ac wireless network chips
2018-09-21 13:12 UTC (2+ messages)
[Bug 107607] [drm:generic_reg_wait [amdgpu]] *ERROR* REG_WAIT timeout 10us * 3000 tries - enc1_stream_encoder_dp_blank line:804
2018-09-21 19:00 UTC (2+ messages)
` [Bug 107607] Problems with MST display (REG_WAIT takes a while or times out)
[PATCH 1/2] clk: qcom: Export clk_alpha_pll_configure()
2018-09-21 18:59 UTC (4+ messages)
` [PATCH 2/2] clk: qcom: gcc: Add global clock controller driver for QCS404
[PATCH v2] drm/scheduler: remove timeout work_struct from drm_sched_job
2018-09-21 18:57 UTC
Out of bounds access in early boot code related to GRUB
2018-09-21 18:56 UTC (2+ messages)
[PATCH] tools/lib/traceevent: Replace str_error_r() with an open coded implementation
2018-09-21 18:53 UTC
block: DMA alignment of IO buffer allocated from slab
2018-09-21 13:04 UTC (3+ messages)
[PATCH net-next,v2,0/3] hv_netvsc: Support LRO/RSC in the vSwitch
2018-09-21 18:51 UTC (4+ messages)
` [PATCH net-next,v2,1/3] hv_netvsc: Add support for "
` [PATCH net-next, v2, 1/3] "
[PATCH 0/3] btrfs: Add zstd support to btrfs
2018-09-21 18:48 UTC (4+ messages)
` [PATCH 1/3] btrfs: Import kernel zstd
[PATCH v2 1/2] dt-bindings: spi: Qualcomm Quad SPI(QSPI) documentation
2018-09-21 18:51 UTC (8+ messages)
[PATCH v3 net-next 00/12] Preparing for phylib limkmodes
2018-09-21 13:01 UTC (8+ messages)
` [PATCH v3 net-next 07/12] net: ethernet: Add helper to remove a supported link mode
[U-Boot] [PATCH 1/3] qe: kconfig: U QE kconfig
2018-09-21 18:50 UTC (2+ messages)
[PATCH] nvme: call nvme_complete_rq on NVME_MPATH failures
2018-09-21 18:49 UTC
[GIT PULL] pin control fixes for v4.19
2018-09-21 18:48 UTC (2+ messages)
[PATCH BlueZ] test/example-advertisement: add shutdown code
2018-09-21 18:47 UTC (2+ messages)
[PATCH 0/2] Add an initial DT binding doc for ina3221
2018-09-21 12:56 UTC (6+ messages)
` [PATCH 2/2] hwmon: ina3221: Get channel names from DT node
Strange behavior with log IO fake-completions
2018-09-21 12:54 UTC (8+ messages)
temporal and spatial locality in the kernel
2018-09-21 18:41 UTC (2+ messages)
[U-Boot] [PATCH 4/4] scsi: ceva: add ls1021a soc support
2018-09-21 18:39 UTC (2+ messages)
` [U-Boot] [U-Boot,4/4] "
remove unneeded files from update-alternatives packages
2018-09-21 18:38 UTC (2+ messages)
[linux-4.9 test] 127822: trouble: broken/fail/pass
2018-09-21 18:36 UTC
btrfs send receive ERROR: chown failed: No such file or directory
2018-09-21 12:30 UTC
grubenv on md, Btrfs, LUKS, etc
2018-09-21 18:35 UTC (3+ messages)
[PATCH v8 00/10] x86: macrofying inline asm for better compilation
2018-09-21 18:26 UTC (2+ messages)
[RFT] arm64: ARM: dts: exynos: Remove double SD card detect pin inversion on TM2
2018-09-21 18:30 UTC (2+ messages)
[PATCH v5 00/12] PCI: brcmstb: Add Broadcom Settopbox PCIe support (resend)
2018-09-21 18:29 UTC (4+ messages)
` [PATCH v5 11/12] ARM64: add dma remap for BrcmSTB PCIe
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.