All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-14 22:05:36 to 2015-07-14 23:20:15 UTC [more...]

BTRFS raid6 unmountable after a couple of days of usage
 2015-07-14 23:20 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] dm: dts: ls2085a: Bring in ls2085a dts files from linux kernel
 2015-07-14 23:16 UTC  (7+ messages)

executing off of a fusefs
 2015-07-14 23:15 UTC  (6+ messages)

[PATCH 1/2] staging: wilc1000: fix uninitialized variablie warning
 2015-07-14 23:14 UTC  (4+ messages)
` [PATCH 2/2] staging: wilc1000: fix memory allocation error check

[xen-4.4-testing test] 59538: tolerable FAIL - PUSHED
 2015-07-14 23:11 UTC 

[PATCH net-next] tc: fix tc actions in case of shared skb
 2015-07-14 23:08 UTC  (5+ messages)

[U-Boot] [ANN] U-Boot v2015.07 released
 2015-07-14 23:07 UTC  (5+ messages)
    ` [U-Boot] simple buildman usage (was: Re: [ANN] U-Boot v2015.07 released)

[PATCH v5 09/17] x86/entry: Add new, comprehensible entry and exit hooks
 2015-07-14 23:07 UTC  (3+ messages)
` [tip:x86/asm] x86/entry: Add new, comprehensible entry and exit handlers written in C

[PATCH v5 08/17] x86/entry: Add enter_from_user_mode and use it in syscalls
 2015-07-14 23:04 UTC  (4+ messages)
` [tip:x86/asm] x86/entry: Add enter_from_user_mode() "

+ checkpatch-add-some-foo_destroy-functions-to-needless_if-tests.patch added to -mm tree
 2015-07-14 23:05 UTC 

+ checkpatch-add-some-foo_destroy-functions-to-needless_if-tests.patch added to -mm tree
 2015-07-14 23:04 UTC 

[U-Boot] [PATCH v4 0/8] omap-common: Common boot code OMAP3 support and SYS_BOOT-based fallback boot device
 2015-07-14 23:04 UTC  (18+ messages)
` [U-Boot] [PATCH v4 1/8] omap-common: Common boot code OMAP3 support and cleanup
` [U-Boot] [PATCH v4 2/8] omap: SPL boot devices cleanup and completion
` [U-Boot] [PATCH v4 3/8] omap-common: Boot device define instead of hardcoded value
` [U-Boot] [PATCH v4 4/8] siemens-am33x-common: Hardcoded value instead of non-included define
` [U-Boot] [PATCH v4 5/8] omap-common: SYS_BOOT-based fallback boot device selection for peripheral boot
` [U-Boot] [PATCH v4 6/8] omap3: Definitions for SYS_BOOT-based fallback boot device selection
` [U-Boot] [PATCH v4 7/8] omap4: "
` [U-Boot] [PATCH v4 8/8] omap5: "

+ mm-zsmalloc-allow-null-pool-pointer-in-zs_destroy_pool.patch added to -mm tree
 2015-07-14 23:03 UTC 

+ mm-zpool-allow-null-zpool-pointer-in-zpool_destroy_pool.patch added to -mm tree
 2015-07-14 23:03 UTC 

+ mm-dmapool-allow-null-pool-pointer-in-dma_pool_destroy.patch added to -mm tree
 2015-07-14 23:03 UTC 

+ mm-mempool-allow-null-pool-pointer-in-mempool_destroy.patch added to -mm tree
 2015-07-14 23:03 UTC 

+ mm-slab_common-allow-null-cache-pointer-in-kmem_cache_destroy.patch added to -mm tree
 2015-07-14 23:03 UTC 

[RESEND PATCH-v2] rtc: 88pm80x: add device tree support
 2015-07-14 23:03 UTC  (3+ messages)
` [rtc-linux] "

[RFC][PATCH 0/5] do not dereference NULL pools in pools' destroy() functions
 2015-07-14 23:03 UTC  (7+ messages)
    ` [PATCH] checkpatch: Add some <foo>_destroy functions to NEEDLESS_IF tests
      ` [PATCH V2] "

[PATCH v2 00/49] PCI: Resource allocation cleanup for v4.3
 2015-07-14 22:47 UTC  (51+ messages)
` [PATCH v2 01/49] PCI: Cleanup res_to_dev_res() printout for addon resources
` [PATCH v2 02/49] PCI: Reuse res_to_dev_res in reassign_resources_sorted
` [PATCH v2 03/49] PCI: Use correct align for optional only resources during sorting
` [PATCH v2 04/49] PCI: Optimize bus align/size calculation during sizing
` [PATCH v2 05/49] PCI: Optimize bus align/size calculation for optional "
` [PATCH v2 06/49] PCI: Don't add too much optional size for hotplug bridge mmio
` [PATCH v2 07/49] PCI: Reorder resources list for must/optional resources
` [PATCH v2 08/49] PCI: Remove duplicated code for resource sorting
` [PATCH v2 09/49] PCI: Rename pdev_sort_resources to pdev_check_resources
` [PATCH v2 10/49] PCI: Treat ROM resource as optional during realloc
` [PATCH v2 11/49] PCI: Add debug printout during releasing partial assigned resources
` [PATCH v2 12/49] PCI: Simplify res reference using in __assign_resourcs_sorted
` [PATCH v2 13/49] PCI: Separate realloc list checking after allocation
` [PATCH v2 14/49] PCI: Add __add_to_list()
` [PATCH v2 15/49] PCI: Cache window alignment value
` [PATCH v2 16/49] PCI: Check if resource is allocated before pci_assign
` [PATCH v2 17/49] PCI: Separate out save_resources/restore_resource
` [PATCH v2 18/49] PCI: Move comment to pci_need_to_release()
` [PATCH v2 19/49] PCI: Separate must+optional assigning to another function
` [PATCH v2 20/49] PCI: Skip must+optional if there is no optional addon
` [PATCH v2 21/49] PCI: Move saved required resource list out of must+optional assigning
` [PATCH v2 22/49] PCI: Add alt_size allocation support
` [PATCH v2 23/49] PCI: Add support for more than two alt_size under same bridge
` [PATCH v2 24/49] PCI: Better support for two alt_size
` [PATCH v2 25/49] PCI: Don't add too much optional size for hotplug bridge io
` [PATCH v2 26/49] PCI: Move ISA ioport align out of calculate_iosize
` [PATCH v2 28/49] PCI: Allow optional only io resource must size to be 0
` [PATCH v2 29/49] PCI: Unify skip_ioresource_align()
` [PATCH v2 30/49] PCI: Kill macro checking for bus io port sizing
` [PATCH v2 31/49] resources: Split out __allocate_resource()
` [PATCH v2 32/49] resources: Make allocate_resource return just fit resource
` [PATCH v2 33/49] PCI: Check pref compatible bit for mem64 resource of pcie device
` [PATCH v2 34/49] PCI: Only treat non-pef mmio64 as pref if all bridges has MEM_64
` [PATCH v2 35/49] PCI: Add has_mem64 for host_bridge
` [PATCH v2 36/49] PCI: Only treat non-pef mmio64 as pref if host-bridge has_mem64
` [PATCH v2 37/49] PCI: Restore pref mmio allocation logic for hostbridge without mmio64
` [PATCH v2 38/49] sparc/PCI: Add mem64 resource parsing for root bus
` [PATCH v2 39/49] sparc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in of parsing
` [PATCH v2 40/49] powerpc/PCI: "
` [PATCH v2 41/49] of/PCI: Add IORESOURCE_MEM_64 for 64-bit resource
` [PATCH v2 42/49] PCI: Treat optional as must in first try for bridge rescan
` [PATCH v2 43/49] PCI: Get new realloc size for bridge for last try
` [PATCH v2 44/49] PCI: Don't release sibiling bridge resources during hotplug
` [PATCH v2 45/49] PCI: Don't release fixed resource for realloc
` [PATCH v2 46/49] PCI: Set resource to FIXED for lsi devices
` [PATCH v2 47/49] PCI, x86: Add pci=assign_pref_bars to re-allocate pref bars
` [PATCH v2 48/49] PCI: Introduce resource_disabled()
` [PATCH v2 49/49] PCI: Don't set flags to 0 when assign resource fail

post-receive: pub/scm/linux/kernel/git/abelloni/linux
 2015-07-14 23:02 UTC 

[PATCH] pci: Drop owner assignment from platform_driver
 2015-07-14 23:02 UTC  (3+ messages)

[Buildroot] [PATCH v1 1/1] rtl8821au: new package
 2015-07-14 23:01 UTC 

[Bug 91342] Very dark textures on some objects in indoors environments in Postal 2
 2015-07-14 22:59 UTC 

[diamon-discuss] [ANNOUNCE] Tracing Summit Schedule is now online
 2015-07-14 22:53 UTC  (2+ messages)
`  "

[Buildroot] [PATCH] package/libmemcached: disable documentation
 2015-07-14 22:54 UTC  (2+ messages)

[PATCH v2] HID: cp2112: fix I2C_SMBUS_BYTE write
 2015-07-14 22:54 UTC  (7+ messages)

+ mm-oom-do-not-panic-for-oom-kills-triggered-from-sysrq.patch added to -mm tree
 2015-07-14 22:54 UTC 

+ mm-oom-pass-an-oom-order-of-1-when-triggered-by-sysrq.patch added to -mm tree
 2015-07-14 22:54 UTC 

+ mm-oom-organize-oom-context-into-struct.patch added to -mm tree
 2015-07-14 22:54 UTC 

Compiler warning from drivers/media/usb/au0828/au0828-video.c: In function ‘queue_setup’
 2015-07-14 22:54 UTC  (2+ messages)

How to write a C program to be paired asynchronously?
 2015-07-14 22:53 UTC 

[Buildroot] [PATCH 1/5] packages: use backtick instead of $(shell ...) make function
 2015-07-14 22:53 UTC  (2+ messages)

[ANNOUNCE] Tracing Summit Schedule is now online
 2015-07-14 22:53 UTC 

[patch 1/3] mm, oom: organize oom context into struct
 2015-07-14 22:52 UTC  (5+ messages)
` [patch v2 "
  ` [patch v3 "

[Buildroot] [git commit] package/libmemcached: disable documentation
 2015-07-14 22:52 UTC 

[PATCH] avoid build fail without COMPOSITE
 2015-07-14 22:51 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2015-07-14 22:51 UTC 

[PATCH v2 1/3] Staging: Android: Fixes TODO file
 2015-07-14 22:50 UTC  (4+ messages)
  ` [PATCH v3 ] Staging: Android: Fixes for "

[Qemu-devel] TLB, cpu_mmu_index() and load/store vs ifetch
 2015-07-14 22:50 UTC 

[PATCH] rtc/ds3232: fix ds3232 get a WARNING trace in resume function
 2015-07-14 22:50 UTC  (3+ messages)
` [rtc-linux] "

[RFC][PATCH 1/1] staging:vt6655: Remove checks around dev_kfree_skb
 2015-07-14 22:50 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2015-07-14 22:50 UTC 

[PATCH 0/7] mm: reliable memory allocation with kvmalloc
 2015-07-14 22:45 UTC  (12+ messages)
` [PATCH 2/7] mm: introduce kvmalloc and kvmalloc_node

[RFC PATCH v1] mips: Use unsigned int when reading CP0 registers
 2015-07-14 22:44 UTC 

[Buildroot] [git commit] skeleton: use backtick instead of $(shell ...) make function
 2015-07-14 22:43 UTC 

post-receive: pub/scm/linux/kernel/git/abelloni/linux
 2015-07-14 22:42 UTC 

[patch] net/xen-netback: off by one in BUG_ON() condition
 2015-07-14 22:42 UTC  (4+ messages)

+ mm-zbud-constify-the-zbud_ops.patch added to -mm tree
 2015-07-14 22:42 UTC 

+ mm-zpool-constify-the-zpool_ops.patch added to -mm tree
 2015-07-14 22:42 UTC 

post-receive: pub/scm/linux/kernel/git/davem/net
 2015-07-14 22:42 UTC 

[Buildroot] [git commit] boost: use backtick instead of $(shell ...) make function
 2015-07-14 22:42 UTC 

[Buildroot] [git commit] linux: use backtick instead of $(shell ...) make function
 2015-07-14 22:42 UTC 

[Buildroot] [git commit] mpg123: replace $(shell ...) call with $(subst ...)
 2015-07-14 22:42 UTC 

[Buildroot] [git commit] packages: use backtick instead of $(shell ...) make function
 2015-07-14 22:42 UTC 

[PATCH 1/1] drivers/rtc/rtc-bq32k.c: remove redundant check
 2015-07-14 22:41 UTC  (3+ messages)
` [rtc-linux] "

[PATCH 00/17] Make the msvc-build scripts work again
 2015-07-14 22:42 UTC  (7+ messages)
` [PATCH 04/17] Makefile: a dry-run can error out if no perl. Document the issue

[PATCH -next crap] net: icmp: work around bogus pmtu errors
 2015-07-14 22:40 UTC  (2+ messages)

+ proc-fixup-empty-argv-case-for-proc-pid-cmdline.patch added to -mm tree
 2015-07-14 22:40 UTC 

[Buildroot] [PATCH 1/2] pkg-download: add optional destination filename
 2015-07-14 22:39 UTC  (2+ messages)

[PATCH 0/4] nohz: Cputime cleanups and tilegx isolation
 2015-07-14 22:37 UTC  (5+ messages)
` [PATCH 1/4] jiffies: Remove HZ > USEC_PER_SEC special case
` [PATCH 2/4] apm32: Fix cputime == jiffies assumption
` [PATCH 3/4] alpha: Fix jiffies based cputime assumption
` [PATCH 4/4] nohz: Prevent tilegx network driver interrupts

[PATCH] ravb: kill useless initializers
 2015-07-14 22:37 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net-next
 2015-07-14 22:37 UTC 

[PATCH v3 00/10] KVM: MTRR fixes and some cleanups
 2015-07-14 22:37 UTC  (11+ messages)
` [PATCH v3 01/10] KVM: MMU: fix decoding cache type from MTRR
            ` MTRR setup in OVMF [was: PATCH v3 01/10 KVM: MMU: fix decoding cache type from MTRR]

[Ksummit-discuss] [CORE TOPIC] Issues with stable process
 2015-07-14 22:36 UTC  (14+ messages)

post-receive: pub/scm/linux/kernel/git/yinghai/linux-yinghai
 2015-07-14 22:35 UTC 

[PATCH 00/42] x86: updated patches for kaslr and setup_data etc for v4.3
 2015-07-14 22:35 UTC  (5+ messages)
` [PATCH 33/42] x86, boot: Add add_pci handler for SETUP_PCI
` [PATCH 35/42] x86, boot, PCI: Convert SETUP_PCI data to list

cpu_hotplug vs oom_notify_list: possible circular locking dependency detected
 2015-07-14 22:35 UTC  (3+ messages)

Is devm_* broken ?
 2015-07-14 22:34 UTC 

+ mm-make-the-function-set_recommended_min_free_kbytes-have-a-return-type-of-void.patch added to -mm tree
 2015-07-14 22:34 UTC 

[Buildroot] [PATCH 00/38] systemd support for various packages
 2015-07-14 22:34 UTC  (5+ messages)
` [Buildroot] [PATCH 23/38] pulseaudio: systemd support
` [Buildroot] [PATCH 27/38] ti-gfx: "

[PATCH v7 0/4] Compile-time stack validation
 2015-07-14 22:32 UTC  (6+ messages)
` [PATCH v7 2/4] x86/stackvalidate: "

+ checkpatch-allow-longer-declaration-macros.patch added to -mm tree
 2015-07-14 22:31 UTC 

[PATCH] net: stop endless flood about dst entry refcount underflow or overflow
 2015-07-14 22:30 UTC  (4+ messages)

+ lib-bitmapc-bitmap_parselist-can-accept-string-with-whitespaces-on-head-or-tail.patch added to -mm tree
 2015-07-14 22:30 UTC 

+ lib-bitmapc-fix-a-special-string-handling-bug-in-__bitmap_parselist.patch added to -mm tree
 2015-07-14 22:30 UTC 

+ lib-bitmapc-correct-a-code-style-and-do-some-optimization.patch added to -mm tree
 2015-07-14 22:30 UTC 

[Qemu-devel] [RFC PATCH qemu v2 0/5] vfio: SPAPR IOMMU v2 (memory preregistration support)
 2015-07-14 22:28 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH qemu v2 1/5] vfio: Switch from TARGET_PAGE_MASK to qemu_real_host_page_mask

[Buildroot] [PATCH v5 0/6] The big webkitgtk bump
 2015-07-14 22:27 UTC  (5+ messages)
` [Buildroot] [PATCH v5 4/6] vala: bump to version 0.28.0

[PATCH 0/2] PCI: Comment and PCIe capability accessor fixes
 2015-07-14 22:26 UTC  (5+ messages)
` [PATCH 1/2] PCI: Fix pcie_port_device_resume() comment
` [PATCH 2/2] PCI: Add pcie_downstream_port() (true for Root and Switch Downstream Ports)

[PATCH 0/2] LPC18xx pintrl patches
 2015-07-14 22:25 UTC  (3+ messages)
` [PATCH 1/2] pinctrl: lpc18xx: fix schmitt trigger setup
` [PATCH 2/2] pinctrl: lpc18xx: add support for usb1 pinconf

post-receive: pub/scm/linux/kernel/git/frederic/linux-dynticks
 2015-07-14 22:25 UTC 

[PATCH] PCI: xilinx: Add check for MSI interrupt flag before handling as INTx
 2015-07-14 22:24 UTC  (3+ messages)

[PATCH] x86: Wire up 32-bit direct socket calls
 2015-07-14 22:24 UTC 

[PATCH] ext4: Return the length of a hole from get_block
 2015-07-14 22:24 UTC  (6+ messages)

GRO: forwading ISATAP packets is very slow with kernel 4.1
 2015-07-14 22:16 UTC 

post-receive: pub/scm/linux/kernel/git/luto/linux
 2015-07-14 22:22 UTC 

[Buildroot] [git commit] ti-gfx: systemd support
 2015-07-14 22:19 UTC 

[PATCH] PCI: remove a broken link in quirks.c
 2015-07-14 22:19 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/clk/linux
 2015-07-14 22:19 UTC 

[Buildroot] [PATCH v2] busybox: udhcpc create leases file
 2015-07-14 22:18 UTC  (3+ messages)

[Buildroot] [PATCH v2 1/3] golang: new package
 2015-07-14 22:17 UTC  (3+ messages)
` [Buildroot] [PATCH v2 2/3] aufs-util: "
` [Buildroot] [PATCH v2 3/3] lxcdocker: "

[PATCH] rtc: rtc-ds1685: Use module_platform_driver
 2015-07-14 22:15 UTC  (3+ messages)
` [rtc-linux] "

post-receive: pub/scm/linux/kernel/git/abelloni/linux
 2015-07-14 22:15 UTC 

[PATCH] PCI: Don't update VF's BAR
 2015-07-14 22:15 UTC  (2+ messages)

[PATCH 0/2] Add MT8173 MMPLL change rate support
 2015-07-14 22:13 UTC  (5+ messages)

[U-Boot] Pull request: u-boot-spi/master
 2015-07-14 22:12 UTC  (2+ messages)

[U-Boot] [PATCH] keystone2: net: add mcast function to keyston2 Ethernet driver
 2015-07-14 22:11 UTC  (2+ messages)

[U-Boot] [PATCH] keystone2: add wfi in to the core_spin loop
 2015-07-14 22:11 UTC  (2+ messages)

[Buildroot] [git commit] pulseaudio: systemd support
 2015-07-14 22:10 UTC 

[Qemu-devel] [PATCH] target-mips: apply workaround for TCG optimizations for MFC1
 2015-07-14 22:09 UTC  (6+ messages)

[Buildroot] [PATCH v4 0/7 Make Buildroot for Zedboard independent on Xilinx tools
 2015-07-14 22:09 UTC  (3+ messages)
` [Buildroot] [PATCH v4 3/7] boot/uboot: Add support for dtb.img format

[Buildroot] [PATCH 1/7] package/perf: if slang is enabled, depend on it
 2015-07-14 22:06 UTC  (3+ messages)
` [Buildroot] [PATCH 5/7] package/perf: patch installation paths

[PATCH 4.2] ata: ahci_brcmstb: Fix warnings with CONFIG_PM_SLEEP=n
 2015-07-14 22:06 UTC  (2+ messages)

[PATCH v7 0/9] Add simple NVMEM Framework via regmap
 2015-07-14 22:06 UTC  (4+ messages)
` [PATCH v7 3/9] nvmem: Add nvmem_device based consumer apis

[Buildroot] [git commit] boot/uboot: Add support for dtb.img format
 2015-07-14 22:06 UTC 

[rtc-linux] [PATCH] drivers/rtc/rtc-armada38x: Remove unused variable from armada38x_rtc_set_time()
 2015-07-14 22:05 UTC  (2+ 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.