All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-16 21:57:40 to 2015-09-16 23:28:46 UTC [more...]

[Buildroot] [PATCHv2] micropython: new package
 2015-09-16 23:28 UTC  (4+ messages)
` [Buildroot] [PATCHv3] "

[PATCH v4 0/5] Provide better MADT subtable sanity checks
 2015-09-16 23:26 UTC  (19+ messages)
` [PATCH v4 1/5] ACPI: add in a bad_madt_entry() function to eventually replace the macro
` [PATCH v4 2/5] ACPI / ARM64: remove usage of BAD_MADT_ENTRY/BAD_MADT_GICC_ENTRY
` [PATCH v4 3/5] ACPI / IA64: remove usage of BAD_MADT_ENTRY
` [PATCH v4 4/5] ACPI / X86: "
` [PATCH v4 5/5] ACPI: remove definition of BAD_MADT_ENTRY macro

[PATCH] nohz: make the idle_entrytime/idle_exittime correct
 2015-09-16 23:19 UTC 

[U-Boot] Pull request, u-boot-tegra/master
 2015-09-16 23:27 UTC 

post-receive: pub/scm/linux/kernel/git/kgene/linux-samsung
 2015-09-16 23:24 UTC 

[Qemu-devel] [Bug 893208] Re: qemu on ARM hosts can't boot i386 image
 2015-09-16 23:12 UTC 

[PATCH v2 0/7] Add support for Exynos SROM Controller driver
 2015-09-16 23:19 UTC  (3+ messages)

[PATCH 0/2] Add USB PHY device tree support for R8A7794/SILK board
 2015-09-16 23:15 UTC  (5+ messages)
` [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support

[PATCH] ARM: dts: Fix LEDs on exynos5422-odroidxu3
 2015-09-16 23:13 UTC  (5+ messages)

[PATCH] f2fs:Fix concurrent access issue in the function recover_dentry
 2015-09-16 23:10 UTC 

Migrating from Samba 3 to 4
 2015-09-16 22:57 UTC 

[PATCH] cpufreq: s5pv210: remove superfluous CONFIG_PM ifdefs
 2015-09-16 23:03 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/luto/linux
 2015-09-16 23:02 UTC 

[U-Boot] [PATCH] mmc: atmel: Add support fo atmel sdhci
 2015-09-16 23:02 UTC  (2+ messages)

[PATCH 0/2] notes: allow read only notes actions on refs outside of refs/notes
 2015-09-16 23:01 UTC  (7+ messages)
` [PATCH 1/2] notes: don't expand qualified refs in expand_notes_ref
` [PATCH 2/2] notes: allow non-writable actions on refs outside of refs/notes

[PATCH v2] python_2.7.9.bb: Add python-misc as runtime dependency to python-modules
 2015-09-16 23:01 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/luto/linux
 2015-09-16 23:00 UTC 

[PATCH v2] ARM: exynos_defconfig: Enable USB Video Class support
 2015-09-16 22:59 UTC  (4+ messages)

Very slow recovery/peering with latest master
 2015-09-16 22:59 UTC  (4+ messages)

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

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] 4be1f178fa8cc771b410d97f8046d0198c2702ce BUILD DONE
 2015-09-16 22:58 UTC 

[Patch] media: v4l2-ctrls: Fix 64bit support in get_ctrl()
 2015-09-16 22:58 UTC 

[PATCH 0/67] war on sprintf, strcpy, etc
 2015-09-16 22:57 UTC  (10+ messages)
` [PATCH 52/67] use sha1_to_hex_to() instead of strcpy
` [PATCH 66/67] use strbuf_complete to conditionally append slash

post-receive: pub/scm/git/git
 2015-09-16 22:56 UTC 

[PATCH v2] ARM: dts: Fix LEDs on exynos5422-odroidxu3
 2015-09-16 22:52 UTC  (5+ messages)

[U-Boot] Trying to load old kernel with new u-boot
 2015-09-16 22:52 UTC  (4+ messages)

[PATCH] add ls-remote --get-push-url option
 2015-09-16 22:51 UTC  (3+ messages)
` [PATCH v5] remote: add get-url subcommand

[U-Boot] [PATCH] ARM: at91: sama5: add support for CONFIG_ENV_IS_IN_MMC
 2015-09-16 22:51 UTC  (2+ messages)

[net-next:master 6/12] include/linux/usb/cdc.h:23: error: redefinition of 'struct usb_cdc_parsed_header'
 2015-09-16 22:51 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/kgene/linux-samsung
 2015-09-16 22:50 UTC 

+ mm-use-only-per-device-readahead-limit.patch added to -mm tree
 2015-09-16 22:49 UTC 

[PATCH lttng-tools] Fix: add missing test file to EXTRA_DIST
 2015-09-16 22:49 UTC 

[PATCH lttng-tools 1/2 v2] Tests: use functions from utils.sh
 2015-09-16 22:48 UTC  (2+ messages)
    ` [PATCH lttng-tools 2/2] Format utils.sh messages

[PATCH v4 0/4] cpufreq-dt: add suspend frequency support
 2015-09-16 22:44 UTC  (9+ messages)

Linux 4.3-rc1 build error on CentOS 5.11 "scripts/sign-file.c:23:25: fatal error: openssl/cms.h: No such file or directory"
 2015-09-16 22:45 UTC  (5+ messages)

[PATCH v3 2/2] drm: bridge/dw_hdmi: add dw hdmi i2c bus adapter support
 2015-09-16 22:18 UTC  (14+ messages)

[PATCH v2 0/9] qcom: Add support for TSENS driver
 2015-09-16 22:39 UTC  (4+ messages)
` [PATCH v2 4/9] clk: qcom: create virtual child device for TSENS

First kernel patch (optimization)
 2015-09-16 22:38 UTC  (8+ messages)

[PATCH] xfs: add missing ilock around dio write last extent alignment
 2015-09-16 22:34 UTC  (4+ messages)

[Qemu-devel] [PATCH] cpu-exec: Add "nochain" debug flag
 2015-09-16 22:34 UTC 

[Qemu-devel] [PULL 00/35] TileGX basic instructions
 2015-09-16 22:36 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2015-09-16 22:33 UTC 

How to get the inode - no path_lookup
 2015-09-16 22:31 UTC  (8+ messages)

+ mm-page_alloc-remove-unused-parameter-in-init_currently_empty_zone.patch added to -mm tree
 2015-09-16 22:31 UTC 

[PATCH v1] xSplice initial foundation patches
 2015-09-16 22:31 UTC  (5+ messages)
` [PATCH v1 5/5] xsplice: Use ld-embedded build-ids

[linux-lvm] lvm metadata sequence number reverts
 2015-09-16 22:31 UTC  (3+ messages)

[RESEND PATCH 0/2] ST PLL fixes for 4.3-rc2
 2015-09-16 22:30 UTC  (4+ messages)

+ zswap-use-charp-for-zswap-param-strings.patch added to -mm tree
 2015-09-16 22:30 UTC 

+ module-export-param_free_charp.patch added to -mm tree
 2015-09-16 22:30 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue 171/177] drivers/net/ethernet/intel/i40e/i40e_main.c:8569:2: error: unknown field 'ndo_add_vxlan_port' specified in initializer
 2015-09-16 22:30 UTC 

use bcache with /dev/zram as caching device
 2015-09-16 22:30 UTC  (2+ messages)

[PATCH 1/1] x509: only prefix strip raw serial numbers
 2015-09-16 22:29 UTC  (2+ messages)

[PATCH 00/11] THP support for ARC
 2015-09-16 22:27 UTC  (12+ messages)
` [PATCH 08/11] mm,thp: reduce ifdef'ery for THP in generic code
` [PATCH 09/11] mm,thp: introduce flush_pmd_tlb_range

"Medium" log format: change proposal for author != committer
 2015-09-16 22:25 UTC  (4+ messages)

FYIO: A rant about btrfs
 2015-09-16 22:25 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2015-09-16 22:25 UTC 

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2015-09-16 22:24 UTC 

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2015-09-16 22:24 UTC 

post-receive: pub/scm/linux/kernel/git/clk/linux
 2015-09-16 22:24 UTC 

+ mm-migrate-count-pages-failing-all-retries-in-vmstat-and-tracepoint.patch added to -mm tree
 2015-09-16 22:19 UTC 

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2015-09-16 22:19 UTC 

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2015-09-16 22:18 UTC 

+ signals-kill-block_all_signals-and-unblock_all_signals.patch added to -mm tree
 2015-09-16 22:16 UTC 

Review Request
 2015-09-16 22:15 UTC  (4+ messages)

[PATCH] clk: tegra: dfll: add missing rcu_read_unlock() for error path
 2015-09-16 22:15 UTC  (3+ messages)

[PATCH] fs-writeback: drop wb->list_lock during blk_finish_plug()
 2015-09-16 22:07 UTC  (11+ messages)

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2015-09-16 22:14 UTC 

+ slub-create-new-___slab_alloc-function-that-can-be-called-with-irqs-disabled.patch added to -mm tree
 2015-09-16 22:14 UTC 

+ slub-avoid-irqoff-on-in-bulk-allocation.patch added to -mm tree
 2015-09-16 22:13 UTC 

[PATCH] slub: Avoid irqoff/on in bulk allocation
 2015-09-16 22:13 UTC  (2+ messages)

Linux 4.3-rc1 build error with older elfutils "util/symbol-elf.c:41:5: error: no previous prototype for ‘elf_getphdrnum’"
 2015-09-16 22:10 UTC 

[PATCH 0/3] Add __ioread32_copy() and use it
 2015-09-16 22:09 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2015-09-16 22:08 UTC 

Multiple codecs on one sound card for multi-channel sound card
 2015-09-16 22:07 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2015-09-16 22:07 UTC 

[PATCH v4 0/4] Add support for more MSM8916 clocks
 2015-09-16 22:07 UTC  (3+ messages)
` [PATCH v4 2/4] clk: qcom: Add support for RCGs with shared branches

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2015-09-16 22:07 UTC 

+ revert-mm-make-sure-all-file-vmas-have-vm_ops-set.patch added to -mm tree
 2015-09-16 22:06 UTC 

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2015-09-16 22:05 UTC 

[PATCH] nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations
 2015-09-16 22:04 UTC  (9+ messages)
` [HPDD-discuss] "
            ` [Cluster-devel] "

[Buildroot] [PATCH 1/2] configs/ci20: bump kernel version to 3.18 (2015-09-14)
 2015-09-16 21:59 UTC  (2+ messages)

[Buildroot] [git commit] configs/ci20: add u-boot version 2013.10 (2015-09-15)
 2015-09-16 21:59 UTC 

[Buildroot] [git commit] configs/ci20: bump kernel version to 3.18 (2015-09-14)
 2015-09-16 21:58 UTC 

[Buildroot] [PATCH v2 0/5] Buildroot printing with Cups
 2015-09-16 21:58 UTC  (3+ messages)
` [Buildroot] [PATCH v2 4/4] package/cups-filters: Add new package cups-filters 1.0.74


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.