All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-08 21:17:04 to 2015-10-08 22:06:49 UTC [more...]

[PATCH 00/17] Armada 370/XP NAND driver
 2015-10-08 22:06 UTC  (4+ messages)
` [PATCH 03/17] mtd: nand: Clarify Marvell Orion Kconfig prompt
` [PATCH 05/17] mtd: nand_mrvl_nfc: Remove keep_config
` [PATCH 08/17] mtd: nand_mrvl_nfc: Fix num-cs property parsing

[PATCH v2 net-next 0/3] bpf: unprivileged
 2015-10-08 22:05 UTC  (5+ messages)
` [PATCH v2 net-next 1/3] bpf: enable non-root eBPF programs

Virt MM DEBUG_LL support arm32
 2015-10-08 22:07 UTC  (5+ messages)

[PATCH] PCI: generic: Fix address window calculation for non-zero starting bus
 2015-10-08 22:05 UTC  (3+ messages)

[x86/fpu] d91cab7813: CPU feature '(null)' is not supported
 2015-10-08 22:04 UTC  (3+ messages)
` [lkp] "

[PATCH 3.10.y 0/2] ipv6: avoid soft lockups in fib6_run_gc()
 2015-10-08 22:04 UTC  (2+ messages)

Queuing of dm-raid1 resyncs to the same underlying block devices
 2015-10-08 22:01 UTC  (8+ messages)

crazy idea: big percpu lock (Re: task isolation)
 2015-10-08 22:01 UTC  (2+ messages)

[PATCH v7 00/60] PCI: Resource allocation cleanup for v4.4
 2015-10-08 21:39 UTC  (63+ messages)
` [PATCH v7 01/60] sparc/PCI: Add mem64 resource parsing for root bus
` [PATCH v7 02/60] sparc/PCI: Use correct bus address to resource offset
` [PATCH v7 03/60] sparc/PCI: Unify pci_register_region()
` [PATCH v7 04/60] sparc/PCI: Reserve legacy mmio after PCI mmio
` [PATCH v7 05/60] sparc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v7 06/60] sparc/PCI: Keep resource idx order with bridge register number
` [PATCH v7 07/60] PCI: kill wrong quirk about M7101
` [PATCH v7 08/60] powerpc/PCI: Keep resource idx order with bridge register number
` [PATCH v7 09/60] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v7 10/60] OF/PCI: Add IORESOURCE_MEM_64 for 64-bit resource
` [PATCH v7 11/60] PCI: Check pref compatible bit for mem64 resource of PCIe device
` [PATCH v7 12/60] PCI: Only treat non-pref mmio64 as pref if all bridges have MEM_64
` [PATCH v7 13/60] PCI: Add has_mem64 for struct host_bridge
` [PATCH v7 14/60] PCI: Only treat non-pref mmio64 as pref if host bridge has mmio64
` [PATCH v7 15/60] PCI: Restore pref MMIO allocation logic for host bridge without mmio64
` [PATCH v7 16/60] PCI: Don't release fixed resource for realloc
` [PATCH v7 17/60] PCI: Claim fixed resource during remove/rescan path
` [PATCH v7 18/60] PCI: Set resource to FIXED for LSI devices
` [PATCH v7 19/60] PCI: Separate realloc list checking after allocation
` [PATCH v7 20/60] PCI: Treat optional as required in first try for bridge rescan
` [PATCH v7 21/60] PCI: Get new realloc size for bridge for last try
` [PATCH v7 22/60] PCI: Don't release sibling bridge resources during hotplug
` [PATCH v7 23/60] PCI: Cleanup res_to_dev_res() printout
` [PATCH v7 24/60] PCI: Reuse res_to_dev_res() in reassign_resources_sorted()
` [PATCH v7 25/60] PCI: Use correct align for optional only resources during sorting
` [PATCH v7 26/60] PCI: Optimize bus min_align/size calculation during sizing
` [PATCH v7 27/60] PCI: Optimize bus align/size calculation for optional "
` [PATCH v7 28/60] PCI: Don't add too much optional size for hotplug bridge MMIO
` [PATCH v7 29/60] PCI: Reorder resources list for required/optional resources
` [PATCH v7 30/60] PCI: Remove duplicated code for resource sorting
` [PATCH v7 31/60] PCI: Rename pdev_sort_resources() to pdev_assign_resources_prepare()
` [PATCH v7 32/60] PCI: Treat ROM resource as optional during realloc
` [PATCH v7 33/60] PCI: Add debug printout during releasing partial assigned resources
` [PATCH v7 34/60] PCI: Simplify res reference using in __assign_resources_sorted()
` [PATCH v7 35/60] PCI: Add __add_to_list()
` [PATCH v7 36/60] PCI: Cache window alignment value during bus sizing
` [PATCH v7 37/60] PCI: Check if resource is allocated before trying to assign one
` [PATCH v7 38/60] PCI: Separate out save_resources()/restore_resources()
` [PATCH v7 39/60] PCI: Move comment to pci_need_to_release()
` [PATCH v7 40/60] PCI: Separate required+optional assigning to another function
` [PATCH v7 41/60] PCI: Skip required+optional if there is no optional
` [PATCH v7 42/60] PCI: Move saved required resource list out of required+optional assigning
` [PATCH v7 43/60] PCI: Add alt_size ressource allocation support
` [PATCH v7 44/60] PCI: Add support for more than two alt_size entries under same bridge
` [PATCH v7 45/60] PCI: Fix size calculation with old_size on rescan path
` [PATCH v7 46/60] PCI: Don't add too much optional size for hotplug bridge io
` [PATCH v7 47/60] PCI: Move ISA io port align out of calculate_iosize()
` [PATCH v7 48/60] PCI: Don't add too much io port for hotplug bridge with old size
` [PATCH v7 49/60] PCI: Unify calculate_size() for io port and MMIO
` [PATCH v7 50/60] PCI: Allow bridge optional only io port resource required size to be 0
` [PATCH v7 51/60] PCI: Unify skip_ioresource_align()
` [PATCH v7 52/60] PCI: Kill macro checking for bus io port sizing
` [PATCH v7 53/60] resources: Split out __allocate_resource()
` [PATCH v7 54/60] resources: Make allocate_resource() return best fit resource
` [PATCH v7 55/60] PCI, x86: Allocate from high in available window for MMIO
` [PATCH v7 56/60] PCI: Add debug print out for min_align and alt_size
` [PATCH v7 57/60] PCI, x86: Add pci=assign_pref_bars to reallocate pref BARs
  ` [PATCH v7 58/60] PCI: Introduce resource_disabled()
` [PATCH v7 59/60] PCI: Don't set flags to 0 when assign resource fail
` [PATCH v7 60/60] PCI: Only try to assign io port only for root bus that support it

[cbootimage PATCH] Add generated files to .gitignore
 2015-10-08 22:00 UTC  (3+ messages)

+ fs-ubifs-remove-unnecessary-new_valid_dev-check.patch added to -mm tree
 2015-10-08 22:00 UTC 

+ fs-stat-remove-unnecessary-new_valid_dev-check.patch added to -mm tree
 2015-10-08 22:00 UTC 

+ fs-reiserfs-remove-unnecessary-new_valid_dev-check.patch added to -mm tree
 2015-10-08 22:00 UTC 

+ fs-nilfs2-remove-unnecessary-new_valid_dev-check.patch added to -mm tree
 2015-10-08 22:00 UTC 

+ fs-nfs-remove-unnecessary-new_valid_dev-check.patch added to -mm tree
 2015-10-08 22:00 UTC 

+ fs-ncpfs-remove-unnecessary-new_valid_dev-check.patch added to -mm tree
 2015-10-08 22:00 UTC 

+ fs-jfs-remove-unnecessary-new_valid_dev-check.patch added to -mm tree
 2015-10-08 22:00 UTC 

+ fs-hpfs-remove-unnecessary-new_valid_dev-check.patch added to -mm tree
 2015-10-08 22:00 UTC 

+ fs-f2fs-remove-unnecessary-new_valid_dev-check.patch added to -mm tree
 2015-10-08 22:00 UTC 

+ fs-ext4-remove-unnecessary-new_valid_dev-check.patch added to -mm tree
 2015-10-08 21:59 UTC 

+ fs-ext2-remove-unnecessary-new_valid_dev-check.patch added to -mm tree
 2015-10-08 21:59 UTC 

+ fs-exofs-remove-unnecessary-new_valid_dev-check.patch added to -mm tree
 2015-10-08 21:59 UTC 

+ fs-btrfs-remove-unnecessary-new_valid_dev-check.patch added to -mm tree
 2015-10-08 21:59 UTC 

+ fs-vfs-remove-unnecessary-new_valid_dev-check.patch added to -mm tree
 2015-10-08 21:59 UTC 

+ fs-kdev_t-old-new_valid_dev-can-be-boolean.patch added to -mm tree
 2015-10-08 21:59 UTC 

+ fs-kdev_t-remove-unused-huge_valid_dev-function.patch added to -mm tree
 2015-10-08 21:59 UTC 

[PATCH v2 net-next 0/4] tcp: better smp listener behavior
 2015-10-08 21:58 UTC  (5+ messages)
` [PATCH v2 net-next 1/4] net: SO_INCOMING_CPU setsockopt() support
` [PATCH v2 net-next 2/4] net: align sk_refcnt on 128 bytes boundary
` [PATCH v2 net-next 3/4] net: shrink struct sock and request_sock by 8 bytes
` [PATCH v2 net-next 4/4] tcp: shrink tcp_timewait_sock "

[PATCH 1/3] clk: add flag for clocks that need to be enabled on rate changes
 2015-10-08 21:58 UTC  (4+ messages)

[PATCH net-next 1/2] sock: support per-packet fwmark
 2015-10-08 21:56 UTC  (2+ messages)
` [PATCH net-next 2/2] packet: support per-packet fwmark for af_packet sendmsg

[PATCH] xfs: clarify lock ordering comment
 2015-10-08 21:58 UTC  (2+ messages)

CFS scheduler unfairly prefers pinned tasks
 2015-10-08 21:55 UTC  (2+ messages)

[stable request 3.2 3.4 3.10] perf tools: Fix build with perl 5.18
 2015-10-08 21:55 UTC  (2+ messages)

[ANN] Vybrid support going to be removed if no one jumps in for proper maintenance
 2015-10-08 21:53 UTC  (4+ messages)

[U-Boot] [PATCH] serial: remove altera serial initializations
 2015-10-08 21:49 UTC  (3+ messages)

[PATCH] clk: qcom: Move gdsc config outside COMMON_CLK_QCOM config
 2015-10-08 21:47 UTC 

Starting on a small project
 2015-10-08 21:45 UTC 

[U-Boot] Please pull u-boot-x86
 2015-10-08 21:46 UTC 

[U-Boot] [PATCH v4 0/4] Move tpm_tis_i2c to tpm_tis_infineon and convert last tpm driver to use DM_TPM
 2015-10-08 21:45 UTC  (9+ messages)
` [U-Boot] [PATCH v4 1/4] dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon
` [U-Boot] [PATCH v4 2/4] dm: tpm: Add Driver Model support for tpm_atmel_twi driver
` [U-Boot] [PATCH v4 3/4] dm: tpm: Remove every compilation switch for TPM driver model
` [U-Boot] [PATCH v4 4/4] dm: tpm: Every TPM drivers should depends on DM_TPM

[PATCH 0/2] Add VIN and ADV7180 device tree support for R8A7794/SILK board
 2015-10-08 21:45 UTC  (4+ messages)
` [PATCH] ARM: shmobile: porter: add VIN0/ADV7180 DT support

[PATCH v2 0/3] Fix multiple checkpatch issues
 2015-10-08 21:45 UTC  (4+ messages)
` [PATCH v2 1/3] staging: sm750fb: Remove space after cast
` [PATCH v2 2/3] staging: sm750fb: Remove space before closing brace
` [PATCH v2 3/3] staging: sm750fb: Remove space after opening brace

[PATCH v2] barriers: introduce smp_mb__release_acquire and update documentation
 2015-10-08 21:44 UTC  (7+ messages)

[PATCH] ARM: shmobile: porter: add I2C2 DT support
 2015-10-08 21:44 UTC  (3+ messages)

[U-Boot] [PATCH] nios2: convert dma mapping to use dm cpu data
 2015-10-08 21:43 UTC  (3+ messages)
` [U-Boot] [PATCH v2] nios2: convert dma_alloc_coherent to use memalign

[U-Boot] [PATCH] nios2: convert copy_exception_trampoline to use dm cpu data
 2015-10-08 21:41 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

Missing sanity / dependency
 2015-10-08 21:40 UTC  (2+ messages)

[PATCH RFC 0/3] net: Add driver helper function to determine if checksum is offloadable
 2015-10-08 21:39 UTC  (5+ messages)
` [PATCH RFC 3/3] mlx4: Call skb_csum_offload_check to check offloadability

[U-Boot] [PATCH] nios2: convert cache flush to use dm cpu data
 2015-10-08 21:39 UTC  (2+ messages)

[Xenomai] [RELEASE] Xenomai 3.0
 2015-10-08 21:39 UTC  (2+ messages)

[PATCH] xfs: pass total block res. as total xfs_bmapi_write() parameter
 2015-10-08 21:38 UTC  (2+ messages)

[PATCH nf] netfilter: sync with packet rx also after removing queue entries
 2015-10-08 21:38 UTC 

[PATCH 00/16] FBC bug fixes
 2015-10-08 21:37 UTC  (5+ messages)
` [PATCH 04/16] drm/i915: set ILK_DPFC_FENCE_YOFF to 0 on SNB

[PATCH 0/6] watchdog: sama5d4 and at91sam9: trivial rework
 2015-10-08 21:34 UTC  (14+ messages)
` [PATCH 1/6] watchdog: at91sam9: use devm_request_irq instead of request_irq
` [PATCH 2/6] watchdog: at91sam9: use watchdog_get_drvdata instead of container_of
` [PATCH 3/6] watchdog: at91sam9: rename heartbeats into timeout where necessary
` [PATCH 4/6] watchdog: at91sam9: remove nowayout useless copy
` [PATCH 5/6] watchdog: at91sam9: remove unused pdata support
` [PATCH 6/6] watchdog: sama5d4: try to set timeout from device tree first

[PATCH] crash in md-raid1 and md-raid10 due to incorrect list manipulation
 2015-10-08 21:35 UTC  (2+ messages)

[PATCH] staging: lustre: lent: add missing __user __user annotation
 2015-10-08 21:34 UTC  (2+ messages)
` [Outreachy kernel] "

CephFS and the next hammer release v0.94.4
 2015-10-08 21:34 UTC  (3+ messages)

[RFC PATCHv2] x86/pci: Initial commit for new VMD device driver
 2015-10-08 21:33 UTC  (5+ messages)

[Qemu-devel] Qemu - Install Windows 7 64bits hang on startup with Blue Screen of Death
 2015-10-08 18:30 UTC  (2+ messages)

monitoring deletion of directories?
 2015-10-08 21:30 UTC  (2+ messages)

[PATCH 1/6] powerpc/kconfig: Move NR_IRQS into "Kernel Options"
 2015-10-08 21:30 UTC  (2+ messages)

[PATCH 2/3] drm/i915: fix CFB size calculation
 2015-10-08 21:29 UTC  (3+ messages)

[U-Boot] Inconsistencies in commands regarding load_addr
 2015-10-08 21:29 UTC  (4+ messages)

check gcc parameters without recompiling
 2015-10-08 21:27 UTC  (3+ messages)

[PATCH] netfilter: fix bad checksum on IPv6 when NAT is performed
 2015-10-08 21:26 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v7,0/3] mtd: nand: jz4780: Add NAND and BCH drivers
 2015-10-08 21:22 UTC  (3+ messages)
` [PATCH v7,3/3] MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodes

4K ~ 3840x2160 resolution and frame buffer support
 2015-10-08 21:22 UTC  (4+ messages)

[PATCH] futex.2: drop pointless editorializing
 2015-10-08 21:21 UTC  (2+ messages)

[PATCH] net: mvneta: add Armada XP compatible
 2015-10-08 21:20 UTC 

[PATCH] clk: mvebu: Add corediv clock driver for Armada 370/XP
 2015-10-08 21:20 UTC 

[PATCH] fs: Fix memcpy_sz for remaining count/rwsize
 2015-10-08 21:19 UTC 

[U-Boot] [PATCH] pci: pcie_imx: Fix hang on mx6qp
 2015-10-08 21:19 UTC  (3+ messages)

+ slab_common-do-not-warn-that-cache-is-busy-on-destroy-more-than-once.patch added to -mm tree
 2015-10-08 21:19 UTC 

+ slab_common-clear-pointers-to-per-memcg-caches-on-destroy.patch added to -mm tree
 2015-10-08 21:19 UTC 

+ slab_common-rename-cache-create-destroy-helpers.patch added to -mm tree
 2015-10-08 21:19 UTC 

[Qemu-devel] [PULL 00/25] virtio,pc features, fixes
 2015-10-08 21:18 UTC  (21+ messages)
` [Qemu-devel] [PULL 02/25] linux-headers: add unistd.h
` [Qemu-devel] [PULL 07/25] vhost: add vhost_set_log_base op
` [Qemu-devel] [PULL 08/25] vhost-user: add vhost_user_requires_shm_log()
` [Qemu-devel] [PULL 09/25] vhost: alloc shareable log
` [Qemu-devel] [PULL 10/25] vhost-user: send log shm fd along with log_base
` [Qemu-devel] [PULL 11/25] vhost-user: add a migration blocker
` [Qemu-devel] [PULL 12/25] vhost: use a function for each call
` [Qemu-devel] [PULL 13/25] vhost-user: document migration log
` [Qemu-devel] [PULL 14/25] net: add trace_vhost_user_event
` [Qemu-devel] [PULL 15/25] vhost user: add support of live migration
` [Qemu-devel] [PULL 16/25] vhost user: add rarp sending after live migration for legacy guest
` [Qemu-devel] [PULL 17/25] vhost-user: use an enum helper for features mask
` [Qemu-devel] [PULL 18/25] vhost: add migration block if memfd failed
` [Qemu-devel] [PULL 19/25] vhost-user-test: move wait_for_fds() out
` [Qemu-devel] [PULL 20/25] vhost-user-test: remove useless static check
` [Qemu-devel] [PULL 21/25] vhost-user-test: wrap server in TestServer struct
` [Qemu-devel] [PULL 22/25] vhost-user-test: learn to tweak various qemu arguments
` [Qemu-devel] [PULL 23/25] vhost-user-test: add live-migration test
` [Qemu-devel] [PULL 24/25] vhost-user-test: check ownership during migration
` [Qemu-devel] [PULL 25/25] intel_iommu: Add support for translation for devices behind bridges

[PATCH net-next 0/4] tcp: better smp listener behavior
 2015-10-08 21:17 UTC  (4+ messages)
` [PATCH net-next 1/4] net: SO_INCOMING_CPU setsockopt() support

[PATCH 1/3] slab_common: rename cache create/destroy helpers
 2015-10-08 21:17 UTC  (4+ messages)
` [PATCH 2/3] slab_common: clear pointers to per memcg caches on destroy


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.