All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-21 09:17:46 to 2016-09-21 10:10:21 UTC [more...]

[PATCH 1/4] ARM: tegra: nyan: Use proper IRQ type definitions
 2016-09-21 10:10 UTC  (25+ messages)
` [PATCH 2/4] ARM: tegra: nyan: Use external control for bq24735 charger
` [PATCH 3/4] ARM: tegra: nyan-big: Include compatible revisions for proper detection

[Qemu-devel] [RFC] test/docker/Makefile.include: add a generic docker-run target
 2016-09-21 10:09 UTC  (6+ messages)

[PATCH V3 0/4] ARM64 LPC: legacy ISA I/O support
 2016-09-21 10:09 UTC  (13+ messages)
` [PATCH V3 1/4] ARM64 LPC: Indirect ISA port IO introduced
` [PATCH V3 2/4] ARM64 LPC: LPC driver implementation on Hip06

[RFC 0/5] xen/arm: support big.little SoC
 2016-09-21 10:09 UTC  (20+ messages)

RF class driver
 2016-09-21 10:08 UTC  (6+ messages)

[U-Boot] [PATCH] MIPS: Hang if run on a secondary CPU
 2016-09-21 10:08 UTC 

[PATCH v3 1/2] net/vhost: add a new stats struct
 2016-09-21 10:05 UTC  (4+ messages)
` [PATCH v4 0/2] net/vhost: add pmd xstats support
  ` [PATCH v4 2/2] net/vhost: add pmd xstats

[Qemu-devel] [PATCH] replay: Fix build with -Werror=unused-result
 2016-09-21 10:07 UTC  (6+ messages)

[PATCH v2] nfp: unregister interrupt callback when closing
 2016-09-21 10:07 UTC  (2+ messages)

[PATCH v2] nfp: fixing bug when copying MAC address
 2016-09-21 10:06 UTC  (2+ messages)

[PATCH] ipmi: Fix ioremap error handling in bt-bmc
 2016-09-21 10:05 UTC 

[PATCH v2] nfp: using random MAC address if not configured
 2016-09-21 10:06 UTC  (2+ messages)

[PATCH v3] tools: add crypto device details
 2016-09-21 10:04 UTC  (3+ messages)
` [PATCH v4] "

Fixes for low memory allocation machinery in early boot code
 2016-09-21 10:01 UTC  (6+ messages)

[PATCH 0/3] net/thunderx: add 81xx SoC support
 2016-09-21 10:01 UTC  (2+ messages)

[RFC PATCH 0/3] PM / Domains: Add support for devices that require multiple domains
 2016-09-21 10:01 UTC  (5+ messages)
` [RFC PATCH 2/3] PM / Domains: Add support for devices with "

[PATCH v2 1/2] crypto/qat: code cleanup
 2016-09-21 10:00 UTC  (5+ messages)
` [PATCH v3 "
` [PATCH v3 2/2] crypto/qat: adding support for 3DES cipher algorithm

Invalid argument on 1.4.4 w/DisableExternalCache On (Kernel 4.7.4)
 2016-09-21 10:00 UTC 

[U-Boot] [PATCH] doc: socfpga: Update README.socfpga for Preloader development flow
 2016-09-21  9:59 UTC  (2+ messages)

[PATCH] mkfs.f2fs: do not need strdup for parse_feature
 2016-09-21 10:09 UTC 

[PATCH v2 00/46] Nandsim facelift (part I of II)
 2016-09-21  9:58 UTC  (48+ messages)
` [PATCH v2 01/46] mtdpart: Propagate _get/put_device()
` [PATCH v2 02/46] mtd: nand: Provide nand_cleanup() function to free NAND related resources
` [PATCH v2 03/46] mtd: Don't unconditionally unregister reboot notifier
` [PATCH v2 04/46] mtd: Don't unconditionally execute remove notifiers
` [PATCH v2 05/46] mtd: Don't print a scary message when trying to remove a busy MTD
` [PATCH v2 06/46] mtd: nandsim: Add basic control file support
` [PATCH v2 07/46] mtd: nandsim: Begin with removal of global state
` [PATCH v2 08/46] mtd: nandsim: Kill global nsmtd
` [PATCH v2 09/46] mtd: nandsim: Don't directly use module parameters
` [PATCH v2 10/46] mtd: nandsim: Add helper functions for pointer magic
` [PATCH v2 11/46] mtd: nandsim: Factor out nandsim parameters
` [PATCH v2 12/46] mtd: nandsim: Make debugfs logic multi instance capable
` [PATCH v2 13/46] mtd: nandsim: Add final logic for multiple instances
` [PATCH v2 14/46] mtd: nandsim: Add simulator id to MTD parition name
` [PATCH v2 15/46] mtd: nandsim: Introduce backend operations
` [PATCH v2 16/46] mtd: nandsim: Print error when backend init failed
` [PATCH v2 17/46] mtd: nandsim: Allow external backends
` [PATCH v2 18/46] mtd: nandsim: Add basic support for a file backend
` [PATCH v2 19/46] mtd: nandsim: UAPI v1
` [PATCH v2 20/46] mtd: nandsim: Implement preliminary constructor function
` [PATCH v2 21/46] mtd: nandsim: Implement preliminary destructor function
` [PATCH v2 22/46] mtd: nandsim: Cleanup destroy handlers
` [PATCH v2 23/46] mtd: nandsim: Unify file backend init logic
` [PATCH v2 24/46] mtd: nandsim: Wire up NANDSIM_MODE_CACHEFILE ioctl mode
` [PATCH v2 25/46] mtd: nandsim: Print backend name
` [PATCH v2 26/46] mtd: nandsim: use the existing output macros
` [PATCH v2 27/46] mtd: nandsim: Add no_oob mode
` [PATCH v2 28/46] mtd: nandsim: Refine exports
` [PATCH v2 29/46] um: Add nandsim backend driver
` [PATCH v2 30/46] mtd: nandsim: Use pr_ style logging
` [PATCH v2 31/46] mtd: nandsim: Remove NS_RAW_OFFSET_OOB
` [PATCH v2 32/46] mtd: nandsim: Remove NS_IS_INITIALIZED
` [PATCH v2 33/46] mtd: nandsim: Relax page size restrictions
` [PATCH v2 34/46] mtd: nandsim: Support bitflip and read error emulation in file backend
` [PATCH v2 35/46] mtd: nandsim: Make NANDSIM_MAX_DEVICES part of uapi
` [PATCH v2 36/46] mtd: nandsim: Cleanup constants
` [PATCH v2 37/46] mtd: nandsim: Turn parts[] into a integer
` [PATCH v2 38/46] mtd: nandsim: Expose partition creation logic to user space
` [PATCH v2 39/46] mtd: nandsim: Rework init error paths
` [PATCH v2 40/46] mtd: nandsim: Expose BBT, delays, etc.. to userspace
` [PATCH v2 41/46] mtd: nandsim: Expose support for weakpages/blocks "
` [PATCH v2 42/46] mtd: nandsim: Don't printk on ENOMEM
` [PATCH v2 43/46] mtd: nandsim: Wire up NANDSIM_IOC_NEW_INSTANCE
` [PATCH v2 44/46] mtd: nandsim: Wire up NANDSIM_IOC_DESTROY_INSTANCE
` [PATCH v2 45/46] mtd: nandsim: Always answer all 8 bytes from NAND_CMD_READID
` [PATCH v2 46/46] mtd/nandsim: Add ioctl for info

[Qemu-devel] [PATCH v2] linux-user: ppc64: fix ARCH_206 bit in AT_HWCAP
 2016-09-21  9:57 UTC 

[meta-freescale PATCH 1/3] openssl-qoriq: Sync with OE-Core recipe changes
 2016-09-21  9:57 UTC  (6+ messages)
` [meta-freescale PATCH 3/3] qoriq-base.inc: Use 'fsl-dynamic-packagearch' class

[PATCH] drm/i915: Before pageflip, also wait for shared dmabuf fences
 2016-09-21  9:56 UTC  (9+ messages)

[PATCH] gpio: Added zynq specific check for special pins on bank zero
 2016-09-21  9:56 UTC  (3+ messages)

[U-Boot] [PATCH v2] ddr: altera: Configuring SDRAM extra cycles timing parameters
 2016-09-21  9:55 UTC  (4+ messages)

[U-Boot] [PATCH 0/2] Kconfig USB_XHCI_ROCKCHIP fixup
 2016-09-21  9:55 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] usb: host: add Kconfig for USB_XHCI_ROCKCHIP

[PATCH] [media] v4l-utils: report rc protocol while testing
 2016-09-21  9:54 UTC 

[PATCH] [media/input] rc: report rc protocol type to userspace through input
 2016-09-21  9:54 UTC 

[PATCH] [media] rc: split nec protocol into its three variants
 2016-09-21  9:54 UTC 

[PULL] qemu drm driver fixes
 2016-09-21  9:53 UTC 

kernel BUG at /build/linux-a2WvEb/linux-4.4.0/fs/btrfs/inode.c:3258
 2016-09-21  9:53 UTC 

[kbd] unicode option for not working correctly since commit: bad17ea03
 2016-09-21  9:53 UTC  (2+ messages)

Micron qspi nor flash and UBIFS
 2016-09-21  9:51 UTC  (5+ messages)

[cip-dev] Stay at Berlin for ELCE
 2016-09-21  9:51 UTC 

[openembedded-core][PATCH 0/2] perl: fix some CVE issues
 2016-09-21  9:47 UTC  (3+ messages)
` [openembedded-core][PATCH 1/2] perl: fix CVE-2016-6185
` [openembedded-core][PATCH 2/2] perl: fix CVE-2015-8607

[PATCH xf86-video-ati 01/15] Propagate failure from radeon_set_pixmap_bo
 2016-09-21  9:50 UTC  (15+ messages)
  ` [PATCH xf86-video-ati 02/15] glamor: Fix leak of pixmap private when replacing BO
  ` [PATCH xf86-video-ati 03/15] Free priv in amdgpu_set_pixmap_bo also if priv->bo == NULL
  ` [PATCH xf86-video-ati 04/15] Remove unnecessary fb addition from drmmode_xf86crtc_resize
  ` [PATCH xf86-video-ati 05/15] Only add main fb if necessary
  ` [PATCH xf86-video-ati 06/15] Simplify drmmode_set_mode_major error handling
  ` [PATCH xf86-video-ati 07/15] Make sure drmmode_crtc->scanout[] are destroyed when not needed
  ` [PATCH xf86-video-ati 08/15] present: Don't allow flipping when using a dedicated scanout buffer
  ` [PATCH xf86-video-ati 09/15] dri2: "
  ` [PATCH xf86-video-ati 10/15] present: Separate checks for flips vs unflips
  ` [PATCH xf86-video-ati 11/15] Remove drmmode_load_palette
  ` [PATCH xf86-video-ati 12/15] Make the dedicated scanout mechanism work with arbitrary transforms
  ` [PATCH xf86-video-ati 13/15] Remove w/h parameters from radeon_scanout_extents_intersect
  ` [PATCH xf86-video-ati 14/15] Clear damage in radeon_scanout_update if it doesn't intersect the CRTC
  ` [PATCH xf86-video-ati 15/15] Only list each unique chipset family once in the log file

[PATCH] mmc: rtsx_usb_sdmmc: Handle runtime PM while changing led
 2016-09-21  9:50 UTC  (2+ messages)

[U-Boot] [PATCH] ARM64: zynqmp: Use the same name for atf image everywhere
 2016-09-21  9:50 UTC 

[PATCH 0/1] memory offline issues with hugepage size > memory block size
 2016-09-21  9:49 UTC  (5+ messages)

[PATCH v5 02/16] dt/bindings: Update binding for PM domain idle states
 2016-09-21  9:48 UTC  (13+ messages)

[PATCH] net/mlx: fix compile errors with ignore pedantic pragma
 2016-09-21  9:48 UTC  (5+ messages)

Memory fragmentation issue related suggestion request
 2016-09-21  9:47 UTC  (2+ messages)

[PATCH v2 0/4] gpio: fix an incorrect lockdep warning
 2016-09-21  9:47 UTC  (14+ messages)

[PATCH 1/2] perl: fix CVE-2016-6185
 2016-09-21  9:42 UTC  (3+ messages)

[PATCH iproute2 net-next] ipmroute: add support for age dumping
 2016-09-21  9:45 UTC 

[PATCH v4 0/5] x86/time: PVCLOCK_TSC_STABLE_BIT support
 2016-09-21  9:45 UTC  (13+ messages)
` [PATCH v4 2/5] x86/time: implement tsc as clocksource

[PATCH net-next V2] net/vxlan: Avoid unaligned access in vxlan_build_skb()
 2016-09-21  9:43 UTC  (2+ messages)

[PATCH] x264: add textrel to INSANE_SKIP
 2016-09-21  9:42 UTC 

[Qemu-devel] [PATCH] ppc/kvm: Mark 64kB page size support as disabled if not available
 2016-09-21  9:42 UTC 

[PATCH v6 00/15] x86: multiboot2 protocol support
 2016-09-21  9:42 UTC  (22+ messages)
` [PATCH v6 01/15] x86: properly calculate ELF end of image address
` [PATCH v6 04/15] x86: add multiboot2 protocol support
` [PATCH v6 08/15] x86/efi: create new early memory allocator

[PATCH] pty: make ptmx file ops read-only after init
 2016-09-21  9:40 UTC  (6+ messages)
      ` [kernel-hardening] "

[PATCH v3 0/9] Add support for Neighbor Awareness Networking
 2016-09-21  9:40 UTC  (2+ messages)

[Qemu-devel] [PULL 00/01] seccomp branch queue
 2016-09-21  9:38 UTC  (2+ messages)
` [Qemu-devel] [PULL 01/01] seccomp: adding getrusage to the whitelist

[U-Boot] [PATCH 1/3] igep00x0: disable CONFIG_DISPLAY_BOARDINFO
 2016-09-21  9:39 UTC  (8+ messages)
` [U-Boot] [PATCH 2/3] igep00x0: consolidate defconfigs

[Qemu-devel] [PATCH]MC146818 RTC: coordinate guest clock base to destination host after migration
 2016-09-21  9:38 UTC  (5+ messages)

[PATCH 0/3] move xfs non-project quota tests to generic
 2016-09-21  9:37 UTC  (3+ messages)
` [PATCH 2/3] modify xfs/ quota tests to work on generic filesystems

[Buildroot] [PATCH 1/3] Update at91bootstrap3 package to 3.8.6 version
 2016-09-21  9:37 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] Update configuration files of Acme Systems Aria G25
` [Buildroot] [PATCH 3/3] Update configuration files of Acme Systems Arietta G25

[PATCH] mem-hotplug: Don't clear the only node in new_node_page()
 2016-09-21  9:34 UTC  (7+ messages)
        ` [PATCH] mem-hotplug: Use nodes that contain memory as mask "

[PATCH 1/2] PM / OPP: compatible is an optional property
 2016-09-21  9:32 UTC  (3+ messages)
` [PATCH 2/2] PM / OPP: Multiple regulators aren't supported yet

[PATCH v1] travis-ci: ask homebrew for the its path instead of hardcoding it
 2016-09-21  9:31 UTC  (2+ messages)

[RFC] net/ixgbe: start rxtx after all nic config done
 2016-09-21  9:28 UTC  (5+ messages)

[PATCH] debugfs: propagate release() call result
 2016-09-21  9:27 UTC  (2+ messages)
` [PATCH v2] "

[Qemu-devel] [PATCH v4 0/9] sPAPR xics rework/cleanup
 2016-09-21  7:50 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 1/9] ppc/xics: account correct irq status
` [Qemu-devel] [PATCH v4 2/9] ppc/xics: Fix migration failure with kernel-irqchip=off
` [Qemu-devel] [PATCH v4 3/9] ppc/xics: Make the ICSState a list
` [Qemu-devel] [PATCH v4 4/9] ppc/xics: An ICS with offset 0 is assumed to be uninitialized

[PATCH v4 net-next 00/16] tcp: BBR congestion control algorithm
 2016-09-21  9:25 UTC  (4+ messages)
` [PATCH v4 net-next 13/16] tcp: allow congestion control to expand send buffer differently

[PATCH] osd_login: argc appears unused after defined
 2016-09-21  9:27 UTC 

[PATCH] optimize vhost enqueue
 2016-09-21  9:27 UTC  (5+ messages)
` [PATCH v3 0/5] vhost: optimize enqueue

[PATCH] uninative-tarball: add SDKMACHINE to stamps-extra-info
 2016-09-21  9:26 UTC 

[PATCH v2] populate_sdk_base: fix support for changing SDKMACHINE settings
 2016-09-21  9:26 UTC 

Status of free-space-tree feature
 2016-09-21  9:24 UTC 

[Buildroot] [PATCH v3 0/4] Add a get-developers script and database
 2016-09-21  9:25 UTC  (5+ messages)
` [Buildroot] [PATCH v3 1/4] support/scripts/get-developers: add new script

[PATCH] Xen/timer: Disable watchdog during dumping timer queues
 2016-09-21  9:25 UTC  (10+ messages)

[RFC] Remove row numbers from tables in V4L2 documentation
 2016-09-21  9:24 UTC  (2+ messages)

[PATCH 0/2] staging: greybus: declare struct of_device_id as const
 2016-09-21  9:23 UTC  (5+ messages)
` [PATCH 1/2] staging: greybus: arche-apb-ctrl: "
  ` [Outreachy kernel] "
` [PATCH 2/2] staging: greybus: arche-platform: "
  ` [Outreachy kernel] "

[PATCHES] Networking
 2016-09-21  9:23 UTC  (2+ messages)

[PATCH] debugfs: remove unused variable
 2016-09-21  9:23 UTC  (4+ messages)

[Ksummit-discuss] [Stable kernel] feature backporting collaboration
 2016-09-21  9:23 UTC  (6+ messages)

[PATCH v5 0/6] Introduce ZONE_CMA
 2016-09-21  9:20 UTC  (4+ messages)
` [PATCH v5 3/6] mm/cma: populate ZONE_CMA

[PATCH] examples: fix ip_pipeline to load PMD driver correctly
 2016-09-21  9:20 UTC  (2+ messages)

[PATCH v4 00/29] Create a book for Kernel development
 2016-09-21  9:20 UTC  (3+ messages)

[PATCH net-next V2 0/8] mlx5e XDP support
 2016-09-21  9:19 UTC  (9+ messages)
` [PATCH net-next V2 1/8] net/mlx5e: Build RX SKB on demand
` [PATCH net-next V2 2/8] net/mlx5e: Union RQ RX info per RQ type
` [PATCH net-next V2 3/8] net/mlx5e: Slightly reduce hardware LRO size
` [PATCH net-next V2 4/8] net/mlx5e: Dynamic RQ type infrastructure
` [PATCH net-next V2 5/8] net/mlx5e: XDP fast RX drop bpf programs support
` [PATCH net-next V2 6/8] net/mlx5e: Have a clear separation between different SQ types
` [PATCH net-next V2 7/8] net/mlx5e: XDP TX forwarding support
` [PATCH net-next V2 8/8] net/mlx5e: XDP TX xmit more

[PATCH net-next 0/7] ftgmac100 support for ast2500
 2016-09-21  9:18 UTC  (7+ messages)
` [PATCH net-next 6/7] net/faraday: Fix phy link irq on Aspeed G5 SoCs

[PATCH 1/2] libunwind: fix build by linking with bfd instead of gold
 2016-09-21  9:18 UTC  (4+ messages)
` [PATCH 2/2] scons.bbclass: reduce build time by adding PARALLEL_MAKEINST to scons install params

next-20160921 build: 2 failures 4 warnings (next-20160921)
 2016-09-21  9:18 UTC 

[PATCHv3 00/61] perf c2c: Add new tool to analyze cacheline contention on NUMA systems
 2016-09-21  9:18 UTC  (3+ messages)
` [PATCH 05/61] perf tools: Introduce c2c_decode_stats function

ftrace function_graph causes system crash
 2016-09-21  9:13 UTC  (4+ messages)

[PATCH] x264: add textrel to INSANE_SKIP to skip the warning
 2016-09-21  9:17 UTC  (4+ 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.