All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-08-21 15:48:38 to 2009-08-21 17:31:53 UTC [more...]

mmotm 2009-08-20-19-18 uploaded
 2009-08-21 16:58 UTC  (4+ messages)
` [PATCH -mmotm] nfs/cache_lib: fix sunrpc struct build error
` [PATCH -mmotm] ummunotify: fix userspace build

linux disk access when idle
 2009-08-21 17:31 UTC  (9+ messages)

[PATCH 0/17] Make O_SYNC handling use standard syncing path (Version 2)
 2009-08-21 17:30 UTC  (33+ messages)
` [PATCH 01/17] vfs: Introduce filemap_fdatawait_range
` [PATCH 02/17] vfs: Export __generic_file_aio_write() and add some comments
  ` [Ocfs2-devel] "
` [PATCH 03/17] vfs: Remove syncing from generic_file_direct_write() and generic_file_buffered_write()
  ` [Ocfs2-devel] "
` [PATCH 04/17] pohmelfs: Use __generic_file_aio_write instead of generic_file_aio_write_nolock
` [PATCH 05/17] ocfs2: "
  ` [Ocfs2-devel] "
` [PATCH 06/17] vfs: Rename generic_file_aio_write_nolock
` [PATCH 08/17] ext2: Update comment about generic_osync_inode
` [PATCH 09/17] ext3: Remove syncing logic from ext3_file_write
` [PATCH 10/17] ext4: Remove syncing logic from ext4_file_write
` [PATCH 11/17] ntfs: Use new syncing helpers and update comments
` [PATCH 12/17] ocfs2: Update syncing after splicing to match generic version
  ` [Ocfs2-devel] "
` [PATCH 13/17] xfs: Convert sync_page_range() to simple fdatawrite_range()
` [PATCH 14/17] pohmelfs: Use new syncing helper
` [PATCH 15/17] nfs: Remove reference to generic_osync_inode from a comment
` [PATCH 16/17] fat: Opencode sync_page_range_nolock()
` [PATCH 17/17] vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()
` [Ocfs2-devel] [PATCH 07/17] vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode
  `  "

Issue with setting uid/gid/mode in multipath.conf
 2009-08-21 17:29 UTC  (3+ messages)

[net-next PATCH 0/3] qlge: Change RSS ring to MSIx vector mapping
 2009-08-21 17:23 UTC  (4+ messages)
` [net-next PATCH 1/3] qlge: Move TX completion processing to send path

pull request: wireless-2.6 2009-08-21
 2009-08-21 17:25 UTC  (3+ messages)

[PATCH] iwlwifi: Make injection of non-broadcast frames work again
 2009-08-21 17:24 UTC  (4+ messages)

[RFC v6][PATCH 2/4] intel_txt: Intel(R) TXT reboot/halt shutdown support
 2009-08-21 17:23 UTC  (10+ messages)
        ` [PATCH] txt: fix the build errors on non-X86 platforms
            ` [PATCH] intel_txt: fix the build errors of intel_txt patch "

[PATCH 1/2] alchemy: add au1000-eth platform device
 2009-08-21 17:23 UTC  (5+ messages)

[PATCH] mm/vmscan: rename zone_nr_pages() to zone_lru_nr_pages()
 2009-08-21 17:29 UTC  (5+ messages)

[PATCH RFC 0/6] Gigaset driver port to CAPI
 2009-08-21 17:21 UTC  (7+ messages)
` [PATCH RFC 2/6] gigaset: handle isoc frame errors more gracefully
` [PATCH RFC 1/6] gigaset: fix reject/hangup handling
` [PATCH RFC 3/6] gigaset: add kerneldoc comments
` [PATCH RFC 4/6] gigaset: prepare for CAPI implementation
` [PATCH RFC 6/6] gigaset: add Kernel CAPI interface
` [PATCH RFC 5/6] gigaset: allow building without I4L

[PATCH] ARM: Mailing lists have moved
 2009-08-21 17:22 UTC  (33+ messages)

[PATCH 0/2] eventfd: new EFD_STATE flag
 2009-08-21 17:21 UTC  (6+ messages)

ARM Architecture Reference Manual available for download
 2009-08-21 17:20 UTC  (3+ messages)

kmemcheck in linux-next causes NULL pointer dereference at task_rq_lock
 2009-08-21 17:20 UTC  (4+ messages)

[RFC][PATCH 0/4] PVUSB: add paravirtualized USB support for Xen
 2009-08-21 17:20 UTC 

Is there a Bugzilla for dom0 pv_ops or anything similar?
 2009-08-21 17:17 UTC  (6+ messages)

[PATCH 1/2] netpoll: warning for ndo_start_xmit returns with interrupts enabled
 2009-08-21 17:13 UTC  (3+ messages)
` [RFC][PATCH] smc91x: let smc91x work well with netpoll

[U-Boot] [PATCH] tsec: Wait for auto-negotiation to complete without link
 2009-08-21 17:04 UTC  (4+ messages)

[pv_ops domU] 2.6.30.5 - unable to handle kernel paging request / refresh_cpu_vm_stats / vmstat_update
 2009-08-21 17:02 UTC  (14+ messages)
      `  "

[U-Boot] e1000 Rx timeout with 82541ER
 2009-08-21 17:02 UTC  (4+ messages)

[PATCH 01/17] vfs: Introduce filemap_fdatawait_range
 2009-08-21 17:00 UTC  (17+ messages)
` [PATCH 02/17] vfs: Export __generic_file_aio_write() and add some comments
  ` [Ocfs2-devel] "
` [PATCH 03/17] vfs: Remove syncing from generic_file_direct_write() and generic_file_buffered_write()
  ` [Ocfs2-devel] "
` [PATCH 04/17] pohmelfs: Use __generic_file_aio_write instead of generic_file_aio_write_nolock
` [PATCH 05/17] ocfs2: "
  ` [Ocfs2-devel] "
` [PATCH 06/17] vfs: Rename generic_file_aio_write_nolock
` [PATCH 08/17] ext2: Update comment about generic_osync_inode
` [PATCH 09/17] ext3: Remove syncing logic from ext3_file_write
` [PATCH 10/17] ext4: Remove syncing logic from ext4_file_write
` [Ocfs2-devel] [PATCH 07/17] vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode
  `  "

Suspend problems in 2.6.31-rc6
 2009-08-21 17:01 UTC  (2+ messages)

[U-Boot] [PATCH 0/3]: arm:Kirkwood network driver fixes
 2009-08-21 16:59 UTC  (3+ messages)
` [U-Boot] [PATCH 1/3]: arm:kirkwood Define kirkwood phy address magic number

[U-Boot] [PATCH 2/2] e1000: fix PCI memory addressing
 2009-08-21 16:59 UTC  (2+ messages)

i.MX35 Kernel without ARM EABI support cannot execute init
 2009-08-21 16:57 UTC  (4+ messages)
  ` [Buildroot] "

[PATCH 00/14] kconfig: streamline distro configs for testers
 2009-08-21 16:55 UTC  (15+ messages)
        ` [PATCH] kconfig: add missing dependency of conf to localyesconfig

BUG: scheduling while atomic in acpi_ps_complete_op
 2009-08-21 16:55 UTC 

[RFC][PATCH][v5] ethtool: Add a new ethtool option to flash a firmware image from the specified file to a device
 2009-08-21 16:54 UTC 

[RFC][PATCH][v5] net/ethtool: Add support for the ethtool feature to flash firmware image from a specified file
 2009-08-21 16:54 UTC 

2.6.31-rc5 regression: Oops when USB Serial disconnected while in use
 2009-08-21 16:50 UTC  (3+ messages)

[PATCH -tip] x86: smp_scan_config - use signed long as scan area size
 2009-08-21 16:49 UTC  (3+ messages)

[PATCH 4/5]PCIe native PME support
 2009-08-21 16:47 UTC  (5+ messages)

2.6.31-rc6-git5: Reported regressions from 2.6.30
 2009-08-21 16:46 UTC  (7+ messages)
` [Bug #13947] Libertas: Association request to the driver failed

2.6.31-rc6-git5: Reported regressions 2.6.29 -> 2.6.30
 2009-08-21 16:44 UTC  (5+ messages)
` [Bug #13620] acpi_enforce_resources broken - conflicting i2c module loaded on some EeePCs

[PATCH V2] Use clock freqency from the device tree to calculate correct MPC5200 PSC clock
 2009-08-21 16:36 UTC 

RAID10 Layouts
 2009-08-21 16:43 UTC  (2+ messages)

xattr support for filesystem not in policy
 2009-08-21 16:39 UTC 

[PATCH 0/1] aoe: ensure we initialise the request_queue correctly
 2009-08-21 16:41 UTC  (2+ messages)
` [PATCH 1/1] "

Semodule syntax is broken
 2009-08-21 16:27 UTC  (2+ messages)

Is it possible to access XenStore remotely?
 2009-08-21 16:41 UTC  (3+ messages)

[PATCH] v4l-dvb-compat: Fix build for older kernels using DIV_ROUND_CLOSEST
 2009-08-21 16:41 UTC 

[RFC patch] need check TSC wrap unconditionally
 2009-08-21 16:37 UTC  (2+ messages)

[PATCH] Add minimal support for software performance counters for ia64
 2009-08-21 16:37 UTC  (8+ messages)
            ` [PATCH, V2] perf_counter, IA64: Add support for software performance counters

[Buildroot] Kernel panic - not syncing: Attempted to kill init!
 2009-08-21 16:37 UTC  (11+ messages)

[PATCH] mm: do batched scans for mem_cgroup
 2009-08-21  3:55 UTC  (4+ messages)
  ` [PATCH -v2] "

compat.h required to build
 2009-08-21 16:35 UTC  (3+ messages)

Several vtpm patches and workarounds: persistence, stability, tpm_emulator-0.5.1
 2009-08-21 16:33 UTC  (2+ messages)

USB Wintv HVR-900 Hauppauge
 2009-08-21 16:27 UTC  (6+ messages)

[RFC/PATCH 00/14] Build git with MSVC
 2009-08-21 16:26 UTC  (5+ messages)
` [PATCH 01/14] Fix non-constant array creation
      ` [msysGit] "

[tip:tracing/urgent] tracing: Fix too large stack usage in do_one_initcall()
 2009-08-21 16:22 UTC  (3+ messages)

[PATCH 32/47] mmc: atmel-mci: New MCI2 module support in atmel-mci driver
 2009-08-21 16:23 UTC 

Xen 4.0 feature request - Brainstorm on Networking and Virtual Switches!
 2009-08-21 16:23 UTC 

Reproducible random python crash
 2009-08-21 16:19 UTC  (4+ messages)

Fail to mount NILFS
 2009-08-21 16:18 UTC 

[Xenomai-core] Xenomai v2.4.9
 2009-08-21 16:17 UTC  (4+ messages)
` [Xenomai-core] [Xenomai-help] "

[Qemu-devel] [PATCH 1/4] qdev: add return value to init() callbacks
 2009-08-21 16:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH 4/4] qdev error logging

amd64 + mtrr: only 3.1gb of 8gb are covered, kernel 2.6.30 and earlier
 2009-08-21 16:14 UTC 

[PATCH] mm: Fix to infinite churning of mlocked page
 2009-08-21 11:19 UTC  (3+ messages)

[PATCH] Input: Fix cleaning up KEY_STROBEs after error in tosakbd_probe()
 2009-08-21 16:12 UTC  (2+ messages)

[RFC][v4][PATCH 0/7] clone_with_pids() system call
 2009-08-21 16:11 UTC  (7+ messages)

mpc5200, reboots will idle
 2009-08-21 16:09 UTC  (2+ messages)

RFC: guard against more "dangerous" userspace options
 2009-08-21 16:08 UTC  (5+ messages)

[U-Boot] [PATCH v3] Adding support for DevKit8000
 2009-08-21 16:04 UTC  (10+ messages)
          ` [U-Boot] Rules for board/* directory, was: "

[PATCH] introduce kvm64 CPU
 2009-08-21 16:01 UTC  (4+ messages)
  ` [Qemu-devel] "

[LTP] The Best Practice to Skip Syscall Tests
 2009-08-21 16:00 UTC  (2+ messages)

[PATCH 0/2] ARM: OMAP4: Boot up crash 2.6.31-rc6
 2009-08-21 16:00 UTC  (2+ messages)

READ ME: How to stop all this extra linux-arm-kernel mail
 2009-08-21 16:00 UTC 

[Qemu-devel] [PATCH] switch balloon initialization to -device
 2009-08-21 15:59 UTC  (4+ messages)

[PATCH 1/2] ARM: OMAP4: Fix NULL pointer dereference crash
 2009-08-21 15:59 UTC  (3+ messages)
` [PATCH 2/2] ARM: OMAP4: Bypass the clock check

LDREX/STREX and pre-emption on SMP hardware
 2009-08-21 15:58 UTC  (4+ messages)

[PATCH]: Implement bzip2 and LZMA loaders / fixed patch for Xen 3.4.1
 2009-08-21 15:58 UTC  (2+ messages)

+ bsdacct-switch-credentials-for-writing-to-the-accounting-file.patch added to -mm tree
 2009-08-21 15:57 UTC  (2+ messages)

[RFC] Nested VMX support - kernel
 2009-08-21 15:55 UTC  (4+ messages)

Mailing List Etiquette
 2009-08-21 15:54 UTC  (4+ messages)

[BUG] race of RCU vs NOHU
 2009-08-21 15:54 UTC  (10+ messages)

Strange network timeouts w/ 2.6.30.5
 2009-08-21 15:45 UTC 

[PATCH] x86: run timers when populating Dom0's P2M table
 2009-08-21 15:52 UTC 

[Patch 0/8] V3 Implement crashkernel=auto
 2009-08-21  2:03 UTC  (19+ messages)
` [Patch 8/8] kexec: allow to shrink reserved memory


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.