All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-08-12 02:49:55 to 2011-08-12 05:45:35 UTC [more...]

[PATCH 0/5] IO-less dirty throttling v8
 2011-08-12  5:45 UTC  (11+ messages)
` [PATCH 2/5] writeback: dirty position control

Error for upgrading linux-yocto version from 3.0 to 3.0.1 for fishriver machine
 2011-08-12  5:44 UTC  (4+ messages)

[PATCH 00/10] PAPR virtualization on PR KVM
 2011-08-12  5:38 UTC  (15+ messages)
` [PATCH 07/10] KVM: PPC: Add PAPR hypercall code for PR mode
` [PATCH 09/10] KVM: PPC: Support SC1 hypercalls for PAPR in "
    ` [PATCH 09/10] KVM: PPC: Support SC1 hypercalls for PAPR in PR

[PATCH 3.0]ASoC: ad193x: add spi_hw_read, fix sysclk and register definition
 2011-08-12  5:38 UTC  (9+ messages)
` [alsa-devel][PATCH "
  ` [uclinux-dist-devel] [PATCH "

[PATCH v5 0/4] The intro of QEMU block I/O throttling
 2011-08-12  5:35 UTC  (22+ messages)
` [PATCH v5 2/4] block: add the block queue support
        ` [Qemu-devel] "
` [PATCH v5 3/4] block: add block timer and block throttling algorithm
    ` [Qemu-devel] "

gcc-cross-initial fails for maiden build
 2011-08-12  4:27 UTC  (3+ messages)

[PATCH net-next] net: cleanup some rcu_dereference_raw
 2011-08-12  5:30 UTC 

[PATCH] ftrace: tracing_on to start/stop tracing
 2011-08-12  5:30 UTC 

[PATCH 1/2] kvm tools: Speed up PS/2 mouse detection
 2011-08-12  5:25 UTC  (3+ messages)
` [PATCH 2/2] kvm tools: Use correct offset for virtio-net config space

[PATCHv2 00/57] Re-roll of en/merge-recursive from pu
 2011-08-12  5:20 UTC  (57+ messages)
` [PATCHv2 01/56] t6042: Add a testcase where git deletes an untracked file
` [PATCHv2 02/56] t6042: Add failing testcase for rename/modify/add-source conflict
` [PATCHv2 03/56] t6042: Add a pair of cases where undetected renames cause issues
` [PATCHv2 04/56] t6042: Add a testcase where undetected rename causes silent file deletion
` [PATCHv2 05/56] t6042: Add tests for content issues with modify/rename/directory conflicts
` [PATCHv2 06/56] t6042: Ensure rename/rename conflicts leave index and workdir in sane state
` [PATCHv2 07/56] t6042: Add failing testcases for rename/rename/add-{source,dest} conflicts
` [PATCHv2 08/56] t6036: Add differently resolved modify/delete conflict in criss-cross test
` [PATCHv2 09/56] t6036: criss-cross with weird content can fool git into clean merge
` [PATCHv2 10/56] t6036: tests for criss-cross merges with various directory/file conflicts
` [PATCHv2 11/56] t6036: criss-cross w/ rename/rename(1to2)/modify+rename/rename(2to1)/modify
` [PATCHv2 12/56] t6036: criss-cross + rename/rename(1to2)/add-source + modify/modify
` [PATCHv2 13/56] t6022: Remove unnecessary untracked files to make test cleaner
` [PATCHv2 14/56] t6022: New tests checking for unnecessary updates of files
` [PATCHv2 15/56] t6022: Add testcase for merging a renamed file with a simple change
` [PATCHv2 16/56] merge-recursive: Make BUG message more legible by adding a newline
` [PATCHv2 17/56] merge-recursive: Correct a comment
` [PATCHv2 18/56] merge-recursive: Mark some diff_filespec struct arguments const
` [PATCHv2 19/56] merge-recursive: Consolidate different update_stages functions
` [PATCHv2 20/56] merge-recursive: Remember to free generated unique path names
` [PATCHv2 21/56] merge-recursive: Avoid working directory changes during recursive case
` [PATCHv2 22/56] merge-recursive: Fix recursive case with D/F conflict via add/add conflict
` [PATCHv2 23/56] merge-recursive: Fix sorting order and directory change assumptions
` [PATCHv2 24/56] merge-recursive: Fix code checking for D/F conflicts still being present
` [PATCHv2 25/56] merge-recursive: Save D/F conflict filenames instead of unlinking them
` [PATCHv2 26/56] merge-recursive: Split was_tracked() out of would_lose_untracked()
` [PATCHv2 27/56] string-list: Add API to remove an item from an unsorted list
` [PATCHv2 28/56] merge-recursive: Allow make_room_for_path() to remove D/F entries
` [PATCHv2 29/56] merge-recursive: Split update_stages_and_entry; only update stages at end
` [PATCHv2 30/56] merge-recursive: Fix deletion of untracked file in rename/delete conflicts
` [PATCHv2 31/56] merge-recursive: Make dead code for rename/rename(2to1) conflicts undead
` [PATCHv2 32/56] merge-recursive: Add comments about handling rename/add-source cases
` [PATCHv2 33/56] merge-recursive: Improve handling of rename target vs. directory addition
` [PATCHv2 34/56] merge-recursive: Consolidate process_entry() and process_df_entry()
` [PATCHv2 35/56] merge-recursive: Cleanup and consolidation of rename_conflict_info
` [PATCHv2 36/56] merge-recursive: Provide more info in conflict markers with file renames
` [PATCHv2 37/56] merge-recursive: When we detect we can skip an update, actually skip it
` [PATCHv2 38/56] merge-recursive: Fix modify/delete resolution in the recursive case
` [PATCHv2 39/56] merge-recursive: Introduce a merge_file convenience function
` [PATCHv2 40/56] merge-recursive: Fix rename/rename(1to2) resolution for virtual merge base
` [PATCHv2 41/56] merge-recursive: Small cleanups for conflict_rename_rename_1to2
` [PATCHv2 42/56] merge-recursive: Defer rename/rename(2to1) handling until process_entry
` [PATCHv2 43/56] merge-recursive: Record more data needed for merging with dual renames
` [PATCHv2 44/56] merge-recursive: Create function for merging with branchname:file markers
` [PATCHv2 45/56] merge-recursive: Consider modifications in rename/rename(2to1) conflicts
` [PATCHv2 46/56] merge-recursive: Make modify/delete handling code reusable
` [PATCHv2 47/56] merge-recursive: Have conflict_rename_delete reuse modify/delete code
` [PATCHv2 48/56] merge-recursive: add handling for rename/rename/add-dest/add-dest
` [PATCHv2 49/56] merge-recursive: Fix working copy handling for rename/rename/add/add
` [PATCHv2 50/56] t3030: fix accidental success in symlink rename
` [PATCHv2 51/56] t6022: Add testcase for spurious "refusing to lose untracked" messages
` [PATCHv2 52/56] merge-recursive: Fix spurious 'refusing to lose untracked file...' messages
` [PATCHv2 53/56] t6022: Additional tests checking for unnecessary updates of files
` [PATCHv2 54/56] merge-recursive: Avoid unnecessary file rewrites
` [PATCHv2 55/56] t6036: criss-cross + rename/rename(1to2)/add-dest + simple modify
` [PATCHv2 56/56] merge-recursive: Fix virtual merge base for rename/rename(1to2)/add-dest

linux-next: build failure after merge of the net tree
 2011-08-12  5:22 UTC  (6+ messages)

[PATCH] perf: fix temporary file ownership check
 2011-08-12  5:17 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] better I/O accounting
 2011-08-12  5:14 UTC  (2+ messages)

[PATCH 2/9] drivers/net/wireless/wl12xx: add missing kfree
 2011-08-12  5:14 UTC  (4+ messages)

[ath9k-devel] ath9k: Network stalls every 30 seconds
 2011-08-12  5:10 UTC  (14+ messages)

network boot always enabled with 0.15.0
 2011-08-12  5:08 UTC  (14+ messages)

[PATCH] CIFS: remove local xattr definitions
 2011-08-12  5:08 UTC  (9+ messages)

[net-next] spider_net: fix compile issue introduced by driver move
 2011-08-12  5:00 UTC  (4+ messages)

[PATCH v4] tune-ppc: Update to pass glibc configure option to get cpu specific support
 2011-08-12  4:53 UTC 

(unknown),
 2011-08-12  4:54 UTC 

[PATCH v3] tune-ppc: Update to pass glibc configure option to get cpu specific support
 2011-08-12  4:49 UTC  (3+ messages)

[ath9k-devel] Kernel panic with compat-wireless-2011-07-28
 2011-08-12  4:51 UTC  (2+ messages)

[lm-sensors] Warning: message 1Qqfqr-00056a-Vo delayed 24 hours
 2011-08-12  4:51 UTC  (2+ messages)
` [lm-sensors] Warning: message 1Qqfqr-00056a-Vo delayed 48 hours

[PATCH] m68k: reorganize Kconfig options to improve mmu/non-mmu selections
 2011-08-12  4:30 UTC  (4+ messages)
` [uClinux-dev] "

Renesas EMEV2 Kernel sources
 2011-08-12  4:50 UTC  (2+ messages)

linux-next blackfin builds
 2011-08-12  4:50 UTC  (4+ messages)

[RFC PATCH]vhost-blk: In-kernel accelerator for virtio block device
 2011-08-12  4:50 UTC  (17+ messages)

[PATCH] libc-package bbclass: fix binary localedata dependency code
 2011-08-12  4:43 UTC  (5+ messages)

HONDA PROMOTION 2011
 2011-08-12  4:24 UTC 

HONDA PROMOTION 2011
 2011-08-12  4:24 UTC 

Allocating buffers for USB transfers (again)
 2011-08-12  4:46 UTC  (7+ messages)

Dear Internet User !!!
 2011-08-12  3:45 UTC 

[PATCH] ASoC: Add device tree binding for WM8753
 2011-08-12  4:41 UTC  (12+ messages)
` [alsa-devel] "

[patch] perf: ARMv7 wrong "branches" generalized instruction
 2011-08-12  4:35 UTC  (6+ messages)

Fix refcounting in hugetlbfs quota handling
 2011-08-12  4:34 UTC  (5+ messages)
    ` [Qemu-devel] "

[xen-unstable test] 8423: tolerable FAIL
 2011-08-12  4:28 UTC 

mmap in PV xen-4.0.1
 2011-08-12  4:26 UTC  (9+ messages)

[U-Boot] HONDA PROMOTION 2011
 2011-08-12  4:22 UTC 

[kernel-hardening] base address for shared libs
 2011-08-12  4:21 UTC  (7+ messages)

i915 native backlight never got merged
 2011-08-12  4:21 UTC  (11+ messages)

HONDA PROMOTION 2011
 2011-08-12  3:57 UTC 

How to handle named resources with DT?
 2011-08-12  4:10 UTC  (11+ messages)

[PATCH 1/2] evm: building without EVM enabled fixes
 2011-08-12  4:08 UTC  (3+ messages)

frequent kernel BUG and lockups - 2.6.39 + xfs_fsr
 2011-08-12  4:05 UTC  (6+ messages)

[PATCH] pnp: replace deprecated __check_region to request_region
 2011-08-12  4:03 UTC  (6+ messages)

Recent changes
 2011-08-12  4:00 UTC  (2+ messages)

[PATCH 2/2 bigalloc] ext4: modify offset to cluster in ext4_valid_block_bitmap
 2011-08-12  3:44 UTC  (4+ messages)
` [PATCH 1/2 bigalloc] e2fsprogs: remove wrong EXT2FS_C2B in check_block_end

[RFC PATCH 0/6] OMAP4: Temperature sensor driver
 2011-08-12  3:38 UTC  (14+ messages)
` [RFC PATCH 6/6] hwmon: OMAP4: On die temperature "
                    ` [lm-sensors] [RFC PATCH 6/6] hwmon: OMAP4: On die temperature

[PATCH 3/3] BeagleBoard: add support for the twl4030-madc
 2011-08-12  3:33 UTC  (6+ messages)
` [PATCH v2 0/4] Fixes to twl4030-madc and add BeagleBoard support
  ` [PATCH v2 1/4] mfd: twl4030-madc: copy the device pointer
  ` [PATCH v2 2/4] mfd: twl4030-madc: turn on the MADC clock
  ` [PATCH v2 3/4] mfd: twl4030-madc: check for NULL pointer
  ` [PATCH v2 4/4] arm: BeagleBoard: add support for the twl4030-madc

LPC2011 Power Management Micro Conf
 2011-08-12  3:32 UTC  (4+ messages)

[PATCH 00/10] Refresh meta-rt and move the recipes under meta
 2011-08-12  3:23 UTC  (5+ messages)
` [PATCH 04/10] meta-rt: add linux-yocto-rt_3.0 recipe

[PATCH v3] serial:bfin_uart: Put TX IRQ in individual platform resource
 2011-08-12  3:15 UTC  (2+ messages)

[PATCH] checkpatch: Add missing WARN argument for min_t and max_t tests
 2011-08-12  3:21 UTC 

Good SAS adapters for 6 Gb/s SATA SSD's (with TRIM)?
 2011-08-12  3:19 UTC  (3+ messages)

[U-Boot] [PATCH 2/2] powerpc/p1023rds: Enable nand node and disable nor node
 2011-08-12  3:18 UTC 

[U-Boot] [PATCH 1/2] fdt: Add a fdt_set_node_status function
 2011-08-12  3:18 UTC 

[PATCH 0/6] Towards a generalized sequencer
 2011-08-12  3:17 UTC  (5+ messages)

[PATCH] i2c/tegra: I2C driver uses the suspend_noirq/resume_noirq
 2011-08-12  3:14 UTC  (12+ messages)

[PATCH 0/4] Bug fixing and code clarity
 2011-08-12  3:01 UTC  (4+ messages)

Secret No:089188/11
 2011-08-12  0:22 UTC 

[RFC PATCH] ARM: gic: add OF based initialization
 2011-08-12  3:02 UTC  (3+ messages)

How to handle named resources with DT?
 2011-08-12  3:02 UTC  (12+ messages)

[PATCH RESEND] gianfar: reduce stack usage in gianfar_ethtool.c
 2011-08-12  3:07 UTC 

[PATCH 0/5][RFC] kprobes/ftrace: Have kprobes use ftrace on ftrace nops
 2011-08-12  2:57 UTC  (6+ messages)

[PATCH 1/2] regmap: Specify a module license
 2011-08-12  2:55 UTC  (3+ messages)
` [PATCH 2/2] ASoC: soc-io: Fix CONFIG_REGMAP_I2C/SPI guards to support regmap modules

v0 Only call role_fix_callback for base.p_roles during expansion
 2011-08-12  2:54 UTC  (6+ messages)
` [v0 PATCH 1/1] "

Linux ACPI BERT implementation
 2011-08-12  2:54 UTC  (3+ messages)

[PATCH 0/8] mac80211: add mesh gate forwarding
 2011-08-12  2:54 UTC  (9+ messages)
` [PATCH v2 1/8] mac80211: improve mpath debugging
  ` [PATCH v2 2/8] mac80211: fix mpath timer removal
  ` [PATCH v2 3/8] mac80211: mesh locking fixes
  ` [PATCH v2 4/8] mac80211: fix mesh path flushing
  ` [PATCH v2 5/8] mac80211: mesh gate implementation
  ` [PATCH v2 6/8] {nl,mac}80211: add missing root mode debugfs entries
  ` [PATCH v2 7/8] {nl,cfg,mac}80211: let userspace set RANN interval
  ` [PATCH v2 8/8] {nl,cfg,mac}80211: let userspace make meshif mesh gate

Question about the drivers movement (IBM_NEW_EMAC)
 2011-08-12  2:54 UTC  (3+ messages)

[PATCH 3.1]ASoC: ad193x: add spi_hw_read, fix sysclk and register definition
 2011-08-12  1:30 UTC  (4+ messages)

[PATCH 1/4] ASoC: DAPM: Allow multiple mixer sources to be routed via the same switch
 2011-08-12  1:20 UTC  (8+ messages)
` [PATCH 2/4] ASoC: Add ADAU1373 codec support


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.