All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-18 15:35:15 to 2019-09-18 16:27:34 UTC [more...]

[Qemu-devel] [PULL SUBSYSTEM s390x 00/29] s390x/tcg: mem_helper: Fault-safe handling
 2019-09-18 15:29 UTC  (12+ messages)
` [Qemu-devel] [PULL SUBSYSTEM s390x 01/29] s390x/tcg: Reset exception_index to -1 instead of 0
` [Qemu-devel] [PULL SUBSYSTEM s390x 02/29] s390x/tcg: MVCL: Zero out unused bits of address
` [Qemu-devel] [PULL SUBSYSTEM s390x 03/29] s390x/tcg: MVCL: Detect destructive overlaps
` [Qemu-devel] [PULL SUBSYSTEM s390x 04/29] s390x/tcg: MVCL: Process max 4k bytes at a time
` [Qemu-devel] [PULL SUBSYSTEM s390x 05/29] s390x/tcg: MVC: Increment the length once
` [Qemu-devel] [PULL SUBSYSTEM s390x 07/29] s390x/tcg: MVPG: Check for specification exceptions
` [Qemu-devel] [PULL SUBSYSTEM s390x 10/29] s390x/tcg: MVCS/MVCP: Check for special operation exceptions
` [Qemu-devel] [PULL SUBSYSTEM s390x 11/29] s390x/tcg: MVCOS: Lengths are 32 bit in 24/31-bit mode
` [Qemu-devel] [PULL SUBSYSTEM s390x 12/29] s390x/tcg: MVCS/MVCP: Properly wrap the length
` [Qemu-devel] [PULL SUBSYSTEM s390x 13/29] s390x/tcg: MVST: Check for specification exceptions
` [Qemu-devel] [PULL SUBSYSTEM s390x 24/29] s390x/tcg: MVCIN: Fault-safe handling

[PATCH V2 0/2] mm/debug: Add tests for architecture exported page table helpers
 2019-09-18 16:26 UTC  (10+ messages)
` [PATCH V2 2/2] mm/pgtable/debug: Add test validating architecture "

[PATCH 2/2] drm/i915: Don't advertise modes that exceed the max plane size
 2019-09-18 16:27 UTC  (5+ messages)
` [PATCH v2 "

next/pending-fixes boot: 325 boots: 12 failed, 299 passed with 12 offline, 2 untried/unknown (v5.3-4249-g733f21b14e9c)
 2019-09-18 16:25 UTC 

[alsa-devel] [PATCH V2 3/4] ASoC: pcm_dmaengine: Extract snd_dmaengine_pcm_set_runtime_hwparams
 2019-09-18 16:21 UTC  (4+ messages)
`  "

[Xen-devel] [PATCH for-4.13] xen/arm: livepatch: Prevent CPUs to fetch stale instructions after livepatching
 2019-09-18 16:21 UTC  (2+ messages)

[PATCH] drm/i915: Verify the engine after acquiring the active.lock
 2019-09-18 16:21 UTC  (6+ messages)

[Qemu-riscv] [PULL] RISC-V Patches for the 4.2 Soft Freeze, Part 1, v3
 2019-09-18 14:56 UTC  (46+ messages)
` [Qemu-devel] [PULL 03/48] riscv: sifive_u: Fix clock-names property for ethernet node
` [Qemu-devel] [PULL 05/48] target/riscv/pmp: Convert qemu_log_mask(LOG_TRACE) to trace events
` [Qemu-devel] [PULL 06/48] riscv: plic: Remove unused interrupt functions
` [Qemu-devel] [PULL 07/48] target/riscv: Create function to test if FP is enabled
` [Qemu-devel] [PULL 08/48] target/riscv: Update the Hypervisor CSRs to v0.4
` [Qemu-devel] [PULL 09/48] riscv: rv32: Root page table address can be larger than 32-bit
` [Qemu-riscv] [PULL 10/48] riscv: Add a helper routine for finding firmware
` [Qemu-devel] [PULL 11/48] riscv: Resolve full path of the given bios image
` [Qemu-devel] [PULL 12/48] riscv: hmp: Add a command to show virtual memory mappings
` [Qemu-devel] [PULL 13/48] riscv: sifive_test: Add reset functionality
` [Qemu-devel] [PULL 14/48] riscv: hw: Remove duplicated "hw/hw.h" inclusion
` [Qemu-devel] [PULL 15/48] riscv: hw: Remove superfluous "linux, phandle" property
` [Qemu-devel] [PULL 16/48] riscv: hw: Use qemu_fdt_setprop_cell() for property with only 1 cell
` [Qemu-devel] [PULL 17/48] riscv: hw: Remove not needed PLIC properties in device tree
` [Qemu-devel] [PULL 18/48] riscv: hw: Change create_fdt() to return void
` [Qemu-devel] [PULL 19/48] riscv: hw: Change to use qemu_log_mask(LOG_GUEST_ERROR, ...) instead
` [Qemu-devel] [PULL 20/48] riscv: hw: Remove the unnecessary include of target/riscv/cpu.h
` [Qemu-devel] [PULL 21/48] riscv: roms: Remove executable attribute of opensbi images
` [Qemu-devel] [PULL 22/48] riscv: sifive_u: Remove the unnecessary include of prci header
` [Qemu-devel] [PULL 23/48] riscv: sifive: Rename sifive_prci.{c, h} to sifive_e_prci.{c, h}
` [Qemu-devel] [PULL 24/48] riscv: sifive_e: prci: Fix a typo of hfxosccfg register programming
` [Qemu-devel] [PULL 25/48] riscv: sifive_e: prci: Update the PRCI register block size
` [Qemu-devel] [PULL 26/48] riscv: sifive_e: Drop sifive_mmio_emulate()
` [Qemu-devel] [PULL 27/48] riscv: Add a sifive_cpu.h to include both E and U cpu type defines
` [Qemu-devel] [PULL 28/48] riscv: hart: Extract hart realize to a separate routine
` [Qemu-devel] [PULL 29/48] riscv: hart: Add a "hartid-base" property to RISC-V hart array
` [Qemu-devel] [PULL 30/48] riscv: sifive_u: Set the minimum number of cpus to 2
` [Qemu-devel] [PULL 31/48] riscv: sifive_u: Update hart configuration to reflect the real FU540 SoC
` [Qemu-devel] [PULL 32/48] riscv: sifive_u: Update PLIC hart topology configuration string
` [Qemu-devel] [PULL 33/48] riscv: sifive: Implement PRCI model for FU540
` [Qemu-devel] [PULL 34/48] riscv: sifive_u: Generate hfclk and rtcclk nodes
` [Qemu-devel] [PULL 35/48] riscv: sifive_u: Add PRCI block to the SoC
` [Qemu-devel] [PULL 36/48] riscv: sifive_u: Reference PRCI clocks in UART and ethernet nodes
` [Qemu-devel] [PULL 37/48] riscv: sifive_u: Update UART base addresses and IRQs
` [Qemu-devel] [PULL 38/48] riscv: sifive_u: Change UART node name in device tree
` [Qemu-devel] [PULL 39/48] riscv: roms: Update default bios for sifive_u machine
` [Qemu-devel] [PULL 40/48] riscv: sifive: Implement a model for SiFive FU540 OTP
` [Qemu-devel] [PULL 41/48] riscv: sifive_u: Instantiate OTP memory with a serial number
` [Qemu-devel] [PULL 42/48] riscv: sifive_u: Fix broken GEM support
` [Qemu-devel] [PULL 43/48] riscv: sifive_u: Remove handcrafted clock nodes for UART and ethernet
` [Qemu-devel] [PULL 44/48] riscv: sifive_u: Update model and compatible strings in device tree
` [Qemu-devel] [PULL 45/48] target/riscv: Use both register name and ABI name
` [Qemu-devel] [PULL 46/48] target/riscv: Fix mstatus dirty mask
` [Qemu-devel] [PULL 47/48] target/riscv: Use TB_FLAGS_MSTATUS_FS for floating point
` [Qemu-devel] [PULL 48/48] gdbstub: riscv: fix the fflags registers

[PATCH 0/2 block/for-next] block, blkcg, bfq: make bfq disable iocost and delete bfq prefix from cgroup filenames
 2019-09-18 16:19 UTC  (6+ messages)
` [PATCH 2/2] block, bfq: delete "bfq" "

[PATCH 0/4] iommu/arm-smmu: Remove arm_smmu_flush_ops
 2019-09-18 16:17 UTC  (10+ messages)
` [PATCH 1/4] iommu/arm-smmu: Remove .tlb_inv_range indirection
` [PATCH 2/4] iommu/arm-smmu: Remove "leaf" indirection
` [PATCH 3/4] iommu/arm-smmu: Move .tlb_sync method to implementation
` [PATCH 4/4] iommu/arm-smmu: Remove arm_smmu_flush_ops

Can KEY_DH_OPERATIONS become tristate? (was: Re: Kernel 5.3.0 stuck during boot on Amiga)
 2019-09-18 16:18 UTC  (5+ messages)

[PATCH RFC v3 0/5] Support fraglist GRO/GSO
 2019-09-18 16:17 UTC  (6+ messages)
` [PATCH RFC v3 2/5] net: Add NETIF_F_GRO_LIST feature
` [PATCH RFC v3 5/5] udp: Support UDP fraglist GRO/GSO

[dpdk-dev] [RFC PATCH 0/3] RCU integration with LPM library
 2019-09-18 16:17 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 0/6] "
  ` [dpdk-dev] [PATCH v2 3/6] lib/lpm: integrate RCU QSBR
  ` [dpdk-dev] [PATCH v2 5/6] test/lpm: reset total time

5.3-rc8 tests all pass with RDMA/SRP testing
 2019-09-18 16:17 UTC  (3+ messages)

git-gui: duplicated key binds?
 2019-09-18 16:17 UTC  (2+ messages)

[thud][PATCH] ti-img-rogue-driver: Update srcrev to pick get_order fix
 2019-09-18 16:17 UTC 

[Xen-devel] [PATCH] tools/configure: Allow specifying python to be found from path
 2019-09-18 16:14 UTC 

[kbd] openvt and virtual terminals
 2019-09-18 16:13 UTC  (3+ messages)

[PATCH 0/9 V6] New ->fiemap infrastructure and ->bmap removal
 2019-09-18 16:12 UTC  (6+ messages)
` [PATCH 9/9] xfs: Get rid of ->bmap

[PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
 2019-09-18 16:11 UTC  (15+ messages)
` [PATCH v4 15/25] ibnbd: private headers with IBNBD protocol structs and helpers
` [PATCH v4 17/25] ibnbd: client: main functionality

page_alloc.shuffle=1 + CONFIG_PROVE_LOCKING=y = arm64 hang
 2019-09-18 16:10 UTC  (13+ messages)
          ` printk() + memory offline deadlock (WAS Re: page_alloc.shuffle=1 + CONFIG_PROVE_LOCKING=y = arm64 hang)

[Xen-devel] [PATCH v2 00/10] x86/cpuid: Switch to using XEN_DOMCTL_set_cpumsr_policy
 2019-09-18 16:09 UTC  (3+ messages)
` [Xen-devel] [PATCH v2 08/10] tools/libxc: Rework xc_cpuid_apply_policy() to use {get, set}_cpu_policy()

[PATCH] drm/amdgpu: fix multiple memory leaks
 2019-09-18 16:09 UTC  (2+ messages)

[PATCH 0/3] Regulator core fixes
 2019-09-18 16:08 UTC  (7+ messages)
` [PATCH 3/3] regulator: core: make regulator_register() EPROBE_DEFER aware

[Xen-devel] [qemu-mainline test] 141377: regressions - FAIL
 2019-09-18 16:07 UTC 

[PATCH 0/3 v2] xfs: Fix races between readahead and hole punching
 2019-09-18 16:07 UTC  (6+ messages)
` [PATCH 3/3] xfs: Fix stale data exposure when readahead races with hole punch

[PATCH] locking: locktorture: Do not include rwlock.h directly
 2019-09-18 16:06 UTC  (5+ messages)

Fan PWM monitoring and control
 2019-09-18 16:05 UTC  (5+ messages)

[PATCH] watchdog: w83627hf_wdt: Support NCT6116D
 2019-09-18 16:04 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v9 0/2] mtd: spi-nor: add support for is25wp256 spi-nor flash
 2019-09-18 16:01 UTC  (9+ messages)
` [PATCH v9 1/2] mtd: spi-nor: add support for is25wp256
` [PATCH v9 2/2] mtd: spi-nor: fix nor->addr_width "

Pull request for SH Linux changes
 2019-09-18 16:03 UTC 

[Bug 109574] Blender 2.8
 2019-09-18 16:02 UTC 

[PATCH] [v2] arm64: fix unreachable code issue with cmpxchg
 2019-09-18 16:02 UTC  (5+ messages)

[GIT PULL] Mailbox changes for v5.4
 2019-09-18 16:00 UTC  (2+ messages)

[SPDK] SPDK + DRBD + tcmu-runner storage handlers
 2019-09-18 16:00 UTC  (3+ messages)
` [Drbd-dev] "
`  "

Usecases for the per-task latency-nice attribute
 2019-09-18 16:00 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t] kms_dp_tiled_display: Fix the double free of drmConnector
 2019-09-18 16:00 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

code review about phosphor-ipmi-flash
 2019-09-18 15:59 UTC 

[meta-processor-sdk 1/3] flatbuffers: add version 1.10.0
 2019-09-18 15:57 UTC  (3+ messages)
` [meta-processor-sdk 2/3] tensorflow-lite: install schema.fbs which is required to build armnn with TensorFlow Lite parser
` [meta-processor-sdk 3/3] armnn: build armnn with TensorFlow Lite support

[PATCH] drm/i915/cml: Add second PCH ID for CMP
 2019-09-18 15:59 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/cml: Add second PCH ID for CMP (rev2)

[meta-gplv2][master][warrior][PATCH] tar: Make it build with GCC 8.3
 2019-09-18 15:48 UTC 

[PATCH v3 1/2] powerpc/irq: bring back ksp_limit management in C functions
 2019-09-18 15:48 UTC  (4+ messages)
` [PATCH v3 2/2] powerpc/irq: inline call_do_irq() and call_do_softirq()

[Buildroot] [PATCH] package/bc: remove default value of _SOURCE var
 2019-09-18 15:53 UTC  (2+ messages)

IMA on remote file systems
 2019-09-18 15:52 UTC  (10+ messages)

[Buildroot] [git commit] package/bc: remove default value of _SOURCE var
 2019-09-18 15:53 UTC 

[Buildroot] [PATCH 1/1] package/openvmtools: base SYSV script on current template
 2019-09-18 15:53 UTC  (2+ messages)

[Buildroot] [git commit] package/openvmtools: base sysv script on current template
 2019-09-18 15:52 UTC 

[PATCH] spi: spi-gpio: fix crash when num-chipselects is 0
 2019-09-18 15:52 UTC 

[Buildroot] [PATCH] package/lsof: bump to version 4.93.2
 2019-09-18 15:51 UTC  (2+ messages)

[Buildroot] [PATCH] package/mosquitto: security bump to version 1.6.6
 2019-09-18 15:51 UTC  (4+ messages)

[PATCH 0/8] ti-sysc related warning fixes for v5.3-rc cycle
 2019-09-18 15:51 UTC  (7+ messages)
` [PATCH 5/8] ARM: dts: Drop bogus ahclkr clocks for dra7 mcasp 3 to 8

[Buildroot] [git commit] package/lsof: bump to version 4.93.2
 2019-09-18 15:50 UTC 

[Buildroot] [git commit] package/mosquitto: security bump to version 1.6.6
 2019-09-18 15:49 UTC 

[PATCH v12 00/12] namei: openat2(2) path resolution restrictions
 2019-09-18 15:46 UTC  (11+ messages)
` [PATCH v12 05/12] namei: obey trailing magic-link DAC permissions

[Buildroot] [PATCH 1/1] package/libssh: add support for mbedtls crypto backend
 2019-09-18 15:48 UTC  (2+ messages)

[PATCH] xfs: assure zeroed memory buffers for certain kmem allocations
 2019-09-18 15:47 UTC  (2+ messages)
` [PATCH v2] "

[alsa-devel] RFC: TDM mode support on the tegra30
 2019-09-18 15:02 UTC  (8+ messages)
` [alsa-devel] [PATCH 1/8] ASoC: tegra: Add a TDM configuration callback

[alsa-devel] [PATCH] ASoC: core: delete component->card_list in soc_remove_component only
 2019-09-18 12:53 UTC  (10+ messages)

[Bug 110610] kernel BUG at drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5611
 2019-09-18 15:46 UTC  (2+ messages)

[meta-oe] [PATCH 0/4] mongodb: bump to version 4.2.0+git18ce5c9
 2019-09-18 15:45 UTC  (3+ messages)
` [meta-oe] [PATCH 4/4] "

[alsa-devel] [PATCH v2] ASoC: atmel_ssc_dai: Remove wrong spinlock usage
 2019-09-18 10:14 UTC  (2+ messages)
` Applied "ASoC: atmel_ssc_dai: Remove wrong spinlock usage" to the asoc tree

[PATCH v4] powerpc/setup_64: fix -Wempty-body warnings
 2019-09-18 15:42 UTC  (3+ messages)

[Xen-devel] [PATCH 00/35] libxl refactoring to use ev_qmp (with API changes)
 2019-09-18 15:44 UTC  (5+ messages)
` [Xen-devel] [PATCH 01/35] libxl: Make libxl_domain_unpause async

[Xen-devel] [PATCH v2 0/9] XSA-292 follow-up
 2019-09-18 15:43 UTC  (5+ messages)
` [Xen-devel] [PATCH v2 4/9] x86/HVM: move NOFLUSH handling out of hvm_set_cr3()

[cip-dev] [PATCH linux-4.4.y-cip-rt 1/2] gitlab-ci: Always store job artifacts
 2019-09-18 15:44 UTC  (2+ messages)
` [cip-dev] [PATCH linux-4.4.y-cip-rt 2/2] gitlab-ci: Run tests on RZ/G1C iwg23s platform

[cip-dev] [PATCH linux-4.4.y-cip 1/2] gitlab-ci: Always store job artifacts
 2019-09-18 15:43 UTC  (2+ messages)
` [cip-dev] [PATCH linux-4.4.y-cip 2/2] gitlab-ci: Run tests on RZ/G1C iwg23s platform

[RFC][PATCH] pipe: Convert ring to head/tail
 2019-09-18 15:43 UTC  (5+ messages)
      ` Do we need to correct barriering in circular-buffers.rst?

[cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Always store job artifacts
 2019-09-18 15:43 UTC 

[cip-dev] [PATCH linux-4.19.y-cip] gitlab-ci: Always store job artifacts
 2019-09-18 15:42 UTC 

[Bug 204789] New: Boot failure with more than 256G of memory
 2019-09-18 15:38 UTC  (8+ messages)

[PATCH V4 0/3] selinux-testsuite: Add BPF tests
 2019-09-18 15:41 UTC  (2+ messages)

[PATCH] net/phy: fix DP83865 10 Mbps HDX loopback disable function
 2019-09-18 15:40 UTC  (4+ messages)
` [PATCH v1] "

[PATCH 0/5] iommu: Implement iommu_put_resv_regions_simple()
 2019-09-18 15:37 UTC  (6+ messages)
` [PATCH 1/5] "

[PATCH 1/4] drm/i915: Verify the engine after acquiring the active.lock
 2019-09-18 15:37 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/4] "

[alsa-devel] DPCM: suspicious code in dpcm_prune_paths()
 2019-09-10  9:20 UTC 

udp sendmsg ENOBUFS clarification
 2019-09-18 15:35 UTC  (2+ messages)

[PATCH v3 3/3] HID: core: fix dmesg flooding if report field larger than 32bit
 2019-09-18 15:35 UTC  (3+ messages)

[PATCH v6 0/8] add driver for "boe, tv101wum-nl6", "boe, tv101wum-n53", "auo, kd101n80-45na" and "auo, b101uan08.3" panels
 2019-09-18 15:35 UTC  (3+ messages)
` [PATCH v6 2/8] drm/panel: support for BOE tv101wum-nl6 wuxga dsi video mode panel


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.