All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-24 17:36:09 to 2016-01-24 22:03:01 UTC [more...]

[3.16.y-ckt stable] Linux 3.16.7-ckt23 stable review
 2016-01-24 21:59 UTC  (9+ messages)
` [PATCH 3.16.y-ckt 001/128] fuse: break infinite loop in fuse_fill_write_pages()
` [PATCH 3.16.y-ckt 002/128] usb: gadget: pxa27x: fix suspend callback
` [PATCH 3.16.y-ckt 003/128] iio: fix some warning messages
` [PATCH 3.16.y-ckt 004/128] USB: cp210x: Remove CP2110 ID from compatibility list
` [PATCH 3.16.y-ckt 005/128] USB: cdc_acm: Ignore Infineon Flash Loader utility
` [PATCH 3.16.y-ckt 006/128] USB: serial: Another Infineon flash loader USB ID
` [PATCH 3.16.y-ckt 007/128] ext4: Fix handling of extended tv_sec
` [PATCH 3.16.y-ckt 008/128] jbd2: Fix unreclaimed pages after truncate in data=journal mode

[RFC PATCH] dax, ext2, ext4, XFS: fix data corruption race
 2016-01-24 22:01 UTC  (4+ messages)

uknown issues - different sha256 hash - files corruption
 2016-01-24 22:00 UTC 

struct pid memory leak
 2016-01-24 21:53 UTC  (12+ messages)
                  ` [PATCH net] af_unix: fix "

[U-Boot] [PATCH v3] net: macb: Not all the GEM are gigabit capable
 2016-01-24 21:53 UTC  (2+ messages)

[PATCH] convert: legitimately disable clean/smudge filter with an empty override
 2016-01-24 21:45 UTC  (4+ messages)

Please do NOT backport commit 25642e1459ac ("powerpc/opal-irqchip: Fix double endian conversion")
 2016-01-24 21:43 UTC  (2+ messages)

[PATCH] arm64: fix off-by-one in compat syscall table for syscalls over 382
 2016-01-24 21:41 UTC  (4+ messages)

[U-Boot] [PATCH 0/4] atmel_nand: misc update in atmel nandflash driver
 2016-01-24 21:41 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] atmel_nand: use nand ecc_{strength, step}_ds instead of our own function
` [U-Boot] [PATCH 2/4] atmel_nand: add '\n' in the end of error message for better display
` [U-Boot] [PATCH 3/4] atmel_nand: increase more delay to support MT29F32G08CBADA
` [U-Boot] [PATCH 4/4] atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic number

Optimizing instruction-cache, more packets at each stage
 2016-01-24 21:41 UTC  (7+ messages)

Mis-backport in af_unix patch for Linux 3.10.95
 2016-01-24 21:40 UTC  (4+ messages)

Patch "af_unix: fix incorrect revert of 'lock_interruptible' in stream receive code" has been added to the 3.10-stable tree
 2016-01-24 21:40 UTC 

[PATCH 0/2] ARM/sound: fix audio on kirkwood-openrd-client
 2016-01-24 21:40 UTC  (11+ messages)
` [PATCH 1/2] ARM: DTS: kirkwood-openrd-client: fix audio
` [PATCH 2/2] ASoC: simple-card: don't fail if sysclk setting is not supported

Linux kernel 4.5-rc1 released
 2016-01-24 21:38 UTC 

[PATCH] ARM: pxa: let PXA27x select PINCTRL
 2016-01-24 21:33 UTC  (7+ messages)

[PATCH] mtd: Make MTD_BCM47XXSFLASH to depend on MIPS
 2016-01-24 21:31 UTC  (13+ messages)
      ` [PATCH] mtd: bcm47xxsflash: use devm_ioremap_nocache() instead of KSEG0ADDR()

[PATCH] ARM: BCM5301X: Add DT for D-Link DIR-885L
 2016-01-24 21:29 UTC 

[PATCH 1/2] arm/mach-imx: use endian-safe readl/readw/writel/writew
 2016-01-24 21:28 UTC  (2+ messages)

[PATCH] fs: dcache: Use bool return value instead of int
 2016-01-24 21:27 UTC  (9+ messages)

Chicken-egg: uncorrectable checksum error prevents RAID1 rebalancing
 2016-01-24 21:17 UTC  (5+ messages)

[PATCH] Add support for usbfs zerocopy
 2016-01-24 21:12 UTC  (3+ messages)
` [PATCH v2] "

[Buildroot] [PATCH v3 2/2] docs/manual: patches that change files with spaces in the name
 2016-01-24 21:08 UTC  (3+ messages)

st driver doesn't seem to grok LTO partitioning
 2016-01-24 21:05 UTC  (11+ messages)
                  ` What partition should the MTMKPART argument specify? Was: "

[PATCH] include/linux/list_bl.h: Use bool instead of int for boolean functions
 2016-01-24 20:58 UTC 

[Qemu-devel] Windows Update Virtio Drivers
 2016-01-24 20:58 UTC 

[PATCH 0/2] sysctl: allow CLONE_NEWUSER to be disabled
 2016-01-24 20:59 UTC  (12+ messages)
` [PATCH 2/2] "
          ` [kernel-hardening] "
    ` [kernel-hardening] Re: [PATCH 0/2] "

[PATCH 00/15] dmaengine: dw: various fixes and cleanups
 2016-01-24 20:57 UTC  (30+ messages)
` [PATCH 01/15] dmaengine: dw: fix byte order of hw descriptor fields
` [PATCH 02/15] dmaengine: dw: clear LLP_[SD]_EN bits in last descriptor of a chain
` [PATCH 03/15] dmaengine: dw: rename masters to reflect actual topology
` [PATCH 04/15] dmaengine: dw: set src and dst master select according to xfer direction
` [PATCH 05/15] dmaengine: dw: set LMS field in descriptors
` [PATCH 06/15] dmaengine: dw: substitute dma_read_byaddr by dma_readl_native
` [PATCH 07/15] dmaengine: dw: revisit data_width property
` [PATCH 08/15] dmaengine: dw: define counter variables as unsigned int
` [PATCH 09/15] dmaengine: dw: keep entire platform data in struct dw_dma
` [PATCH 10/15] dmaengine: dw: pass platform data via struct dw_dma_chip
` [PATCH 11/15] dmaengine: dw: platform: use field-by-field initialization
` [PATCH 12/15] dmaengine: dw: move dwc->paused to dwc->flags
` [PATCH 13/15] dmaengine: dw: move dwc->initialized "
` [PATCH 14/15] dmaengine: dw: move residue to a descriptor
` [PATCH 15/15] dmaengine: dw: set cdesc to NULL when free cyclic transfers

[PATCH 00/26] use unified firmware and add ops in cfg
 2016-01-24 20:57 UTC  (5+ messages)
` [PATCH 04/26] staging: wilc1000: add sdio resume/suspend

[Buildroot] [PATCH v2 0/4] libfsl*: fix install path + update conf opts
 2016-01-24 20:55 UTC  (5+ messages)
` [Buildroot] [PATCH v2 1/4] libfslcodec: add install hooks to fix libraries path

[U-Boot] [PATCH v2 00/18] Add support for 96boards Dragonboard410C board
 2016-01-24 20:53 UTC  (19+ messages)
` [U-Boot] [PATCH v2 01/18] serial: Add support for Qualcomm serial port
` [U-Boot] [PATCH v2 02/18] gpio: Add support for Qualcomm gpio controller
` [U-Boot] [PATCH v2 03/18] mmc: Add support for Qualcomm SDHCI controller
` [U-Boot] [PATCH v2 04/18] ehci-hcd: Add init_after_reset
` [U-Boot] [PATCH v2 05/18] usb: ulpi: Add Kconfig options for ULPI
` [U-Boot] [PATCH v2 06/18] Migrate CONFIG_ULPI* to Kconfig
` [U-Boot] [PATCH v2 07/18] usb: Rename ehci-fsl.h to ehci-ci.h
` [U-Boot] [PATCH v2 08/18] usb: ehci-ci: Add missing registers
` [U-Boot] [PATCH v2 09/18] ehci-ci.h: drop generic USBCMD fields
` [U-Boot] [PATCH v2 10/18] ehci: Add support for Qualcomm EHCI
` [U-Boot] [PATCH v2 11/18] drivers: Add SPMI bus uclass
` [U-Boot] [PATCH v2 12/18] spmi: Add sandbox test driver
` [U-Boot] [PATCH v2 13/18] drivers: spmi: Add support for Qualcomm SPMI bus driver
` [U-Boot] [PATCH v2 14/18] pmic: Add support for Qualcomm PM8916 PMIC
` [U-Boot] [PATCH v2 15/18] gpio: Add support for Qualcomm PM8916 gpios
` [U-Boot] [PATCH v2 16/18] arm: Add support for Qualcomm Snapdragon family
` [U-Boot] [PATCH v2 17/18] board: Add Qualcomm Dragonboard 410C support
` [U-Boot] [PATCH v2 18/18] Add myself as Snapdragon and SPMI maintainer

[PATCH] staging: sm750fb: cleanup: fix brace placement
 2016-01-24 20:50 UTC  (2+ messages)

[PATCH - alsactl 1/1] make systemd service start in proper way
 2016-01-24 20:49 UTC  (6+ messages)

[Buildroot] [PATCH v5 1/1] package/cups-filters: Add new package cups-filters 1.8.1
 2016-01-24 20:47 UTC 

[PATCH v2 1/5] dma-mapping: add dma_{map,unmap}_page_attrs
 2016-01-24 20:43 UTC 

[Buildroot] [PATCH v11 1/4] skeleton: move LIB_SYMLINK definition from Makefile
 2016-01-24 20:42 UTC  (9+ messages)
` [Buildroot] [PATCH v11 2/4] toolchain-external: don't exclude too much lib in sysroot rsync
` [Buildroot] [PATCH v11 3/4] toolchain-external: improve sysroot rsync if ARCH_LIB_DIR != lib/lib32/lib64
` [Buildroot] [PATCH v11 4/4] toolchain-external: create symlink ARCH_LIB_DIR->lib

[Buildroot] PowerPC64 toolchain not building
 2016-01-24 20:36 UTC  (3+ messages)

[PATCH] drm/fbdev-helper: Explain how to debug console_lock fun
 2016-01-24 20:33 UTC  (2+ messages)

[Buildroot] [PATCH 0/8] Remove uClibc version selection: always use uClibc-ng
 2016-01-24 20:32 UTC  (3+ messages)

Missing OMAP PM layer
 2016-01-24 20:23 UTC 

[PATCH] iwlwifi: dvm: handle zero brightness for wifi LED
 2016-01-24 20:21 UTC  (2+ messages)

[PATCH 1/2] busybox: Add support for busybox-init
 2016-01-24 20:20 UTC  (4+ messages)
` [PATCH 2/2] local.conf.sample: Document HOW-TO enable systemd or busbox to replace sysvinit

[PATCH v4 0/3] iio: chemical: add atlas ph sensor support
 2016-01-24 20:18 UTC  (5+ messages)
` [PATCH v4 3/3] iio: chemical: add Atlas pH-SM "

[Qemu-devel] [Qemu-ppc] [PATCH 05/13] cuda: port SET_DEVICE_LIST command to new framework
 2016-01-24 20:17 UTC 

[PATCH] mtd: bcm47xxsflash: use ioremap_cachable() instead of KSEG0ADDR()
 2016-01-24 20:17 UTC  (2+ messages)

I NEED YOUR URGENT RESPONSE;
 2016-01-24 19:53 UTC 

[PATCH] iwldvm: fix chain gain calibration when firmware return zero values
 2016-01-24 20:07 UTC  (2+ messages)

[Buildroot] [PATCH v4 0/5] Buildroot Printing with Cups
 2016-01-24 20:06 UTC  (3+ messages)
` [Buildroot] [PATCH v4 5/5] package/cups-filters: Add new package cups-filters 1.7.0

[PATCH] travis-ci: run previously failed tests first, then slowest to fastest
 2016-01-24 20:03 UTC  (11+ messages)

[PATCH 0/26] crypto: Use skcipher and ahash/shash where possible
 2016-01-24 20:00 UTC  (7+ messages)
` [PATCH 3/26] staging: rtl8192e: Replace uses of obsolete blkcipher and hash
` [PATCH 6/26] staging: rtl8192u: Use skcipher and ahash

gamer and memory bandwith control
 2016-01-24 19:55 UTC 

[Buildroot] [PATCH] package/imx-lib: fix legal-info
 2016-01-24 19:53 UTC  (2+ messages)

[PATCH 00/19] Let Git's tests pass on Windows
 2016-01-24 19:51 UTC  (5+ messages)
` [PATCH 06/19] mingw: try to delete target directory before renaming
` [PATCH 09/19] mingw: accomodate t0060-path-utils for MSYS2

[Buildroot] [PATCH v5 1/1] package/gutenprint: Un-deprecate and bump version to 5.2.11
 2016-01-24 19:49 UTC 

[PKTGEN] additional terminal IO question
 2016-01-24 19:46 UTC  (7+ messages)

[U-Boot] Please pull u-boot-x86
 2016-01-24 19:43 UTC  (2+ messages)

[PATCH] shared/gatt-client: Make read_long_value more robust
 2016-01-24 19:43 UTC 

[RFC/PATCH 0/5] [WAS: Submodule Groups] Labels and submodule.autoInitialize
 2016-01-24 19:38 UTC  (4+ messages)
` [PATCH 3/5] submodule-config: keep labels around

[PATCH 01/13] oeqa/utils/testexport.py: add functionality for exporting binaries
 2016-01-24 19:49 UTC  (13+ messages)
` [PATCH 02/13] classes/testimage.bbclass: add support for binaries export
` [PATCH 03/13] utils/decorators.py: add TestNeedsBin() decorator
` [PATCH 04/13] oeqa/runexported: Add option to run arbitrary tests
` [PATCH 05/13] oeqa/runexported: Fix a problem with ssh_target_log symlink
` [PATCH 06/13] oeqa/testimage: Added support for folder names in TEST_SUITES
` [PATCH 07/13] oeqa/runexported: "
` [PATCH 08/13] oeqa/runexported: The runner supports tests from other layers
` [PATCH 09/13] oeqa/runexported: Add parameter support for machine arch
` [PATCH 10/13] oeqa/testimage: Added export features
` [PATCH 11/13] oeqa/runtime: Copy all __init__.py files from all layers
` [PATCH 12/13] buildtools-with-tc.bb: extend buildtools-tarball to include test cases
` [PATCH 13/13] Files to test the patch set

[U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL
 2016-01-24 19:33 UTC  (5+ messages)

[U-Boot] buildman errors
 2016-01-24 19:33 UTC  (5+ messages)

[PATCH 00/13] media: atmel-isi: extract the hw releated functions into structure
 2016-01-24 19:31 UTC  (8+ messages)
` [PATCH 06/13] atmel-isi: check ISI_SR's flags by polling instead of interrupt
  ` [PATCH 07/13] atmel-isi: move hw code into isi_hw_initialize()
  ` [PATCH 12/13] atmel-isi: use union for the fbd (frame buffer descriptor)

Problems with commit 'kallsyms: add support for relative offsets in kallsyms address table' (in mmotm)
 2016-01-24 19:16 UTC  (10+ messages)

[PATCH v2] net: fec: make driver endian-safe
 2016-01-24 19:12 UTC  (3+ messages)

[GIT PULL] platform-drivers-x86 for 4.5-2
 2016-01-24 19:06 UTC 

[PATCH 2/2] Drivers: MUSB: Davinci MUSB: added DT support
 2016-01-24 19:00 UTC  (3+ messages)

[PATCH] drm/etnaviv: move runtime PM balance into retire worker
 2016-01-24 18:49 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/13] cuda: misc fixes and cleanups
 2016-01-24 18:33 UTC  (3+ messages)
` [Qemu-devel] [PATCH 04/13] cuda: port SET_AUTO_RATE command to new framework

[PATCH 0/2] Let merge-file write out conflict markers with correct EOLs
 2016-01-24 18:26 UTC  (6+ messages)
` [PATCH 2/2] merge-file: consider core.crlf when writing merge markers

pre Sandy bridge IOMMU support (gm45)
 2016-01-24 18:21 UTC  (2+ messages)

[PATCH] ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list
 2016-01-24 18:16 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 9/26] eCryptfs: Use skcipher and shash
 2016-01-24 18:10 UTC  (2+ messages)

[PATCH nft 1/3] netlink: move binop postprocess to extra function
 2016-01-24 17:58 UTC  (3+ messages)
` [PATCH nft 2/3] tests: add two map test cases
` [PATCH nft 3/3] netlink: do binop postprocessing also for map lookups

[PATCH v3 01/17] resource: Add System RAM resource type
 2016-01-24 18:00 UTC  (5+ messages)
` [PATCH v3 06/17] arch: Set IORESOURCE_SYSTEM_RAM to System RAM

[PATCH 0/2] mac80211: add cleanup path for MPP table entries
 2016-01-24 17:53 UTC  (6+ messages)
` [PATCH 2/2] mac80211: let unused MPP table entries timeout

[Bug 93144] [radeonsi] Alien: Isolation bug
 2016-01-24 17:52 UTC  (2+ messages)
` [Bug 93144] [radeonsi] Alien: Isolation feature request

[PATCH 0/2]Staging:iio:adc:add space around '-'
 2016-01-24 17:14 UTC  (6+ messages)
` [PATCH 1/2] staging:iio:adc:added "

[GIT PULL] Please pull bugfixes+cleanup for Linux 4.5
 2016-01-24 17:40 UTC  (3+ messages)

[Buildroot] [PATCH v4 1/1] package/dhcp: bump version to 4.3.3-P1
 2016-01-24 17:39 UTC  (2+ messages)

[PATCH 0/5] Etnaviv updates
 2016-01-24 17:35 UTC  (2+ messages)
` [PATCH 4/5] drm: etnaviv: add helper for comparing model/revision IDs


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.