All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-10-19 20:05:37 to 2011-10-19 22:10:51 UTC [more...]

[Buildroot] [PATCH 1/2] package infra: add mirror support
 2011-10-19 22:10 UTC  (4+ messages)

Power-Up In Standby & Hitachi Deskstar 5K3000 drives
 2011-10-19 21:38 UTC  (3+ messages)

[IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
 2011-10-19 22:09 UTC  (2+ messages)

Regression: "irqpoll" hasn't been working for me since March 16 IRQ tree merge
 2011-10-19 22:09 UTC 

[PATCH -V7 00/26] New ACL format for better NFSv4 acl interoperability
 2011-10-19 22:09 UTC  (3+ messages)
` [PATCH -V7 09/26] vfs: Add delete child and delete self permission flags

[PATCH] mmc: core: Prevent too long response times for suspend
 2011-10-19 22:09 UTC  (2+ messages)

ACPI: Add Sony VGN-FW21E to nonvs blacklist
 2011-10-19 22:08 UTC  (2+ messages)

[PATCHSET block/for-next] fix request_queue life-cycle management
 2011-10-19 22:07 UTC  (7+ messages)
` [PATCH 02/10] block: fix genhd refcounting in blkio_policy_parse_and_set()

[PATCH v2] Documentation/power: Update docs about suspend and CPU hotplug
 2011-10-19 22:08 UTC  (3+ messages)
` [PATCH v3] "

evaluation of env variables in DASH
 2011-10-19 21:58 UTC  (3+ messages)

[PATCH] xen: Remove hanging references to CONFIG_XEN_PLATFORM_PCI
 2011-10-19 22:05 UTC 

[PATCHv2 0/9] AMP interface and signal framework
 2011-10-19 22:05 UTC  (15+ messages)
` [PATCHv2 3/9] Bluetooth: Add channel policy to getsockopt/setsockopt
` [PATCHv2 5/9] Bluetooth: Add signal handlers for channel creation
` [PATCHv2 6/9] Bluetooth: Add definitions for L2CAP fixed channels
` [PATCHv2 7/9] Bluetooth: Use symbolic values for the fixed channel map

[PATCH v2] UART: add CSR SiRFprimaII SoC on-chip uart drivers
 2011-10-19 22:02 UTC  (6+ messages)

sony-laptop driver: Volume keys on Sony Vaio TX3 don't work
 2011-10-19 22:01 UTC  (9+ messages)

[RFC 00/13] Checking full vs. partial refnames
 2011-10-19 21:59 UTC  (17+ messages)
` [RFC 01/13] check_refname_component(): iterate via index rather than via pointer
` [RFC 02/13] parse_refname_prefix(): new function
` [RFC 03/13] Teach check_refname_format() to check full refnames
` [RFC 04/13] add_ref(): move the call of check_refname_format() to callers
` [RFC 05/13] receive-pack::update(): use check_refname_format(..., REFNAME_FULL)
` [RFC 06/13] strbuf_check_branch_ref(): "
` [RFC 07/13] one_local_ref(): "
` [RFC 08/13] expand_namespace(): the refname is full, so use REFNAME_FULL option
` [RFC 09/13] new_branch(): verify that new branch name is a valid full refname
` [RFC 10/13] strbuf_check_tag_ref(): the refname is full, so use REFNAME_FULL option
` [RFC 11/13] replace_object(): "
` [RFC 12/13] resolve_ref: use check_refname_format(..., REFNAME_FULL)
` [RFC 13/13] filter_refs(): the refname is full, so use REFNAME_FULL option

[PATCH] xen/balloon: Avoid OOM when requesting highmem
 2011-10-19 21:59 UTC 

[PATCH v5 3.1.0-rc4-tip 0/26] Uprobes patchset with perf probe support
 2011-10-19 21:54 UTC  (18+ messages)
` [PATCH 0/X] (Was: Uprobes patchset with perf probe support)
  ` [PATCH 8-14/X] "
    ` [PATCH 8/X] uprobes: kill sstep_complete()
    ` [PATCH 9/X] uprobes: introduce UTASK_SSTEP_ACK state
    ` [PATCH 10/X] uprobes: introduce uprobe_deny_signal()
    ` [PATCH 11/X] uprobes: x86: introduce xol_was_trapped()
    ` [PATCH 12/X] uprobes: x86: introduce abort_xol()
    ` [PATCH 13/X] uprobes: introduce UTASK_SSTEP_TRAPPED logic
    ` [PATCH 14/X] uprobes: uprobe_deny_signal: check __fatal_signal_pending()

[U-Boot] [PATCH v2 REPOST 1/3] [COSMETIC] checkpatch whitespace cleanups
 2011-10-19 21:58 UTC  (6+ messages)
` [U-Boot] [PATCH v2 REPOST 2/3] image: Implement IH_TYPE_KERNEL_REL

What's cooking in git.git (Oct 2011, #07; Wed, 19)
 2011-10-19 21:57 UTC 

[U-Boot] [PATCH 0/3] mpc85xx: HWW-1U-1A board support patches
 2011-10-19 21:55 UTC  (9+ messages)
` [U-Boot] [PATCH 2/3] mpc85xx: Add a board-specific restart hook

[Bug 41086] New: [r600] Screen update problems when scrolling to the right in Java applications
 2011-10-19 21:51 UTC  (2+ messages)
` [Bug 41086] "

unionfs, initrd, switch_root 
 2011-10-19 21:50 UTC 

[PATCH 00/12] Use refs API more consistently
 2011-10-19 21:44 UTC  (13+ messages)
` [PATCH 01/12] Rename another local variable name -> refname
` [PATCH 02/12] repack_without_ref(): remove temporary
` [PATCH 03/12] parse_ref_line(): add a check that the refname is properly formatted
` [PATCH 04/12] create_ref_entry(): extract function from add_ref()
` [PATCH 05/12] add_ref(): take a (struct ref_entry *) parameter
` [PATCH 06/12] do_for_each_ref(): correctly terminate while processesing extra_refs
` [PATCH 07/12] do_for_each_ref_in_array(): new function
` [PATCH 08/12] do_for_each_ref_in_arrays(): "
` [PATCH 09/12] repack_without_ref(): reimplement using do_for_each_ref_in_array()
` [PATCH 10/12] names_conflict(): new function, extracted from is_refname_available()
` [PATCH 11/12] names_conflict(): simplify implementation
` [PATCH 12/12] is_refname_available(): reimplement using do_for_each_ref_in_array()

Compiling on Windows
 2011-10-19 21:46 UTC  (3+ messages)

[Patch] Idle balancer: cache align nohz structure to improve idle load balancing scalability
 2011-10-19 21:45 UTC 

DEPLOY_DIR and package_stagefile_shell
 2011-10-19 21:39 UTC 

BUG: All network processes hang (brcmsmac/wpa_supplicant)
 2011-10-19 21:42 UTC  (8+ messages)

[Buildroot] [PATCH] New package: mc
 2011-10-19 21:42 UTC  (2+ messages)

[PATCH] perf top: fix crash on annotate request
 2011-10-19 21:39 UTC  (6+ messages)

[PATCH] x86: force HPET to immediately enable RTC wake
 2011-10-19 21:37 UTC  (2+ messages)

[Qemu-devel] [Bug 739785] [NEW] qemu-i386 on ARM bash: fork: Invalid argument
 2011-10-19 21:29 UTC  (2+ messages)
` [Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

[PATCH] compat: sync compat_stats with statfs
 2011-10-17 20:40 UTC 

[PATCH 1/2] x86 swiotlb: Verify we can perform the remapping requested
 2011-10-17 21:20 UTC  (2+ messages)
` [PATCH 2/2] x86 amd_gart_64: "

[PATCH 0/5] Better namespace handling for /sys/class/net/bonding_masters
 2011-10-19 13:27 UTC  (3+ messages)

[ath9k-devel] ath9k: good, but can I get to the next level?
 2011-10-19 21:35 UTC 

user namespaces: fix some uid/privilege leaks
 2011-10-19 13:52 UTC  (3+ messages)
` [PATCH 9/9] make net/core/scm.c uid comparisons user namespace aware

How can I test if a physical address is already mapped or not
 2011-10-19 21:34 UTC  (5+ messages)
` Trouble removing character device
      ` Understanding memcpy

[PATCH] cifs: allow cifs_max_pending to be readable under /sys/module/cifs/parameters
 2011-10-19 21:31 UTC  (3+ messages)

[Buildroot] [PATCH] mplayer: fix compiling on ARM by adjusting the offset to correct value (compiling with NEON still needs manual optimization flags to be set to -mfpu=neon)
 2011-10-19 21:31 UTC  (2+ messages)

[PATCH] squashfs-tools: add recipe (2nd try)
 2011-10-19 21:26 UTC  (2+ messages)

[patch 3/4] mwifiex: prevent corruption instead of just warning
 2011-10-19 21:29 UTC  (5+ messages)
  ` [patch 3/4 v2] "
    ` [patch 3/4 v2] mwifiex: prevent corruption instead of just

[PATCH 00/26] Mostly resending patches
 2011-10-19 21:28 UTC  (4+ messages)
` [RESEND][PATCH 01/26] staging: et131x: Put all .c files into one big file
  ` [PATCH "

[Buildroot] [PATCH] -lsof was unable to patch Makefile.skel due to bad file permissions. Adding chmod solves it. (openSUSE)
 2011-10-19 21:27 UTC  (2+ messages)

Getting random Kernel Crash with v3.1-rc8 kernel
 2011-10-19 21:25 UTC  (2+ messages)

Keyboard and mouse issues on MacBook Air (4,2)
 2011-10-19 21:25 UTC  (7+ messages)

[RFC] aptitude & BTRFS slowness
 2011-10-19 21:24 UTC 

[PATCH 1/3] Backport openssl-1.0.0e from meta-openembedded
 2011-10-19 21:18 UTC  (9+ messages)
` [PATCH 2/3] Use linux2 when configuring python-2.6.6
` [PATCH 3/3] Update checksums for binutils-2.20.1.tar.bz2

Please include const-sections into linux-next
 2011-10-19 21:24 UTC  (16+ messages)

A Plumber’s Wish List for Linux
 2011-10-19 21:19 UTC  (7+ messages)

[RFC -v2] x86 RAS: Reorganize functionality
 2011-10-19 21:19 UTC  (5+ messages)
` [PATCH 8/9] x86, RAS: Add attributes needed for HW injection

[PATCH net-next 0/3] ptp: feature enhancements
 2011-10-19 21:16 UTC  (5+ messages)
` [PATCH net-next 0/1] net: validate HWTSTAMP ioctl parameters
  ` [PATCH net-next 1/1] "

[patch] ARM: smpboot: Enable interrupts after marking CPU online/active
 2011-10-19 21:16 UTC  (9+ messages)

Broadcom 4303 HP Pavilion zv5000
 2011-10-19 21:14 UTC  (15+ messages)

[PATCH 3/4] sparc32: return destination pointer on return from memcpy
 2011-10-19 21:11 UTC  (2+ messages)
` [PATCH 3/4] sparc32: return destination pointer on return from

[meta-oe][PATCH 0/1] SystemD related fix
 2011-10-19 21:04 UTC  (3+ messages)
` [meta-oe][PATCH 1/1] udev: udev-systemd refactory

[PATCH v7 0/8] Request for inclusion: tcp memory buffers
 2011-10-19 21:09 UTC  (5+ messages)

[PATCH] r8169: fix driver shutdown WoL regression
 2011-10-19 21:08 UTC  (3+ messages)

[U-Boot] Attention Customer
 2011-10-19 21:08 UTC 

[net-next-2.6 PATCH 0/8 RFC v2] macvlan: MAC Address filtering support for passthru mode
 2011-10-19 21:06 UTC  (2+ messages)

[PATCH] Fix to qt1010 tuner frequency selection (media/dvb)
 2011-10-19 21:06 UTC  (4+ messages)

[PATCH v2 0/6] Sequencer fixups mini-series
 2011-10-19 21:03 UTC  (7+ messages)
` [PATCH 1/6] revert: free msg in format_todo()
` [PATCH 2/6] revert: simplify getting commit subject "
` [PATCH 3/6] revert: fix buffer overflow in insn sheet parser
` [PATCH 4/6] revert: make commit subjects in insn sheet optional
` [PATCH 5/6] revert: allow mixed pick and revert instructions
` [PATCH 6/6] revert: simplify communicating command-line arguments

[PATCH] Btrfs: close all bdevs on mount failure
 2011-10-19 21:06 UTC 

[PATCH 1/1] ARM: tegra: paz00: Fix board pinmux table
 2011-10-19 21:05 UTC  (8+ messages)

[Qemu-devel] qemu-system-sparc io-thread segfault on win32
 2011-10-19 21:05 UTC  (8+ messages)
    ` [Qemu-devel] gcc auto-omit-frame-pointer vs msvc longjmp

[PATCH 0 of 2] DM log userspace: Allow DM_ULOG_CTR exchange to accept devices for register
 2011-10-19 21:04 UTC  (3+ messages)
` [PATCH 1 of 2 - v2] DM log userspace: Minor fix-ups
` [PATCH 2 of 2 - v2] DM log userspace: Allow CTR device response

[PATCH 1/4] staging:iio:dac:ad5791: Use correct DAC bit-size
 2011-10-19 21:04 UTC  (3+ messages)
` [PATCH 2/4] staging:iio:dac:ad5791: Allow asymmetrical reference voltages

[PATCH net-next] bnx2x: Disable LRO on FCoE or iSCSI boot device
 2011-10-19 21:03 UTC  (6+ messages)

[PATCH] net: Move rcu_barrier from rollback_registered_many to netdev_run_todo
 2011-10-19 20:59 UTC  (2+ messages)

[PATCH] r8169: fix wrong eee setting for rlt8111evl
 2011-10-19 20:57 UTC  (2+ messages)

(no subject)
 2011-10-19 20:57 UTC  (8+ messages)
` [PATCH 23/26] dynamic_debug: document pending queries, flags-filter, multiple queries
` [PATCH 00/26] dynamic_debug: add pending queries, etc (~resend)

[RFC] subdevice PM: .s_power() deprecation?
 2011-10-19 20:56 UTC  (7+ messages)

[PATCH net-next] tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()
 2011-10-19 20:55 UTC  (2+ messages)

regression in /proc/self/numa_maps with huge pages
 2011-10-19 20:52 UTC  (4+ messages)

[PATCH 1/9] NFS: Use the inode->i_version to cache NFSv4 change attribute information
 2011-10-19 20:50 UTC  (9+ messages)
` [PATCH 2/9] NFS: Remove the unused "lookupfh()" version of nfs4_proc_lookup()
  ` [PATCH 3/9] NFSv4: Translate NFS4ERR_BADNAME into ENOENT when applied to a lookup
    ` [PATCH 4/9] NFS: Get rid of the unused nfs_read_data->flags field
      ` [PATCH 5/9] NFS: Get rid of the unused nfs_write_data->flags field
        ` [PATCH 6/9] NFS: Get rid of nfs_restart_rpc()
          ` [PATCH 7/9] NFS: Get rid of unnecessary calls to ClearPageError() in read code
            ` [PATCH 8/9] NFS: Don't rely on PageError in nfs_readpage_release_partial
              ` [PATCH 9/9] NFS: Get rid of the nfs_rdata_mempool

[PATCH 1/1] rpcdebug: Add missing debug flags
 2011-10-19 20:43 UTC 

[PATCH] IB/qib: cleanup checkpatch issue
 2011-10-19 20:42 UTC 

Compilation problems: oldstyle/xenlinux 2.6.38, blktap2
 2011-10-19 20:40 UTC  (3+ messages)

[PATCH v3 00/22] Clean up refname checks and normalization
 2011-10-19 20:39 UTC  (19+ messages)
` [PATCH v3 19/22] resolve_ref(): emit warnings for improperly-formatted references
        ` Re* "
                    ` [PATCH 2/2] Restrict ref-like names immediately below $GIT_DIR

IVB fixes and 3 pipe support
 2011-10-19 20:36 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] disk: part_efi: fix **pgpt_pte == NULL
 2011-10-19 20:29 UTC  (4+ messages)

(no subject)
 2011-10-19 20:07 UTC 

[PATCH v2 0/5] ARM: Add support for the SPMP8000 SoC and Letcool board v2
 2011-10-19 20:29 UTC 

[PATCH] midori: fix build with dirty vala
 2011-10-19 20:22 UTC  (3+ messages)

+ mm-fix-race-between-mremap-and-removing-migration-entry.patch added to -mm tree
 2011-10-19 20:22 UTC 

OE bugzilla to be decommissioned
 2011-10-19 20:16 UTC  (2+ messages)

kernel OOPS when releasing usb webcam (random)
 2011-10-19 20:21 UTC  (5+ messages)

[PATCH 21/24] Staging: comedi: fix warning issue in cb_das16_cs.c
 2011-10-19 20:06 UTC  (2+ messages)

[PATCH 14/20] Staging: comedi: fix printk issue in cb_pcimdda.c
 2011-10-19 20:06 UTC  (2+ messages)

3.1rc10 null pointer dereference ideapad_backlight_notify_power
 2011-10-19 20:20 UTC  (2+ messages)

[RFC] [PATCH] ARM: tegra: emc: device tree bindings
 2011-10-19 20:17 UTC  (16+ messages)

+ proc-self-numa_maps-restore-huge-tag-for-hugetlb-vmas.patch added to -mm tree
 2011-10-19 20:12 UTC 

Does NFS4 need st_gen?
 2011-10-19 19:11 UTC  (3+ messages)

[PATCH] mfd: twl4030-audio: Fix audio codec breakage
 2011-10-19 20:08 UTC  (2+ messages)

[PATCH 1/5][v2] powerpc/fsl: Document rapidio node binding-information
 2011-10-19 19:54 UTC  (4+ messages)
` [PATCH 2/5][v2] fsl-rio: Split rio driver into two parts, RapidIO endpoint and message unit
  ` [PATCH 3/5][v2] fsl-rio: Add two ports and rapidio message units 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.