All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-04-12 22:58:18 to 2019-04-13 01:29:08 UTC [more...]

[PATCH v3 net-next 00/24] NXP SJA1105 DSA driver
 2019-04-13  1:28 UTC  (9+ messages)
` [PATCH v3 net-next 01/24] lib: Add support for generic packing operations
` [PATCH v3 net-next 03/24] net: dsa: Store vlan_filtering as a property of dsa_port
` [PATCH v3 net-next 06/24] net: dsa: Call driver's setup callback after setting up its switchdev notifier
` [PATCH v3 net-next 10/24] net: dsa: Unset vlan_filtering when ports leave the bridge
` [PATCH v3 net-next 13/24] net: dsa: Allow drivers to filter packets they can decode source port from
` [PATCH v3 net-next 21/24] net: dsa: sja1105: Prevent PHY jabbering during switch reset
` [PATCH v3 net-next 23/24] Documentation: net: dsa: Add details about NXP SJA1105 driver
` [PATCH v3 net-next 24/24] dt-bindings: net: dsa: Add documentation for "

[PATCH v2 00/22] GuC 32.0.3
 2019-04-13  1:28 UTC  (17+ messages)
` [PATCH v2 06/22] drm/i915/guc: Update GuC boot parameters
` [PATCH v2 07/22] drm/i915/guc: Update GuC sleep status values
  ` [PATCH v2] drm/i915/guc: updated suspend/resume protocol
` [PATCH v2 08/22] drm/i915/guc: Update GuC sample-forcewake command
` [PATCH v2 09/22] drm/i915/guc: Update GuC ADS object definition
` [PATCH v2 12/22] drm/i915/guc: Treat GuC initialization failure as -EIO
` [PATCH v2 13/22] drm/i915/guc: New GuC interrupt register for Gen11
` ✗ Fi.CI.SPARSE: warning for GuC 32.0.3 (rev3)
` ✓ Fi.CI.BAT: success "

[RFC PATCH] *.h: remove extern from function declarations
 2019-04-13  1:24 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/3] target/mips: Errors and warnings cleanup
 2019-04-13  1:20 UTC  (15+ messages)
  ` [Qemu-devel] [PATCH v4 1/3] target/mips: add or remove space to fix checkpatch errors
  ` [Qemu-devel] [PATCH v4 2/3] target/mips: realign comments to fix checkpatch warnings
  ` [Qemu-devel] [PATCH v4 3/3] target/mips: wrap lines to fix checkpatch errors

[PATCH v3 bpf-next 00/19] bpf: eliminate zero extensions for sub-register writes
 2019-04-13  1:08 UTC  (7+ messages)
` [PATCH v3 bpf-next 04/19] bpf: refactor "check_reg_arg" to eliminate code redundancy
` [PATCH v3 bpf-next 05/19] bpf: split read liveness into REG_LIVE_READ64 and REG_LIVE_READ32
` [PATCH v3 bpf-next 11/19] libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr

[Xen-devel] [xen-unstable-smoke test] 134720: regressions - FAIL
 2019-04-13  1:03 UTC  (3+ messages)
  `  "

[Qemu-devel] [PATCH v2 0/6] qemu-img: Add salvaging mode to convert
 2019-04-13  1:01 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 2/6] "

[Qemu-devel] [PATCH for-4.1 0/2] Fix check for default backing files in bdrv_reopen_prepare()
 2019-04-13  0:56 UTC  (4+ messages)

[PATCH RFC 1/2] Add polling support to pidfd
 2019-04-13  0:56 UTC  (8+ messages)

[Qemu-devel] [PATCH v1 00/41] s390x/tcg: Vector Instruction Support Part 2
 2019-04-13  0:54 UTC  (47+ messages)
` [Qemu-devel] [PATCH v1 09/41] s390x/tcg: Implement VECTOR CHECKSUM
` [Qemu-devel] [PATCH v1 10/41] s390x/tcg: Implement VECTOR ELEMENT COMPARE *
` [Qemu-devel] [PATCH v1 11/41] s390x/tcg: Implement VECTOR "
` [Qemu-devel] [PATCH v1 12/41] s390x/tcg: Implement VECTOR COUNT LEADING ZEROS
` [Qemu-devel] [PATCH v1 13/41] s390x/tcg: Implement VECTOR COUNT TRAILING ZEROS
` [Qemu-devel] [PATCH v1 14/41] s390x/tcg: Implement VECTOR EXCLUSIVE OR
` [Qemu-devel] [PATCH v1 15/41] s390x/tcg: Implement VECTOR GALOIS FIELD MULTIPLY SUM (AND ACCUMULATE)
` [Qemu-devel] [PATCH v1 16/41] s390x/tcg: Implement VECTOR LOAD COMPLEMENT
` [Qemu-devel] [PATCH v1 17/41] s390x/tcg: Implement VECTOR LOAD POSITIVE
` [Qemu-devel] [PATCH v1 18/41] s390x/tcg: Implement VECTOR (MAXIMUM|MINIMUM) (LOGICAL)
` [Qemu-devel] [PATCH v1 19/41] s390x/tcg: Implement VECTOR MULTIPLY AND ADD *
` [Qemu-devel] [PATCH v1 20/41] s390x/tcg: Implement VECTOR MULTIPLY *
` [Qemu-devel] [PATCH v1 21/41] s390x/tcg: Implement VECTOR NAND
` [Qemu-devel] [PATCH v1 22/41] s390x/tcg: Implement VECTOR NOR
` [Qemu-devel] [PATCH v1 23/41] s390x/tcg: Implement VECTOR NOT EXCLUSIVE OR
` [Qemu-devel] [PATCH v1 24/41] s390x/tcg: Implement VECTOR OR
` [Qemu-devel] [PATCH v1 25/41] s390x/tcg: Implement VECTOR OR WITH COMPLEMENT
` [Qemu-devel] [PATCH v1 26/41] s390x/tcg: Implement VECTOR POPULATION COUNT
` [Qemu-devel] [PATCH v1 27/41] s390x/tcg: Implement VECTOR ELEMENT ROTATE LEFT LOGICAL
` [Qemu-devel] [PATCH v1 28/41] s390x/tcg: Implement VECTOR ELEMENT ROTATE AND INSERT UNDER MASK
` [Qemu-devel] [PATCH v1 29/41] s390x/tcg: Implement VECTOR ELEMENT SHIFT
` [Qemu-devel] [PATCH v1 30/41] s390x/tcg: Implement VECTOR SHIFT LEFT (BY BYTE)
` [Qemu-devel] [PATCH v1 31/41] s390x/tcg: Implement VECTOR SHIFT LEFT DOUBLE BY BYTE

[Qemu-devel] [PATCH v2 00/13] Add a 'x-blockdev-reopen' QMP command
 2019-04-13  0:53 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 13/13] qemu-iotests: Test the x-blockdev-reopen "

[PATCH v2 00/21] Convert hwmon documentation to ReST
 2019-04-13  0:52 UTC  (12+ messages)

[PATCH 0/3] virtio-gpu api: memory and resource management
 2019-04-13  0:49 UTC  (10+ messages)
` [PATCH 3/3] virtio-gpu api: VIRTIO_GPU_F_RESSOURCE_V2

[PATCH 1/2] drm/i915: Teach intel_workarounds to use uncore mmio access
 2019-04-13  0:49 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [1/2] "

[RFC] what's struct ipmi_file_private ->file for?
 2019-04-13  0:47 UTC 

[Buildroot] [PATCH 1/1] package/valgrind: do not install header files on the target
 2019-04-13  0:37 UTC  (3+ messages)

[RESEND PATCH] blk-mq: fix hang caused by freeze/unfreeze sequence
 2019-04-13  0:36 UTC  (3+ messages)

[PATCH 0/4] lockdep cleanups and optimizations
 2019-04-13  0:35 UTC  (6+ messages)
` [PATCH 4/4] locking/lockdep: Test all incompatible scenario at once in check_irq_usage()

[PATCH 0/5] Fix rhashtable bit-locking for m68k
 2019-04-13  0:34 UTC  (3+ messages)

[PATCH] rhashtable: use struct_size() in kvzalloc()
 2019-04-13  0:33 UTC  (2+ messages)

[PATCH 00/10] Add all documentation files to an html/pdf produced book
 2019-04-13  0:30 UTC  (6+ messages)

[PATCH net-next 0/4] nfp: update to control structures
 2019-04-13  0:29 UTC  (2+ messages)

[PATCH v3] mm/hotplug: treat CMA pages as unmovable
 2019-04-13  0:26 UTC 

[PATCH net] ipv4: recompile ip options in ipv4_link_failure
 2019-04-13  0:24 UTC  (2+ messages)

compile error on WireGuard Kernel/ROM Integration
 2019-04-13  0:17 UTC  (2+ messages)

[PATCH v2 0/3] net/mlx5: Add Direct Rule support
 2019-04-13  0:16 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] net/mlx5: prepare Direct Verbs for Direct Rule
    ` [dpdk-dev] "

[net-next PATCH 0/3] net: hsr: updates from internal tree
 2019-04-13  0:14 UTC  (3+ messages)
` [net-next PATCH 3/3] net: hsr: add tx stats for master interface

[PATCH v5 0/7] drm/panel: simple: Add mode support to devicetree
 2019-04-13  0:07 UTC  (8+ messages)
` [PATCH v5 6/7] ARM: dts: rockchip: Specify rk3288-veyron-chromebook's display timings

[PATCH] nvme,scsi: display FC-NVMe port roles
 2019-04-13  0:10 UTC  (2+ messages)

[PATCH][V3] scsi: cxgbi: remove redundant __kfree_skb call on skb and free cst->atid
 2019-04-13  0:06 UTC  (3+ messages)

[PATCH net-next] ipv6: Remove flowi6_oif compare from __ip6_route_redirect
 2019-04-13  0:05 UTC  (2+ messages)

[PATCH V5 0/9] blk-mq: fix races related with freeing queue
 2019-04-13  0:04 UTC  (3+ messages)
` [PATCH V5 9/9] SCSI: don't hold device refcount in IO path

v12.2.12 Luminous released
 2019-04-13  0:03 UTC  (2+ messages)

[PATCH] video: fbdev: imxfb: add COMPILE_TEST support
 2019-04-13  0:02 UTC  (4+ messages)

[PATCH bpf-next] bpftool: Exit early when it's not possible to dump a REUSEPORT_SOCKARRAY map
 2019-04-13  0:00 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/2] bpftool: Use print_entry_error() in case of ENOENT when dumping
  ` [PATCH v2 bpf-next 2/2] bpftool: Improve handling of ENOSPC on reuseport_array map dumps

[PATCH 0/4] usb: dwc2: Another attempt handling rk3288's remote wake quirk
 2019-04-13  0:00 UTC  (15+ messages)
` [PATCH 1/4] dt-bindings: usb: dwc2: Document quirk to reset PHY upon wakeup
    ` [1/4] "
` [PATCH 2/4] usb: dwc2: optionally assert phy reset when waking up
    ` [2/4] "
` [PATCH 3/4] ARM: dts: rockchip: Hook resets up to USB PHYs on rk3288
    ` [3/4] "
` [PATCH 4/4] ARM: dts: rockchip: Add quirk for resetting rk3288's dwc2 host on wakeup
    ` [4/4] "

[PATCH net 0/6] rxrpc: Fixes
 2019-04-12 23:58 UTC  (2+ messages)

[PATCH] qede: fix write to free'd pointer error and double free of ptp
 2019-04-12 23:56 UTC  (3+ messages)

[PATCH] vxge: fix return of a free'd memblock on a failed dma mapping
 2019-04-12 23:54 UTC  (3+ messages)

[PATCH] smp: Do not warn if smp_call_function_single() is doing a self call
 2019-04-12 23:53 UTC 

[PATCH v2 1/3] drm/i915/bdw+: Move misc display IRQ handling to it own function
 2019-04-12 23:53 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/3] "
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[patch net-next 0/4] netdevsim: Mostly cleanup in sdev/bpf iface area
 2019-04-12 23:52 UTC  (2+ messages)

[PATCH 0/4] Hexdump enhancements
 2019-04-12 23:31 UTC  (19+ messages)
` [PATCH 1/4] lib/hexdump.c: Allow 64 bytes per line
` [PATCH 2/4] lib/hexdump.c: Optionally suppress lines of filler bytes
` [PATCH 3/4] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags

[PATCH v3.1 0/9] btrfs: Refactor delayed ref parameter list
 2019-04-12 23:48 UTC  (4+ messages)
` [PATCH v3.1 1/9] btrfs: delayed-ref: Introduce better documented delayed ref structures

[PATCH net-next] Documentation: net: dsa: transition to the rst format
 2019-04-12 23:48 UTC  (2+ messages)

[PATCH 0/8] rcar-vin: Merge Gen2 and Gen3 file operations
 2019-04-12 23:43 UTC  (9+ messages)
` [PATCH 1/8] rcar-vin: Do not call pm_runtime_{resume,suspend}()
` [PATCH 2/8] rcar-vin: Remove unneeded calls to pm_runtime_{enable,disable}
` [PATCH 3/8] rcar-vin: Allow interrupting lock when trying to open the video device
` [PATCH 4/8] rcar-vin: Do not sync subdevice format when opening "
` [PATCH 5/8] rcar-vin: Move pm_runtime_{get,put} out of helpers
` [PATCH 6/8] rcar-vin: Merge helpers dealing with powering the parallel subdevice
` [PATCH 7/8] rcar-vin: Fold rvin_initialize_device() into rvin_open()
` [PATCH 8/8] rcar-vin: Merge Gen2 and Gen3 file operations

[PATCH bpf v2] tools: bpftool: fix infinite loop in map create
 2019-04-12 23:45 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: make flow dissector tests more extensible
 2019-04-12 23:43 UTC 

[PATCH] hugetlbfs: move resv_map to hugetlbfs_inode_info
 2019-04-12 23:40 UTC  (2+ messages)

[RFC net-next 1/1] tdc.py: Introduce required plugins
 2019-04-12 23:37 UTC  (8+ messages)

[PATCH v2 0/5] cpu/speculation: Add 'mitigations=' cmdline option
 2019-04-12 23:34 UTC  (6+ messages)
` [PATCH v2 5/5] arm64/speculation: Support "

[PATCH] vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()
 2019-04-12 23:34 UTC 

[PATCH bpf-next] selftests/bpf: two scale tests
 2019-04-12 23:32 UTC  (3+ messages)

[PATCH v3] hwmon: (pmbus/ir38064): Add driver for Infineon IR38064 Voltage Regulator
 2019-04-12 23:30 UTC  (3+ messages)

[PATCH 0/5] IRQ initialization debloat and conversion to uncore, v2
 2019-04-12 23:29 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for IRQ initialization debloat and conversion to uncore (rev3)
` ✓ Fi.CI.BAT: success "

[PATCH net-next] net: veth: use generic helper to report timestamping info
 2019-04-12 23:27 UTC  (2+ messages)

[PATCH net-next] net: loopback: use generic helper to report timestamping info
 2019-04-12 23:27 UTC  (2+ messages)

[PATCH net-next] net: dummy: use generic helper to report timestamping info
 2019-04-12 23:27 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Flatten and rename haswell_set_pipemisc()
 2019-04-12 23:27 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

[dpdk-dev] [PATCH 0/6] build: fix build for arm64
 2019-04-12 23:24 UTC  (7+ messages)
` [dpdk-dev] [PATCH 1/6] meson: disable octeontx for buggy compilers on arm64
` [dpdk-dev] [PATCH 2/6] meson: change default cache line size for cortex-a72
` [dpdk-dev] [PATCH 3/6] net/mlx: fix library search in meson build
` [dpdk-dev] [PATCH 4/6] meson: add Mellanox BlueField cross-compile config
` [dpdk-dev] [PATCH 5/6] build: add option for armv8 crypto extension
` [dpdk-dev] [PATCH 6/6] mk: disable armv8 crypto extension for Mellanox BlueField

[GIT PULL] clk fixes for v5.1-rc4
 2019-04-12 23:21 UTC 

libc configuration of multilib config
 2019-04-12 23:16 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix distinct pointer types warning for ARCH=i386
 2019-04-12 23:14 UTC  (2+ messages)

[PATCH] Set XZ_COMPRESSION_LEVEL to -9
 2019-04-12 23:12 UTC  (2+ messages)

[PATCH] parisc: Remove lock code to serialize TLB operations in pacache.S
 2019-04-12 23:12 UTC 

[PATCH] video: fbdev: pxa168fb: add COMPILE_TEST support
 2019-04-12 23:06 UTC  (3+ messages)

[RFC 0/3] tqs: add thread quiescent state library
 2019-04-12 23:06 UTC  (6+ messages)
` [dpdk-dev] [PATCH v5 0/3] lib/rcu: add RCU library supporting QSBR mechanism
  ` [dpdk-dev] [PATCH v5 1/3] rcu: "

[PATCH 0/2] Avoid spawning gzip in git archive
 2019-04-12 23:04 UTC  (3+ messages)
` [PATCH 1/2] archive: replace write_or_die() calls with write_block_or_die()
` [PATCH 2/2] archive: avoid spawning `gzip`

[Bug 110355] radeonsi: GTK elements become invisible in some applications (GIMP, LibreOffice)
 2019-04-12 23:02 UTC  (2+ messages)

trace-cmd fails with many cpus
 2019-04-12 23:01 UTC  (3+ messages)
` [PATCH]

[U-Boot] Build error: caused by CONFIG_SPL_LOG_CONSOLE
 2019-04-12 23:01 UTC 

[Bug 102322] System crashes after "[drm] IP block:gmc_v8_0 is hung!" / [drm] IP block:sdma_v3_0 is hung!
 2019-04-12 23:00 UTC  (2+ messages)

[PATCH] ASoC: codec: hdac_hdmi add device_link to card device
 2019-04-12 23:00 UTC  (7+ messages)

[PATCH] i2c: iproc: Change driver to use 'BIT' macro
 2019-04-12 22:59 UTC  (3+ messages)

[PATCH 0/1] documentation: add lab for first contribution
 2019-04-12 22:58 UTC  (3+ 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.