All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-06-03 17:31:13 to 2009-06-03 19:01:18 UTC [more...]

[Qemu-devel] Savannah git tree restored
 2009-06-03 19:01 UTC  (2+ messages)
` [Qemu-devel] "

Representing Embedded Architectures at the Kernel Summit
 2009-06-03 19:01 UTC  (6+ messages)
` [Ksummit-2009-discuss] "

[PATCH 0/4] FS: userspace notification of errors
 2009-06-03 19:00 UTC  (9+ messages)
` [PATCH 1/4] FS: filesystem corruption notification
  ` [PATCH 2/4] FAT: generalize errors and warning printing
    ` [PATCH 3/4] FAT: add 'notify' mount option
      ` [PATCH 4/4] EXT2: "

never disappearing neighbors with netlink arp
 2009-06-03 18:35 UTC 

[PATCH] Change ZERO_SIZE_PTR to point at unmapped space
 2009-06-03 18:59 UTC  (32+ messages)
  ` Security fix for remapping of page 0 (was [PATCH] Change ZERO_SIZE_PTR to point at unmapped space)

[PATCH] [0/16] HWPOISON: Intro
 2009-06-02 13:25 UTC  (16+ messages)
` [PATCH] [13/16] HWPOISON: The high level memory error handler in the VM v3

[PATCH 0/3] [GIT PULL] (second try) ring-buffer: fixes for discard
 2009-06-03 18:54 UTC  (3+ messages)
` [PATCH 2/3] ring-buffer: try to discard unneeded timestamps

[PATCH] nfs-utils: fix endptr check in closeall
 2009-06-03 18:54 UTC  (4+ messages)

[PATCH] busybox: allow building when prefix is "", not "/usr"
 2009-06-03 18:44 UTC  (3+ messages)

[PATCH] hwrng: Add TX4939 RNG driver (v2)
 2009-06-03 18:49 UTC  (7+ messages)

[PATCH] [0/16] HWPOISON: Intro
 2009-06-03 18:46 UTC  (34+ messages)
` [PATCH] [1/16] HWPOISON: Add page flag for poisoned pages
` [PATCH] [2/16] HWPOISON: Export some rmap vma locking to outside world
` [PATCH] [3/16] HWPOISON: Add support for poison swap entries v2
` [PATCH] [4/16] HWPOISON: Add new SIGBUS error codes for hardware poison signals
` [PATCH] [5/16] HWPOISON: Add basic support for poisoned pages in fault handler v3
` [PATCH] [6/16] HWPOISON: Add various poison checks in mm/memory.c
` [PATCH] [7/16] HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2
` [PATCH] [8/16] HWPOISON: Use bitmask/action code for try_to_unmap behaviour
` [PATCH] [9/16] HWPOISON: Handle hardware poisoned pages in try_to_unmap
` [PATCH] [10/16] HWPOISON: Handle poisoned pages in set_page_dirty()
` [PATCH] [11/16] HWPOISON: check and isolate corrupted free pages v2
` [PATCH] [12/16] Refactor truncate to allow direct truncating of page
` [PATCH] [13/16] HWPOISON: The high level memory error handler in the VM v5
` [PATCH] [14/16] HWPOISON: FOR TESTING: Enable memory failure code unconditionally
` [PATCH] [15/16] HWPOISON: Add madvise() based injector for hardware poisoned pages v3
` [PATCH] [16/16] HWPOISON: Add simple debugfs interface to inject hwpoison on arbitary PFNs

Xen dom0 Kernel Patches
 2009-06-03 18:49 UTC 

Query: iptables Conflict Policy Avoidance/Reduction
 2009-06-03 18:48 UTC 

[linux-lvm] lvm on a single big partition or just a single big partition?
 2009-06-03 18:46 UTC  (3+ messages)

[PATCH] xfstests: Check for xlog_assign_lsn in xfs headers
 2009-06-03 18:47 UTC 

blktap2: need more than 3 values to unpack
 2009-06-03 18:45 UTC  (5+ messages)
` Dom0 crashing when built with c/s 881 (Was: blktap2: need more than 3 values to unpack)

[U-Boot] [PATCH 2/3] ZOOM2 detect the version of the zoom2
 2009-06-03 18:44 UTC  (8+ messages)
` [U-Boot] [PATCH 3/3] Beagle Convert the board version detection to use the OMAP3 GPIO interface
  ` [U-Boot] [PATCH 2/3] ZOOM2 detect the version of the zoom2 board at runtime
    ` [U-Boot] [PATCH 1/3] Fix a typo in the instructions on using omap3's gpio interface
    ` [U-Boot] [PATCH 2/3 V3] ZOOM2 detect the version of the zoom2 board at runtime

[RFC][PATCH 0/9] File descriptor hot-unplug support
 2009-06-01 21:50 UTC  (23+ messages)
` [PATCH 0/23] File descriptor hot-unplug support v2
  ` [PATCH 01/23] mm: Introduce revoke_file_mappings
  ` [PATCH 02/23] vfs: Implement unpoll_file
  ` [PATCH 03/23] vfs: Generalize the file_list
  ` [PATCH 04/23] vfs: Introduce infrastructure for revoking a file
  ` [PATCH 05/23] vfs: Teach lseek to use file_hotplug_lock
  ` [PATCH 06/23] vfs: Teach read/write to use file_hotplug_read_lock
  ` [PATCH 07/23] vfs: Teach sendfile,splice,tee,and vmsplice to use file_hotplug_lock
  ` [PATCH 08/23] vfs: Teach readdir "
  ` [PATCH 09/23] vfs: Teach poll and select "
  ` [PATCH 10/23] vfs: Teach do_path_lookup "
  ` [PATCH 11/23] mm: Teach mmap "
  ` [PATCH 13/23] vfs: Teach ioctl "
  ` [PATCH 14/23] vfs: Teach flock "
  ` [PATCH 15/23] vfs: Teach fallocate, and filp_close "
  ` [PATCH 16/23] vfs: Teach fstatfs, fstatfs64, ftruncate, fchdir, fchmod, fchown "
  ` [PATCH 17/23] proc: Teach /proc/<pid>/fd "
  ` [PATCH 18/23] vfs: Teach epoll "
  ` [PATCH 19/23] eventpoll: Fix comment
  ` [PATCH 21/23] vfs: Teach fsync to use file_hotplug_lock
  ` [PATCH 22/23] vfs: Teach fadvice to file_hotplug_lock
  ` [PATCH 23/23] vfs: Teach readahead to use the file_hotplug_lock

[tip:perfcounters/core] perf_counter tools: Clean up old kerneltop references
 2009-06-03 18:42 UTC  (4+ messages)
` [tip:perfcounters/core] perf record: Refine capture printout
` [tip:perfcounters/core] perf report: Display 100% correctly
` [tip:perfcounters/core] perf stat: Print out all arguments

[PATCH v2 00/11] Asynchronous raid6 acceleration (part 1 of 3)
 2009-06-03 18:42 UTC  (7+ messages)
` [PATCH v2 01/11] async_tx: rename zero_sum to val
` [PATCH v2 02/11] async_tx: kill ASYNC_TX_DEP_ACK flag

[PATCH] Warn if we run out of swap space
 2009-06-02  9:50 UTC  (12+ messages)

Awful RAID5 random read performance
 2009-06-03 18:38 UTC  (6+ messages)

[PATCH 0/6] iwlwifi driver updates 06/3/2009
 2009-06-03 18:44 UTC  (7+ messages)
` [PATCH 1/6] iwlwifi: unify station management
  ` [PATCH 2/6] iwl3945: port allow skb allocation in tasklet patch
    ` [PATCH 3/6] iwl3945/iwlwifi: fix led bug when SW rfkill
      ` [PATCH 4/6] iwlagn: delay ict interrupt
        ` [PATCH 5/6] iwlwifi: add value and range define for link quality command
          ` [PATCH 6/6] iwlwifi: fix comment describing disable_11n

[PATCH] mac80211: check for existance sta before adding it
 2009-06-03 18:36 UTC  (7+ messages)

LVM2 ./WHATS_NEW_DM tools/dmsetup.c
 2009-06-03 18:35 UTC 

[PATCH] powerpc: tiny memcpy_(to|from)io optimisation
 2009-06-03 18:35 UTC  (4+ messages)

[PATCH] pdc202xx_old: fix 'pdc20246_dma_ops'
 2009-06-03 18:34 UTC 

[Qemu-devel] [PATCH] fix gdbstub support for multiple threads in usermode, v3
 2009-06-03 18:33 UTC 

Sound capture with Osprey 230
 2009-06-03 18:02 UTC  (3+ messages)

[U-Boot] OMAP3, Zoom2 Initializing GPIO bank clocks
 2009-06-03 18:32 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] OMAP3 Turn on the "
  ` [U-Boot] [PATCH 2/2] ZOOM2 Define GPIO banks used

[U-Boot] Zoom2, Beagle board revision detection
 2009-06-03 18:29 UTC  (3+ messages)
` [U-Boot] [PATCH 1/3] Fix a typo in the instructions on using omap3's gpio interface

[Patch] Prevent cloning over http from spewing
 2009-06-03 18:28 UTC  (3+ messages)

[PATCH 00/10] Dynamic ACPI-PCI binding
 2009-06-03 18:26 UTC  (3+ messages)
` [PATCH 07/10] ACPI: eviscerate pci_bind.c

[PATCH 0/4] kvm free implementation of apic/ioapic
 2009-06-03 18:25 UTC  (5+ messages)
` [PATCH 1/4] avoid halted state for in kernel irqchip
  ` [PATCH 2/4] sipi and init: move common code
    ` [PATCH 3/4] provide a kvm-free implementation of apic
      ` [PATCH 4/4] provide a kvm-free implementation of ioapic

[PATCH] ar9170: remove deprecated code
 2009-06-03 20:24 UTC 

alloc_pages_node(... GFP_KERNEL | GFP_THISNODE ...) fails
 2009-06-03 18:24 UTC  (13+ messages)

Patch to fix usbmon crash on Opteron
 2009-06-03 18:22 UTC  (2+ messages)

[ath9k-devel] ath9k/ath5k + 80211s crash
 2009-06-03 18:21 UTC  (4+ messages)
  `  "

[PATCH 0/4] amd64_edac: misc fixes
 2009-06-03 18:20 UTC  (11+ messages)

[patch] VMX Unrestricted mode support
 2009-06-03 18:20 UTC  (8+ messages)

[PATCH,STABLE 2.6.29 01/18] ext4: don't inherit inappropriate inode flags from parent
 2009-06-03 18:17 UTC  (17+ messages)
` [PATCH,STABLE 2.6.29 02/18] ext4: tighten restrictions on inode flags
  ` [PATCH,STABLE 2.6.29 03/18] ext4: return -EIO not -ESTALE on directory traversal through deleted inode
    ` [PATCH,STABLE 2.6.29 04/18] ext4: Add fine print for the 32000 subdirectory limit
      ` [PATCH,STABLE 2.6.29 05/18] ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl
        ` [PATCH,STABLE 2.6.29 06/18] ext4: Automatically allocate delay allocated blocks on close
          ` [PATCH,STABLE 2.6.29 07/18] ext4: Automatically allocate delay allocated blocks on rename
            ` [PATCH,STABLE 2.6.29 08/18] ext4: Fix discard of inode prealloc space with delayed allocation
              ` [PATCH,STABLE 2.6.29 09/18] ext4: Add auto_da_alloc mount option
                ` [PATCH,STABLE 2.6.29 10/18] ext4: Check for an valid i_mode when reading the inode from disk
                  ` [PATCH,STABLE 2.6.29 11/18] jbd2: Update locking coments
                    ` [PATCH,STABLE 2.6.29 12/18] ext4: really print the find_group_flex fallback warning only once
                      ` [PATCH,STABLE 2.6.29 13/18] ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inode
                        ` [PATCH,STABLE 2.6.29 14/18] ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present
                        ` Fix softlockup caused by illegal i_file_acl value in on-disk inode

[PATCH][KVM_AUTOTEST] Added functionality to the preprocessor to run scripts
 2009-06-03 18:17 UTC  (2+ messages)

[PATCH 0/4] cgroup freezer: Fixes and CHECKPOINTING support
 2009-06-03 18:15 UTC  (5+ messages)
` [PATCH 2/4] cgroup freezer: Avoid lazy state changes when convenient

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS
 2009-06-03 18:14 UTC 

Pull request for new qt4 toolchain (and other mostly qt4 fixes)
 2009-06-03 18:03 UTC  (14+ messages)
` [PATCH 00/12] different qt4 related patches
  ` [PATCH 01/12] qt4-embedded: reworked directory layout for the next changes
    ` [PATCH 02/12] qt4-embedded: added directfb plugin

[RFC][PATCH] Add support for hook switch on ams-delta
 2009-06-03 18:10 UTC  (4+ messages)
` [APPLIED] "

[RFC PATCH] fsldma: Add DMA_SLAVE support
 2009-06-03 18:10 UTC  (2+ messages)

ar9170 vs otus advice?
 2009-06-03 18:32 UTC  (5+ messages)

"keepinitrd" versus "retain_initrd"?
 2009-06-03 18:07 UTC 

oops in kmpathd
 2009-06-03 18:08 UTC 

[PATCH] input: add support for generic GPIO-based matrix keypad
 2009-06-03 18:06 UTC  (5+ messages)

[U-Boot] UBI on NAND flash again
 2009-06-03 18:05 UTC 

Question regarding protocol specific mtu for FCoE
 2009-06-03 18:03 UTC  (2+ messages)

[PATCH] ath5k: disable beacon interrupt when interface is down
 2009-06-03 17:48 UTC  (4+ messages)

[PATCH] pdc202xx_old: fix resetproc() method
 2009-06-03 17:58 UTC  (3+ messages)

2.6.30-rc7-git4: Reported regressions from 2.6.29
 2009-06-03 17:52 UTC  (4+ messages)
` [Bug #13325] 2.6.30-rc kills my box hard - and lockdep chains

[git pull request] kvm-autotest: sync with upstream Autotest SVN
 2009-06-03 17:50 UTC  (2+ messages)

[PATCH] xfstests: don't run 122 if required headers aren't found
 2009-06-03 17:51 UTC  (2+ messages)

[U-Boot] TSEC ethernet controller problems (crc errors / corruption)
 2009-06-03 17:50 UTC  (6+ messages)
` [U-Boot] TSEC ethernet controller problems (crc errors/ corruption)

[PATCH tip 1/1] perf_counter tools: Fix off-by-one bug in symbol__new
 2009-06-03 17:49 UTC 

[PATCH] [13/16] HWPOISON: The high level memory error handler in the VM v3
 2009-06-02 13:20 UTC  (11+ messages)

[Xenomai-help] turn an rt_task back to linux user space
 2009-06-03 17:46 UTC  (2+ messages)

[PATCH 1/1] ethtool: Expose MDI-X status
 2009-06-03 17:45 UTC  (4+ messages)
` [PATCH net-next-2.6 1/1] e1000e: Expose MDI-X status via ethtool change

[GIT PATCH core/percpu] percpu: convert most archs to dynamic percpu, take#2
 2009-06-02  5:08 UTC  (5+ messages)
` [PATCH 3/7] percpu: clean up percpu variable definitions

[U-Boot] [PATCH 2/2] KB9202: Add NAND support
 2009-06-03 17:42 UTC  (3+ messages)

Windows Server 2008 VM performance
 2009-06-03 17:38 UTC  (4+ messages)

[PATCH] add a BSD style COPYING file to extras/mini-os
 2009-06-03 17:38 UTC 

[Xen-devel] Re: [GIT PULL] Xen APIC hooks (with io_apic_ops)
 2009-06-03 17:36 UTC  (11+ messages)
  ` Xen is a feature
          ` Merge Xen (the hypervisor) into Linux

[U-Boot] Please pull u-boot-coldfire next
 2009-06-03 17:36 UTC 

[failures] kbuild-fix-_modinst_post-to-pick-up-cross-depmod-instead-of-host-depmod.patch removed from -mm tree
 2009-06-03 17:32 UTC 

linux-next: Tree for June 3
 2009-06-03 17:33 UTC  (4+ messages)
` linux-next: Tree for June 3 (rfkill)

fgetattr/fsetattr file operation
 2009-06-03 17:32 UTC 


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.