All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-01-06 13:27:00 to 2014-01-06 14:36:40 UTC [more...]

[PATCH 0/7] Xilinx Zynq SLCR changes
 2014-01-06 14:36 UTC  (8+ messages)
` [PATCH 1/7] ARM: zynq: Move clock_init from slcr to common
` [PATCH 2/7] ARM: zynq: Split slcr in two parts
` [PATCH 3/7] ARM: zynq: Hang iomapped slcr address on device_node
` [PATCH 4/7] ARM: zynq: Map I/O memory on clkc init

[Buildroot] [git commit] Add LBreakout2 package (SDL game)
 2014-01-06 14:35 UTC 

[PATCH for-next 00/20] dm: current patches queued in linux-dm.git for-next
 2014-01-06 14:35 UTC  (11+ messages)
` [PATCH maybe-for-3.13 01/20] dm thin: initialize dm_thin_new_mapping returned by get_next_mapping
` [PATCH for-3.14 05/20] dm space map metadata: limit errors in sm_metadata_new_block
` [PATCH for-3.14 06/20] dm persistent data: cleanup dm-thin specific references in text
` [PATCH for-3.14 07/20] dm thin: use bool rather than unsigned for flags in structures
` [PATCH for-3.14 14/20] dm thin: requeue bios to DM core if no_free_space and in read-only mode

Questionnaire: Rating of contributions to FLOSS
 2014-01-06 14:16 UTC 

[Buildroot] [PATCH v2] Add LBreakout2 package (SDL game)
 2014-01-06 14:34 UTC  (2+ messages)

[PATCH v6 0/4] More color in 'perf diff'
 2014-01-06 14:34 UTC  (3+ messages)

[PATCHSET 00/21] perf tools: Add support to accumulate hist periods (v4)
 2014-01-06 14:32 UTC  (5+ messages)
` [PATCH 01/21] perf tools: Introduce struct add_entry_iter

[PATCH 01/85] drivers: gpu: Include appropriate header file in drm_usb.c
 2014-01-06 14:32 UTC  (3+ messages)
` [PATCH 02/85] drivers: gpu: Mark function as static and remove unused function in ast_main.c
` [PATCH 03/85] drivers: gpu: Mark functions as static in ast_mode.c

[PATCH] ACPI/Battery: Add a _BIX quirk for NEC LZ750/LS
 2014-01-06 14:32 UTC  (6+ messages)

process hangs in ext4_sync_file
 2014-01-06 14:32 UTC  (3+ messages)

TPM Changes for 3.14
 2014-01-06 14:31 UTC  (5+ messages)
    ` [GIT PULL]TPM "

[Qemu-devel] [PATCH] acpi unit-test: resolved iasl crash
 2014-01-06 14:35 UTC  (4+ messages)

[PATCH] ASoC: atmel-pcm-dma: Remove SND_DMAENGINE_PCM_FLAG_NO_RESIDUE flag
 2014-01-06 14:30 UTC 

Add private controls to ctrl_handler
 2014-01-06 14:30 UTC 

[PATCH] iommu/arm-smmu: change pud/pmd entry fill sequence
 2014-01-06 14:28 UTC  (3+ messages)

[meta-openstack][PATCH 0/9] Python web recipe fixes
 2014-01-06 14:28 UTC  (11+ messages)
` [meta-openstack][PATCH 1/9] python-flask: correct LICENSE
` [meta-openstack][PATCH 2/9] python-itsdangerous: "
` [meta-openstack][PATCH 3/9] python-jinja2: "
` [meta-openstack][PATCH 4/9] python-markupsafe: make LICENSE more accurate
` [meta-openstack][PATCH 5/9] python-werkzeug: correct LICENSE
` [meta-openstack][PATCH 6/9] python-itsdangerous: add missing python module dependencies
` [meta-openstack][PATCH 7/9] python-jinja2: "
` [meta-openstack][PATCH 8/9] python-markupsafe: "
` [meta-openstack][PATCH 9/9] python-werkzeug: "

[Qemu-devel] Project idea: make QEMU more flexible
 2014-01-06 14:27 UTC  (9+ messages)
` [Qemu-devel] [Xen-devel] "
  `  "

[PATCH v5 0/7] Getting rid of get_unused_fd() / enable close-on-exec
 2014-01-06 14:22 UTC  (5+ messages)
` [PATCHv5 6/7] perf: introduce a flag to enable close-on-exec in perf_event_open()
    ` [PATCH] perf tools: enable close-on-exec flag on perf file descriptor

[RFCv1 PATCH 00/27] Add property & configuration store support
 2014-01-06 14:22 UTC  (29+ messages)
` [RFCv1 PATCH 01/27] v4l2-ctrls: increase internal min/max/step/def to 64 bit
` [RFCv1 PATCH 02/27] v4l2-ctrls: add unit string
` [RFCv1 PATCH 03/27] v4l2-ctrls: use pr_info/cont instead of printk
` [RFCv1 PATCH 04/27] videodev2.h: add initial support for properties
` [RFCv1 PATCH 05/27] videodev2.h: add struct v4l2_query_ext_ctrl and VIDIOC_QUERY_EXT_CTRL
` [RFCv1 PATCH 06/27] v4l2-ctrls: add support for properties
` [RFCv1 PATCH 07/27] v4l2: integrate support for VIDIOC_QUERY_EXT_CTRL
` [RFCv1 PATCH 08/27] videodev2.h: add V4L2_CTRL_FLAG_CAN_STORE
` [RFCv1 PATCH 09/27] videodev2.h: add config_store to v4l2_ext_controls
` [RFCv1 PATCH 10/27] v4l2-ctrls: create type_ops
` [RFCv1 PATCH 11/27] v4l2-ctrls: rewrite copy routines to operate on union v4l2_ctrl_ptr
` [RFCv1 PATCH 12/27] v4l2-ctrls: add initial support for configuration stores
` [RFCv1 PATCH 13/27] v4l2-ctrls: add function to apply a configuration store
` [RFCv1 PATCH 14/27] v4l2-ctrls: compare values only once
` [RFCv1 PATCH 15/27] v4l2-ctrls: prepare for matrix support: add cols & rows fields
` [RFCv1 PATCH 16/27] v4l2-ctrls: replace cur by a union v4l2_ctrl_ptr
` [RFCv1 PATCH 17/27] v4l2-ctrls: new strings and props must be accessed through the new field
` [RFCv1 PATCH 18/27] v4l2-ctrls: prepare for matrix support
` [RFCv1 PATCH 19/27] v4l2-ctrls: type_ops can handle matrix elements
` [RFCv1 PATCH 20/27] v4l2-ctrls: add matrix support
` [RFCv1 PATCH 21/27] videodev2.h: rename reserved2 to config_store in v4l2_buffer
` [RFCv1 PATCH 22/27] v4l2-ctrls: add ctrl64 event
` [RFCv1 PATCH 23/27] videodev2.h: add new property types
` [RFCv1 PATCH 24/27] v4l2-controls.h: add new property class and new properties
` [RFCv1 PATCH 25/27] v4l2-ctrls: add support for u8, u16 and prop_selection types
` [RFCv1 PATCH 26/27] v4l2-common.h: add new target
` [RFCv1 PATCH 27/27] vivi: add matrix and selection test code

BB_NO_NETWORK failure with arago
 2014-01-06 14:21 UTC  (2+ messages)

KVM: x86: limit PIT timer frequency
 2014-01-06 14:00 UTC 

KVM: x86: fix tsc catchup issue with tsc scaling
 2014-01-06 14:18 UTC 

[meta-oe][PATCH v3] udisks: updated to v2.1.1
 2014-01-06 14:19 UTC 

[PATCH] Documentation: add ABI entry for intel_pstate
 2014-01-06 14:33 UTC  (3+ messages)
` [PATCH v2] "

could you clarify mm/mempolicy: fix !vma in new_vma_page()
 2014-01-06 14:18 UTC  (4+ messages)

[PATCH 1/2] git-submodule.sh: Support 'checkout' as a valid update command
 2014-01-06 14:18 UTC  (7+ messages)
` [PATCH 2/2] Introduce git submodule attached update
      `  "

Latest kernel patches
 2014-01-06 14:16 UTC  (2+ messages)

how to know how long it takes on suspend/resume for platform usb driver
 2014-01-06 14:16 UTC  (3+ messages)

[U-Boot] linkstation_HGLAN and MPC824x support
 2014-01-06 14:14 UTC  (6+ messages)

[Bug 60254] New: agd5f wip kernel Oops when provoking GPU lock
 2014-01-06 14:13 UTC  (2+ messages)
` [Bug 60254] [r600g] "

[RFC v2 0/2] New RAID library supporting up to six parities
 2014-01-06 14:12 UTC  (3+ messages)
` [RFC v2 2/2] fs: btrfs: Extends btrfs/raid56 to support "

[PATCH v2 0/5] alx: add statistics
 2014-01-06 14:11 UTC  (5+ messages)
` [PATCH v2 5/5] alx: add stats to ethtool

[PATCH] scsi-sg: pass flag to inhibit setting LUN
 2014-01-06 14:09 UTC  (3+ messages)

BUG: build fail due to dependency issue (LIB80211_CRYPT_* failed to depend on LIB80211)
 2014-01-06 14:09 UTC  (2+ messages)

Weird traffic shaping behavior after kernel upgrade
 2014-01-06 14:05 UTC  (3+ messages)

[PATCH] Staging: rts5139: Fixed style issues
 2014-01-06 14:05 UTC 

[PATCH] sched/auto_group: fix consume memory even if add 'noautogroup' in the cmdline
 2014-01-06 14:02 UTC  (4+ messages)

Issue when the kernel parameter intel_iommu=on is being used
 2014-01-06 14:03 UTC  (3+ messages)

[PATCH] lib/vsprintf: add %pT[C012] format specifier
 2014-01-06 14:02 UTC  (8+ messages)

[PATCH 00/13] nftables updates for net-next
 2014-01-06 14:02 UTC  (15+ messages)
` [PATCH 01/13] netfilter: nf_tables: fix issue with verdict support
` [PATCH 02/13] netfilter: xt_NFQUEUE: separate reusable code
` [PATCH 03/13] netfilter: nft: add queue module
` [PATCH 04/13] netfilter: nf_tables: Expose the table usage counter via netlink
` [PATCH 05/13] netfilter: nf_tables: nft_meta module get/set ops
` [PATCH 06/13] netfilter: nf_tables: remove nft_meta_target
` [PATCH 07/13] netfilter: select NFNETLINK when enabling NF_TABLES
` [PATCH 08/13] netfilter: REJECT: separate reusable code
` [PATCH 09/13] netfilter: nft_reject: support for IPv6 and TCP reset
` [PATCH 10/13] netfilter: add help information to new nf_tables Kconfig options
` [PATCH 11/13] netfilter: nf_tables: fix type in parsing in nf_tables_set_alloc_name()
` [PATCH 12/13] netfilter: nf_tables: remove unused variable in nf_tables_dump_set()
` [PATCH 13/13] netfilter: nf_tables: dump sets in all existing families

[PATCH] sched: Calculate effective load even if local weight is 0
 2014-01-06 14:00 UTC  (3+ messages)

Recovering an Array with inconsistent Superblocks
 2014-01-06 14:00 UTC  (8+ messages)

[PATCH] MIPS: csrc-r4k: use CLOCKSOURCE_MASK() macro
 2014-01-06 14:07 UTC  (2+ messages)

[PATCH] ARM: shmobile: lager: Enable VIN in defconfig
 2014-01-06 14:00 UTC  (4+ messages)

[Bug 70687] New: vgaswitcheroo issues on Linux 3.12
 2014-01-06 13:58 UTC  (2+ messages)
` [Bug 70687] "

[PATCH 2/5] ARM: shmobile: r8a7790: Add DU and LVDS clocks
 2014-01-06 13:58 UTC  (2+ messages)
` [PATCH 2/5] arm: shmobile: r8a7790: Add SATA clock

Smart runtime package manager
 2014-01-06 13:57 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] hw/arm: add ethernet support to Allwinner A10
 2014-01-06 13:56 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] hw/arm/allwinner-a10: initialize EMAC

[Buildroot] [PATCH 1/1] transmission: Fix line feeds in patch file
 2014-01-06 13:56 UTC  (2+ messages)

[PATCH] clk: shmobile: Fix SMTP clock index
 2014-01-06 13:56 UTC  (2+ messages)

[Buildroot] [git commit] transmission: Fix line feeds in patch file
 2014-01-06 13:56 UTC 

[meta-oe] gdal: Avoid host headers use for SQlite3
 2014-01-06 13:54 UTC 

[PATCH] Documentation: HOWTO: Updates on subsystem trees, patchwork, -next (vs. -mm) in ko_KR
 2014-01-06 13:54 UTC 

[PATCH v2 00/17] Fix some mkdir/rmdir races
 2014-01-06 13:45 UTC  (18+ messages)
` [PATCH v2 01/17] safe_create_leading_directories(): fix format of "if" chaining
` [PATCH v2 02/17] safe_create_leading_directories(): reduce scope of local variable
` [PATCH v2 03/17] safe_create_leading_directories(): add explicit "slash" pointer
` [PATCH v2 04/17] safe_create_leading_directories(): rename local variable
` [PATCH v2 05/17] safe_create_leading_directories(): split on first of multiple slashes
` [PATCH v2 06/17] safe_create_leading_directories(): always restore slash at end of loop
` [PATCH v2 07/17] safe_create_leading_directories(): introduce enum for return values
` [PATCH v2 08/17] cmd_init_db(): when creating directories, handle errors conservatively
` [PATCH v2 09/17] safe_create_leading_directories(): add new error value SCLD_VANISHED
` [PATCH v2 10/17] lock_ref_sha1_basic(): on SCLD_VANISHED, retry
` [PATCH v2 11/17] lock_ref_sha1_basic(): if locking fails with ENOENT, retry
` [PATCH v2 12/17] remove_dir_recurse(): tighten condition for removing unreadable dir
` [PATCH v2 13/17] remove_dir_recurse(): handle disappearing files and directories
` [PATCH v2 14/17] rename_ref(): extract function rename_tmp_log()
` [PATCH v2 15/17] rename_tmp_log(): handle a possible mkdir/rmdir race
` [PATCH v2 16/17] rename_tmp_log(): limit the number of remote_empty_directories() attempts
` [PATCH v2 17/17] rename_tmp_log(): on SCLD_VANISHED, retry

[PATCH] ASoC: fsl_ssi: Fix printing return code on clk error
 2014-01-06 13:20 UTC  (2+ messages)

[PATCH V3 0/3] ARM: shmobile: koelsch: Add VIN1 camera support
 2014-01-06 13:53 UTC  (2+ messages)

[PATCH] remote-hg: do not fail on invalid bookmarks
 2014-01-06 13:52 UTC  (2+ messages)

[PATCH] MIPS: BCM47XX: fix position of cpu_wait disabling
 2014-01-06 13:51 UTC  (2+ messages)
` [PATCH V2] "

[PATCHv5 00/20] device thermal limits represented in device tree nodes (v5)
 2014-01-06 13:51 UTC  (6+ messages)
` [PATCHv9 02/20] thermal: introduce device tree parser
        ` [lm-sensors] "

[PATCH 3/3 V2] ARM: shmobile: koelsch: Add I2C support
 2014-01-06 13:51 UTC  (2+ messages)

[PATCH net-next v4] IPv6: use anycast addresses as source addresses in echo reply
 2014-01-06 13:48 UTC  (2+ messages)

[PATCH net 0/5] bnx2x: Bug fixes patch series
 2014-01-06 13:47 UTC  (3+ messages)
` [PATCH net 1/5] bnx2x: limit number of interrupt vectors for 57711

[PATCH 1/5] ASoC: mc13783: Use module_platform_driver_probe()
 2014-01-06 13:46 UTC  (4+ messages)
` [PATCH 5/5] ASoC: mc13783: Add devicetree support

[Buildroot] Patchwork oldest patches cleanup #5 (deadline January 19)
 2014-01-06 13:45 UTC  (2+ messages)

[discussion] simpler load balance in scheduler
 2014-01-06 13:44 UTC 

[PATCH 0/6] upgrade automake/autogen-native/make/git
 2014-01-06 13:43 UTC  (3+ messages)
` [PATCH 5/6] make: upgrade to 4.0

[PATCH igt] intel_error_decode: Factor out common decoding code
 2014-01-06 13:42 UTC  (2+ messages)

[RFC][PATCH v5 01/14] sched: add a new arch_sd_local_flags for sched_domain init
 2014-01-06 13:41 UTC  (4+ messages)
` [RFC] sched: CPU topology try

[PATCH] ARM: Make pgtbl macro more robust
 2014-01-06 13:39 UTC  (2+ messages)

r92su driver for realtek rtl8192su usb wireless adapte
 2014-01-06 13:38 UTC  (3+ messages)
` r92su driver for realtek rtl8192su usb wireless adapter

WARNING: CPU: 0 PID: 0 at mm/memblock.c:789 __next_free_mem_range()
 2014-01-06 13:36 UTC 

[PATCH 0/4] sched: remove cpu_load decay
 2014-01-06 13:35 UTC  (9+ messages)
` [PATCH 4/4] sched: bias to target cpu load to reduce task moving

[PATCH 0/3] cfg80211: process pending regulatory requests
 2014-01-06 13:32 UTC  (3+ messages)

[PATCH net-next V1 0/2] Add UDP GRO support for vxlan traffic
 2014-01-06 13:32 UTC  (4+ messages)
` [PATCH V1 net-next 2/2] net: "

[PATCH] genirq: Sanitize spurious interrupt detection of threaded irqs
 2014-01-06 13:32 UTC  (2+ messages)

Trigger kernel bug when creating domU on arm64
 2014-01-06 13:31 UTC  (4+ messages)

Specific NIC for DPDK?
 2014-01-06 13:31 UTC  (2+ messages)

[PATCH 0/3] Fadvise: Directory level page cache cleaning support
 2014-01-06 13:30 UTC  (4+ messages)
` [PATCH 2/3] Add shrink_pagecache_parent

[Qemu-devel] [PATCHv3 0/6] ui/vnc: update optimizations
 2014-01-06 13:31 UTC  (4+ messages)
` [Qemu-devel] [PATCHv3 3/6] ui/vnc: optimize dirty bitmap tracking

[PATCH] arm/xen: remove redundant semicolon in definition of ioremap_cached
 2014-01-06 13:29 UTC  (4+ messages)
` [Xen-devel] "

[PATCH net-next 1/2] ipv4: add forwarding_uses_pmtu knob to protect forward path to use pmtu info
 2014-01-06 13:29 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 00/24] A64 decoder patchset 6: rest of floating point
 2014-01-06 13:11 UTC  (16+ messages)
` [Qemu-devel] [PATCH v2 01/24] softfloat: Fix exception flag handling for float32_to_float16()
` [Qemu-devel] [PATCH v2 02/24] softfloat: Add float to 16bit integer conversions
` [Qemu-devel] [PATCH v2 03/24] softfloat: Add 16 bit integer to float conversions
` [Qemu-devel] [PATCH v2 04/24] softfloat: Make the int-to-float functions take exact-width types
` [Qemu-devel] [PATCH v2 05/24] softfloat: Fix float64_to_uint64
` [Qemu-devel] [PATCH v2 08/24] softfloat: Add float32_to_uint64()
` [Qemu-devel] [PATCH v2 09/24] softfloat: Fix float64_to_uint64_round_to_zero
` [Qemu-devel] [PATCH v2 11/24] softfloat: Fix float64_to_uint32_round_to_zero
` [Qemu-devel] [PATCH v2 12/24] softfloat: Provide complete set of accessors for fp state
` [Qemu-devel] [PATCH v2 13/24] softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16Subnormal
` [Qemu-devel] [PATCH v2 14/24] softfloat: Add float16 <=> float64 conversion functions
` [Qemu-devel] [PATCH v2 18/24] target-arm: Rename A32 VFP conversion helpers
` [Qemu-devel] [PATCH v2 19/24] target-arm: Ignore most exceptions from scalbn when doing fixpoint conversion
` [Qemu-devel] [PATCH v2 21/24] target-arm: A64: Add "Floating-point<->fixed-point" instructions
` [Qemu-devel] [PATCH v2 24/24] target-arm: A64: Add support for FCVT between half, single and double


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.