All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-01-25 21:08:27 to 2010-01-25 22:43:26 UTC [more...]

[PATCH 1/3] Tweak version handling to allow vendor-specific suffixes without patching. This overrides the "git describe" suffix for when the packaging is in git
 2010-01-25 22:42 UTC  (4+ messages)
` [PATCH 2/3] Help text: output rfkill type names from an array instead of a static string
  ` [PATCH 3/3] Add rfkill type "fm" to the man page

What's cooking in git.git (Jan 2010, #08; Sun, 24)
 2010-01-25 22:43 UTC  (4+ messages)
` Issues that need to be resolved before 1.7.0-rc1

+ lib-stringc-simplify-strnstr.patch added to -mm tree
 2010-01-25 22:42 UTC 

Problem with interrupt handler
 2010-01-25 22:41 UTC  (3+ messages)

+ lpfc-two-branches-the-same-in-lpfc_decode_firmware_rev.patch added to -mm tree
 2010-01-25 22:40 UTC 

[PATCH 0/8] What's in the 'bugfixes' branch of the NFS client git tree
 2010-01-25 22:39 UTC  (10+ messages)
  ` [PATCH 8/8] NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctly
  ` [PATCH 2/8] NFS: Try to commit unstable writes in nfs_release_page()
  ` [PATCH 5/8] NFSv4: Ensure that the NFSv4 locking can recover from stateid errors
  ` [PATCH 4/8] NFS: Avoid warnings when CONFIG_NFS_V4=n
  ` [PATCH 3/8] NFS: Make nfs_commitdata_release static
  ` [PATCH 7/8] NFSv4.1: Don't call nfs4_schedule_state_recovery() unnecessarily
  ` [PATCH 6/8] NFSv4: Don't allow posix locking against servers that don't support it
  ` [PATCH 1/8] NFS: Fix a reference leak in nfs_wb_cancel_page()

[PATCH 00/12] Re: [PATCH] improve the performance of large sequential write NFS workloads
 2010-01-25 22:15 UTC  (23+ messages)
` [PATCH 05/12] VM/NFS: The VM must tell the filesystem when to free reclaimable pages
  ` [PATCH 02/12] VM: Don't call bdi_stat(BDI_UNSTABLE) on non-nfs backing-devices
  ` [PATCH 01/12] VM: Split out the accounting of unstable writes from BDI_RECLAIMABLE
  ` [PATCH 03/12] NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c
  ` [PATCH 04/12] NFS: Reduce the number of unnecessary COMMIT calls
  ` [PATCH 07/12] NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pages
  ` [PATCH 06/12] NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is set
  ` [PATCH 08/12] NFS: Simplify nfs_wb_page_cancel()
  ` [PATCH 09/12] NFS: Replace __nfs_write_mapping with sync_inode()
  ` [PATCH 10/12] NFS: Simplify nfs_wb_page()
  ` [PATCH 12/12] NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mapping
` [PATCH 11/12] NFS: Clean up nfs_sync_mapping

[PATCH] mm/readahead.c: update the LRU positions of in-core pages, too
 2010-01-25 22:36 UTC  (8+ messages)

High pitch noise when ACPI processor module is loaded
 2010-01-25 22:38 UTC  (6+ messages)

[PATCH] Add definitions for current cpu models
 2010-01-25 22:35 UTC  (12+ messages)
` [Qemu-devel] "

[PATCHSET] percpu: add __percpu sparse annotations
 2010-01-25 21:58 UTC  (8+ messages)
` [PATCH 1/8] percpu: add __percpu sparse annotations to core kernel subsystems
` [PATCH 3/8] percpu: add __percpu sparse annotations to net
` [PATCH 4/8] percpu: add __percpu sparse annotations to net drivers

[U-Boot] [PATCH] Add support for Indefia Nimbus Cloud Board
 2010-01-25 22:34 UTC  (6+ messages)

[refpolicy] Building MLS/MCS policy
 2010-01-25 22:34 UTC 

[PATCH 0/7] Delayed write metadata writeback V3
 2010-01-25 22:31 UTC  (4+ messages)
` [PATCH 2/7] xfs: Use delayed write for inodes rather than async

[PATCH 0/4] more N-PHY, cordic stuff
 2010-01-25 22:19 UTC  (5+ messages)
` [PATCH 2/4] b43: make cordic common (LP-PHY and N-PHY need it)

Making bitbake directives conditional
 2010-01-25 22:27 UTC  (2+ messages)

[PATCH] Disable i8042 checks on Intel Apple Macs
 2010-01-25 22:30 UTC  (10+ messages)

[PATCH not-for-mainline] Implement git-vcs-p4
 2010-01-25 22:28 UTC  (4+ messages)

[PATCH 00 of 30] Transparent Hugepage support #3
 2010-01-25 21:50 UTC  (6+ messages)

WinXP virtual crashes on 0.12.1.2 but not 0.12.1.1
 2010-01-25 22:25 UTC  (19+ messages)

[refpolicy] Building MLS/MCS policy
 2010-01-25 22:24 UTC 

[PATCH] PM / i915: Skip kernel VT switch during suspend/resume if KMS is used
 2010-01-25 22:23 UTC  (11+ messages)

[PATCH 00/12] ACPI: processor driver vs. core
 2010-01-25 22:22 UTC  (14+ messages)
` [PATCH 01/12] ACPI: processor: mv processor_core.c processor_driver.c
` [PATCH 02/12] ACPI: processor: mv processor_pdc.c processor_core.c
` [PATCH 03/12] ACPI: processor: export acpi_get_cpuid()
` [PATCH 04/12] ACPI: processor: move acpi_get_cpuid into processor_core.c
` [PATCH 05/12] ACPI: processor: add internal processor_physically_present()
` [PATCH 06/12] ACPI: processor: remove early _PDC optin quirks
` [PATCH 07/12] ACPI: processor: driver doesn't need to evaluate _PDC
` [PATCH 08/12] ACPI: processor: refactor internal map_lapic_id()
` [PATCH 09/12] ACPI: processor: refactor internal map_x2apic_id()
` [PATCH 10/12] ACPI: processor: refactor internal map_lsapic_id()
` [PATCH 11/12] ACPI: processor: push file static MADT pointer into internal map_madt_entry()
` [PATCH 12/12] ACPI: processor core: style and sparse cleanups

[RFC Patch 2/2][Bugfix][x86][hw-breakpoint] Fix return-code to notifier chain in hw_breakpoint_handler
 2010-01-25 22:21 UTC  (11+ messages)

(no subject)
 2010-01-24  8:09 UTC 

[RFC PATCH -tip 0/2 v2] pagecache tracepoints proposal
 2010-01-25 22:17 UTC  (9+ messages)
` [RFC PATCH -tip 1/2 v2] add tracepoints for pagecache
` [RFC PATCH -tip 2/2 v2] add a scripts for pagecache usage per process

[PATCH] mac80211: fix sw crypto
 2010-01-25 22:16 UTC  (3+ messages)

[RFC PATCH 00/10] Ftrace functions hashlist
 2010-01-25 22:14 UTC  (10+ messages)
` [RFC PATCH 03/10] ftrace: Drop the ftrace_profile_enabled checks in tracing hot path

[patch] usb: io_edgeport: eliminate get_string()
 2010-01-25 22:13 UTC  (3+ messages)

[refpolicy] Building MLS/MCS policy
 2010-01-25 22:12 UTC  (2+ messages)

[PATCH] Handling unhandled BOOT_UNDECIDED as normal reboot
 2010-01-25 22:02 UTC 

[Bug 14924] KMS:RV370:X300 GPU lockup ('some' web-sites in Firefox)
 2010-01-25 22:11 UTC 

OOM-Killer kills too much with 2.6.32.2
 2010-01-25 22:12 UTC  (3+ messages)

[PATCH 0/5] mac80211 re-transmission repair
 2010-01-25 22:07 UTC  (4+ messages)
` [PATCH 4/5] mac80211: move control.hw_key assignment

Howto mount intact left-over device of a degraded btrfs-raid?
 2010-01-25 22:08 UTC  (4+ messages)

[PATCH 2/8] PM: Asynchronous suspend and resume of devices
 2010-01-25 22:04 UTC  (5+ messages)

comment about grub_error, capitalisation and one commit
 2010-01-25 21:58 UTC  (3+ messages)

[Bug #15137] NULL pointer dereference in vlan_skb_recv
 2010-01-25 21:58 UTC  (7+ messages)

[Bug 26087] New: IRQ stalls with RV635 when multiple interrupts used
 2010-01-25 21:56 UTC  (3+ messages)
` [Bug 26087] Stalls with RV635 with KMS

2.6.33-rc3-git3: Reported regressions from 2.6.32
 2010-01-25 21:55 UTC  (8+ messages)
` HDA Intel Audio hang on boot

[RFC][PATCH] PM: Force GFP_NOIO during suspend/resume (was: Re: [linux-pm] Memory allocations in .suspend became very unreliable)
 2010-01-25 21:52 UTC  (9+ messages)
` [Update][PATCH] MM / PM: Force GFP_NOIO during suspend/hibernation and resume

On gratuitous modularization
 2010-01-25 20:13 UTC  (2+ messages)

[PATCH] RFC: alias rework
 2010-01-25 21:51 UTC  (7+ messages)

[PATCH] scripts/kallsyms build warning fix
 2010-01-25 21:41 UTC 

Default machine include placements
 2010-01-25 21:48 UTC  (11+ messages)

[PATCH 0/9] Gitweb caching v5
 2010-01-25 21:48 UTC  (4+ messages)
` [PATCH 8/9] gitweb: Convert output to using indirect file handle

[merged] spi-mpc8xxx-dont-check-platform_get_irqs-return-value-against-zero.patch removed from -mm tree
 2010-01-25 21:46 UTC 

[Bug 26199] New: kernel oops in 2.6.33 rc5 when dri is set to off in xorg.conf
 2010-01-25 21:47 UTC  (5+ messages)
` [Bug 26199] "

[alternative-merged] revert-clockevents-prevent-clockevent_devices-list-corruption-on-cpu-hotplug.patch removed from -mm tree
 2010-01-25 21:44 UTC 

How to create rule from log file information ?
 2010-01-25 21:45 UTC  (3+ messages)

[PATCH] Handle UNC paths everywhere
 2010-01-25 21:42 UTC  (3+ messages)

[Buildroot] [Bug 955] New: Grub fails to build with External Toolchain
 2010-01-25 21:43 UTC 

[PATCH] IPv6: Update documentation for better built-in help with params
 2010-01-25 21:43 UTC  (7+ messages)

linux-next: add utrace tree
 2010-01-25 21:41 UTC  (15+ messages)

[PATCH] dvb-apps/util/szap/czap.c "ERROR: cannot parse service data"
 2010-01-25 21:41 UTC  (3+ messages)

[PATCH 1/4] kernel/kfifo.c: fix "interger as NULL pointer" warning
 2010-01-25 21:40 UTC  (3+ messages)
` [PATCH 3/4] trace/trace_output.c: fix "integer "

[Printing-architecture] REMINDER: OpenPrinting US/Europe monthly call on Tuesday Jan 26
 2010-01-25 21:39 UTC 

[RFC][PATCH] PM: disable nonboot cpus before suspending devices
 2010-01-25 21:37 UTC  (5+ messages)

ext4 allocator
 2010-01-25 21:37 UTC  (2+ messages)

[PATCH net-next-2.6] net: use helpers to access uc list V2
 2010-01-25 21:36 UTC  (2+ messages)

[PATCH] Fix --reuse-cmdline so it is usable
 2010-01-25 21:34 UTC  (4+ messages)

[PATCH] KVM: mark segments accessed on HW task switch
 2010-01-25 21:34 UTC  (2+ messages)

[patch 1/2] xfs: remove old vmap cache
 2010-01-25 21:34 UTC  (11+ messages)
` [patch 2/2] xfs: use scalable vmap API

[GIT PULL] ext4 fixes
 2010-01-25 21:31 UTC 

[RFC PATCH 0/2] Fix untangling ima mess, part 2 with counters
 2010-01-25 21:30 UTC  (5+ messages)
` [RFC PATCH 1/2] Fix 1 "

nfs client performance while server is down
 2010-01-25 21:26 UTC  (11+ messages)

memory barriers on sparc
 2010-01-25 21:27 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] Add support to disable cpu's in multicore processors
 2010-01-25 21:25 UTC  (3+ messages)

Perforce vcs-helper
 2010-01-25 21:25 UTC  (2+ messages)

[PATCH] Seabios - read e820 reserve from qemu_cfg
 2010-01-25 21:24 UTC  (13+ messages)
` [PATCH] QEMU-KVM - provide e820 reserve through qemu_cfg
  ` [PATCH] QEMU "
                  ` [Qemu-devel] "

Xen Summit NA at AMD - Demo Center?
 2010-01-25 21:23 UTC 

Changes in GRUB help
 2010-01-25 21:22 UTC  (3+ messages)

[refpolicy] Building MLS/MCS policy
 2010-01-25 21:22 UTC  (2+ messages)

Several steps to death
 2010-01-25 21:21 UTC 

[Buildroot] [PATCH] SDL_ttf needs freetype to be built and installed first
 2010-01-25 21:21 UTC  (2+ messages)

[Buildroot] [git commit master] SDL_ttf needs freetype to be built and installed first
 2010-01-25 21:20 UTC 

[Qemu-devel] [PATCH 0/4] Introduce global config (v3)
 2010-01-25 21:19 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/3] Support --sysconfdir in configure to specify path to configuration files (v3)
  ` [Qemu-devel] "

[PATCH] - Fix unmap_vma() bug related to mmu_notifiers
 2010-01-25 21:16 UTC  (6+ messages)

[PATCH net-next-2.6] net: Handle vlan packets in skb_gso_segment()
 2010-01-25 21:16 UTC 

[PATCH net-next-2.6] virtio_net: Set vlan_features to enable offloads on vlan devices
 2010-01-25 21:16 UTC 

Bug: 2.6.32 ath5k, associating with WEP128 AP is unreliable
 2010-01-25 21:13 UTC  (5+ messages)

[Drbd-dev] [PATCH] exec: allow core_pipe recursion check to look for a value of 1 rather than 0
 2010-01-25 21:13 UTC  (3+ messages)
`  "

[PATCH] resize2fs: fix uninit group test accessing invalid memory
 2010-01-25 21:13 UTC 

[PATCH] RFC: make struct platform_driver.id_table const
 2010-01-25 21:12 UTC  (6+ messages)

[Qemu-devel] [PATCH-RFC 13/13] virtio-net: connect to vhost net backend
 2010-01-25 21:11 UTC  (6+ messages)
  ` [Qemu-devel] "

[PATCH 0/3] i2c-mpc: add support for the Freescale MPC512x and other fixes
 2010-01-25 21:09 UTC  (11+ messages)
` [PATCH 1/3] i2c-mpc: use __devinit[data] for initialization functions and data
  ` [PATCH 2/3] i2c-mpc: add support for the MPC512x processors from Freescale


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.