All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-18 15:40:45 to 2019-03-18 16:22:42 UTC [more...]

[PATCH net-next v2 4/7] devlink: allow subports on devlink PCI ports
 2019-03-18 16:22 UTC  (18+ messages)

[PATCH v8 00/11] viridian: implement more enlightenments
 2019-03-18 16:22 UTC  (9+ messages)
` [PATCH v8 10/11] viridian: add implementation of synthetic timers

[Buildroot] [PATCH 1/1] package/uboot-tools: Fix loop positional declaration build error
 2019-03-18 16:22 UTC  (3+ messages)

[PATCH] ceph: Fix a memory leak in ci->i_head_snapc
 2019-03-18 16:22 UTC  (6+ messages)

[PATCH] include/linux/hugetlb.h: Convert to use vm_fault_t
 2019-03-18 16:26 UTC 

[RFC PATCH v2 0/2] x86/perf/amd: AMD PMC counters and NMI latency
 2019-03-18 16:20 UTC  (4+ messages)
` [RFC PATCH v2 1/2] x86/perf/amd: Resolve race condition when disabling PMC

[PATCH BlueZ 1/3] shared/gatt-client: Add debug for error with included services
 2019-03-18 16:19 UTC  (3+ messages)
` [PATCH BlueZ 2/3] shared/gatt-client: Fix failing to discover included attributes
` [PATCH BlueZ 3/3] shared/gatt-db: Remove update_attribute

[PATCH] net-sysfs: Fix memory leak in netdev_register_kobject
 2019-03-19  5:06 UTC  (3+ messages)

[PATCH v2] Staging: gasket: gasket_sysfs.c: Fix string split issue
 2019-03-18 16:18 UTC 

[SPDK] ibv_poll_cq returns corrupted wr_id causes application to crash
 2019-03-18 16:18 UTC 

r8169 driver from kernel 5.0 crashing
 2019-03-18 16:17 UTC  (17+ messages)
            ` r8169 driver from kernel 5.0 crashing - napi_consume_skb

[RFC dma-buf 0/3] Improve the dma-buf tracking
 2019-03-18 16:17 UTC  (5+ messages)

[PATCH v2 1/4] net/failsafe: replace local device with shared data
 2019-03-18 16:16 UTC  (7+ messages)
` [PATCH v3 0/4] support secondary process for failsafe
  ` [PATCH v3 1/4] net/failsafe: replace local device with shared data
  ` [PATCH v3 2/4] net/failsafe: change back-reference from sub-device
  ` [PATCH v3 4/4] net/failsafe: support secondary process
  ` [PATCH v3 3/4] net/failsafe: replace sub-device pointer with port id

[PATCH 00/16] fix some perf issues detected by ASan
 2019-03-18 16:16 UTC  (3+ messages)

[PATCH 0/4] gc docs: modernize and fix the documentation
 2019-03-18 16:15 UTC  (5+ messages)
` [PATCH 1/4] gc docs: modernize the advice for manually running "gc"
` [PATCH 2/4] gc docs: include the "gc.*" section from "config" in "gc"
` [PATCH 3/4] gc docs: de-duplicate "OPTIONS" and "CONFIGURATION"
` [PATCH 4/4] gc docs: downplay the usefulness of --aggressive

[PATCH] power: supply: axp288_charger: Fix unchecked return value
 2019-03-18 16:14 UTC 

[PATCH 1/2] drm/i915/ehl: Add EHL platform info and PCI IDs
 2019-03-18 16:14 UTC  (3+ messages)

[PATCH 00/10] drm/i915: Clean up intel_color_check()
 2019-03-18 16:13 UTC  (11+ messages)
` [PATCH 01/10] drm/i915: Extract check_luts()
` [PATCH 02/10] drm/i915: Turn intel_color_check() into a vfunc
` [PATCH 03/10] drm/i915: Extract i9xx_color_check()
` [PATCH 04/10] drm/i915: Extract chv_color_check()
` [PATCH 05/10] drm/i915: Extract icl_color_check()
` [PATCH 06/10] drm/i915: Extract glk_color_check()
` [PATCH 07/10] drm/i915: Extract bdw_color_check()
` [PATCH 08/10] drm/i915: Extract ilk_color_check()
` [PATCH 09/10] drm/i915: Drop the pointless linear legacy LUT load on CHV
` [PATCH 10/10] drm/i915: Skip the linear degamma LUT load on ICL+

[PATCH 1/2] platform/x86: intel_pmc_core: Convert to a platform_driver
 2019-03-18 16:01 UTC  (6+ messages)
` [PATCH 2/2] platform/x86: intel_pmc_core: Allow to dump debug registers on S0ix failure

preparations for 4.11.2
 2019-03-18 16:13 UTC 

[PATCH 0/3] Boot RISC-V kernel from any 4KB aligned address
 2019-03-18 16:12 UTC  (12+ messages)
` [PATCH 3/3] RISC-V: Allow booting "

[PATCH] regulator: core: fix error path for regulator_set_voltage_unlocked
 2019-03-18 16:11 UTC  (4+ messages)

[PATCH v2 hwmon-next] hwmon: (mlxreg-fan) Add support for fan capability registers
 2019-03-18 16:10 UTC 

[PATCH] Staging: gasket: gasket_sysfs.c: Fix multiple string split issue
 2019-03-18 16:11 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH v2 01/13] enc28j60: Use device_get_mac_address()
 2019-03-18 16:11 UTC  (13+ messages)
` [PATCH v2 02/13] enc28j60: Remove duplicate messaging
` [PATCH v2 03/13] enc28j60: Replace dev_*(&netdev->dev, ...) with netdev_*()
` [PATCH v2 04/13] enc28j60: Drop driver name duplication from messages
` [PATCH v2 05/13] enc28j60: Switch to use module_spi_driver() macro
` [PATCH v2 06/13] enc28j60: Use ether_addr_copy() in enc28j60_set_mac_address()
` [PATCH v2 07/13] enc28j60: Switch to dev_<level> from pr_<level>
` [PATCH v2 08/13] enc28j60: Convert HW related printk() to dev_printk()
` [PATCH v2 09/13] enc28j60: Convert printk() to netdev_printk()
` [PATCH v2 10/13] enc28j60: Remove linux/init.h
` [PATCH v2 11/13] enc28j60: Amend comments by fixing typos, adding periods, etc
` [PATCH v2 12/13] enc28j60: Fix indentation splats
` [PATCH v2 13/13] enc28j60: Convert to use SPDX identifier

[PATCH] fibmap: Reject negative addresses
 2019-03-18 16:10 UTC 

[PATCH] PCI: Fix pci_host_bridge initialization
 2019-03-18 16:07 UTC 

[PATCH v11 00/14] arm64: untag user pointers passed to the kernel
 2019-03-18 16:08 UTC  (13+ messages)
` [PATCH v11 08/14] net, arm64: untag user pointers in tcp_zerocopy_receive

[PATCH v2] openssl: Use the c_rehash shell re-implementation for target
 2019-03-18 16:09 UTC  (4+ messages)

mbind() fails to fail with EIO
 2019-03-18 16:08 UTC  (3+ messages)
  ` [LTP] "

[Bug 199873] Bluetooth 3.0 mouses are automatically disconnected after connected
 2019-03-18 16:08 UTC 

[PATCH 0/2] blk-mq/nvme: cancel request synchronously
 2019-03-18 16:06 UTC  (10+ messages)
` [PATCH 1/2] blk-mq: introduce blk_mq_complete_request_sync()

[PATCH] Staging: rtl8188eu: core: rtw_efuse.c: Line over 80 characters
 2019-03-18 16:05 UTC 

[PATCH v2] xen-mapcache: use MAP_FIXED flag so the mmap address hint is always honored
 2019-03-18 16:03 UTC  (4+ messages)

[PATCH] arm64: dts: fsl: imx8mq: enable the thermal management unit (TMU)
 2019-03-18 16:04 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH] arm64: dts: fsl: imx8mq: enable the multi sensor TMU

[PATCH] arm64/io: Don't use WZR in writel
 2019-03-18 16:04 UTC  (11+ messages)

[PATCH i-g-t] i915/gem_mmap_gtt: Check that the initial pagefault is non-blocking
 2019-03-18 16:03 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

STABLE: please pick e4b3448b and f596c884 (nvdimm issues)
 2019-03-18 16:03 UTC  (2+ messages)

[PATCH] drm/i915/psr: remove drmP.h include that crept in
 2019-03-18 16:04 UTC 

[PATCH] drm/i915: stick to kernel fixed size types
 2019-03-18 16:01 UTC  (2+ messages)

[PATCH v3] staging: erofs: Add whitespace after declaration
 2019-03-18 16:00 UTC  (5+ messages)

[RFC][Patch v9 0/6] KVM: Guest Free Page Hinting
 2019-03-18 15:57 UTC  (7+ messages)

Kernel bug with MPX?
 2019-03-18 15:59 UTC  (7+ messages)

[LTP] [PATCH 0/5] Some MUSL fixes
 2019-03-18 15:59 UTC  (11+ messages)
` [LTP] [PATCH 1/5] rt_sigaction.h: Check for type sighandler_t and use if present
` [LTP] [PATCH 2/5] {rt_, }sigaction: Define _GNU_SOURCE to get SA_NOMASK on MUSL
` [LTP] [PATCH 3/5] ptrace: Use int instead of enum __ptrace_request
` [LTP] [PATCH 4/5] mremap: Define _GNU_SOURCE to get MREMAP_MAYMOVE on MUSL
` [LTP] [PATCH 5/5] mallopt: Test only on glibc

[PATCH] mkfs: Round down log device size if aligned value is larger than device size
 2019-03-18 15:57 UTC  (2+ messages)

[PATCH 0/4] da9063: convert to SPDX
 2019-03-18 15:57 UTC  (5+ messages)
` [PATCH 1/4] mfd: da9063: convert headers "
` [PATCH 2/4] regulator: da9063: convert header "
` [PATCH 3/4] input: da9063_onkey: "
` [PATCH 4/4] rtc: da9063: "

Debugging 3D sensor on Lenovo YOGA 700-11ISK
 2019-03-18 15:57 UTC  (6+ messages)

[PATCH v2 00/14] Add support for Hygon Dhyana Family 18h processor
 2019-03-18 15:51 UTC  (6+ messages)
` [PATCH v2 02/14] x86/cpu/mtrr: Add Hygon Dhyana support to get TOP_MEM2

[U-Boot] [V3 1/3] sunxi: Fix A33 memory initialization
 2019-03-18 15:56 UTC  (3+ messages)
` [U-Boot] [V4 3/3] sunxi: Use clrsetbits_le32 instead of multiple instruction

[PATCH 1/1] ipu3-cio2: Set CSI-2 receiver sub-device entity function
 2019-03-18 15:55 UTC 

[PATCH v1 1/1] trace2: NULL is not allowed for va_list
 2019-03-18 15:54 UTC  (3+ messages)

[PATCH] firmware: vpd: Drop __iomem usage for memremap() memory
 2019-03-18 15:54 UTC 

[PATCH 00/25] objtool: UACCESS validation v4
 2019-03-18 15:39 UTC  (26+ messages)
` [PATCH 01/25] x86: Make SMAP 64-bit only
` [PATCH 02/25] tracing: Improve "if" macro code generation
` [PATCH 03/25] x86/ia32: Fix ia32_restore_sigcontext AC leak
` [PATCH 04/25] i915,uaccess: Fix redundant CLAC
` [PATCH 05/25] x86/uaccess: Move copy_user_handle_tail into asm
` [PATCH 06/25] x86/uaccess: Fix up the fixup
` [PATCH 07/25] x86/nospec,objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVE
` [PATCH 08/25] x86/uaccess,xen: Suppress SMAP warnings
` [PATCH 09/25] x86/uaccess: Always inline user_access_begin()
` [PATCH 10/25] x86/uaccess,signal: Fix AC=1 bloat
` [PATCH 11/25] x86/uaccess: Introduce user_access_{save,restore}()
` [PATCH 12/25] x86/smap: Ditch __stringify()
` [PATCH 13/25] x86/uaccess,kasan: Fix KASAN vs SMAP
` [PATCH 14/25] x86/uaccess,ubsan: Fix UBSAN "
` [PATCH 15/25] x86/uaccess,ftrace: Fix ftrace_likely_update() "
` [PATCH 16/25] x86/uaccess,kcov: Disable stack protector
` [PATCH 17/25] objtool: Set insn->func for alternatives
` [PATCH 18/25] objtool: Handle function aliases
` [PATCH 19/25] objtool: Rewrite add_ignores()
` [PATCH 20/25] objtool: Add --backtrace support
` [PATCH 21/25] objtool: Rewrite alt->skip_orig
` [PATCH 22/25] objtool: Fix sibling call detection
` [PATCH 23/25] objtool: Add UACCESS validation
` [PATCH 24/25] objtool: uaccess PUSHF/POPF support
` [PATCH 25/25] objtool: Add Direction Flag validation

[PATCH] usb: usb251xb: Remove unnecessary comparison of unsigned integer with >= 0
 2019-03-18 15:46 UTC  (4+ messages)
    `  "

[PATCH 0/3] multi-pack-index: fix verify on large repos
 2019-03-18 15:53 UTC  (3+ messages)
` [PATCH 2/3] midx: verify: group objects by packfile to speed up object verification

[PATCH 0/8]: blk-mq: use static_rqs to iterate busy tags
 2019-03-18 15:53 UTC  (6+ messages)
` [PATCH 2/8] blk-mq: change the method of iterating busy tags of a request_queue

[RFC PATCH net-next 0/3] RTNL: Add link-down reason reporting
 2019-03-18 15:52 UTC  (6+ messages)
` [RFC PATCH net-next 1/3] net: rtnetlink: Add link-down reason to RTNL messages

[PATCH v3 bpf] bpf: Try harder when allocating memory for large maps
 2019-03-18 15:52 UTC  (3+ messages)

[PATCH] drm/sun4i: hdmi: add support for ddc-i2c-bus property
 2019-03-18 15:50 UTC  (7+ messages)

[PATCH v4 00/10] TEE mediator (and OP-TEE) support in XEN
 2019-03-18 15:50 UTC  (5+ messages)
` [PATCH v4 09/10] tools/arm: tee: add "tee" option for xl.cfg
` [PATCH v4 10/10] tools/arm: optee: create optee firmware node in DT if tee=native

Kernel 5.0 regression in /dev/tpm0 access
 2019-03-18 15:50 UTC  (8+ messages)

[PATCH 1/3] drm/i915: Split Pineview device info into desktop and mobile
 2019-03-18 15:50 UTC  (3+ messages)

[PATCH 0/6] mfd: da9063: remove platform_data
 2019-03-18 15:47 UTC  (7+ messages)
` [PATCH 1/6] regulator: da9063: remove platform_data support
` [PATCH 2/6] input: da9063_onkey: "
` [PATCH 3/6] mfd: da9063: "
` [PATCH 4/6] regulator: da9063: move definitions out of a header into the driver
` [PATCH 5/6] mfd: da9063: remove leftover platform_data definitions
` [PATCH 6/6] regulator: da9063: platform_data is gone, depend on OF

For do_rootfs - basehash changed from 17... to 94... Variable TIME changed
 2019-03-18 15:48 UTC 

[RFC 0/5] media: Implement negotiation of CSI-2 data lanes
 2019-03-18 15:29 UTC  (5+ messages)
` [RFC 1/5] v4l: subdev: Add MIPI CSI-2 PHY to frame desc

[U-Boot] i.MX6 Code Consolidation suggestion/question
 2019-03-18 15:47 UTC  (4+ messages)

[PATCH v5 0/2] media: cedrus: Add H264 decoding support
 2019-03-18 15:47 UTC  (7+ messages)
` [PATCH v5 1/2] media: uapi: Add H264 low-level decoder API compound controls

[OE-core][PATCH] nodejs: fix target ldflags using
 2019-03-18 15:47 UTC  (2+ messages)
` [OE-core][PATCH v2] "

[PATCH v1 1/4] xen: add hypercall for getting parameters at runtime
 2019-03-18 15:44 UTC 

[PATCH 0/3] Couple of coverity fixes
 2019-03-18 15:45 UTC  (4+ messages)
` [PATCH 1/3] btrfs: Remove unused -EIO assignment in end_bio_extent_readpage
` [PATCH 2/3] btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks
` [PATCH 3/3] btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block_rsv_size

[PATCH v3] drm/rockchip: vop: Support dithering to RGB666
 2019-03-18 15:44 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] PCI: pciehp: Don't wait for Command Completed if this interrupt is disabled
 2019-03-18 15:42 UTC  (3+ messages)

[PATCH net 0/3] s390/qeth: fixes 2019-03-18
 2019-03-18 15:40 UTC  (8+ messages)
` [PATCH net 1/3] s390/qeth: don't erase configuration while probing
` [PATCH net 2/3] s390/qeth: fix race when initializing the IP address table
` [PATCH net 3/3] s390/qeth: be drop monitor friendly

[PATCH] xtables-legacy: add missing config.h include
 2019-03-18 15:42 UTC  (2+ messages)

[RFC][PATCH 03/16] sched: Wrap rq::lock access
 2019-03-18 15:41 UTC  (2+ messages)

[PATCH] unpack-trees: fix oneway_merge accidentally carry over stage index
 2019-03-18 15:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/6] dm snapshot: Improve performance using a more fine-grained locking scheme
 2019-03-18 15:41 UTC  (3+ messages)
` [PATCH v3 2/6] list_bl: Add hlist_bl_add_before/behind helpers


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.