All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-01 10:29:29 to 2014-10-01 11:31:15 UTC [more...]

[PATCH ARM v7 00/13] mini-os: initial ARM support
 2014-10-01 11:31 UTC  (8+ messages)
` [PATCH ARM v7 09/13] mini-os: arm: time

[U-Boot] [PATCH 00/51] arm: socfpga: Usability fixes
 2014-10-01 11:30 UTC  (13+ messages)
` [U-Boot] [PATCH 03/51] net: dwc: Fix cache alignment issues
` [U-Boot] [PATCH 06/51] mmc: dw_mmc: Fix cache alignment issue
` [U-Boot] [PATCH 09/51] arm: socfpga: Clean up base address file
` [U-Boot] [PATCH V2 10/51] arm: socfpga: Add watchdog disable for socfpga

[PATCH v2 3/4] net: stmmac: add support for Intel Quark X1000
 2014-10-01 11:29 UTC  (2+ messages)
` [PATCH 4/4] net: stmmac: add MSI "

[PATCH v7 00/38] Lockfile correctness and refactoring
 2014-10-01 11:27 UTC  (33+ messages)
` [PATCH v7 05/38] rollback_lock_file(): exit early if lock is not active
` [PATCH v7 06/38] rollback_lock_file(): set fd to -1
` [PATCH v7 07/38] lockfile: unlock file if lockfile permissions cannot be adjusted
` [PATCH v7 08/38] hold_lock_file_for_append(): release lock on errors
` [PATCH v7 09/38] lock_file(): always initialize and register lock_file object
` [PATCH v7 10/38] lockfile.c: document the various states of lock_file objects
` [PATCH v7 14/38] lock_file(): exit early if lockfile cannot be opened
` [PATCH v7 15/38] remove_lock_file(): call rollback_lock_file()
` [PATCH v7 16/38] commit_lock_file(): inline temporary variable
` [PATCH v7 17/38] commit_lock_file(): die() if called for unlocked lockfile object
` [PATCH v7 18/38] close_lock_file(): if close fails, roll back
` [PATCH v7 19/38] commit_lock_file(): rollback lock file on failure to rename
` [PATCH v7 20/38] api-lockfile: document edge cases
` [PATCH v7 21/38] dump_marks(): remove a redundant call to rollback_lock_file()
` [PATCH v7 22/38] git_config_set_multivar_in_file(): avoid "
` [PATCH v7 23/38] lockfile: avoid transitory invalid states
` [PATCH v7 24/38] struct lock_file: declare some fields volatile
` [PATCH v7 25/38] try_merge_strategy(): remove redundant lock_file allocation
` [PATCH v7 26/38] try_merge_strategy(): use a statically-allocated lock_file object
` [PATCH v7 27/38] commit_lock_file(): use a strbuf to manage temporary space
` [PATCH v7 28/38] Change lock_file::filename into a strbuf
` [PATCH v7 29/38] resolve_symlink(): use a strbuf for internal scratch space
` [PATCH v7 30/38] resolve_symlink(): take a strbuf parameter
` [PATCH v7 31/38] trim_last_path_component(): replace last_path_elm()
` [PATCH v7 32/38] Extract a function commit_lock_file_to()
` [PATCH v7 33/38] Rename LOCK_NODEREF to LOCK_NO_DEREF
` [PATCH v7 34/38] lockfile.c: rename static functions
` [PATCH v7 35/38] get_locked_file_path(): new function
` [PATCH v7 36/38] hold_lock_file_for_append(): restore errno before returning
` [PATCH v7 37/38] Move read_index() definition to read-cache.c
` [PATCH v7 38/38] lockfile.h: extract new header file for the functions in lockfile.c

[RFC PATCH] ARM 32: Workaround for memory problem >1gb on last section
 2014-10-01 11:29 UTC  (3+ messages)

[PATCH 1/4] compat: Add infrastructure to support symbol versioning
 2014-10-01 11:28 UTC  (5+ messages)
` [PATCH 1/4 v4] "

[PATCH 0/5] fuse: handle release synchronously (v4)
 2014-10-01 11:28 UTC  (6+ messages)

[PATCH 0/4] Add DSO symbol versioning to support backwards compatibility
 2014-10-01 11:27 UTC  (5+ messages)
` [PATCH 2/4] Provide initial versioning for all DPDK libraries
` [PATCH 3/4] Add library version extenstion

[U-Boot] [PATCH v4 0/5] add i.MX6 thermal sensor driver
 2014-10-01 11:27 UTC  (4+ messages)
` [U-Boot] [PATCH v4 1/5] mx6: crm_regs: Add bit definitions for anadig registers

[PATCH] btrfs-progs: force overwrite should wipe stale SB
 2014-10-01 11:26 UTC  (2+ messages)

[IGT PATCH] tools: terminate getopt_long long option arrays properly
 2014-10-01 11:25 UTC 

[PATCH 0/4] PM / Domains: Fix race conditions during boot
 2014-10-01 11:23 UTC  (9+ messages)
` [PATCH 2/4] ARM: exynos: Ensure PM domains are powered at initialization
` [PATCH 3/4] PM / Domains: Expect PM domains being "

[PATCH 0/6] Add Spreadtrum Shark64 SoC support
 2014-10-01 11:23 UTC  (13+ messages)
` [PATCH 1/6] Documentation: DT: Add bindings for Spreadtrum serial
` [PATCH 2/6] arm64: Add DTS support for Spreadtrum's Shark64 SoC

[PATCH] vmsplice.2: vmsplice() does not fail on nr_segs=0
 2014-10-01 11:23 UTC  (2+ messages)

[U-Boot] [Question] Driver-Model UART on NOR-boot ? Work?
 2014-10-01 11:23 UTC 

[PATCH net-next] net: cleanup and document skb fclone layout
 2014-10-01 11:22 UTC  (4+ messages)
` [PATCH v2 "

[U-Boot] [PATCH 0/5] ARM: sheevaplug: refresh for 201410
 2014-10-01 11:21 UTC  (7+ messages)

[RFC v2] arm64: kgdb: fix single stepping
 2014-10-01 11:17 UTC  (4+ messages)

[PATCH v18 00/10] enable Cache Monitoring Technology (CMT) feature
 2014-10-01 11:17 UTC  (12+ messages)
` [PATCH v18 01/10] x86: add generic resource (e.g. MSR) access hypercall
` [PATCH v18 04/10] x86: detect and initialize Cache Monitoring Technology feature
` [PATCH v18 08/10] x86: add CMT related MSRs in allowed list

[PATCH iproute2] ss: add more tcp socket diagnostics
 2014-10-01 11:17 UTC 

perf: perf_fuzzer triggers instant reboot
 2014-10-01 11:16 UTC  (12+ messages)

[PATCH] regmap: Allow read_reg_mask to be 0
 2014-10-01 11:15 UTC  (5+ messages)

[PATCH 0/3] Support stdio access to lockfiles
 2014-10-01 11:14 UTC  (4+ messages)
` [PATCH 1/3] fdopen_lock_file(): access a lockfile using stdio
` [PATCH 2/3] dump_marks(): reimplement using fdopen_lock_file()
` [PATCH 3/3] commit_packed_refs(): "

clk_set_rate, mux does not switch over, reparenting
 2014-10-01 11:14 UTC 

[PATCH RFC] mbuf: Adjust TX flags to start at bit 32
 2014-10-01 11:14 UTC  (4+ messages)

[PATCH 00/23] pull: mostly textual and compiler warning fix changes
 2014-10-01 11:14 UTC  (6+ messages)
` [PATCH 20/23] libsmartcols: add explicit column flags default
` [PATCH 22/23] lslogins: use more narrow layout when initializing struct members

[memnic PATCH v2 6/7] pmd: add branch hint in recv/xmit
 2014-10-01 11:13 UTC  (7+ messages)

[PATCH] dm-raid: add RAID discard support
 2014-10-01 11:13 UTC  (9+ messages)

[PATCH v2 2/3] net: can: c_can: Add syscon/regmap RAMINIT mechanism
 2014-10-01 11:11 UTC  (20+ messages)

[PATCH V4 0/6] RCU get_user_pages_fast and __get_user_pages_fast
 2014-10-01 11:11 UTC  (7+ messages)
` [PATCH V4 1/6] mm: Introduce a general RCU get_user_pages_fast

[PATCH 1/2] sha1-array: add test-sha1-array and basic tests
 2014-10-01 11:10 UTC  (4+ messages)
` [PATCH 2/2] sha1-lookup: fix handling of duplicates in sha1_pos()

[PATCH v2 0/17] POWER8 Coherent Accelerator device driver
 2014-10-01 11:10 UTC  (5+ messages)
` [PATCH v2 02/17] powerpc/cell: Move data segment faulting code out of cell platform

[linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code
 2014-10-01 11:10 UTC  (13+ messages)

[PATCH v6 0/6] arm64: add seccomp support
 2014-10-01 11:08 UTC  (7+ messages)
` [PATCH v6 2/6] arm64: ptrace: allow tracer to skip a system call

uvcvideo fails on 3.16 and 3.17 kernels
 2014-10-01 11:05 UTC  (5+ messages)

[PATCH] MAINTAINERS: handle buildsystem
 2014-10-01 11:02 UTC  (3+ messages)

[daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies
 2014-10-01 11:02 UTC  (8+ messages)

[PATCH for-next 00/21] iSER initiator updates for 3.18
 2014-10-01 11:02 UTC  (22+ messages)
  ` [PATCH for-next 01/21] IB/iser: Rename ib_conn -> iser_conn
  ` [PATCH for-next 02/21] IB/iser: Re-introduce ib_conn
  ` [PATCH for-next 03/21] IB/iser: Remove unused variables and dead code
  ` [PATCH for-next 04/21] IB/iser: Extend iser_free_ib_conn_res
  ` [PATCH for-next 05/21] IB/iser: Fix DEVICE REMOVAL handling in the absence of iscsi daemon
  ` [PATCH for-next 06/21] IB/iser: Don't bound release_work completions timeouts
  ` [PATCH for-next 07/21] IB/iser: Unbind at conn_stop stage
  ` [PATCH for-next 08/21] IB/iser: Protect tasks cleanup in case IB device was already released
  ` [PATCH for-next 09/21] IB/iser: Signal iSCSI layer that transport is broken in error completions
  ` [PATCH for-next 10/21] IB/iser: Use iser_warn instead of BUG_ON in iser_conn_release
  ` [PATCH for-next 11/21] IB/iser: Centralize iser completion contexts
  ` [PATCH for-next 12/21] IB/iser: Use internal polling budget to avoid possible live-lock
  ` [PATCH for-next 13/21] IB/iser: Use single CQ for RX and TX
  ` [PATCH for-next 14/21] IB/iser: Use beacon to indicate all completions were consumed
  ` [PATCH for-next 15/21] IB/iser: Optimize completion polling
  ` [PATCH for-next 16/21] IB/iser: Suppress scsi command send completions
  ` [PATCH for-next 17/21] IB/iser: change iscsi_conn_stop log level to info
  ` [PATCH for-next 18/21] IB/iser: Nit - add space after __func__ in iser logging
  ` [PATCH for-next 19/21] IB/iser: Add/Fix kernel doc style descriptions in iscsi_iser.h
  ` [PATCH for-next 20/21] IB/iser: Fix/add kernel-doc style description in iscsi_iser.c
  ` [PATCH for-next 21/21] IB/iser: Bump version, add maintainer

[PATCH] arm: socfpga: fix fetching cpu1start_addr for system with > 2GB of ram
 2014-10-01 11:02 UTC 

Panic on Seattle (resend)
 2014-10-01 11:01 UTC  (6+ messages)

[PATCH for-4.5 v12 0/3] Refactoring for future mem_event and mem_access support on ARM
 2014-10-01 10:59 UTC  (2+ messages)

[RFC PATCH 0/8] Add host i915 support for vGPU
 2014-10-01 10:58 UTC  (4+ messages)
` [RFC PATCH 3/8] drm/i915: add the vgt implementation of MMIO/GTT mediations

[PATCH] arm64: Use and error-check DMA_ERROR_CODE
 2014-10-01 10:56 UTC  (4+ messages)

pwm-samsung: incorrect register values for 100% duty cycle
 2014-10-01 10:55 UTC  (2+ messages)

[PATCH v2] xen/arm: check on domain type against hardware support
 2014-10-01 10:55 UTC  (4+ messages)

MPI_WSIZE()
 2014-10-01 10:54 UTC 

[PATCH] obexd/src/main: Fix memory leak on obex server
 2014-10-01 10:54 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 00/36] complete conversion to hotplug-handler API
 2014-10-01 10:52 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 36/36] qdev: HotplugHandler: add support for unplugging BUS-less devices

[PATCH 00/17] OMAP IOMMU Cleanup & Consolidation
 2014-10-01 10:52 UTC  (3+ messages)
` [PATCH 12/17] iommu/omap: Integrate omap-iommu-debug into omap-iommu

[PATCH 00/89] Basic Skylake enabling
 2014-10-01 10:52 UTC  (22+ messages)
` [PATCH 58/89] drm/i915/skl: Register definitions for SKL Clocks
` [PATCH 60/89] drm/i915/skl: CD clock back calculation for SKL
` [PATCH 61/89] drm/i915/skl: Determine enabled PLL and its linkrate/pixel clock
` [PATCH 62/89] drm/i915/skl: Query DPLL attached to port on SKL
` [PATCH 63/89] drm/i915/skl: Define shared DPLLs for Skylake
` [PATCH 65/89] drm/i915/skl: Always use DPLL0 for eDP
` [PATCH 66/89] drm/i915/skl: Implementation of SKL DPLL programming

[Dell Dimension E521] System goes to sleep at GDM window and never wakes up
 2014-10-01 10:52 UTC 

[PATCH v2 03/17] powerpc/cell: Make spu_flush_all_slbs() generic
 2014-10-01 10:51 UTC  (3+ messages)

[PATCH] Fix linking errors when CONFIG_RTE_BUILD_SHARED_LIB is enabled
 2014-10-01 10:50 UTC  (2+ messages)

[PATCH for-xen-4.5] xl: use nic global default values in network-attach
 2014-10-01 10:46 UTC  (2+ messages)

[PATCH] nand: omap2: fix building with CONFIG_MTD_NAND_OMAP_BCH=m
 2014-10-01 10:46 UTC  (5+ messages)

[PATCH v2] arm: prevent BUG_ON in audit_syscall_entry()
 2014-10-01 10:45 UTC  (2+ messages)

[PATCH 00/28 v4] tool changes to honor configure --prefix=DIR
 2014-10-01 10:44 UTC  (6+ messages)
` [PATCH 01/28] Neutralize make uninstall

drm: i915: regression in i915 after suspend (render ring initialization failed; v3.16.3)
 2014-10-01 10:34 UTC 

[PATCH] gpio: Switch to using managed resources with devm_
 2014-10-01 10:46 UTC 

[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
 2014-10-01 10:39 UTC  (8+ messages)
` [PATCH v3 00/13] Kernel address sanitizer - runtime memory debugger
  ` [PATCH v3 11/13] kmemleak: disable kasan instrumentation for kmemleak

asus-nb-wmi: wifi & brightness keys does not work on asus x200la laptop
 2014-10-01 10:39 UTC  (2+ messages)

[PATCH for-4.5 V9] arm64 EFI stub
 2014-10-01 10:39 UTC  (7+ messages)
` [PATCH for-4.5 V9] Add ARM EFI boot support

[PATCH v3 0/4] Add Phytec pbab01 audio support
 2014-10-01 10:38 UTC  (3+ messages)

[PATCH 0/4] ARM: dts: keystone: fixes
 2014-10-01 10:37 UTC  (10+ messages)
` [PATCH 1/4] ARM: dts: keystone: fix io range for usb_phy0
` [PATCH 2/4] ARM: dts: keystone-k2e: update usb1 node for dma properties
` [PATCH 3/4] ARM: dts: keystone-k2e: fix mdio io start address
` [PATCH 4/4] ARM: dts: keystone-k2l: "

[RFC + Queries] Flow of PCI passthrough in ARM
 2014-10-01 10:37 UTC  (7+ messages)

[PATCH 0/2] Handle reboot for Exynos SoC via reboot_notifier
 2014-10-01 10:36 UTC  (7+ messages)
` [PATCH 1/2] clk: samsung: exynos5440: move restart code into clock driver
` [PATCH 2/2] ARM: EXYNOS: PMU: move restart code into pmu driver

[PATCH v5 0/4] kvmtool: ARM/ARM64: Misc updates
 2014-10-01 10:34 UTC  (5+ messages)
` [PATCH v5 1/4] kvmtool: ARM: Use KVM_ARM_PREFERRED_TARGET vm ioctl to determine target cpu
` [PATCH v5 2/4] kvmtool: ARM64: Add target type potenza for aarch64
` [PATCH v5 3/4] kvmtool: Handle exit reason KVM_EXIT_SYSTEM_EVENT
` [PATCH v5 4/4] kvmtool: ARM/ARM64: Provide PSCI-0.2 to guest when KVM supports it

[PATCH for 4.5] xen/arm64: Make show_registers working even if current is not correctly set
 2014-10-01 10:34 UTC  (2+ messages)

[PATCH for 4.5] xen/arm: p2m: Correctly initialize cur_offset
 2014-10-01 10:33 UTC  (2+ messages)

[PATCH 00/34] pull request: netfilter/ipvs updates for net-next
 2014-10-01 10:33 UTC  (4+ messages)
` [PATCH 32/34] netfilter: bridge: move br_netfilter out of the core

[PATCH for-4.5] tools/libxl: Initialise rc on error paths of libxl_domain_remus_start()
 2014-10-01 10:29 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.