All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-28 08:53:06 to 2019-06-28 09:21:44 UTC [more...]

[PATCH 00/20] iwlwifi: updates intended for v5.3 2019-06-28
 2019-06-28  9:20 UTC  (19+ messages)
` [PATCH 01/20] iwlwifi: lib: Use struct_size() helper
` [PATCH 02/20] iwlwifi: d3: "
` [PATCH 03/20] iwlwifi: remove some unnecessary NULL checks
` [PATCH 04/20] iwlwifi: mvm: correctly fill the ac array in the iwl_mac_ctx_cmd
` [PATCH 05/20] iwlwifi: mvm: convert to FW AC when configuring MU EDCA
` [PATCH 06/20] iwlwifi: fix module init error paths
` [PATCH 07/20] iwlwifi: Add support for SAR South Korea limitation
` [PATCH 08/20] iwlwifi: mvm: Add log information about SAR status
` [PATCH 09/20] iwlwifi: mvm: Drop large non sta frames
` [PATCH 10/20] iwlwifi: pcie: increase the size of PCI dumps
` [PATCH 11/20] iwlwifi: dbg: fix debug monitor stop and restart delays
` [PATCH 12/20] iwlwifi: dbg_ini: enforce apply point early on buffer allocation tlv
` [PATCH 13/20] iwlwifi: dbg_ini: remove redundant checking of ini mode
` [PATCH 14/20] iwlwifi: dbg: move trans debug fields to a separate struct
` [PATCH 15/20] iwlwifi: support FSEQ TLV even when FMAC is not compiled
` [PATCH 16/20] iwlwifi: mvm: make the usage of TWT configurable
` [PATCH 17/20] iwlwifi: dbg_ini: fix debug monitor stop and restart in ini mode
` [PATCH 20/20] iwlwifi: mvm: remove MAC_FILTER_IN_11AX for AP mode

Can't boot to initramfs
 2019-06-28  9:21 UTC 

[PATCH v2 0/6] drm/i915: Use intel_crtc_state everywhere!
 2019-06-28  9:21 UTC  (8+ messages)
` [PATCH v2 1/6] drm/i915: Pass intel_crtc_state to needs_modeset()
` [PATCH v2 2/6] drm/i915: Convert most of atomic commit to take more intel state
` [PATCH v2 3/6] drm/i915: Convert hw state verifier to take more intel state, v2
` [PATCH v2 4/6] drm/i915: Use intel_crtc_state in sanitize_watermarks() too
` [PATCH v2 5/6] drm/i915: Pass intel state to plane functions as well
` [PATCH v2 6/6] drm/i915: Use intel state as much as possible in wm code
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Use intel_crtc_state everywhere!

[Qemu-devel] [PATCH v4 00/13] Add migration support for VFIO device
 2019-06-28  9:18 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 08/13] vfio: Add save state functions to SaveVMHandlers
` [Qemu-devel] [PATCH v4 09/13] vfio: Add load "

[PATCH v2 27/27] sound: ppc: remove unneeded memset after dma_alloc_coherent
 2019-06-28  9:17 UTC  (7+ messages)
    ` [alsa-devel] "

[x86/hotplug] e1056a25da: WARNING:at_arch/x86/kernel/apic/apic.c:#setup_local_APIC
 2019-06-28  9:19 UTC  (9+ messages)
            ` [LKP] "

[PATCH v3 0/3] KVM: Yield to IPI target if necessary
 2019-06-28  9:18 UTC  (11+ messages)

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

ath10k panic with 5.1 kernel and qca9984 on association
 2019-06-28  9:17 UTC  (6+ messages)

[dpdk-dev] [PATCH] telemetry: fix build
 2019-06-28  9:17 UTC  (3+ messages)

[PATCH 41/87] sound: ppc: remove memset after dma_alloc_coherent
 2019-06-28  9:12 UTC  (7+ messages)

[PATCH 0/1] image.bbclass: fix systemd_preset_all
 2019-06-28  9:29 UTC  (2+ messages)
` [PATCH 1/1] "

[dpdk-dev] [PATCH 1/2] test/rcu: increase the size of num cores variable
 2019-06-28  9:16 UTC  (4+ messages)
` [dpdk-dev] [PATCH 2/2] test/rcu: address test case failure
  ` [dpdk-dev] [dpdk-stable] "

[PATCH V4 0/2] Add Inverter controller for gpio configuration
 2019-06-28  9:15 UTC  (4+ messages)
` [PATCH V4 1/2] gpio: inverter: "

[PATCH 1/4 v1] gpio: Add support for hierarchical IRQ domains
 2019-06-28  9:14 UTC  (3+ messages)

ca0132 audio in Ubuntu 19.04 only after Windows 10 started, missing ctefx-r3di.bin
 2019-06-28  9:13 UTC  (2+ messages)
    ` [alsa-devel] "

[PATCH v4 0/2] Add Macronix Raw NAND controller driver
 2019-06-28  9:12 UTC  (9+ messages)
` [PATCH v4 2/2] dt-bindings: mtd: Document Macronix raw NAND controller bindings

[Qemu-devel] Mapping of the guests user and kernel pages to host memory
 2019-06-28  9:12 UTC  (2+ messages)

Klientskie bazy. Email: prodawez@armyspy.com Uznajte podrobnee
 2019-06-20 21:02 UTC 

[PATCH V4 1/3] cpufreq: Move the IS_ENABLED(CPU_THERMAL) macro in a stub
 2019-06-28  9:12 UTC  (5+ messages)
` [PATCH V4 2/3] thermal/drivers/cpu_cooling: Unregister with the policy

[PATCH v2 0/5] coresight: etm4x: save/restore ETMv4 context across CPU low power states
 2019-06-28  9:12 UTC  (11+ messages)
` [PATCH v2 2/5] coresight: etm4x: use explicit barriers on enable/disable
` [PATCH v2 5/5] coresight: etm4x: save/restore state across CPU low power states

[PATCH bpf-next v6 0/5] xdp: Allow lookup into devmaps before redirect
 2019-06-28  9:12 UTC  (6+ messages)
` [PATCH bpf-next v6 2/5] devmap/cpumap: Use flush list instead of bitmap
` [PATCH bpf-next v6 3/5] devmap: Rename ifindex member in bpf_redirect_info
` [PATCH bpf-next v6 1/5] xskmap: Move non-standard list manipulation to helper
` [PATCH bpf-next v6 4/5] bpf_xdp_redirect_map: Perform map lookup in eBPF helper
` [PATCH bpf-next v6 5/5] devmap: Allow map lookups from eBPF

[PATCH] fsi/core: Fix error paths on CFAM init
 2019-06-28  9:11 UTC  (3+ messages)
` [PATCH v2] "

Enhance Discovery class infrastructure
 2019-06-28  9:10 UTC 

[PATCH] ALSA: hda/realtek - Change front mic location for Lenovo M710q
 2019-06-28  9:11 UTC  (4+ messages)

[RFC] Deadlock via recursive wakeup via RCU with threadirqs
 2019-06-28  9:10 UTC  (11+ messages)

[Qemu-devel] [PATCH v15 0/5] linux-user: A set of miscellaneous patches
 2019-06-28  9:09 UTC  (8+ messages)
` [Qemu-devel] [PATCH v15 1/5] linux-user: Add support for translation of statx() syscall
` [Qemu-devel] [PATCH v15 2/5] linux-user: Add support for strace for "
` [Qemu-devel] [PATCH v15 3/5] linux-user: Fix target_flock structure for MIPS O64 ABI
` [Qemu-devel] [PATCH v15 4/5] linux-user: Introduce TARGET_HAVE_ARCH_STRUCT_FLOCK
` [Qemu-devel] [PATCH v15 5/5] linux-user: Handle EXCP_FPE properly for MIPS

[PATCH] iommu/arm-smmu-v3: Fix incorrect fields being passed to prefetch command
 2019-06-28  9:09 UTC  (2+ messages)

[PATCH 0/2] Add CCPI2 PMU support
 2019-06-28  9:08 UTC  (6+ messages)
` [PATCH 2/2] drivers/perf: Add CCPI2 PMU support in ThunderX2 UNCORE driver

[Buildroot] [PATCH 1/2] package/rpi-firmware: Bump version for pi4 support
 2019-06-28  9:08 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] board/raspberrypi: add support for the new pi4

[PATCH] netfilter: nat: Update obsolete comment on get_unique_tuple()
 2019-06-28  9:07 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/39] adding eventmode helper library
 2019-06-28  9:07 UTC  (5+ messages)

mdevctl: A shoestring mediated device management and persistence utility
 2019-06-28  9:06 UTC  (11+ messages)

[PATCH v2 bpf-next 0/4] sys_bpf() access control via /dev/bpf
 2019-06-28  9:05 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access "

[RFC] sandbox: prevent segfault in tap_alloc()
 2019-06-28  9:04 UTC  (4+ messages)

[PATCH v3 00/18] drm/ttm: make ttm bo a gem bo subclass
 2019-06-28  9:03 UTC  (39+ messages)
` [PATCH v3 01/18] drm/ttm: add gem base object
` [PATCH v3 02/18] drm/vram: use embedded gem object
` [PATCH v3 03/18] drm/qxl: "
` [PATCH v3 04/18] drm/radeon: "
` [PATCH v3 05/18] drm/amdgpu: "
` [PATCH v3 06/18] drm/nouveau: "
` [PATCH v3 07/18] drm/ttm: use gem reservation object
` [PATCH v3 08/18] drm/ttm: use gem vma_node
` [PATCH v3 09/18] drm/vram: drop drm_gem_vram_driver_gem_prime_mmap
` [PATCH v3 10/18] drm/ttm: set both resv and base.resv pointers
` [PATCH v3 11/18] drm/ttm: switch ttm core from bo->resv to bo->base.resv
` [PATCH v3 12/18] drm/radeon: switch driver "
` [PATCH v3 13/18] drm/vmwgfx: "
` [PATCH v3 14/18] drm/amdgpu: "
` [PATCH v3 15/18] drm/nouveau: "
` [PATCH v3 16/18] drm/qxl: "
` [PATCH v3 17/18] drm/virtio: "
` [PATCH v3 18/18] drm/ttm: drop ttm_buffer_object->resv

[dpdk-dev] [PATCH v3 0/6] Pseudo-random number generation improvements
 2019-06-28  9:01 UTC  (7+ messages)
` [dpdk-dev] [PATCH v4 0/5] "
  ` [dpdk-dev] [PATCH v4 1/5] eal: replace libc-based random number generation with LFSR
  ` [dpdk-dev] [PATCH v4 2/5] eal: add pseudo-random number generation performance test
  ` [dpdk-dev] [PATCH v4 3/5] eal: improve entropy for initial PRNG seed
  ` [dpdk-dev] [PATCH v4 4/5] eal: introduce random generator function with upper bound
  ` [dpdk-dev] [PATCH v4 5/5] eal: add bounded PRNG performance tests

[PATCH] drivers/usb/typec/tps6598x.c: fix two bugs
 2019-06-28  9:01 UTC  (3+ messages)
` [PATCH 1/2] drivers/usb/typec/tps6598x.c: fix portinfo width
` [PATCH 2/2] drivers/usb/typec/tps6598x.c: fix 4CC cmd write

[dpdk-dev] [PATCH v2 00/44] OCTEONTX2 event device driver
 2019-06-28  9:01 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 01/44] event/octeontx2: add build infra and device probe
` [dpdk-dev] [PATCH v2 44/44] doc: update Marvell OCTEON TX2 eventdev documentation

[GIT PULL v2] mtd: spi-nor: Changes for 5.3
 2019-06-28  9:00 UTC 

[Qemu-devel] [PATCH v2] block/rbd: implement .bdrv_get_allocated_file_size callback
 2019-06-28  8:59 UTC  (6+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH net-next] net: ipvlan: forward ingress packet to slave's l2 in l3s mode
 2019-06-28  8:59 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/2] xilinx_xiic: Fix fill tx fifo loop
 2019-06-28  8:58 UTC  (21+ messages)
` [U-Boot] [PATCH v2 2/2] xilinx_xiic: Fix transfer initialisation

[Intel-wired-lan] [PATCH v3] e1000e: PCIm function state support
 2019-06-28  8:57 UTC  (2+ messages)

[PATCH net-next 01/16] qlge: Remove irq_cnt
 2019-06-28  8:57 UTC  (6+ messages)
` [PATCH net-next 03/16] qlge: Deduplicate lbq_buf_size
  ` [EXT] "

[PATCH bpf-next v5 0/3] xdp: Allow lookup into devmaps before redirect
 2019-06-28  8:57 UTC  (7+ messages)
` [PATCH bpf-next v5 2/3] bpf_xdp_redirect_map: Perform map lookup in eBPF helper

[RFCv2 0/8] Add imx8mm bus frequency switching
 2019-06-28  8:56 UTC  (5+ messages)
` [RFCv2 2/8] clk: imx8m-composite: Switch to determine_rate

[PATCH iproute2-next v3 1/2] ipaddress: correctly print a VF hw address in the IPoIB case
 2019-06-28  8:56 UTC  (3+ messages)

[Xen-devel] [linux-4.4 test] 138573: tolerable FAIL - PUSHED
 2019-06-28  8:54 UTC 

[RFC 0/2] Add workaround for core wake-up on IPI for i.MX8MQ
 2019-06-28  8:54 UTC  (5+ messages)

[dpdk-dev] [PATCH v3 4/4] net/ipn3ke: implementation of statistics
 2019-06-28  8:54 UTC  (5+ messages)
` [dpdk-dev] [PATCH v4 1/4] net/ipn3ke: add new register address
  ` [dpdk-dev] [PATCH v4 4/4] net/ipn3ke: implementation of statistics

[PATCH v4 net-next 0/4] net: ethernet: ti: cpsw: Add XDP support
 2019-06-28  8:53 UTC  (6+ messages)
` [PATCH v4 net-next 1/4] net: core: page_pool: add user cnt preventing pool deletion

[PATCH] dt-bindings: i2c: omap: Add new compatible for J721E SoCs
 2019-06-28  8:52 UTC  (4+ messages)


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.