All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-25 23:05:00 to 2016-02-25 23:49:12 UTC [more...]

[PATCHv17 00/11] Expose submodule parallelism to the user
 2016-02-25 23:48 UTC  (28+ messages)
` [PATCHv18 00/11] Expose
  ` [PATCHv18 01/11] submodule-config: keep update strategy around
  ` [PATCHv18 02/11] submodule-config: drop check against NULL
  ` [PATCHv18 03/11] fetching submodules: respect `submodule.fetchJobs` config option
  ` [PATCHv18 04/11] submodule update: direct error message to stderr
  ` [PATCHv18 05/11] run_processes_parallel: treat output of children as byte array
  ` [PATCHv18 06/11] run-command: expose default_{start_failure, task_finished}
  ` [PATCHv18 07/11] run_processes_parallel: rename parameters for the callbacks
  ` [PATCHv18 08/11] run_processes_parallel: correctly terminate callbacks with an LF
  ` [PATCHv18 09/11] git submodule update: have a dedicated helper for cloning
  ` [PATCHv18 10/11] submodule update: expose parallelism to the user
  ` [PATCHv18 11/11] clone: allow an explicit argument for parallel submodule clones
          ` [PATCHv19 00/11] Expose submodule parallelism to the user
            ` [PATCHv19 02/11] submodule-config: drop check against NULL
            ` [PATCHv19 04/11] submodule update: direct error message to stderr
            ` [PATCHv19 05/11] run_processes_parallel: treat output of children as byte array
            ` [PATCHv19 06/11] run-command: expose default_{start_failure, task_finished}
            ` [PATCHv19 07/11] run_processes_parallel: rename parameters for the callbacks
            ` [PATCHv19 08/11] run_processes_parallel: correctly terminate callbacks with an LF
            ` [PATCHv19 09/11] git submodule update: have a dedicated helper for cloning
            ` [PATCHv19 11/11] clone: allow an explicit argument for parallel submodule clones

[PATCH v3 0/8] arm64: dts: apq8016 dt patches (Set2)
 2016-02-25 23:48 UTC  (7+ messages)
` [PATCH v3 6/8] arm64: dts: qcom: fix usb digital voltage levels

[PATCH] writeback: call writeback tracepoints withoud holding list_lock in wb_writeback()
 2016-02-25 23:47 UTC  (10+ messages)

[PATCH] ARM: s3c24xx: avoid warning for inb/outb
 2016-02-25 23:46 UTC  (3+ messages)

[PATCH] dts: add specific compatible type for Terasic DE0-NANO-SoC Board
 2016-02-25 23:38 UTC  (9+ messages)
` [PATCH v2] "

[Buildroot] [PATCH 00/32] systemd feature selection
 2016-02-25 23:44 UTC  (3+ messages)
` [Buildroot] [PATCH 01/32] package/lz4: bump version to r131

[PATCH] clk: shmobile: Remove ARCH_SHMOBILE_MULTI
 2016-02-25 23:44 UTC  (4+ messages)

[PATCH v17 0/6] Device Tree support for FPGA Programming
 2016-02-25 23:25 UTC  (14+ messages)
` [PATCH v17 1/6] fpga: add bindings document for fpga region
` [PATCH v17 2/6] ARM: socfpga: add bindings document for fpga bridge drivers
` [PATCH v17 3/6] add sysfs document for fpga bridge class
` [PATCH v17 4/6] fpga: add fpga bridge framework
` [PATCH v17 5/6] fpga: fpga-region: device tree control for FPGA
` [PATCH v17 6/6] ARM: socfpga: fpga bridge driver support

[Intel-wired-lan] [PATCH 1/2] fm10k: add helper functions to set strings and data for ethtool stats
 2016-02-25 23:44 UTC  (5+ messages)
` [Intel-wired-lan] [PATCH 2/2] fm10k: use fm10k_stats structures for per-queue statistics

[PATCH v3 1/2] t/lib-http/apache.conf: load mod_unixd module in apache 2.4
 2016-02-25 23:43 UTC  (8+ messages)

echo dev > /sys/fs/bcache/register gives page allocation failure: order:4, mode:0x2040d0
 2016-02-25 23:44 UTC  (6+ messages)
  ` BUG: drivers/md/bcache/writeback.c:237

[PATCH v9 0/6] ARM: hisi: Add initial support including clock driver for Hi3519 soc
 2016-02-25 23:42 UTC  (7+ messages)
` [PATCH v9 1/6] clk: hisilicon: export some hisilicon APIs to modules
` [PATCH v9 2/6] clk: hisilicon: add CRG driver for hi3519 soc

[PATCH 0/2] cpufreq cleanups related to pointless labels
 2016-02-25 23:38 UTC  (3+ messages)
` [PATCH 2/2] cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target()

[Qemu-devel] [PATCH v2 00/19] easier unboxed visits/qapi implicit types
 2016-02-25 23:38 UTC  (20+ messages)
` [Qemu-devel] [PATCH v2 01/19] qapi: Rename 'fields' to 'members' in internal interface
` [Qemu-devel] [PATCH v2 02/19] qapi-visit: Expose visit_type_FOO_members()
` [Qemu-devel] [PATCH v2 03/19] qapi: Update docs to match recent generator changes
` [Qemu-devel] [PATCH v2 04/19] chardev: Shorten references into ChardevBackend
` [Qemu-devel] [PATCH v2 05/19] util: Shorten references into SocketAddress
` [Qemu-devel] [PATCH v2 06/19] ui: Shorten references into InputEvent
` [Qemu-devel] [PATCH v2 07/19] qapi: Avoid use of 'data' member of qapi unions
` [Qemu-devel] [PATCH v2 08/19] chardev: Drop useless ChardevDummy type
` [Qemu-devel] [PATCH v2 09/19] qapi: Drop useless 'data' member of unions
` [Qemu-devel] [PATCH v2 10/19] qapi-visit: Factor out gen_visit_members_call()
` [Qemu-devel] [PATCH v2 11/19] qapi: Add type.is_empty() helper
` [Qemu-devel] [PATCH v2 12/19] qapi: Fix command with named empty argument type
` [Qemu-devel] [PATCH v2 13/19] qapi-visit: Simplify visit of empty branch in union
` [Qemu-devel] [PATCH v2 14/19] qapi: Don't special-case simple union wrappers
` [Qemu-devel] [PATCH v2 15/19] qapi-visit: Move error check into gen_visit_members_call()
` [Qemu-devel] [PATCH v2 16/19] qapi: Allow anonymous base for flat union
` [Qemu-devel] [PATCH v2 17/19] qapi: Use anonymous base in SchemaInfo
` [Qemu-devel] [PATCH v2 18/19] qapi: Use anonymous base in CpuInfo
` [Qemu-devel] [PATCH v2 19/19] qapi: Make c_type() more OO-like

[PATCH] of/overlay: add of overlay notifications
 2016-02-25 23:36 UTC  (2+ messages)

[PATCH 0/7] drm/fsl-dcu: fixes and enhancements
 2016-02-25 23:36 UTC  (3+ messages)

[PATCH v2 0/6] clk: mvebu: initial support for AP806 clocks
 2016-02-25 23:37 UTC  (4+ messages)
` [PATCH v2 1/6] dt-bindings: arm/marvell: add DT bindings for AP806 DFX Server

[PATCH][V3] mt7601u: do not free dma_buf when ivp allocation fails
 2016-02-25 23:36 UTC  (8+ messages)

[Buildroot] [PATCH 1/1] New package: uwsgi
 2016-02-25 23:36 UTC  (4+ messages)

[PATCH] cpufreq: intel_pstate: Enable HWP by default
 2016-02-25 23:33 UTC  (3+ messages)

[Buildroot] [Bug 8651] New: libMonoPosixHelper.so wrong link reference in buildroot image
 2016-02-25 23:35 UTC  (2+ messages)
` [Buildroot] [Bug 8651] "

[PATCH 0/4] Replaces udev with eudev for compatibility when using sysvinit on newer kernels
 2016-02-25 23:34 UTC  (5+ messages)
` [PATCH 1/4] eudev: "
` [PATCH 2/4] libgudev: Fix for new eudev implementation
` [PATCH 3/4] usbutils: "
` [PATCH 4/4] maintainers.inc: Add new eudev package and change maintainership for udev

[PATCH net-next 4/4] MAINTAINERS: Add LAN78XX entry
 2016-02-25 23:33 UTC 

[PATCH net-next 3/4] lan78xx: add ethtool set & get pause functions
 2016-02-25 23:33 UTC 

[PATCH net-next 2/4] lan78xx: remove unnecessary code
 2016-02-25 23:33 UTC 

[PATCH net-next 1/4] lan78xx: replace devid to chipid & chiprev
 2016-02-25 23:33 UTC 

[PATCH net-next 0/4] lan78xx: driver update
 2016-02-25 23:33 UTC 

[PATCH v4 0/5] getcpu_cache system call for 4.6
 2016-02-25 23:32 UTC  (5+ messages)
` [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread

NOTICE
 2016-02-25 23:31 UTC 

[Bug 93887] New: Amilo Xi 3650: G96M [GeForce 9600M GT]: HDMI monitor stays black after s2ram
 2016-02-25 23:31 UTC  (4+ messages)
  ` [Bug 93887] [NV96] "

feeding back pkgsrc changs
 2016-02-25 23:31 UTC  (7+ messages)
  ` portability patch: EBADF [was Re: feeding back pkgsrc changs]
            ` portability: types

[PATCH v6][RFC]xen: sched: convert RTDS from time to event driven model
 2016-02-25 23:31 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] Add config to nfsd to set number of threads
 2016-02-25 23:30 UTC  (9+ messages)

[RFC v5 0/3] mm: make swapin readahead to gain more thp performance
 2016-02-25 23:30 UTC  (8+ messages)

bcache: register_cache() error opening sdh2: cannot allocate memory => BUG NULL pointer
 2016-02-25 23:30 UTC  (4+ messages)

[PATCH 0/5] Pipe level color management V8
 2016-02-25 23:27 UTC  (3+ messages)
` [PATCH 2/5] drm/i915: Do not read GAMMA_MODE register

[PATCH v7] mtd: nand: increase ready wait timeout and report timeouts
 2016-02-25 23:27 UTC  (5+ messages)

[Buildroot] [PATCH] util-linux: add option for lsblk
 2016-02-25 23:24 UTC  (2+ messages)

[net-next PATCH v2 0/3] tc software only flag
 2016-02-25 23:24 UTC  (5+ messages)
` [net-next PATCH v2 1/3] net: sched: consolidate offload decision in cls_u32
` [net-next PATCH v2 2/3] net: cls_u32: move TC offload feature bit into cls_u32 offload logic
` [net-next PATCH v2 3/3] net: sched: cls_u32 add bit to specify software only rules

[Qemu-devel] [PULL 0/8] spice: initial opengl/virgl support, postcopy migration fix
 2016-02-25 23:23 UTC  (5+ messages)
` [Qemu-devel] [PULL 4/8] spice: reset cursor on resize

[PATCH] cpufreq: intel_pstate: disable HWP notifications
 2016-02-25 23:20 UTC  (3+ messages)

[PATCH] cpufreq: Simplify the cpufreq_for_each_valid_entry()
 2016-02-25 23:22 UTC 

[PATCH] automake: remove patch
 2016-02-25 23:02 UTC 

[RFC][PATCH] Enable livepatching for powerpc
 2016-02-25 14:42 UTC  (2+ messages)

[GIT PULL] clk/samsung updates
 2016-02-25 23:19 UTC  (2+ messages)

[kernel-hardening] [PATCHv2] lkdtm: Add READ_AFTER_FREE test
 2016-02-25 23:15 UTC  (16+ messages)
` [kernel-hardening] "
                          `  "

[PATCH][V2] mt7601u: do not free dma_buf when ivp allocation fails
 2016-02-25 23:14 UTC  (4+ messages)

[PATCH v2] clk: check the actual phase if get_phase is provided
 2016-02-25 23:14 UTC  (2+ messages)

What's cooking in git.git (Feb 2016, #07; Thu, 25)
 2016-02-25 23:14 UTC 

[PATCH v3 00/12] pwm: add support for atomic update
 2016-02-25 23:14 UTC  (16+ messages)

[PATCH trivial] include/linux/gfp.h: Improve the coding styles
 2016-02-25 23:12 UTC  (7+ messages)

[PATCHv2 0/2] Add initial capability to check CVEs for recipes
 2016-02-25 15:07 UTC  (3+ messages)
` [PATCHv2 1/2] cve-check-tool: Add recipe
` [PATCHv2 2/2] cve-check.bbclass: Add class

[PATCH V3] tisdk Makefile: Replace PVR_NULLDRM and PLATFORM_OMAPDRM with TARGET_PRODUCT per graphics DDK change
 2016-02-25 23:11 UTC  (2+ messages)

[PATCH v11 00/14] MT8173 DRM support
 2016-02-25 23:10 UTC  (5+ messages)
` [PATCH v11 11/14] clk: mediatek: Add hdmi_ref HDMI PHY PLL reference clock output
` [PATCH v11 13/14] clk: mediatek: remove hdmitx_dig_cts from TOP clocks

[PATCH] mmc: tegra: Disable UHS-I modes for tegra114
 2016-02-25 23:10 UTC  (5+ messages)

[PATCH v9 00/14] MT8173 DRM support
 2016-02-25 23:09 UTC  (3+ messages)
` [PATCH v9 13/14] clk: mediatek: remove hdmitx_dig_cts from TOP clocks

[PATCH] run-command: fix an 'different modifiers' sparse warning
 2016-02-25 23:08 UTC  (4+ messages)

[net-next PATCH 1/4] net: sched: consolidate offload decision in cls_u32
 2016-02-25 23:08 UTC  (8+ messages)
` [net-next PATCH 3/4] net: sched: cls_u32 add bit to specify software only rules

[PATCH 1/1] mm: thp: Redefine default THP defrag behaviour disable it by default
 2016-02-25 23:08 UTC  (6+ messages)

[PATCH] clk: mvebu: Require corediv clock for Armada 38x
 2016-02-25 23:06 UTC  (5+ messages)
` [PATCH v3 1/2] clk: mvebu: Remove corediv clock from Armada XP
  ` [PATCH v3 2/2] clk: mvebu: Move corediv config to mvebu config

"ceph-installer" in GitHub
 2016-02-25 23:06 UTC  (4+ messages)
` [ceph-users] "

[U-Boot] [PATCH 0/7 v2] support mapping PCI device ids to stream ids for MSIs
 2016-02-25 23:06 UTC  (7+ messages)
` [U-Boot] [PATCH 1/7 v2] armv8: ls2080a: remove obsolete stream ID partitioning support
` [U-Boot] [PATCH 3/7 v2] pci: make pci_get_hose_head() available to external users
` [U-Boot] [PATCH 4/7 v2] pci/layerscape: add support for LUT
` [U-Boot] [PATCH 5/7 v2] pci/layerscape: add stream ID allocator
` [U-Boot] [PATCH 6/7 v2] pci/layerscape: fdt: function to set msi-map entries
` [U-Boot] [PATCH 7/7 v2] pci/layerscape: set LUT and msi-map for discovered PCI devices

[Qemu-devel] [PATCH] net: simplify net_init_tap_one logic
 2016-02-25 23:05 UTC 

[PATCH] strbuf_write: omit system call when length is zero
 2016-02-25 23:04 UTC  (2+ messages)

[U-Boot] [RFC PATCH v5 0/4] Enable FIT image to be loaded beyond 32-bit space
 2016-02-25 23:05 UTC  (3+ messages)
` [U-Boot] [RFC PATCH v5 1/4] common: Convert ulong to phys_addr_t for image addresses


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.