driverdev-devel.linuxdriverproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-13 04:46:36 to 2019-08-18 10:52:58 UTC [more...]

[PATCH] staging: erofs: fix an error handling in erofs_readdir()
 2019-08-18 10:52 UTC  (13+ messages)
` [PATCH v2] "
          ` [PATCH v3 RESEND] "
                ` [PATCH v3 RESEND] staging: erofs: fix an error handling in erofs_readdir()y

[PATCH] staging: erofs: refuse to mount images with malformed volume name
 2019-08-18 10:28 UTC 

[PATCH] erofs: move erofs out of staging
 2019-08-18 10:12 UTC  (14+ messages)

[PATCH v2 4/6] dt: bindings: add mt7621-pll dt binding documentation
 2019-08-18 10:07 UTC  (14+ messages)

[GIT PULL] Staging/IIO driver fixes for 5.3-rc5
 2019-08-18  8:57 UTC 

[PATCH] staging: android: Remove ion device tree bindings from the TODO
 2019-08-18  6:31 UTC  (4+ messages)

Independent Financial Consultant**&
 2019-08-17 21:49 UTC 

[PATCH] Staging: speakup: spk_types: fixed an unnamed parameter style issue
 2019-08-17 17:44 UTC  (3+ messages)

[PATCH] staging: gasket: Remove unnecessary line-breaks in function signatures
 2019-08-16 21:37 UTC 

In good faith
 2019-08-16 16:46 UTC 

[RFC PATCH 00/15] acrn: add the ACRN driver module
 2019-08-16 13:39 UTC  (24+ messages)
` [RFC PATCH 01/15] x86/acrn: Report X2APIC for ACRN guest
` [RFC PATCH 02/15] x86/acrn: Add two APIs to add/remove driver-specific upcall ISR handler
` [RFC PATCH 03/15] x86/acrn: Add hypercall for ACRN guest
` [RFC PATCH 04/15] drivers/acrn: add the basic framework of acrn char device driver
` [RFC PATCH 05/15] drivers/acrn: add driver-specific hypercall for ACRN_HSM
` [RFC PATCH 06/15] drivers/acrn: add the support of querying ACRN api version
` [RFC PATCH 07/15] drivers/acrn: add acrn vm/vcpu management for ACRN_HSM char device
` [RFC PATCH 08/15] drivers/acrn: add VM memory management for ACRN "
` [RFC PATCH 09/15] drivers/acrn: add passthrough device support
` [RFC PATCH 10/15] drivers/acrn: add interrupt injection support
` [RFC PATCH 11/15] drivers/acrn: add the support of handling emulated ioreq
` [RFC PATCH 12/15] drivers/acrn: add driver-specific IRQ handle to dispatch IO_REQ request
` [RFC PATCH 13/15] drivers/acrn: add service to obtain Power data transition
` [RFC PATCH 14/15] drivers/acrn: add the support of irqfd and eventfd
` [RFC PATCH 15/15] drivers/acrn: add the support of offline SOS cpu

[PATCH 0/2] Use ccm(aes) aead transform in staging drivers
 2019-08-16  8:31 UTC  (4+ messages)
` [PATCH 1/2] staging: rtl8192u: ieee80211: ieee80211_crypt_ccmp.c: Use crypto API ccm(aes)
` [PATCH 2/2] staging: rtl8192e: rtllib_crypt_ccmp.c: "

[PATCH] staging: erofs: use common file type conversion
 2019-08-16  7:25 UTC  (2+ messages)

[PATCH 04/22] media: Move v4l2_fwnode_parse_link from v4l2 to driver base
 2019-08-15 19:56 UTC  (9+ messages)

[PATCH v8 00/24] erofs: promote erofs from staging v8
 2019-08-15 17:04 UTC  (30+ messages)
` [PATCH v8 01/24] erofs: add on-disk layout
` [PATCH v8 02/24] erofs: add erofs in-memory stuffs
` [PATCH v8 03/24] erofs: add super block operations
` [PATCH v8 04/24] erofs: add raw address_space operations
` [PATCH v8 05/24] erofs: add inode operations
` [PATCH v8 06/24] erofs: support special inode
` [PATCH v8 07/24] erofs: add directory operations
` [PATCH v8 08/24] erofs: add namei functions
` [PATCH v8 09/24] erofs: support tracepoint
` [PATCH v8 10/24] erofs: update Kconfig and Makefile
` [PATCH v8 11/24] erofs: introduce xattr & posixacl support
` [PATCH v8 12/24] erofs: introduce tagged pointer
` [PATCH v8 13/24] erofs: add compression indexes support
` [PATCH v8 14/24] erofs: introduce superblock registration
` [PATCH v8 15/24] erofs: introduce erofs shrinker
` [PATCH v8 16/24] erofs: introduce workstation for decompression
` [PATCH v8 17/24] erofs: introduce per-CPU buffers implementation
` [PATCH v8 18/24] erofs: introduce pagevec for decompression subsystem
` [PATCH v8 19/24] erofs: add erofs_allocpage()
` [PATCH v8 20/24] erofs: introduce generic decompression backend
` [PATCH v8 21/24] erofs: introduce LZ4 decompression inplace
` [PATCH v8 22/24] erofs: introduce the decompression frontend
` [PATCH v8 23/24] erofs: introduce cached decompression
` [PATCH v8 24/24] erofs: add document

[PATCH v3 0/2] Add default binderfs devices
 2019-08-15 16:31 UTC  (7+ messages)
` [PATCH v3 1/2] binder: Add default binder devices through binderfs when configured
` [PATCH v3 2/2] binder: Validate the default binderfs device names

[PATCH v2] staging: drivers: rtl8712: removing unnecessary parenthesis
 2019-08-15 15:51 UTC  (2+ messages)

[PATCH] staging: comedi: usbduxsigma: remove redundant assignment to variable fx2delay
 2019-08-15 12:34 UTC  (2+ messages)

[PATCH] staging: sm750fb: fix odd license text
 2019-08-15 12:30 UTC 

static analysis bug report in drivers/staging/iio/dac/ad5380.c
 2019-08-15 11:40 UTC  (2+ messages)

[PATCH] staging: rtl8192u: fix up indentation of a statement
 2019-08-15  8:40 UTC 

[PATCH v7 00/24] erofs: promote erofs from staging
 2019-08-15  7:25 UTC  (30+ messages)
` [PATCH v7 01/24] erofs: add on-disk layout
` [PATCH v7 02/24] erofs: add erofs in-memory stuffs
` [PATCH v7 03/24] erofs: add super block operations
` [PATCH v7 04/24] erofs: add raw address_space operations
` [PATCH v7 05/24] erofs: add inode operations
` [PATCH v7 06/24] erofs: support special inode
` [PATCH v7 07/24] erofs: add directory operations
` [PATCH v7 08/24] erofs: add namei functions
` [PATCH v7 09/24] erofs: support tracepoint
` [PATCH v7 10/24] erofs: update Kconfig and Makefile
` [PATCH v7 11/24] erofs: introduce xattr & posixacl support
` [PATCH v7 12/24] erofs: introduce tagged pointer
` [PATCH v7 13/24] erofs: add compression indexes support
` [PATCH v7 14/24] erofs: introduce superblock registration
` [PATCH v7 15/24] erofs: introduce erofs shrinker
` [PATCH v7 16/24] erofs: introduce workstation for decompression
` [PATCH v7 17/24] erofs: introduce per-CPU buffers implementation
` [PATCH v7 18/24] erofs: introduce pagevec for decompression subsystem
` [PATCH v7 19/24] erofs: add erofs_allocpage()
` [PATCH v7 20/24] erofs: introduce generic decompression backend
` [PATCH v7 21/24] erofs: introduce LZ4 decompression inplace
` [PATCH v7 22/24] erofs: introduce the decompression frontend
` [PATCH v7 23/24] erofs: introduce cached decompression
` [PATCH v7 24/24] erofs: add document

[PATCH] staging: gasket: apex: Make structure apex_desc constant
 2019-08-15  5:49 UTC 

[PATCH v2 1/3] staging: erofs: introduce EFSCORRUPTED and more logs
 2019-08-15  1:31 UTC  (4+ messages)
` [PATCH v2 2/3] staging: erofs: differentiate unsupported on-disk format
` [PATCH v2 3/3] staging: erofs: correct all misused ENOTSUPP

I know you are a pedophile
 2019-08-15  1:16 UTC  (2+ messages)

[PATCH 1/2] staging: erofs: introduce EFSCORRUPTED and more logs
 2019-08-14  9:49 UTC  (7+ messages)
` [PATCH 2/2] staging: erofs: differentiate unsupported on-disk format
  ` [PATCH RESEND 1/2] staging: erofs: introduce EFSCORRUPTED and more logs
    ` [PATCH RESEND 2/2] staging: erofs: differentiate unsupported on-disk format

[PATCH v3 1/3] ARM: dts: imx6ul: Add csi node
 2019-08-14  9:42 UTC 

[BUG] removing and reinserting imx-media causes kernel to explode
 2019-08-14  9:25 UTC 

[PATCH] staging: erofs: removing an extra call to iloc() in fill_inode()
 2019-08-14  8:02 UTC  (6+ messages)

[PATCH v2] staging: iio: accel: adis16240: Improve readability on write_raw function
 2019-08-14  6:56 UTC  (2+ messages)

[PATCH AUTOSEL 5.2 041/123] Staging: fbtft: Fix GPIO handling
 2019-08-14  2:09 UTC 

[PATCH v2] PCI: PM: Move to D0 before calling pci_legacy_resume_early()
 2019-08-14  1:06 UTC  (2+ messages)

PLEASE READ CAREFULLY
 2019-08-13 20:26 UTC 

PLEASE READ CAREFULLY
 2019-08-13 20:25 UTC 

Your Quick Response
 2019-08-13 14:02 UTC 

[PATCH] staging: rtl8723bs: remove redundant assignment to ret
 2019-08-13 12:48 UTC 

[PATCH] Staging: rtl8712: rtl8712_recv: fixed 80 character length warning
 2019-08-13  6:58 UTC  (2+ messages)

[bug report] staging: wilc1000: added support to dynamically add/remove interfaces
 2019-08-13  6:25 UTC  (2+ messages)

[PATCH 1/3] staging: erofs: inline erofs_inode_is_data_compressed()
 2019-08-13  6:10 UTC  (5+ messages)
` [PATCH 3/3] staging: erofs: xattr.c: avoid BUG_ON

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-13  5:23 UTC  (3+ messages)
` [PATCH v2 15/34] staging/vc04_services: convert put_page() to put_user_page*()

[PATCH RESEND 1/4] staging: rtl8712: xmitframe_addmic(): Change return values and type
 2019-08-13  4:46 UTC  (4+ messages)
` [PATCH RESEND 2/4] staging: rtl8712: r8712_append_mpdu_unit(): Change return type
` [PATCH RESEND 3/4] staging: rtl8712: r8712_xmitframe_aggr_1st(): Change return type to void
` [PATCH RESEND 4/4] staging: rtl8712: r8712_dump_aggr_xframe(): Change "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).