All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-29 07:54:26 to 2019-08-29 08:38:50 UTC [more...]

[PATCH v2 0/4] dvb-usb-gl861, tc90522: remove device-specific i2c algo
 2019-08-29  8:38 UTC 

[PATCH] arc: emsdp: Add initialization of PSRAM
 2019-08-29  8:38 UTC  (2+ messages)
` [U-Boot] "

linux-fslc-lts-4.19
 2019-08-29  8:38 UTC  (6+ messages)

[PATCH v7 0/7] KVMPPC driver to manage secure guest pages
 2019-08-29  8:38 UTC  (9+ messages)
` [PATCH v7 1/7] kvmppc: Driver to manage pages of secure guest
` [PATCH v7 5/7] kvmppc: Radix changes for "

[Xen-devel] [PATCH V3 0/8] iommu/arm: Add Renesas IPMMU-VMSA support + Linux's iommu_fwspec
 2019-08-29  8:37 UTC  (3+ messages)
` [Xen-devel] [PATCH V3 8/8] iommu/arm: Add Renesas IPMMU-VMSA support

[PATCH] thermal: qoriq: add thermal monitor unit version 2 support
 2019-08-29  8:37 UTC  (3+ messages)

[PATCH] iio: imu: st_lsm6dsx: remove invalid gain value for LSM9DS1
 2019-08-29  8:37 UTC  (4+ messages)
  ` [BUG] "

[kvm-unit-tests RFC PATCH 00/16] arm64: Run at EL2
 2019-08-29  8:36 UTC  (9+ messages)
` [kvm-unit-tests RFC PATCH 04/16] arm/arm64: selftest: Add prefetch abort test
` [kvm-unit-tests RFC PATCH 14/16] lib: arm64: Add support for disabling and re-enabling VHE

[PATCH v2 0/6] mm/memory_hotplug: Consider all zones when removing memory
 2019-08-29  8:36 UTC  (2+ messages)

[PATCH] powerpc: Avoid clang warnings around setjmp and longjmp
 2019-08-29  8:32 UTC  (8+ messages)

[dpdk-dev] [PATCH 1/2] examples/ipsec-secgw: set default to IPsec library mode
 2019-08-29  8:35 UTC  (2+ messages)
` [dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: add -l 0 parameter to old scripts

[PATCH V2 0/5] xfs: speed up large directory modifications
 2019-08-29  8:35 UTC  (14+ messages)
` [PATCH 1/5] xfs: move xfs_dir2_addname()
` [PATCH 2/5] xfs: factor data block addition from xfs_dir2_node_addname_int()
` [PATCH 3/5] xfs: factor free block index lookup "
` [PATCH 4/5] xfs: speed up directory bestfree block scanning
` [PATCH 5/5] xfs: reverse search directory freespace indexes

stable/linux-5.2.y build: 209 builds: 1 failed, 208 passed, 1 error, 19 warnings (v5.2.11)
 2019-08-29  8:35 UTC 

[PATCH v4 00/30] Support recursive-read lock deadlock detection
 2019-08-29  8:31 UTC  (31+ messages)
` [PATCH v4 01/30] locking/lockdep: Rename deadlock check functions
` [PATCH v4 02/30] locking/lockdep: Change return type of add_chain_cache()
` [PATCH v4 03/30] locking/lockdep: Change return type of lookup_chain_cache_add()
` [PATCH v4 04/30] locking/lockdep: Pass lock chain from validate_chain() to check_prev_add()
` [PATCH v4 05/30] locking/lockdep: Add lock chain list_head field in struct lock_list and lock_chain
` [PATCH v4 06/30] locking/lockdep: Update comments in struct lock_list and held_lock
` [PATCH v4 07/30] locking/lockdep: Remove indirect dependency redundancy check
` [PATCH v4 08/30] locking/lockdep: Skip checks if direct dependency is already present
` [PATCH v4 09/30] locking/lockdep: Remove chain_head argument in validate_chain()
` [PATCH v4 10/30] locking/lockdep: Remove useless lock type assignment
` [PATCH v4 11/30] locking/lockdep: Remove irq-safe to irq-unsafe read check
` [PATCH v4 12/30] locking/lockdep: Specify the depth of current lock stack in lookup_chain_cache_add()
` [PATCH v4 13/30] locking/lockdep: Treat every lock dependency as in a new lock chain
` [PATCH v4 14/30] locking/lockdep: Combine lock_lists in struct lock_class into an array
` [PATCH v4 15/30] locking/lockdep: Consolidate forward and backward lock_lists into one
` [PATCH v4 16/30] locking/lockdep: Add lock chains to direct lock dependency graph
` [PATCH v4 17/30] locking/lockdep: Use lock type enum to explicitly specify read or write locks
` [PATCH v4 18/30] ocking/lockdep: Add read-write type for a lock dependency
` [PATCH v4 19/30] locking/lockdep: Add helper functions to operate on the searched path
` [PATCH v4 20/30] locking/lockdep: Update direct dependency's read-write type if it exists
` [PATCH v4 21/30] locking/lockdep: Introduce chain_hlocks_type for held lock's read-write type
` [PATCH v4 22/30] locking/lockdep: Hash held lock's read-write type into chain key
` [PATCH v4 23/30] locking/lockdep: Adjust BFS algorithm to support multiple matches
` [PATCH v4 24/30] locking/lockdep: Define the two task model for lockdep checks formally
` [PATCH v4 25/30] locking/lockdep: Introduce mark_lock_unaccessed()
` [PATCH v4 26/30] locking/lockdep: Add nest lock type
` [PATCH v4 27/30] locking/lockdep: Add lock exclusiveness table
` [PATCH v4 28/30] locking/lockdep: Support read-write lock's deadlock detection
` [PATCH v4 29/30] locking/lockdep: Adjust selftest case for recursive read lock
` [PATCH v4 30/30] locking/lockdep: Add more lockdep selftest cases

[RFC PATCH 0/5] make use of gcc 9's "asm inline()"
 2019-08-29  8:32 UTC  (6+ messages)
` [RFC PATCH 1/5] treewide: replace __inline__ by inline
` [RFC PATCH 2/5] compiler_types.h: don't #define __inline__
` [RFC PATCH 3/5] compiler-gcc.h: add asm_inline definition
` [RFC PATCH 4/5] x86: alternative.h: use asm_inline for all alternative variants
` [RFC PATCH 5/5] x86: bug.h: use asm_inline in _BUG_FLAGS definitions

[v1] net_sched: act_police: add 2 new attributes to support police 64bit rate and peakrate
 2019-08-29  8:32 UTC  (2+ messages)

[arm:for-next 13/25] include/linux/error-injection.h:7:10: fatal error: asm/error-injection.h: No such file or directory
 2019-08-29  8:32 UTC  (3+ messages)

[meta-oe][Patch] libwacom: add recipe
 2019-08-29  8:29 UTC 

[PATCH 1/2] mmc: sdio: Move code to get pending SDIO IRQs to a function
 2019-08-29  8:29 UTC  (2+ messages)

[PATCH] ltp: move from python 2.x to python 3.x
 2019-08-29  8:28 UTC  (3+ messages)

[PATCHv1 0/3] Odroid c2 missing regulator linking
 2019-08-29  8:28 UTC  (4+ messages)

[PATCH 1/2] mbox: qcom: add APCS child device for QCS404
 2019-08-29  8:28 UTC  (3+ messages)

[PATCH v2 0/2] mbox changes for QCS404 DVFS
 2019-08-29  8:27 UTC  (3+ messages)
` [PATCH v2 1/2] mbox: qcom: add APCS child device for QCS404
` [PATCH v2 2/2] mbox: qcom: replace integer with valid macro

[U-Boot] Travis test/py sandbox_spl test fail
 2019-08-29  8:27 UTC  (10+ messages)
                ` [U-Boot] Travis test/py sandbox_spl test fail【请注意,邮件由sjg@google.com代发】

[PATCH -next] brcmfmac: get chip's default RAM info during PCIe setup
 2019-08-29  8:27 UTC 

[PATCH v2] vsprintf: introduce %dE for error constants
 2019-08-29  8:27 UTC  (5+ messages)

linux-next: Fixes tag needs some work in the tip tree
 2019-08-29  8:26 UTC  (2+ messages)

[PATCH] xfs: log proper length of btree block in scrub/repair
 2019-08-29  8:26 UTC  (2+ messages)

[PATCH] staging: exfat: add exfat filesystem code to staging
 2019-08-29  8:24 UTC  (5+ messages)

mmotm 2019-08-27-20-39 uploaded
 2019-08-29  8:24 UTC  (6+ messages)
` mmotm 2019-08-27-20-39 uploaded (objtool: xen)

[RFC v2 0/6] x86: dynamic indirect branch promotion
 2019-08-29  8:23 UTC  (12+ messages)
                    ` Tracing text poke / kernel self-modifying code (Was: Re: [RFC v2 0/6] x86: dynamic indirect branch promotion)

To know
 2019-08-29  7:20 UTC 

[PATCH 1/2] powerpc/nvdimm: Use HCALL error as the return value
 2019-08-29  8:21 UTC  (4+ messages)
` [PATCH 2/2] powerpc/nvdimm: use H_SCM_QUERY hcall on H_OVERLAP error

[PATCH v3 0/2] fix emulation error on Windows bootup
 2019-08-29  8:23 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: x86: always stop emulation on page fault
` [PATCH v3 2/2] KVM: x86: set ctxt->have_exception in x86_decode_insn()

[PATCH v3 00/11] mm/memory_hotplug: Shrink zones before removing memory
 2019-08-29  8:23 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC 0/4] intel_iommu: Do sanity check of vfio-pci earlier
 2019-08-29  8:21 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t v2 0/2] Add a hotplug test with an active connector
 2019-08-29  8:22 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH 0/5] ext4: direct IO via iomap infrastructure
 2019-08-29  8:18 UTC  (9+ messages)
` [PATCH 2/5] ext4: move inode extension/truncate code out from ext4_iomap_end()
` [PATCH 4/5] ext4: introduce direct IO write code path using iomap infrastructure

[PATCH 0/3 v2] xfs: allocate xattr buffer on demand
 2019-08-29  7:55 UTC  (3+ messages)
` [PATCH 3/3] "

[PATCH] xfs: Use WARN_ON rather than BUG() for bailout mount-operation
 2019-08-29  7:56 UTC  (2+ messages)

[Xen-devel] [PATCH v9 00/15] improve late microcode loading
 2019-08-29  8:16 UTC  (7+ messages)
` [Xen-devel] [PATCH v9 11/15] microcode: unify loading update during CPU resuming and AP wakeup

[PATCH v2 1/2] input: keyboard: snvs_pwrkey: Send key events for i.MX6 S, DL and Q
 2019-08-29  8:17 UTC  (5+ messages)

[PATCH v6 00/14] Mediatek MT8183 scpsys support
 2019-08-29  8:15 UTC  (7+ messages)
` [PATCH v6 14/14] arm64: dts: Add power controller device node of MT8183

[PATCH v5.3] iwlwifi: assign directly to iwl_trans->cfg in QuZ detection
 2019-08-29  8:13 UTC 

[cip-dev] [PATCH/RFC 4.19.y-cip 00/41] Fast forward sh-pfc
 2019-08-29  8:12 UTC  (4+ messages)
` [cip-dev] [PATCH/RFC 4.19.y-cip 07/41] pinctrl: sh-pfc: Absorb enum IDs in PINMUX_CFG_REG() macro

Gratiutuous struct_mutex elimination
 2019-08-29  8:11 UTC  (37+ messages)
` [PATCH 01/36] drm/i915/execlists: Try rearranging breadcrumb flush
` [PATCH 02/36] drm/i915/gtt: Downgrade Baytrail back to aliasing-ppgtt
` [PATCH 03/36] drm/i915/gtt: Downgrade Cherryview "
` [PATCH 04/36] drm/i915: Remove ppgtt->dirty_engines
` [PATCH 05/36] drm/i915: Use RCU for unlocked vm_idr lookup
` [PATCH 06/36] drm/i915: Replace obj->pin_global with obj->frontbuffer
` [PATCH 07/36] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)
` [PATCH 08/36] drm/mm: Pack allocated/scanned boolean into a bitfield
` [PATCH 09/36] drm/i915: Make shrink/unshrink be atomic
` [PATCH 10/36] drm/i915: Only track bound elements of the GTT
` [PATCH 11/36] drm/i915: Make i915_vma.flags atomic_t for mutex reduction
` [PATCH 12/36] drm/i915: Mark up address spaces that may need to allocate
` [PATCH 13/36] drm/i915: Pull i915_vma_pin under the vm->mutex
` [PATCH 14/36] drm/i915: Push the i915_active.retire into a worker
` [PATCH 15/36] drm/i915: Coordinate i915_active with its own mutex
` [PATCH 16/36] drm/i915: Move idle barrier cleanup into engine-pm
` [PATCH 17/36] drm/i915: Drop struct_mutex from around i915_retire_requests()
` [PATCH 18/36] drm/i915: Remove the GEM idle worker
` [PATCH 19/36] drm/i915: Merge wait_for_timelines with retire_request
` [PATCH 20/36] drm/i915: Move request runtime management onto gt
` [PATCH 21/36] drm/i915: Move global activity tracking from GEM to GT
` [PATCH 22/36] drm/i915: Serialise the fill BLT with the vma pinning
` [PATCH 23/36] drm/i915/execlists: Always request completion before marking an error
` [PATCH 24/36] drm/i915: Only enqueue already completed requests
` [PATCH 25/36] drm/i915/execlists: Force preemption
` [PATCH 26/36] drm/i915: Mark up "sentinel" requests
` [PATCH 27/36] drm/i915/execlists: Cancel banned contexts on schedule-out
` [PATCH 28/36] drm/i915: Cancel non-persistent contexts on close
` [PATCH 29/36] drm/i915: Replace hangcheck by heartbeats
` [PATCH 30/36] drm/i915/pmu: Use GT parked for estimating RC6 while asleep
` [PATCH 31/36] drm/i915: Remove logical HW ID
` [PATCH 32/36] drm/i915: Move context management under GEM
` [PATCH 33/36] drm/i915/overlay: Drop struct_mutex guard
` [PATCH 34/36] drm/i915: Drop struct_mutex from suspend state save/restore
` [PATCH 35/36] drm/i915/selftest: Drop vestigal struct_mutex guards
` [PATCH 36/36] drm/i915: Drop struct_mutex from around GEM initialisation

[Qemu-devel] [PATCH v2 0/7] tcg: probe_write() refactorings
 2019-08-29  8:10 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 5/7] mips/tcg: Call probe_write() for CONFIG_USER_ONLY as well

[RFC v1 0/9] PEBS enabling in KVM guest
 2019-08-29  8:11 UTC  (3+ messages)

[U-Boot] [PATCH v1] pci: add DM based mpc85xx driver
 2019-08-29  8:11 UTC  (2+ messages)

[PATCH] ALSA: hda - Fix potential endless loop at applying quirks
 2019-08-29  8:10 UTC 

[Patch v3] drivers: mtd: spi-nor: Add flash property for mt25qu512a and mt35xu02g
 2019-08-29  8:09 UTC  (5+ messages)
  ` [EXT] "

stable/linux-4.19.y build: 206 builds: 1 failed, 205 passed, 1 error, 6 warnings (v4.19.69)
 2019-08-29  8:09 UTC 

[PATCH] interconnect: Disallow interconnect core to be built as a module
 2019-08-29  8:07 UTC 

[dpdk-dev] [PATCH 1/6] net/ice: add Rx flex descriptor definition
 2019-08-29  8:04 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 0/6] enable Rx flexible descriptor
  ` [dpdk-dev] [PATCH v2 1/6] net/ice: add Rx flex descriptor definition
  ` [dpdk-dev] [PATCH v2 2/6] net/ice: handle the Rx flex descriptor
  ` [dpdk-dev] [PATCH v2 3/6] net/ice: add protocol extraction support for per Rx queue
  ` [dpdk-dev] [PATCH v2 4/6] net/ice: support more ptype
  ` [dpdk-dev] [PATCH v2 5/6] net/ice: switch to flexible descriptor in SSE path
  ` [dpdk-dev] [PATCH v2 6/6] net/ice: switch to Rx flexible descriptor in AVX path

[PATCH 0/7] KVM: VMX: Add full nested support for IA32_PERF_GLOBAL_CTRL
 2019-08-29  8:07 UTC  (6+ messages)
` [PATCH 1/7] KVM: nVMX: Use kvm_set_msr to load IA32_PERF_GLOBAL_CTRL on vmexit

[PATCH v3 0/4] Disable compat cruft on ppc64le v3
 2019-08-29  8:01 UTC  (5+ messages)
` [PATCH v3 3/4] powerpc/64: make buildable without CONFIG_COMPAT

[igt-dev] [PATCH i-g-t v11 0/3] Remove global igt_global_mmio
 2019-08-29  8:06 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v11 2/3] lib/intel_mmio: add funtions for read/write register funtions

[igt-dev] [PATCH i-g-t] benchmarks: Use labs() for abs(long)
 2019-08-29  8:06 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[dpdk-dev] [PATCH 00/15] Introduce Virtio vDPA driver
 2019-08-29  8:00 UTC  (16+ messages)
` [dpdk-dev] [PATCH 01/15] vhost: remove vhost kernel header inclusion
` [dpdk-dev] [PATCH 02/15] vhost: configure vDPA as soon as the device is ready
` [dpdk-dev] [PATCH 03/15] net/virtio: move control path fonctions in virtqueue file
` [dpdk-dev] [PATCH 04/15] net/virtio: add virtio PCI subsystem device ID declaration
` [dpdk-dev] [PATCH 05/15] net/virtio: save notify bar ID in virtio HW struct
` [dpdk-dev] [PATCH 06/15] net/virtio: add skeleton for virtio vDPA driver
` [dpdk-dev] [PATCH 07/15] net/virtio: add vDPA ops to get number of queue
` [dpdk-dev] [PATCH 08/15] net/virtio: add virtio vDPA op to get features
` [dpdk-dev] [PATCH 09/15] net/virtio: add virtio vDPA op to get protocol features
` [dpdk-dev] [PATCH 10/15] net/virtio: add vDPA op to configure and start the device
` [dpdk-dev] [PATCH 11/15] net/virtio: add vDPA op to stop and close "
` [dpdk-dev] [PATCH 12/15] net/virtio: add vDPA op to set features
` [dpdk-dev] [PATCH 13/15] net/virtio: add vDPA ops to get VFIO FDs
` [dpdk-dev] [PATCH 14/15] net/virtio: add vDPA op to get notification area
` [dpdk-dev] [PATCH 15/15] doc: add documentation for Virtio vDPA driver

[Xen-devel] [PATCH] x86/mmcfg: add "force" option for MCFG
 2019-08-29  8:00 UTC  (2+ messages)

[meta-selinux][PATCH 1/3] mesa: switch to meson build
 2019-08-29  8:00 UTC  (3+ messages)
` [meta-selinux][PATCH 3/3] util-linux: drop obsolete patch

[Qemu-arm] [RFC 0/3] KVM/ARM: Fix >256 vcpus
 2019-08-29  7:58 UTC  (5+ messages)
` [Qemu-devel] [RFC 2/3] intc/arm_gic: Support PPI injection for more than 256 vpus
  ` [Qemu-arm] "
    ` [Qemu-arm] [Qemu-devel] "

[RFC PATCH] iommu/vt-d: Fix IOMMU field not populated on device hot re-plug
 2019-08-29  7:58 UTC  (6+ messages)

fsck on ext4: "WARN Wrong bounce buffer write length: 1024 != 0"
 2019-08-29  7:51 UTC  (4+ messages)

[PATCH v3 0/8] Add dual-LVDS panel support to EK874
 2019-08-29  7:57 UTC  (4+ messages)
` [PATCH v3 1/8] dt-bindings: display: Add bindings for LVDS bus-timings

[PATCH] ARM: Emit __gnu_mcount_nc when using Clang 10.0.0 or newer
 2019-08-29  7:57 UTC  (3+ messages)

[PATCH 1/2] dmr/amdgpu: Avoid HW GPU reset for RAS
 2019-08-29  7:56 UTC  (2+ messages)

[PATCH v2 0/2] guarantee natural alignment for kmalloc()
 2019-08-29  7:56 UTC  (6+ messages)
` [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)

[PATCHv5 0/2] Variscite DART-6UL SoM support
 2019-08-29  7:54 UTC  (3+ messages)
` [PATCHv5 2/2] ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard


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.