All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-01 09:39:34 to 2014-10-01 10:43:18 UTC [more...]

[PATCH v2 0/3] net: can: Use syscon regmap for TI specific RAMINIT register
 2014-10-01 10:43 UTC  (23+ messages)
` [PATCH v2 2/3] net: can: c_can: Add syscon/regmap RAMINIT mechanism

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

[PATCH for-xen-4.5] xl: use nic global default values in network-attach
 2014-10-01 10:42 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 1/4] compat: Add infrastructure to support symbol versioning
 2014-10-01 10:38 UTC  (4+ messages)
` [PATCH 1/4 v4] "

[RFC PATCH] ARM 32: Workaround for memory problem >1gb on last section
 2014-10-01 10:37 UTC  (2+ 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

Newbie question
 2014-10-01 10:35 UTC 

[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 v18 00/10] enable Cache Monitoring Technology (CMT) feature
 2014-10-01 10:33 UTC  (5+ messages)
` [PATCH v18 01/10] x86: add generic resource (e.g. MSR) access hypercall

[PATCH 00/23] pull: mostly textual and compiler warning fix changes
 2014-10-01 10:32 UTC  (11+ messages)
` [PATCH 12/23] libblkid: use pre-processor to optimize out code
` [PATCH 15/23] cfdisk: add missing initializers to struct main_menuitems
` [PATCH 20/23] libsmartcols: add explicit column flags default
` [PATCH 22/23] lslogins: use more narrow layout when initializing struct members
` [PATCH 23/23] tests: fix the ipcs test for shmall being too big to show

[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 v7 00/38] Lockfile correctness and refactoring
 2014-10-01 10:28 UTC  (39+ messages)
` [PATCH v7 01/38] unable_to_lock_die(): rename function from unable_to_lock_index_die()
` [PATCH v7 02/38] api-lockfile: revise and expand the documentation
` [PATCH v7 03/38] close_lock_file(): exit (successfully) if file is already closed
` [PATCH v7 04/38] rollback_lock_file(): do not clear filename redundantly
` [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 11/38] cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN
` [PATCH v7 12/38] delete_ref_loose(): don't muck around in the lock_file's filename
` [PATCH v7 13/38] prepare_index(): declare return value to be (const char *)
` [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

[U-Boot] [PATCH 00/51] arm: socfpga: Usability fixes
 2014-10-01 10:30 UTC  (9+ messages)
` [U-Boot] [PATCH 06/51] mmc: dw_mmc: Fix cache alignment issue
` [U-Boot] [PATCH 07/51] tools: socfpga: Add socfpga preloader signing to mkimage
` [U-Boot] [PATCH 08/51] arm: socfpga: Complete the list of base addresses
` [U-Boot] [PATCH 09/51] arm: socfpga: Clean up base address file

[PATCH for-4.5] tools/libxl: Initialise rc on error paths of libxl_domain_remus_start()
 2014-10-01 10:29 UTC  (2+ messages)

[PATCH] EDAC: remove deprecated IRQF_DISABLED
 2014-10-01 10:27 UTC  (7+ messages)

[PATCH 0/4] Introduce AMD Seattle platform support
 2014-10-01 10:26 UTC  (10+ messages)
` [PATCH 1/4] gicv2: Add compatibility id for gic-400
` [PATCH 2/4] amd/seattle: Add early printk message for the platform
` [PATCH 3/4] xen/arm: Add PSCI system_off and system_reset support
` [PATCH 4/4] amd/seattle: Initial revision of AMD Seattle support

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

[Qemu-trivial] [PATCH 0/4] os: convert fprintf/perror to error_report
 2014-10-01 10:24 UTC  (6+ messages)
` [Qemu-trivial] [PATCH 2/4] os-posix: report error message when lock file failed
  ` [Qemu-trivial] [Qemu-devel] "
        `  "

[PATCH v4 0/4] kvmtool: ARM/ARM64: Misc updates
 2014-10-01 10:24 UTC  (7+ messages)
` [PATCH v4 1/4] kvmtool: ARM: Use KVM_ARM_PREFERRED_TARGET vm ioctl to determine target cpu
` [PATCH v4 2/4] kvmtool: ARM64: Add target type potenza for aarch64

[PATCH v8 0/2] Adds PMU and S2R support for exynos5420
 2014-10-01 10:23 UTC  (4+ messages)

[PATCH 1/3] daemon: handle gethostbyname() error
 2014-10-01 10:21 UTC  (3+ messages)
` [PATCH 2/3] daemon: fix error message after bind()
  ` [PATCH 3/3] daemon: remove write-only variable maxfd

[PATCH] trivial: net/mac802154: Fix Kconfig typo
 2014-10-01 10:21 UTC  (2+ messages)

[PATCH 0/3] Rockchip IOMMU driver and devicetree bindings
 2014-10-01 10:20 UTC  (9+ messages)
` [PATCH 1/3] iommu/rockchip: rk3288 iommu driver
` [PATCH 2/3] dt-bindings: iommu: Add documentation for rockchip iommu
` [PATCH 3/3] ARM: dts: rk3288: add VOP iommu nodes

[PATCH v2] Bluetooth: Fix locking issue when creating l2cap connection
 2014-10-01 10:18 UTC 

[PATCH] [RESEND] drivers: bus: omap_l3: remove deprecated IRQF_DISABLED
 2014-10-01 10:15 UTC  (2+ messages)

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

[PATCH] ARC: [plat-arcfpga]: remove unused Kconfig params
 2014-10-01 10:12 UTC  (2+ messages)

[PATCH] [RESEND] rsxx: Remove deprecated IRQF_DISABLED
 2014-10-01 10:11 UTC 

[PATCH 1/2] ARM: i.MX53: add IPU CSI port nodes
 2014-10-01 10:11 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX53: dts: add sahara module

[PATCH] x86, MCE, AMD: use macros to compute bank MSRs
 2014-10-01 10:10 UTC  (9+ messages)
` [PATCH] x86, MCE, AMD: save IA32_MCi_STATUS before machine_check_poll() resets it

[PATCH] cpqarray: remove deprecated IRQF_DISABLED
 2014-10-01 10:09 UTC  (3+ messages)

[PATCH net-next v6 2/2] bonding: Simplify the xmit function for modes that use xmit_hash
 2014-10-01 10:08 UTC  (2+ messages)

[RFC 0/5] ath9k patches
 2014-10-01 10:08 UTC  (6+ messages)
` [RFC 1/5] ath9k: Fix queue handling in flush()
` [RFC 2/5] ath9k: Pass context to ath9k_chanctx_wake_queues()
` [RFC 3/5] ath9k: Add ath9k_chanctx_stop_queues()
` [RFC 4/5] ath9k: Fix queue handling for channel contexts
` [RFC 5/5] ath9k: Fix flushing in MCC mode

[PATCH] ascii.7: charset pages unification, minor cleanups
 2014-10-01 10:07 UTC  (3+ messages)

[PATCH] [RESEND] block: hd: remove deprecated IRQF_DISABLED
 2014-10-01 10:07 UTC  (2+ messages)

shlibs failing to add dependencies if shared objects are called .so
 2014-10-01 10:06 UTC 

[PATCH] lib/aux: Print progress output with igt_info
 2014-10-01 10:06 UTC  (3+ messages)
` [PATCH] lib/aux: Print progress output at INFO level

[PATCH] [RESEND] score: remove deprecated IRQF_DISABLED
 2014-10-01 10:04 UTC  (2+ messages)

[PATCH v2 0/7] ARM: sunxi: Add basic support for Allwinner A80 SoC
 2014-10-01 10:03 UTC  (9+ messages)
` [PATCH v2 4/7] ARM: dts: sun9i: Add A80 Optimus Board support

Document POSIX MQ /proc/sys/fs/mqueue files
 2014-10-01 10:02 UTC  (4+ messages)

[RFC PATCH v2 00/16] Add ACPI _DSD and unified device properties support
 2014-10-01 10:01 UTC  (4+ messages)
` [PATCH v3 10/15] leds: leds-gpio: Add ACPI probing support

[PATCH] gpio: amd8111: unmap ioport on failure case
 2014-10-01 10:03 UTC 

[PATCH RFC ipsec-next] xfrm: Add sysctl option to enforce inbound policies for transport mode
 2014-10-01  9:58 UTC  (4+ messages)

[PATCH v5] can: flexcan: Re-write receive path to use MB queue instead of FIFO
 2014-10-01  9:58 UTC  (6+ messages)

FileJournal bug : additional information request
 2014-10-01  9:58 UTC  (3+ messages)

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

[PATCH] [RESEND] frv: remove deprecated IRQF_DISABLED
 2014-10-01  9:56 UTC  (2+ messages)

[PATCH v2 0/17] POWER8 Coherent Accelerator device driver
 2014-10-01  9:55 UTC  (12+ messages)
` [PATCH v2 02/17] powerpc/cell: Move data segment faulting code out of cell platform
` [PATCH v2 09/17] powerpc/mm: Add new hash_page_mm()
` [PATCH v2 10/17] powerpc/mm: Merge vsid calculation in hash_page() and copro_data_segment()

[PATCH v2 0/2] Get default RX/TX configuration
 2014-10-01  9:54 UTC  (6+ messages)
  ` [PATCH v3 0/3] "
      ` [PATCH v3 1/3] ether: Reset whole dev info structure
      ` [PATCH v3 2/3] pmd: Modified dev_info structure to include default RX/TX configuration
      ` [PATCH v3 3/3] app: Used default RX/TX configuration got from dev info in apps

[PATCH] [RESEND][TRIVIAL] treewide: fix occurrences of "the the "
 2014-10-01  9:53 UTC  (2+ messages)

[BUG] Bad decibel data on C-Media USB sound card
 2014-10-01  9:51 UTC  (2+ messages)

[PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is not negotiated
 2014-10-01  9:51 UTC  (4+ messages)

Weekly performance meeting
 2014-10-01  9:30 UTC  (2+ messages)

[PATCH] drm/i915: Reinstate error level message for non-simulated gpu hangs
 2014-10-01  9:50 UTC  (5+ messages)

[PATCH] TEST PATCH
 2014-10-01 15:06 UTC 

xfstests test xfs/030 failure
 2014-10-01  9:45 UTC 

[PATCH v5 0/1] Add mmio_hole_size (was Add pci_hole_min_size)
 2014-10-01  9:45 UTC  (7+ messages)
` [PATCH v5 1/1] Add mmio_hole_size

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

Problems with fakeserial
 2014-10-01  9:44 UTC  (6+ messages)

[RFC 0/4] Add PCI/MSI(x) support for AMD Seattle Platform
 2014-10-01  9:38 UTC  (4+ messages)
` [RFC 2/4] PCI: generic: Add support for ARM64 and MSI(x)


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.