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

[PATCH v3 0/3] add API's for VF management
 2016-09-21 10:20 UTC  (3+ messages)
` [PATCH v4 "
` [PATCH v4 1/3] librte_ether: "

[GIT PULL] ARM: mvebu: soc for v4.9 (#1)
 2016-09-21 10:19 UTC 

[PATCH net] vti6: fix input path
 2016-09-21 10:19 UTC  (2+ messages)

[Buildroot] [PATCH 1/3] DEVELOPERS: fix removed packages or inexisting packages
 2016-09-21 10:19 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] DEVELOPERS: merge Fabrice Fontaine entries
` [Buildroot] [PATCH 3/3] DEVELOPERS: add entries for recently added/modified code

Invalid argument on 1.4.4 w/DisableExternalCache On (Kernel 4.7.4)
 2016-09-21 10:19 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/14] MIPS L2 cache support
 2016-09-21 10:18 UTC  (15+ messages)
` [U-Boot] [PATCH v3 01/14] board_f: Add a mach_cpu_init callback
` [U-Boot] [PATCH v3 02/14] MIPS: ath79: Use mach_cpu_init instead of arch_cpu_init
` [U-Boot] [PATCH v3 03/14] MIPS: Probe cache line sizes once during boot
` [U-Boot] [PATCH v3 04/14] MIPS: Enable use of the instruction cache earlier
` [U-Boot] [PATCH v3 05/14] MIPS: Preserve Config implementation-defined bits
` [U-Boot] [PATCH v3 06/14] MIPS: If we don't need DDR for cache init, init cache first
` [U-Boot] [PATCH v3 07/14] MIPS: Define register names for cache init
` [U-Boot] [PATCH v3 08/14] MIPS: Map CM Global Control Registers
` [U-Boot] [PATCH v3 09/14] MIPS: L2 cache support
` [U-Boot] [PATCH v3 10/14] MIPS: Join the coherent domain when a CM is present
` [U-Boot] [PATCH v3 11/14] MIPS: Malta: Enable CM & L2 support
` [U-Boot] [PATCH v3 12/14] MIPS: Ensure Config.K0=2 applies before any memory accesses
` [U-Boot] [PATCH v3 13/14] MIPS: Clear hazard between TagLo writes & cache ops
` [U-Boot] [PATCH v3 14/14] MIPS: Ensure cache ops complete in mips_cache_reset

[PATCH v5 0/8] Fix kdump faults on system with amd iommu
 2016-09-21 10:18 UTC  (11+ messages)
` [PATCH v5 4/8] iommu/amd: Add function copy_dev_tables
` [PATCH v5 5/8] iommu/amd: copy old trans table from old kernel

[GIT PULL] ARM: mvebu: drivers for v4.9 (#1)
 2016-09-21 10:18 UTC 

[Buildroot] [PATCH 1/1] configs: new defconfig for TI am335x-evm
 2016-09-21 10:18 UTC  (6+ messages)

[Qemu-devel] [PATCH] net: Add SunGEM device emulation as found on Apple UniNorth
 2016-09-21 10:16 UTC  (3+ messages)

[PATCH] clk: nxp: clk-lpc32xx: Unmap region obtained by of_iomap
 2016-09-21 10:17 UTC  (3+ messages)

[PATCH] clk: mvebu: Add clk support for the orion5x SoC mv88f5181
 2016-09-21 10:16 UTC  (5+ messages)

[Qemu-devel] [PATCH] ppc/kvm: Mark 64kB page size support as disabled if not available
 2016-09-21 10:14 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] linux-user: ppc64: fix ARCH_206 bit in AT_HWCAP
 2016-09-21 10:15 UTC  (2+ messages)

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

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

[PATCH v2 00/46] Nandsim facelift (part I of II)
 2016-09-21 10:15 UTC  (49+ 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

[PATCH 0/7 v3] sched: reflect sched_entity move into task_group's load
 2016-09-21 10:14 UTC  (3+ messages)
` [PATCH 2/7 v3] sched: fix hierarchical order in rq->leaf_cfs_rq_list

[PATCH 0/2] Rename SNOW 3G/KASUMI references
 2016-09-21 10:14 UTC  (5+ messages)
` [PATCH 1/2] snow3g: rename some SNOW 3G references
` [PATCH 2/2] kasumi: rename all KASUMI references

[Buildroot] [PATCH 1/2] New Buildroot v2016.08 configuration for Acmesystems Aria G25
 2016-09-21 10:14 UTC  (2+ messages)

patch "b43legacy: fix debugfs crash" added to driver-core-testing
 2016-09-21 10:13 UTC 

patch "b43: fix debugfs crash" added to driver-core-testing
 2016-09-21 10:13 UTC 

patch "debugfs: introduce a public file_operations accessor" added to driver-core-testing
 2016-09-21 10:13 UTC 

[PATCH 1/4] debugfs: introduce a public file_operations accessor
 2016-09-21 10:13 UTC  (4+ messages)
` [PATCH 2/4] carl9170: fix debugfs crashes

[Qemu-devel] [PATCH] Enable H_CLEAR_MOD and H_CLEAR_REF hypercalls on KVM/PPC64
 2016-09-21 10:00 UTC  (3+ messages)
` [Qemu-devel] [Qemu-ppc] "

[PATCH V3 0/4] ARM64 LPC: legacy ISA I/O support
 2016-09-21 10:12 UTC  (13+ messages)
` [PATCH V3 3/4] ARM64 LPC: support serial based on low-pin-count
` [PATCH V3 2/4] ARM64 LPC: LPC driver implementation on Hip06

[Bug 97614] New: occasional screen distortions with nouveau under 4.8.0-rc4+
 2016-09-21 10:11 UTC  (2+ messages)
  ` [Bug 97614] "

[U-Boot] [PATCH] MIPS: Fix cache maintenance in relocate_code & simplify
 2016-09-21 10:11 UTC 

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

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

[PATCH] pinctrl: mvebu: orion5x: Generalise mv88f5181l support for 88f5181
 2016-09-21 10:10 UTC  (4+ messages)

[RFC] irqchip/gic-v3: Implement suspend and resume callbacks
 2016-09-21 10:10 UTC  (3+ messages)

[Qemu-devel] [RFC] test/docker/Makefile.include: add a generic docker-run target
 2016-09-21 10:09 UTC  (6+ 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 

[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

[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 

[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] x264: add textrel to INSANE_SKIP
 2016-09-21  9:42 UTC 

[PATCH v6 00/15] x86: multiboot2 protocol support
 2016-09-21  9:42 UTC  (15+ messages)
` [PATCH v6 04/15] x86: add "
` [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


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.