All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-30 13:48:33 to 2018-03-30 15:08:06 UTC [more...]

aio poll and a new in-kernel poll API V9
 2018-03-30 15:08 UTC  (35+ 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: "

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  (29+ 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 11/24] drm/tegra: Remove duplicate framebuffer num_planes
  ` [PATCH 12/24] drm/tegra: Move GEM BOs to drm_framebuffer
  ` [PATCH 13/24] drm/tegra: tegra_fb -> drm_framebuffer
  ` [PATCH 14/24] drm/tegra: Move fbdev unmap special case
  ` [PATCH 15/24] drm/tegra: Use drm_gem_fb_destroy
  ` [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

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

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

[PATCH v2 1/2] trace: Default to using trace_global_clock if sched_clock is unstable
 2018-03-30 15:01 UTC  (2+ messages)
` [PATCH v2 2/2] trace: Mention trace_clock=global when warning about unstable clocks

[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] io: prevent compiler reordering on the default writeX() implementation
 2018-03-30 14:46 UTC  (4+ messages)

[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  (6+ 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  (5+ 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  (13+ messages)
` [PATCH 1/9] git_config_set: fix off-by-two
` [PATCH 8/9] git_config_set: use do_config_from_file() directly

[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)

[U-Boot] [PATCH] dm: pcie: designware: add correct ATU handling
 2018-03-30 14:11 UTC  (2+ messages)

[U-Boot] [PATCH] arm64: mvebu: a8k: Add distro boot support
 2018-03-30 14:10 UTC  (2+ messages)

[U-Boot] [PATCH] kwbimage: Fix out of bounds access
 2018-03-30 14:09 UTC  (2+ messages)

[cip-dev] CIP in the News
 2018-03-30 14:09 UTC  (4+ messages)
` [cip-dev] [cip-members] "

[U-Boot] [PATCH 0/5] *** SUBJECT HERE ***
 2018-03-30 14:09 UTC  (3+ messages)
` [U-Boot] [PATCH 1/5] arm64: a37xx: populate pcie memory region

[U-Boot] [PATCH 00/13] *** SUBJECT HERE ***
 2018-03-30 14:08 UTC  (3+ messages)
` [U-Boot] [PATCH 01/13] arm64: a37xx: dts: add gpio head file including

[PATCH net-next] MAINTAINERS: update vmxnet3 driver maintainer
 2018-03-30 14:05 UTC  (2+ messages)

[PATCH v4 0/4] worktree: teach "add" to check out existing branches
 2018-03-30 14:08 UTC  (13+ messages)
` [PATCH v5 0/6] "
  ` [PATCH v5 2/6] worktree: be clearer when "add" dwim-ery kicks in
  ` [PATCH v5 3/6] worktree: remove force_new_branch from struct add_opts
  ` [PATCH v5 5/6] worktree: teach "add" to check out existing branches

[PATCH net-next v2 0/3] net: Broadcom drivers coalescing fixes
 2018-03-30 14:04 UTC  (2+ messages)

[wireless-regdb] Update regulatory rules for Panama (PA) on 2.4 and 5 GHz
 2018-03-30 13:59 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/3] package/python-numpy: add host variant for piglit
 2018-03-30 14:01 UTC  (5+ messages)
` [Buildroot] [PATCH v2 2/3] package/waffle: new package
` [Buildroot] [PATCH v2 3/3] package/piglit: "

[Qemu-devel] [PATCH] linux-user: call cpu_copy under clone_lock
 2018-03-30 14:00 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: update entry for ARM/berlin
 2018-03-30 13:59 UTC  (3+ messages)

[PATCH net-next] net: Call add/kill vid ndo on vlan filter feature toggling
 2018-03-30 13:59 UTC  (2+ messages)

[PATCH 3/3] iio:dac:ad5686: Add AD5671R/75R/94/94R/95R/96/96R support
 2018-03-30 13:56 UTC  (2+ messages)

[PATCH 1/3] iio:dac:ad5686: Style fixes no functional changes
 2018-03-30 13:55 UTC  (4+ messages)
` [PATCH 2/3] iio:dac:ad5686: Add AD5672R/AD5676/AD5676R/AD5684R/AD5685R/AD5686R support

[RFC 0/3] Add support for memcpy_mcsafe
 2018-03-30 13:55 UTC  (4+ messages)
` [RFC 1/3] powerpc/mce: Bug fixes for MCE handling in kernel space
` [RFC 2/3] powerpc/memcpy: Add memcpy_mcsafe for pmem
` [RFC 3/3] powerpc/mce: Handle memcpy_mcsafe

[PATCH] tipc: avoid possible string overflow
 2018-03-30 13:54 UTC  (2+ messages)

[PATCH] builtin/config.c: prefer `--type=bool` over `--bool`, etc
 2018-03-30 13:53 UTC  (7+ messages)
` [PATCH v2 1/2] builtin/config.c: treat type specifiers singularly
  ` [PATCH v2 2/2] builtin/config.c: prefer `--type=bool` over `--bool`, etc

[PATCH net-next] cxgb4: fix error return code in adap_init0()
 2018-03-30 13:52 UTC  (3+ messages)

[PATCH/RFT v2 0/3] thermal: add support for r8a77995
 2018-03-30 13:49 UTC  (2+ messages)

[GIT PULL] Ceph fix for 4.16-rc8
 2018-03-30 13:48 UTC 

[Bug 105170] Radeon R9 Nano failed testing IB on GFX ring (-110). [amd64, kernel 4.15.4]
 2018-03-30 13:48 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.