All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-20 02:14:21 to 2018-02-20 05:22:23 UTC [more...]

[PATCH v9 07/11] media: i2c: ov772x: Support frame interval handling
 2018-02-20  5:22 UTC  (10+ messages)
` [RFC PATCH] media: i2c: ov772x: ov772x_frame_intervals[] can be static

[virtio-dev] [PATCH v2 0/1] Disk caches in VirtIO Balloon driver stats
 2018-02-20  5:11 UTC  (8+ messages)
` [virtio-dev] [PATCH v2 1/1] virtio-balloon: include statistics of disk/file caches
  ` [virtio-dev] "
    ` [virtio-dev] Re: [Qemu-devel] "
            `  "

[dm-crypt] Mutithread Support
 2018-02-20  5:04 UTC  (2+ messages)

[virtio-dev] [PATCH] docs: document virtio-balloon stats
 2018-02-20  4:59 UTC  (3+ messages)
` [Qemu-devel] "
  ` [virtio-dev] "

[PATCH v7 0/7] Address error and recovery for AER and DPC
 2018-02-20  4:57 UTC  (2+ messages)

[PATCH 1/2] xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handling
 2018-02-20  4:56 UTC  (5+ messages)

[PATCH] makedumpfile/arm64: Add '--mem-usage' support
 2018-02-20  4:55 UTC  (2+ messages)

[RFCv4 00/21] Request API
 2018-02-20  4:54 UTC  (23+ messages)
` [RFCv4 01/21] media: add request API core and UAPI
` [RFCv4 02/21] v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_dev
` [RFCv4 03/21] v4l2-ctrls: prepare internal structs for request API
` [RFCv4 04/21] v4l2-ctrls: add core "
` [RFCv4 05/21] v4l2-ctrls: use ref in helper instead of ctrl
` [RFCv4 06/21] v4l2-ctrls: support g/s_ext_ctrls for requests
` [RFCv4 07/21] v4l2-ctrls: add v4l2_ctrl_request_setup
` [RFCv4 08/21] [WAR] v4l2-ctrls: do not clone non-standard controls
` [RFCv4 09/21] v4l2: add request API support
` [RFCv4 10/21] videodev2.h: Add request_fd field to v4l2_buffer
` [RFCv4 11/21] media: v4l2_fh: add request entity field
` [RFCv4 12/21] media: videobuf2: add support for requests
` [RFCv4 13/21] media: videobuf2-v4l2: "
` [RFCv4 14/21] videodev2.h: add request_fd field to v4l2_ext_controls
` [RFCv4 15/21] v4l2-ctrls: support requests in EXT_CTRLS ioctls
` [RFCv4 16/21] v4l2: video_device: support for creating requests
` [RFCv4 17/21] media: mem2mem: support for requests
` [RFCv4 18/21] Documentation: v4l: document request API
` [RFCv4 19/21] media: vim2m: add request support
` [RFCv4 20/21] media: vivid: add request support for the video capture device
` [RFCv4 21/21] [WIP] media: media-device: support for creating requests

[Bug 104194] HDMI with RX460 not working on linux 4.15-rc2 with DC enabled and linux-amd-staging-drm-next
 2018-02-20  4:49 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/11] macio: remove legacy macio_init() function
 2018-02-20  4:42 UTC  (18+ messages)
` [Qemu-devel] [PATCH 01/11] macio: embed DBDMA device directly within macio
` [Qemu-devel] [PATCH 02/11] macio: move ESCC device within the macio device
` [Qemu-devel] [PATCH 03/11] heathrow: QOMify heathrow PIC
` [Qemu-devel] [PATCH 04/11] heathrow: convert to trace-events
` [Qemu-devel] [PATCH 05/11] heathrow: change heathrow_pic_init() to return the heathrow device
` [Qemu-devel] [PATCH 06/11] macio: move macio related structures and defines into separate macio.h file
` [Qemu-devel] [PATCH 07/11] mac_oldworld: use object link to pass heathrow PIC object to macio

cron job: media_tree daily build: ABI WARNING
 2018-02-20  4:44 UTC 

[PATCH 00/12] Major code reorganization to make all i2c transfers working
 2018-02-20  4:32 UTC  (5+ messages)
` [PATCH 11/12] i2c: qup: reorganization of driver code to remove polling for qup v1

[GIT PULL] exynos-drm-fixes
 2018-02-20  4:25 UTC 

[PATCH linux dev-4.13 00/16] Locking fixes for FSI, SBEFIFO, OCC
 2018-02-20  4:18 UTC  (17+ messages)
` [PATCH linux dev-4.13 01/16] dts: fsi: Make OCC description match expected hierarchy
` [PATCH linux dev-4.13 02/16] hwmon (p9_sbe): Initialise device spin lock
` [PATCH linux dev-4.13 03/16] fsi: sbefifo: Rename sbefifo_release_client() for consistency
` [PATCH linux dev-4.13 04/16] fsi: sbefifo: Add tracing of transfers
` [PATCH linux dev-4.13 05/16] fsi: gpio: Trace busy count
` [PATCH linux dev-4.13 06/16] fsi: occ: Add tracepoints
` [PATCH linux dev-4.13 07/16] fsi: sbefifo: don't delete canceled xfrs in write
` [PATCH linux dev-4.13 08/16] hwmon (p9_sbe): Rename context variable
` [PATCH linux dev-4.13 09/16] hwmon (p9_sbe): Rename lock member of struct p9_sbe_occ
` [PATCH linux dev-4.13 10/16] hwmon (p9_sbe): Convert client_lock from a spinlock to a mutex
` [PATCH linux dev-4.13 11/16] hwmon (p9_sbe): Add static key to satisfy lockdep
` [PATCH linux dev-4.13 12/16] fsi: sbefifo: Avoid using a timer to drive FIFO transfers
` [PATCH linux dev-4.13 13/16] fsi: sbefifo: Switch to mutex in work function
` [PATCH linux dev-4.13 14/16] fsi: sbefifo: Switch list_lock from spinlock to mutex
` [PATCH linux dev-4.13 15/16] fsi: gpio: Remove unused 'id' variable
` [PATCH linux dev-4.13 16/16] fsi: gpio: Use a mutex to protect transfers

[PATCH 00/21] staging: assorted lustre clean-up
 2018-02-20  4:18 UTC  (46+ messages)
` [lustre-devel] "
` [PATCH 04/21] staging: lustre: remove unnecessary cfs_block_allsigs() calls
  ` [lustre-devel] "
` [PATCH 10/21] staging: lustre: discard lu_buf allocation library
  ` [lustre-devel] "
` [PATCH 05/21] staging: lustre: lnet: remove cfs_block_allsigs calls
  ` [lustre-devel] "
` [PATCH 01/21] staging: lustre: replace all CFS_CAP_* macros with CAP_*
  ` [lustre-devel] "
` [PATCH 06/21] staging: lustre: simplify linux-prim.c
  ` [lustre-devel] "
` [PATCH 12/21] staging: lustre: discard libcfs_kvzalloc and linux-mem.c
  ` [lustre-devel] "
` [PATCH 02/21] staging: lustre: opencode cfs_cap_{raise, lower, raised}
  ` [lustre-devel] "
` [PATCH 07/21] staging: lustre: improve API and implementation of blocking signals
  ` [lustre-devel] "
` [PATCH 11/21] staging: lustre: improve some libcfs_kvzalloc calls
  ` [lustre-devel] "
` [PATCH 08/21] staging: lustre: make signal-blocking functions inline
  ` [lustre-devel] "
` [PATCH 03/21] staging: lustre: remove linux-curproc.c
  ` [lustre-devel] "
` [PATCH 09/21] staging: lustre: discard libcfs_kvzalloc_cpt()
  ` [lustre-devel] "
` [PATCH 20/21] staging: lustre: fid: perform sanity checks before commiting
  ` [lustre-devel] "
` [PATCH 17/21] staging: lustre: fid: use wait_event_cmd()
  ` [lustre-devel] "
` [PATCH 21/21] staging: lustre: socklnd: simplify ksnc_rx_iov_space
  ` [lustre-devel] "
` [PATCH 13/21] staging: lustre: remove phantom struct cfs_crypto_hash_desc
  ` [lustre-devel] "
` [PATCH 14/21] staging: lustre: fix assorted checkpatch errors
  ` [lustre-devel] "
` [PATCH 19/21] staging: lustre: fid: fix up debugfs access to ->lcs_space
  ` [lustre-devel] "
` [PATCH 18/21] staging: lustre: fid: remove seq_fid_alloc_fini() and simplify
  ` [lustre-devel] "
` [PATCH 16/21] staging: lustre: fid: convert lcs_mutex to a spinlock
  ` [lustre-devel] "
` [PATCH 15/21] staging: lustre: ptlrpc: list_for_each improvements
  ` [lustre-devel] "

[U-Boot] [ANN] v2018.03-rc3 delayed a day
 2018-02-20  4:16 UTC 

[PATCH net 2/4] net/8390: Fix msg_enable patch snafu
 2018-02-20  4:15 UTC  (6+ messages)

[PATCH iproute2-next] ip link: add support to display extended tun attributes
 2018-02-20  4:09 UTC  (3+ messages)

[PATCH V5] cxl: Fix timebase synchronization status on P9
 2018-02-20  4:07 UTC  (2+ messages)

[PATCH linux dev-4.13] clk: aspeed: Update to upstream to avoid schedule()ing from atomic context
 2018-02-20  4:03 UTC 

[U-Boot] Please pull u-boot-dm
 2018-02-20  4:00 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-ubi/master
 2018-02-20  4:00 UTC  (2+ messages)

[U-Boot] [PATCH v2] vexpress: Sign up as maintainer
 2018-02-20  4:00 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-sh/master
 2018-02-20  4:00 UTC  (2+ messages)

[RFC PATCH 00/12] Deal with TM on kernel entry and exit
 2018-02-20  3:59 UTC  (13+ messages)
` [RFC PATCH 05/12] [WIP] powerpc/tm: Reclaim/recheckpoint on entry/exit
` [RFC PATCH 06/12] [WIP] powerpc/tm: Remove dead code from __switch_to_tm()
` [RFC PATCH 10/12] [WIP] powerpc/tm: Correctly save/restore checkpointed sprs
` [RFC PATCH 12/12] [WIP] selftests/powerpc: Remove incorrect tm-syscall selftest

[U-Boot] [GIT PULL ] Please pull u-boot-mmc master
 2018-02-20  3:57 UTC 

[PATCH 00/31 v2] PTI support for x86_32
 2018-02-20  3:45 UTC 

Is there any way to "interrupt" a rebase?
 2018-02-20  3:50 UTC  (2+ messages)

[v7 4/8] rsi: add coex support
 2018-02-20  3:49 UTC  (2+ messages)

[layerindex-web][PATCH 1/6] update.py: fix Ctrl+C behaviour
 2018-02-20  3:45 UTC  (6+ messages)
` [layerindex-web][PATCH 2/6] Add statistics page
` [layerindex-web][PATCH 3/6] Show layer description with newlines in layer detail
` [layerindex-web][PATCH 4/6] requirements.txt: add missing dependencies
` [layerindex-web][PATCH 5/6] requirements.txt: update some dependency versions
` [layerindex-web][PATCH 6/6] README: update "

[PATCHv2 0/3] ieee802154: Add support for NXP MCR20A
 2018-02-20  3:44 UTC  (9+ messages)
` [PATCHv2 3/3] ieee802154: Add MCR20A IEEE 802.15.4 device driver

[PATCH] xfs: Fix "use after free" of intent items
 2018-02-20  3:38 UTC 

[PATCH] mm: zsmalloc: Replace return type int with bool
 2018-02-20  3:37 UTC  (3+ messages)
` [PATCH] mm: zsmalloc: fix boolreturn.cocci warnings

[PATCH v9 03/11] media: platform: Add Renesas CEU driver
 2018-02-20  3:35 UTC  (4+ messages)

[PATCH v3 0/7] Add SMP support on sun8i-a83t
 2018-02-20  3:32 UTC  (5+ messages)
` [PATCH v3 1/7] ARM: sun8i: smp: Add support for A83T

[Qemu-devel] [PATCH v3 0/2] Sam460ex emulation
 2018-02-20  2:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 2/2] ppc: Add aCube Sam460ex board

[RFC PATCH V2 00/22] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling
 2018-02-20  3:21 UTC  (11+ messages)
` [RFC PATCH V2 06/22] x86/intel_rdt: Create pseudo-locked regions
` [RFC PATCH V2 11/22] x86/intel_rdt: Associate pseudo-locked regions with its domain

[Fuego] [PATCH] Move fuego-ro/core to image during build and keep core as submodule
 2018-02-20  3:20 UTC  (3+ messages)

[PATCH] ARM: sunxi: Fix multi-cluster SMP support compilation in multi v6/v7 configs
 2018-02-20  3:17 UTC  (4+ messages)

[PATCH] clk: sunxi-ng: a31: Fix CLK_OUT_* clock ops
 2018-02-20  3:17 UTC  (4+ messages)

[Qemu-devel] [Bug 1734810] Re: Windows guest virtual PC running abnormally slow
 2018-02-20  3:04 UTC 

[PATCH] staging: vt6655: remove additional blank line
 2018-02-20  3:06 UTC  (3+ messages)
` [Outreachy kernel] "

[Fuego] [PATCH] Fuego Release Test Repository
 2018-02-20  3:06 UTC  (8+ messages)

[PATCH v2] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
 2018-02-20  2:59 UTC  (3+ messages)

[PATCH v2 1/9] lib/test_printf: Mark big constant with ULL
 2018-02-20  2:57 UTC  (3+ messages)
` [PATCH v2 7/9] lib/vsprintf: Replace space with '_' before crng is ready
  ` [此邮件可能存在风险] "

[PATCH v3] ACPI / tables: Add IORT to injectable table list
 2018-02-20  2:52 UTC  (5+ messages)
  `  "

[rocko/master][PATCH] layer.conf: add truncate to HOSTTOOLS list for SECDEV
 2018-02-20  2:52 UTC 

[PATCH] drm/i915: Enable VBT based BL control for DP (v3)
 2018-02-20  2:46 UTC 

[Intel-gfx] [PATCH igt 1/2] igt/gem_sync: Exercise and measure idle requests
 2018-02-20  2:44 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: warning for series starting with [1/2] "

linux-next: Tree for Feb 20
 2018-02-20  2:44 UTC 

[seabios test] 119648: regressions - FAIL
 2018-02-20  2:41 UTC 

[Buildroot] [git commit branch/next] package/sqlite: bump version to 3220000 (3.22.0)
 2018-02-20  2:40 UTC  (2+ messages)

[PATCH 3/7] ext4: shutdown should not prevent get_write_access
 2018-02-20  2:30 UTC  (5+ messages)
` [PATCH 4/7] ext4: eliminate sleep from shutdown ioctl
` [PATCH 5/7] ext4: pass -ESHUTDOWN code to jbd2 layer
` [PATCH 6/7] jbd2: if the journal is aborted then don't allow update of the log tail
` [PATCH 7/7] ext4: don't update checksum of new initialized bitmaps

[PATCH] slab: fix /proc/slabinfo alignment
 2018-02-20  2:29 UTC 

[PATCH net-next RFC 0/2] Convert OKI PCH GBE to mdiobus and phylib
 2018-02-20  2:28 UTC  (3+ messages)
` [PATCH net-next RFC 1/2] net: phy: at803x: Export at803x_debug_reg_mask()
` [PATCH net-next RFC 2/2] net: ethernet: pch_gbe: Convert to mdiobus and phylib

[Qemu-devel] [PATCHv2 0/2] target/sh4: translator loop conversion
 2018-02-20  2:26 UTC  (3+ messages)
` [Qemu-devel] [PATCHv2 1/2] translator: merge max_insns into DisasContextBase
` [Qemu-devel] [PATCHv2 2/2] target/sh4: convert to TranslatorOps

[Bug 105170] Radeon R9 Nano failed testing IB on GFX ring (-110). [amd64, kernel 4.15.4]
 2018-02-20  2:15 UTC  (3+ messages)

[RFC PATCH v3 0/3] Safe, dynamically loadable LSM hooks
 2018-02-20  2:14 UTC  (5+ messages)
` [RFC PATCH v3 2/3] security: Expose a mechanism to load lsm hooks dynamically at runtime
` [RFC PATCH v3 3/3] security: Add an example sample dynamic LSM


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.