All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-30 14:11:35 to 2018-03-30 15:21:24 UTC [more...]

[PATCH net] vlan: also check phy_driver ts_info for vlan's real device
 2018-03-30 15:21 UTC  (3+ messages)

[PATCH iproute2-next] json_print: fix print_uint with helper type extensions
 2018-03-30 15:02 UTC  (4+ messages)

[PATCH v2 1/2] trace: Default to using trace_global_clock if sched_clock is unstable
 2018-03-30 15:21 UTC  (5+ messages)
` [PATCH v2 2/2] trace: Mention trace_clock=global when warning about unstable clocks
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] trace: Default to using trace_global_clock if sched_clock is unstable

[PATCH 4.15 00/47] 4.15.15-stable review
 2018-03-30 15:20 UTC  (2+ messages)

[RFC 0/2] drm/vc4: Async page flip cleanup
 2018-03-30 15:20 UTC  (4+ messages)
` [RFC 1/2] drm/vc4: Handle async page flips in the atomic_commit() path
` [RFC 2/2] drm/vc4: Get rid of vc4_queue_seqno_cb() and its dependencies

[PATCH 4.14 00/43] 4.14.32-stable review
 2018-03-30 15:19 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: mx6: ddr: Add write leveling correction code
 2018-03-30 15:19 UTC  (2+ messages)

[PATCH 4.9 00/28] 4.9.92-stable review
 2018-03-30 15:19 UTC  (5+ messages)

[PATCH v3] hwmon, via-cputem: support new centaur CPUs
 2018-03-30 14:55 UTC  (2+ messages)
` [v3] "

[PATCH] vhost: fix build issue caused by unchecked returned values
 2018-03-30 15:18 UTC  (2+ messages)

[PATCH 4.4 00/20] 4.4.126-stable review
 2018-03-30 15:18 UTC  (2+ messages)

defconfig file (or fragment files) not used
 2018-03-30 15:18 UTC  (4+ messages)

[PATCH v3 0/2] net/i40e: convert to new Rx/Tx offloads API
 2018-03-30 15:18 UTC  (4+ messages)
` [PATCH v4 0/2] "

[PATCH] mm,oom: Do not unfreeze OOM victim thread
 2018-03-30 15:16 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] iotests: blacklist bochs and cloop for 205 and 208
 2018-03-30 15:17 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/3] iotests.py: improve verify_image_format helper
` [Qemu-devel] [PATCH 2/3] iotests.py: support unsupported_fmts in main()
` [Qemu-devel] [PATCH 3/3] iotests: blacklist bochs and cloop for 205 and 208
` [Qemu-devel] [PATCH for 2.12 0/3] "

[PATCH] uninative: add variables to the whitelist so that it does not re-triger recipe parsing
 2018-03-30 12:45 UTC  (2+ messages)

[PATCH v7 00/14] dax: fix dma vs truncate/hole-punch
 2018-03-30 15:16 UTC  (4+ messages)
` [PATCH v7 12/14] xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCL

[PATCH v3] ethdev: replace bus specific struct with generic dev
 2018-03-30 15:17 UTC  (2+ messages)
` [PATCH v4] "

[PATCH net-next] net: Revert net_rwsem
 2018-03-30 15:00 UTC  (3+ messages)

[PATCH v1 1/2] crypto/aesni_mb: support IPsec MUlti-buffer lib v0.49
 2018-03-30 15:16 UTC  (4+ messages)
` [PATCH v1 2/2] crypto/aesni_gcm: support IPsec Multi-buffer "

[PATCH] io: prevent compiler reordering on the default writeX() implementation
 2018-03-30 15:16 UTC  (6+ messages)

[PATCH v4 00/13] staging: typec: tcpci: move out of staging
 2018-03-30 15:15 UTC  (4+ messages)
` [v4,11/13] staging: typec: tcpci: keep the not connecting cc line open
  ` [PATCH v4 11/13] "

Survey for final decision about per-port offload API
 2018-03-30 15:13 UTC  (2+ messages)

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-03-30 15:13 UTC  (18+ messages)
` [RFC] Rebasing merges: a jorney to the ultimate solution(RoadClear)

[net-next V7 PATCH 02/16] xdp: introduce xdp_return_frame API and use in cpumap
 2018-03-30 15:12 UTC  (2+ messages)

ip6_forward / NF_HOOK and counters
 2018-03-30 15:06 UTC  (2+ messages)

[PATCH net-next v2 0/2] kernel: add support to collect hardware logs in crash recovery kernel
 2018-03-30 15:11 UTC  (5+ messages)
` [PATCH net-next v2 1/2] fs/crashdd: add API to collect hardware dump in second kernel

[PATCH libdrm 1/2] headers: Sync with drm-next
 2018-03-30 15:11 UTC  (3+ messages)

[PATCH] drm/amd/powerply: fix power reading on Fiji
 2018-03-30 15:08 UTC  (8+ messages)

[PATCH] powerpc/mm/hash: Move the slb_addr_limit check within PPC_MM_SLICES
 2018-03-30 15:07 UTC  (3+ messages)

aio poll and a new in-kernel poll API V9
 2018-03-30 15:08 UTC  (39+ messages)
` [PATCH 01/32] fs: unexport poll_schedule_timeout
` [PATCH 02/32] fs: cleanup do_pollfd
` [PATCH 03/32] fs: update documentation to mention __poll_t and match the code
` [PATCH 04/32] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 05/32] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/32] aio: simplify KIOCB_KEY handling
` [PATCH 07/32] aio: simplify cancellation
` [PATCH 08/32] aio: replace kiocb_set_cancel_fn with a cancel_kiocb file operation
` [PATCH 09/32] aio: add delayed cancel support
` [PATCH 10/32] aio: implement IOCB_CMD_POLL
` [PATCH 11/32] net: refactor socket_poll
` [PATCH 12/32] net: add support for ->poll_mask in proto_ops
` [PATCH 13/32] net: remove sock_no_poll
` [PATCH 14/32] net/tcp: convert to ->poll_mask
` [PATCH 15/32] net/unix: "
` [PATCH 16/32] net: convert datagram_poll users tp ->poll_mask
` [PATCH 17/32] net/dccp: convert to ->poll_mask
` [PATCH 18/32] net/atm: "
` [PATCH 19/32] net/vmw_vsock: "
` [PATCH 20/32] net/tipc: "
` [PATCH 21/32] net/sctp: "
` [PATCH 22/32] net/bluetooth: "
` [PATCH 23/32] net/caif: "
` [PATCH 24/32] net/nfc: "
` [PATCH 25/32] net/phonet: "
` [PATCH 26/32] net/iucv: "
` [PATCH 27/32] net/rxrpc: "
` [PATCH 28/32] crypto: af_alg: "
` [PATCH 29/32] pipe: "
` [PATCH 30/32] eventfd: switch "
` [PATCH 31/32] timerfd: convert "
` [PATCH 32/32] random: "

CONFIG_CHANGE record formats
 2018-03-30 15:07 UTC  (6+ messages)

[PATCH 0/4] Adding support to parse BERT for libnvdimm
 2018-03-30 15:04 UTC  (3+ messages)

[U-Boot] [PATCH 00/18] warp7: Enable automated OPTEE/HAB boot flow
 2018-03-30 15:05 UTC  (22+ messages)
` [U-Boot] [PATCH 01/18] imximage: Specify default IVT offset in IMX image
` [U-Boot] [PATCH 02/18] warp7: hab: Add a CSF location definition
` [U-Boot] [PATCH 03/18] warp7: hab: Set environment variable indicating HAB enable
` [U-Boot] [PATCH 04/18] warp7: defconfig: Enable OPTEE for WaRP7
` [U-Boot] [PATCH 05/18] warp7: Allocate specific region of memory to OPTEE
` [U-Boot] [PATCH 06/18] warp7: Print out the OPTEE DRAM region
` [U-Boot] [PATCH 07/18] warp7: Specify CONFIG_OPTEE_LOAD_ADDR
` [U-Boot] [PATCH 08/18] warp7: defconfig: Enable CONFIG_SECURE_BOOT
` [U-Boot] [PATCH 09/18] warp7: defconfig: Enable CONFIG_BOOTM_TEE
` [U-Boot] [PATCH 10/18] warp7: Make CONFIG_SYS_FDT_ADDR a define
` [U-Boot] [PATCH 11/18] warp7: Add Kconfig WARP7_ROOT_PART
` [U-Boot] [PATCH 12/18] warp7: select uuid partition based on rootpart
` [U-Boot] [PATCH 13/18] warp7: Define the name of a signed boot-script file
` [U-Boot] [PATCH 14/18] warp7: add warp7_auth_or_fail
` [U-Boot] [PATCH 15/18] warp7: Make load command an environment variable
` [U-Boot] [PATCH 16/18] warp7: hab: Set environment variable indicating IVT offset
` [U-Boot] [PATCH 17/18] warp7_secure: defconfig: Enable CMD_SETEXPR
` [U-Boot] [PATCH 18/18] warp7: Add support for automated secure boot.scr verification

[PATCH 00/24] drm_framebuffer boilerplate removal
 2018-03-30 15:03 UTC  (24+ messages)
` [PATCH 01/24] drm/cirrus: Place GEM BOs in drm_framebuffer
  ` [PATCH 02/24] drm/cirrus: cirrus_framebuffer -> drm_framebuffer
  ` [PATCH 03/24] drm/virtio: Place GEM BOs in drm_framebuffer
  ` [PATCH 04/24] drm/rockchip: "
  ` [PATCH 05/24] drm/rockchip: rockchip_drm_fb -> drm_framebuffer
  ` [PATCH 06/24] drm/omap: Move GEM BO to drm_framebuffer
  ` [PATCH 07/24] drm/omap: Move buffer pitch/offset "
  ` [PATCH 08/24] drm/mtk: Promote impossible internal error to WARN_ON
  ` [PATCH 09/24] drm/mtk: Move GEM BO to drm_framebuffer
  ` [PATCH 10/24] drm/mtk: mtk_drm_fb -> drm_framebuffer
  ` [PATCH 16/24] drm/exynos: Move GEM BOs to drm_framebuffer
  ` [PATCH 17/24] drm/exynos: Move dma_addr out of exynos_drm_fb
  ` [PATCH 18/24] drm/exynos: exynos_drm_fb -> drm_framebuffer
  ` [PATCH 19/24] drm/armada: Move GEM BO to drm_framebuffer
  ` [PATCH 20/24] drm/gma500: "
  ` [PATCH 21/24] drm/msm: Move GEM BOs "
  ` [PATCH 22/24] drm/radeon: Move GEM BO "
    ` [PATCH 23/24] drm/radeon: radeon_framebuffer -> drm_framebuffer
  ` [PATCH 24/24] drm/amdgpu: Move GEM BO to drm_framebuffer

Build is broken in dpdk-next-net
 2018-03-30 15:02 UTC  (10+ messages)

[PATCH net-next 0/3] Close race between {un, }register_netdevice_notifier and pernet_operations
 2018-03-30 15:01 UTC  (3+ messages)

[PATCH] drm/i915/execlists: Consistent seqno reporting in GEM_TRACE
 2018-03-30 14:59 UTC  (2+ messages)

[MPTCP] [Weekly meetings] MoM - 29th of March 2018
 2018-03-30 14:55 UTC 

[PATCH] drm/atomic: Add sanity checks to drm_atomic_helper_async_commit()
 2018-03-30 14:55 UTC 

[PATCH 0/1] fix regression in hugetlbfs overflow checking
 2018-03-30 14:54 UTC  (2+ messages)
` [PATCH v2] hugetlbfs: fix bug in pgoff "

[U-Boot] [PATCH] configs: warp7: Fix CAAM on boot with tip-of-tree
 2018-03-30 14:53 UTC  (2+ messages)

[PATCH net-next 0/8] Microsemi Ocelot switch support
 2018-03-30 14:50 UTC  (7+ messages)
` [PATCH net-next 5/8] net: mscc: Add initial "

[PATCH net-next 00/11] mlxsw: Various cleanups
 2018-03-30 14:45 UTC  (3+ messages)
` [PATCH net-next 09/11] devlink: convert occ_get op to separate registration

[Qemu-devel] [PATCH for 2.12] iotests: fix 208 for luks format
 2018-03-30 14:44 UTC 

ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Dropping frame due to full tx queue...?
 2018-03-30 14:44 UTC  (14+ messages)

[PATCH xfstests] generic/035: Override output for NFS testing
 2018-03-30 14:41 UTC  (3+ messages)

[PATCH v2] of_net: Implement of_get_nvmem_mac_address helper
 2018-03-30 14:40 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v4 "

[PATCH net-next 0/2] nfp: flower: handle MTU changes
 2018-03-30 14:39 UTC  (2+ messages)

[PATCH] trace: Default to using trace_global_clock if sched_clock is unstable
 2018-03-30 14:37 UTC  (5+ messages)

[PATCH] drm/amd/pp: Clean register first to avoid read original value
 2018-03-30 14:36 UTC  (2+ messages)

[v2] ftrace: drop a VLA in module_exists()
 2018-03-30 14:34 UTC  (2+ messages)

[PATCH net-next 0/9] devlink: Add support for region access
 2018-03-30 14:34 UTC  (6+ messages)

[PATCHv3] gpio: Remove VLA from gpiolib
 2018-03-30 14:33 UTC  (2+ messages)

[PATCH] drm/i915/selftests: Avoid repeatedly harming the same innocent context
 2018-03-30 14:33 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH 1/2] ip_pipleine: fix load balance table action
 2018-03-30 14:31 UTC  (4+ messages)
` [PATCH 2/2] ip_pipeline: add ecmp route example
` [PATCH v2 1/2] ip_pipleine: fix load balance table action
  ` [PATCH v2 2/2] ip_pipeline: add ecmp route example

[PATCH] mtd: nand: davinci: don't acquire and enable clock
 2018-03-30 14:30 UTC  (2+ messages)

[RFC PATCH v2 0/4] Eliminate zone->lock contention for will-it-scale/page_fault1 and parallel free
 2018-03-30 14:27 UTC  (4+ messages)

[PATCH 0/4] Meson clock driver
 2018-03-30 14:27 UTC  (8+ messages)
` [PATCH 3/4] clk: add Amlogic meson "
          ` [U-Boot] "

[PATCH] drm/i915: Do NOT skip the first 4k of stolen memory for pre-allocated buffers
 2018-03-30 14:26 UTC  (6+ messages)
` [Intel-gfx] "

[PATCH 2/2] iio: imu: inv_mpu6050: use set_power_itg function in i2c mux
 2018-03-30 14:26 UTC 

[net-next V7 PATCH 12/16] page_pool: refurbish version of page_pool code
 2018-03-30 14:25 UTC  (2+ messages)

[PATCH 1/2] iio: imu: inv_mpu6050: clean set_power_itg and fix usage
 2018-03-30 14:25 UTC 

Cross-compile bug: buildtools/check-experimental-syms.sh
 2018-03-30 14:22 UTC 

[PATCH v1] kernel/trace:check the val against the available mem
 2018-03-30 14:20 UTC  (2+ messages)

[PATCH 0/2] rhashtable_walk fixes
 2018-03-30 14:18 UTC  (2+ messages)

[PATCH 1/3] iio: imu: inv_mpu6050: clean set_power_itg and fix usage
 2018-03-30 14:18 UTC  (3+ messages)

[U-Boot] Please pull u-.boot-marvell/master
 2018-03-30 14:17 UTC 

[PATCH 0/9] Assorted fixes for `git config` (including the "empty sections" bug)
 2018-03-30 14:17 UTC  (7+ messages)
` [PATCH 1/9] git_config_set: fix off-by-two

[PATCH] fix typo in command value in drivers/net/phy/mdio-bitbang
 2018-03-30 14:14 UTC 

[PATCH v6 0/3] add support for Socionext SynQuacer I2C controller
 2018-03-30 14:13 UTC  (3+ messages)

[xen-unstable-smoke test] 121377: tolerable all pass - PUSHED
 2018-03-30 14:11 UTC 

[PATCH] atm: iphase: fix spelling mistake: "Receiverd" -> "Received"
 2018-03-30 14:11 UTC  (3+ messages)

[U-Boot] [PATCH] configs: clearfog: enable random random MAC address
 2018-03-30 14:11 UTC  (2+ messages)

[PATCH net-next v2 0/2] phylink: API changes
 2018-03-30 14:11 UTC  (2+ 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.