All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-17 11:21:46 to 2017-05-17 12:23:12 UTC [more...]

[PATCH 1/2] drm: replace drm_[cm]alloc* by kvmalloc alternatives
 2017-05-17 12:23 UTC  (3+ messages)
` [PATCH 2/2] drm: drop drm_[cm]alloc* helpers
  ` [PATCH 2/2 -v2] "

fsl_ifc_nand: are blank pages protected by ECC?
 2017-05-17 12:22 UTC  (18+ messages)
        ` [PATCH] nand_base: optimize checking of erased buffers
          ` [PATCH] fsl_ifc_nand: fix handing of bit flips in erased nand
        ` [PATCH] tango_nand.c: fix ecc.stats_corrected in empty flash case

[Qemu-devel] [PATCH] iotests: 147: Don't test inet6 if not available
 2017-05-17 12:21 UTC  (7+ messages)

[PATCH] ALSA: sound/isa: constify snd_kcontrol_new structures
 2017-05-17 12:20 UTC  (3+ messages)

[PATCH] net: support PPPOE in software packet type parser
 2017-05-17 12:20 UTC  (4+ messages)
` [PATCH v1] "

[patch net-next v4 00/10] net: sched: introduce multichain support for filters
 2017-05-17 12:19 UTC  (15+ messages)
` [patch net-next v4 01/10] net: sched: move tc_classify function to cls_api.c
` [patch net-next v4 02/10] net: sched: introduce tcf block infractructure
` [patch net-next v4 03/10] net: sched: rename tcf_destroy_chain helper
` [patch net-next v4 04/10] net: sched: replace nprio by a bool to make the function more readable
` [patch net-next v4 05/10] net: sched: move TC_H_MAJ macro call into tcf_auto_prio
` [patch net-next v4 06/10] net: sched: introduce helpers to work with filter chains
` [patch net-next v4 07/10] net: sched: push chain dump to a separate function

[GIT PULL] clk/samsung updates
 2017-05-17 12:19 UTC  (2+ messages)

[PATCH 0/4] mtd: mchp23k256: device tree and mchp23lcv1024
 2017-05-17 12:17 UTC  (9+ messages)
` [PATCH 1/4] mtd: mchp23k256: Add OF device ID table
` [PATCH 2/4] mtd: mchp23k256: switch to mtd_device_register()
` [PATCH 4/4] mtd: mchp23k256: Add support for mchp23lcv1024

[PATCH] sched: remove sched_find_first_bit()
 2017-05-17 12:16 UTC  (5+ messages)

[PATCH v1 00/11] mm/kasan: support per-page shadow memory to reduce memory consumption
 2017-05-17 12:17 UTC  (3+ messages)

[PATCH v3] usb: usbip: let urb_destroy kfree the transfer_buffer
 2017-05-17 12:15 UTC  (2+ messages)

[Qemu-devel] [PATCH] e1000e: Fix a bug where guest hangs upon migration
 2017-05-17 12:14 UTC  (2+ messages)

[PATCH 1/2] xfs: Fix missed holes in SEEK_HOLE implementation
 2017-05-17 12:15 UTC  (4+ messages)
` [PATCH 2/2] xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff()

[PATCH] ALSA: mixart: constify snd_kcontrol_new structures
 2017-05-17 12:13 UTC 

[PATCH] powerpc/sequoia: fix NAND partitions not to overlap
 2017-05-17 12:06 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-iotests: Test streaming with missing job ID
 2017-05-17 12:11 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH -next] power: supply: ltc3651-charger: Fix wrong pointer passed to PTR_ERR()
 2017-05-17 12:11 UTC 

[PATCH v2] powerpc/fadump: set an upper limit for boot memory size
 2017-05-17 12:10 UTC  (2+ messages)

[Fuego] PC_WRITE_RETIRED event not implemented on A57?
 2017-05-17 12:11 UTC  (3+ messages)

[PATCH 0/3 v2] xfs: Fix SEEK_HOLE implementation
 2017-05-17 12:10 UTC  (5+ messages)
` [PATCH 1/3] xfs: Fix missed holes in "
` [PATCH 2/3] xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()
` [PATCH 3/3] xfs: Move handling of missing page into one place "

[CI 01/12] drm/i915: Remove kref from i915_sw_fence
 2017-05-17 12:10 UTC  (12+ messages)
` [CI 02/12] drm/i915: Import the kfence selftests for i915_sw_fence
` [CI 03/12] drm/i915: Make ptr_unpack_bits() more function-like
` [CI 04/12] drm/i915: Redefine ptr_pack_bits() and friends
` [CI 05/12] drm/i915/execlists: Pack the count into the low bits of the port.request
` [CI 06/12] drm/i915: Don't mark an execlists context-switch when idle
` [CI 07/12] drm/i915: Use a define for the default priority [0]
` [CI 08/12] drm/i915: Split execlist priority queue into rbtree + linked list
` [CI 09/12] drm/i915: Create a kmem_cache to allocate struct i915_priolist from
` [CI 10/12] drm/i915/execlists: Reduce lock contention between schedule/submit_request
` [CI 11/12] drm/i915: Stop inlining the execlists IRQ handler
` [CI 12/12] drm/i915: Don't force serialisation on marking up execlists irq posted

[Qemu-devel] [RFC PATCH] qemu-io: add drain/undrain cmd
 2017-05-17 12:10 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH] ALSA: cs46xx: constify snd_kcontrol_new structures
 2017-05-17 12:09 UTC 

RFC: better timer interface
 2017-05-17 12:09 UTC  (4+ messages)
` [PATCH 3/9] kthread: remove unused macros

[PATCH 0/2 v2] ext4: Fix SEEK_HOLE implementation
 2017-05-17 12:07 UTC  (3+ messages)
` [PATCH 1/2] ext4: Fix SEEK_HOLE
` [PATCH 2/2] ext4: Fix off-by-in in loop termination in ext4_find_unwritten_pgoff()

[PATCH 00/23] Prepare to separate out a packed_ref_store
 2017-05-17 12:05 UTC  (24+ messages)
` [PATCH 01/23] t3600: clean up permissions test properly
` [PATCH 02/23] refs.h: clarify docstring for the ref_transaction_update()-related fns
` [PATCH 03/23] ref_iterator_begin_fn(): fix docstring
` [PATCH 04/23] prefix_ref_iterator: don't trim too much
` [PATCH 05/23] refs_ref_iterator_begin(): don't check prefixes redundantly
` [PATCH 06/23] refs: use `size_t` indexes when iterating over ref transaction updates
` [PATCH 07/23] ref_store: take `logmsg` parameter when deleting references
` [PATCH 08/23] lockfile: add a new method, is_lock_file_locked()
` [PATCH 09/23] files-backend: move `lock` member to `files_ref_store`
` [PATCH 10/23] files_ref_store: put the packed files lock directly in this struct
` [PATCH 11/23] files_transaction_cleanup(): new helper function
` [PATCH 12/23] ref_transaction_commit(): break into multiple functions
` [PATCH 13/23] ref_update_reject_duplicates(): expose function to whole refs module
` [PATCH 14/23] ref_update_reject_duplicates(): use `size_t` rather than `int`
` [PATCH 15/23] ref_update_reject_duplicates(): add a sanity check
` [PATCH 16/23] should_pack_ref(): new function, extracted from `files_pack_refs()`
` [PATCH 17/23] get_packed_ref_cache(): assume "packed-refs" won't change while locked
` [PATCH 18/23] read_packed_refs(): do more of the work of reading packed refs
` [PATCH 19/23] read_packed_refs(): report unexpected fopen() failures
` [PATCH 20/23] refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`
` [PATCH 21/23] create_ref_entry(): remove `check_name` option
` [PATCH 22/23] ref-filter: limit traversal to prefix
` [PATCH 23/23] cache_ref_iterator_begin(): avoid priming unneeded directories

[PATCH 2/6] wl1251: Use request_firmware_prefer_user() for loading NVS calibration data
 2017-05-17 12:06 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Try harder to reset the GPU
 2017-05-17 12:05 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: Reorder media/render reset on g4x

[U-Boot] [PATCH 01/14] armv7: Add workaround for USB erratum A-009008
 2017-05-17 12:05 UTC  (14+ messages)
` [U-Boot] [PATCH 02/14] armv7: Add workaround for USB erratum A-009798
` [U-Boot] [PATCH 03/14] armv7: Add workaround for USB erratum A-008997
` [U-Boot] [PATCH 04/14] armv7: Add workaround for USB erratum A-009007
` [U-Boot] [PATCH 05/14] armv8: Add workaround for USB erratum A-009798
` [U-Boot] [PATCH 06/14] armv8: Add workaround for USB erratum A-008997
` [U-Boot] [PATCH 07/14] armv8: Add workaround for USB erratum A-009007
` [U-Boot] [PATCH 08/14] usb: dwc3: Add helper functions to enable snooping and burst settings
` [U-Boot] [PATCH 09/14] usb: ums: support multiple controllers using controller_index
` [U-Boot] [PATCH 10/14] config: ls1012aqds: Add USB EHCI support for ls1012aqds
` [U-Boot] [PATCH 11/14] armv8: Add workaround for USB erratum A-009008
` [U-Boot] [PATCH 12/14] armv8/fsl-layerscape: add dwc3 gadget driver support
` [U-Boot] [PATCH 13/14] drivers:usb:xhci:fsl: Implement Erratum A-010151 for FSL USB3 controller
` [U-Boot] [PATCH 14/14] uboot: Kconfig: add ERRATUM config to Kconfig for solve compile issue

[PATCH v4] generic/435: Add more SEEK_HOLE tests
 2017-05-17 12:04 UTC 

[PATCH] xfuncs: fix format specifier in pr_emerg call
 2017-05-17 12:02 UTC 

[PATCH] Signed-off-by: Richa Jha <richa.jha2@gmail.com>
 2017-05-17 12:02 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] virtio: Move memory_listener_unregister to .unrealize
 2017-05-17 12:00 UTC  (8+ messages)

[Qemu-devel] [PATCH v2 00/12] make dirty-bitmap byte-based
 2017-05-17 11:59 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 07/12] dirty-bitmap: Change bdrv_get_dirty_count() to report bytes
` [Qemu-devel] [PATCH v2 08/12] dirty-bitmap: Change bdrv_get_dirty() to take bytes
` [Qemu-devel] [PATCH v2 09/12] dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytes

[PATCH v5 00/17] net: qualcomm: add QCA7000 UART driver
 2017-05-17 11:58 UTC  (4+ messages)
` [PATCH v5 16/17] tty: serdev-ttyport: return actual baudrate from ttyport_set_baudrate

[PATCH 00/12] Implement DDB algorithm and WM cleanup
 2017-05-17 11:58 UTC  (13+ messages)
` [PATCH 01/12] drm/i915: fix naming of fixed_16_16 wrapper
` [PATCH 02/12] drm/i915: Add more wrapper for fixed_point_16_16 operations
` [PATCH 03/12] drm/i915: Use fixed_16_16 wrapper for division operation
` [PATCH 04/12] drm/i915/skl+: calculate pixel_rate & relative_data_rate in fixed point
` [PATCH 05/12] drm/i915/skl: Fail the flip if no FB for WM calculation
` [PATCH 06/12] drm/i915/skl+: no need to memset again
` [PATCH 07/12] drm/i915/skl+: Fail the flip if ddb min requirement exceeds pipe allocation
` [PATCH 08/12] drm/i915/skl+: Watermark calculation cleanup
` [PATCH 09/12] drm/i915/skl+: Perform wm level calculations in separate function
` [PATCH 10/12] drm/i915/skl+: use linetime latency if ddb size is not available
` [PATCH 11/12] drm/i915/skl: New ddb allocation algorithm
` [PATCH 12/12] drm/i915/skl+: consider max supported plane pixel rate while scaling

[PATCH] mmc: sdhci-xenon: kill xenon_clean_phy()
 2017-05-17 11:56 UTC  (5+ messages)

[U-Boot] [PATCH] ARM: dts: am335x: disable mmc3
 2017-05-17 11:55 UTC 

How my i2c device bring up?
 2017-05-17 11:55 UTC  (2+ messages)

[PATCH 0/2] spi-bfin5xx: Adjustments for four function implementations
 2017-05-17 11:55 UTC  (8+ messages)
` [PATCH 1/2] spi-bfin5xx: Delete an error message for a failed memory allocation in bfin_spi_setup()
` [PATCH 2/2] spi-bfin5xx: Adjust 14 checks for null pointers

[PATCH 2/2] Revert "ACPI / button: Change default behavior to lid_init_state=open"
 2017-05-17 11:54 UTC  (2+ messages)

Add UBIFS support to xfstests
 2017-05-17 11:53 UTC  (3+ messages)
` [PATCH 1/2] Add support for UBIFS

[PATCH 0/2] mmc: sdhci-pci: Enable card detect wake for Intel BYT-related SD card host controllers
 2017-05-17 11:44 UTC  (7+ messages)
` [PATCH 1/2] mmc: slot-gpio: Add support to enable irq wake on cd_irq

Importance of kobject
 2017-05-17 11:50 UTC  (3+ messages)

[PATCH] ALSA: ice1712: constify snd_kcontrol_new structures
 2017-05-17 11:50 UTC 

[PATCH 0/6] drm documentation and clean ups
 2017-05-17 11:51 UTC  (6+ messages)
` [PATCH 1/6] drm: Deduplicate driver initialization message

Call trace on 4.12.0-rc1
 2017-05-17 11:48 UTC  (4+ messages)

[Qemu-devel] [RFC PATCH v2 0/8] s390x: Enable virtio-scsi boot from /dev/sgX
 2017-05-17 11:48 UTC  (3+ messages)

[PATCH 0/4] Support for Synopsys DW CSI-2 Host
 2017-05-17 11:47 UTC  (4+ messages)

[PATCH] commands: add ':' as alias for 'true'
 2017-05-17 11:46 UTC 

[PATCH 0/2] Resubmit items failed during writeback
 2017-05-17 11:47 UTC  (6+ messages)
` [PATCH 2/2] xfs: Properly retry failed inode items in case of error during buffer writeback

[PATCH 1/5] extcon: Allow extcon drivers to specify the extcon name
 2017-05-17 11:45 UTC  (9+ messages)
` [PATCH 2/5] extcon: Add FUSB302 USB TYPE-C controller support

[PATCH linux-next] fs: remove void * casting in init_once()
 2017-05-17 11:45 UTC  (2+ messages)

[Fuego] HTTP ERROR 404 error when 'log' option is clicked for failed tests in fuego dashboard
 2017-05-17 11:43 UTC 

[PATCH v2] misc: sram-exec: Use aligned fncpy instead of memcpy
 2017-05-17 11:43 UTC  (6+ messages)

[PATCH 1/2] globalvar: fix build without CONFIG_GLOBALVAR
 2017-05-17 11:40 UTC  (4+ messages)
` [PATCH 2/2] video: select OFTREE from DRIVER_VIDEO_IMX_IPUV3

[PATCH linux-firmware] qed: Add firmware 8.20.0.0
 2017-05-17 11:39 UTC 

[PATCH] Makefile: remove SMATCH_DATA smatch_data/kernel.balanced_funcs item
 2017-05-17 11:39 UTC  (3+ messages)

[PATCH] sha1dc: fix issues with a big endian platform
 2017-05-17 11:38 UTC  (4+ messages)
` [PATCH/RFC 0/3] Use sha1collisiondetection as a submodule
` [PATCH/RFC 1/3] sha1dc: update from my fork of upstream
` [PATCH/RFC 2/3] sha1dc: use sha1collisiondetection as a submodule

[PATCH] serdev: Restore serdev_device_write_buf for atomic context
 2017-05-17 11:38 UTC  (8+ messages)

[PATCH V8 07/11] iommu: of: Handle IOMMU lookup failure with deferred probing or error
 2017-05-17 11:36 UTC  (8+ messages)
` [PATCH] ARM: dma-mapping: Don't tear third-party mappings

[PATCH] drm/i915/gen9: Reintroduce WaEnableYV12BugFixInHalfSliceChicken7
 2017-05-17 11:36 UTC  (2+ messages)

[PATCH] ubifs: Don't encrypt special files on creation
 2017-05-17 11:36 UTC 

[RFC v3 0/8] drm/atomic: add async plane update
 2017-05-17 11:35 UTC  (5+ messages)
` [RFC v3 5/8] drm/msm: update cursors asynchronously through atomic

[PATCH v2 0/3] iio: adc: sama5d2_adc hw triggers and buffers
 2017-05-17 11:35 UTC  (12+ messages)
` [PATCH v2 2/3] iio: adc: at91-sama5d2_adc: add hw trigger and buffer support

[Buildroot] [Bug 9876] New: aarch64 support with gcc 4.8 toolchain
 2017-05-17 11:34 UTC 

[PATCH 1/3] drm: Plumb modifiers through plane init
 2017-05-17 11:31 UTC  (5+ messages)
` [PATCH 2/3] drm: Create a format/modifier blob
    ` [Intel-gfx] "

[RFC][PATCH 00/21] VFS: Introduce superblock configuration context [ver #3]
 2017-05-17 11:31 UTC  (6+ messages)
` [PATCH 06/21] VFS: Introduce a "

[Fuego] Functional.fuego_board_check test failure - console log (/dev/ttyUSB0)
 2017-05-17 11:31 UTC  (12+ messages)
                  ` [Fuego] Setup Build Trigger based on Git/Gerrirt events

[PATCH 1/3] iommu: of: Fix check for returning EPROBE_DEFER
 2017-05-17 11:30 UTC  (13+ messages)
` [PATCH 2/3] iommu: of: Ignore all errors except EPROBE_DEFER
` [PATCH 3/3] ARM: dma-mapping: Don't tear third-party mappings

[PATCH v2] Added "Preserve Boot Time Support"
 2017-05-17 11:30 UTC  (4+ messages)

[RFC PATCH 00/11] net/virtio: packed ring layout
 2017-05-17 11:30 UTC  (3+ messages)

[RFC] Service Cores concept
 2017-05-17 11:28 UTC  (4+ messages)

[RFC 17.08] Flow classification library
 2017-05-17 11:26 UTC  (7+ messages)

[PATCH 1/2] acpica: iort: Update SMMU models for IORT rev. C
 2017-05-17 11:26 UTC  (3+ messages)

[PATCH] drm/i915: Disable decoupled mmio for GEN9LP
 2017-05-17 11:24 UTC  (3+ messages)

[PATCH v4] net/i40e: improved FDIR programming times
 2017-05-17 11:21 UTC  (3+ messages)
` [PATCH v5] "


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.