All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-06-08 22:14:50 to 2007-06-09 02:17:08 UTC [more...]

[PATCH 0/2] [IrDA] Updates for net-2.6
 2007-06-09  2:17 UTC  (4+ messages)
` [PATCH 1/2] [IrDA] Fix Rx/Tx path race
` [PATCH 2/2] [IrDA] f-timer reloading when sending rejected frames

XFS shrink functionality
 2007-06-09  2:15 UTC  (8+ messages)

Error in SCSI module for Adaptec 29320A
 2007-06-09  2:04 UTC 

[patch 7/8] fdmap v2 - implement sys_socket2
 2007-06-09  2:10 UTC  (32+ messages)

networking busted in current -git ???
 2007-06-09  2:06 UTC  (5+ messages)

Get better after that
 2007-06-09  2:03 UTC 

[AppArmor 00/45] AppArmor security module overview
 2007-06-09  2:01 UTC  (7+ messages)
` [AppArmor 39/45] AppArmor: Profile loading and manipulation, pathname matching
          ` [AppArmor 39/45] AppArmor: Profile loading and manipulation,pathname matching

[PATCH 10 of 16] stop useless vm trashing while we wait the TIF_MEMDIE task to exit
 2007-06-09  1:59 UTC  (3+ messages)

[PATCH] Port git-tag.sh to C
 2007-06-09  1:58 UTC  (2+ messages)

RE : Building kernel 2.6.21.3 for arm on cygwin
 2007-06-09  1:47 UTC  (5+ messages)
      ` [PATCH 2.6.21.3] kbuild: fix build for cygwin

She will love you more than any other guy
 2007-06-09  1:43 UTC 

map_domain_page
 2007-06-09  1:39 UTC  (2+ messages)

[PATCH 1/3] cpuset: zero malloc - fix for old cpusets
 2007-06-09  1:34 UTC  (3+ messages)
` [PATCH 2/3] cpuset: zero malloc - revert the old cpuset fix
` [PATCH 3/3] cpuset: zero malloc - fix for new containers

[PATCH] RFC: have tcp_recvmsg() check kthread_should_stop() and treat it as if it were signalled
 2007-06-09  1:30 UTC  (2+ messages)

[KJ] electricity sludge
 2007-06-09  1:25 UTC 

[patch 23/32] IPV4: Correct rp_filter help text
 2007-06-09  1:22 UTC  (3+ messages)

SKY2 vs SK98LIN performance on 88E8053 MAC
 2007-06-09  1:20 UTC  (3+ messages)

[PATCH] NET: Multiqueue network device support
 2007-06-09  1:05 UTC  (2+ messages)

[LARTC] CBQ + Layer7 x Emule
 2007-06-09  1:04 UTC  (3+ messages)

why does the macro "ZERO_PAGE" take an argument?
 2007-06-09  0:49 UTC  (10+ messages)

Rising numbers of immigrants, including both low- and high-wage earners, comprise another key market segment driving urban revitalization efforts, forum participants noted
 2007-06-09  0:54 UTC 

[RFC][PATCH] Re: 4Gb ram not showing up
 2007-06-09  0:47 UTC  (7+ messages)

[WIP][PATCHES] Network xmit batching
 2007-06-09  0:40 UTC  (5+ messages)

[RFC][PATCH][2/2] Intel(r) Trusted Execution Technology support: sboot
 2007-06-09  0:40 UTC 

[RFC][PATCH][1/2] Intel(r) Trusted Execution Technology support: xen
 2007-06-09  0:39 UTC 

[RFC][PATCH][0/2] Intel(r) Trusted Execution Technology support: Overview
 2007-06-09  0:39 UTC 

[PATCH] qla4xxx: allow hba to be online when initiator ip address is uninitialized
 2007-06-09  0:37 UTC  (2+ messages)

[PATCH] update checkpatch.pl to version 0.04
 2007-06-08 22:34 UTC  (2+ messages)

git-p4 fails when cloning a p4 depo
 2007-06-09  0:32 UTC  (9+ messages)

[GIT PATCH] USB fixes for 2.6.22-rc4
 2007-06-09  0:03 UTC  (10+ messages)
` [PATCH 1/9] USB: set default y for CONFIG_USB_DEVICE_CLASS
  ` [PATCH 2/9] usblp: Don't let suspend to kill ->used
    ` [PATCH 3/9] USB: usb gadgets avoid le{16,32}_to_cpup()
      ` [PATCH 4/9] USB: UNUSUAL_DEV: Sync up some reported devices from Ubuntu
        ` [PATCH 5/9] USB: cxacru: add Documentation file
          ` [PATCH 6/9] USB: cxacru: create sysfs attributes in atm_start instead of bind
            ` [PATCH 7/9] USB: cxacru: ignore error trying to start ADSL in atm_start
              ` [PATCH 8/9] USB: Fix up bogus bInterval values in endpoint descriptors
                ` [PATCH 9/9] OHCI: Fix machine check in ohci_hub_status_data

[PATCH] NET: Multiqueue network device support
 2007-06-09  0:24 UTC  (2+ messages)

error: char103: premature end of data
 2007-06-09  0:21 UTC  (25+ messages)
` [PATCH] Fix failed tag parsing when tag object has no body/message (and thus ends with a single '\n')
    ` [PATCH 0/21] Refactor the tag object (take 2)
      ` [PATCH 01/21] Remove unnecessary code and comments on non-existing 8kB tag object restriction
      ` [PATCH 02/21] Return error messages when parsing fails
      ` [PATCH 03/21] Refactoring to make verify_tag() and parse_tag_buffer() more similar
      ` [PATCH 04/21] Refactor verification of "tagger" line to be more similar to verification of "type" and "tagger" lines
      ` [PATCH 05/21] Make parse_tag_buffer_internal() handle item == NULL
      ` [PATCH 06/21] Refactor tag name verification loop to use index 'i' instead of incrementing pointer 'tag_line'
      ` [PATCH 07/21] Copy the remaining differences from verify_tag() to parse_tag_buffer_internal()
      ` [PATCH 08/21] Switch from verify_tag() to parse_and_verify_tag_buffer() for verifying tag objects in git-mktag
      ` [PATCH 09/21] Remove unneeded code from mktag.c
      ` [PATCH 10/21] Free mktag's buffer before dying
      ` [PATCH 11/21] Rewrite error messages; fix up line lengths
      ` [PATCH 12/21] Use prefixcmp() instead of memcmp() for cleaner code with less magic numbers
      ` [PATCH 13/21] Collect skipping of header field names and calculation of line lengths in one place
      ` [PATCH 14/21] Add proper parsing of "tagger" line, but only when thorough_verify is set
      ` [PATCH 15/21] Make tag names (i.e. the tag object's "tag" line) optional
      ` [PATCH 16/21] Introduce optional "keywords" on tag objects
      ` [PATCH 17/21] Update comments on tag objects in mktag.c
      ` [PATCH 18/21] git-fsck: Do thorough verification of tag objects
      ` [PATCH 19/21] Documentation/git-mktag: Document the changes in tag object structure
      ` [PATCH 20/21] git-mktag tests: Expand on mktag selftests according to the new "
      ` [PATCH 21/21] Add fsck_verify_ref_to_tag_object() to verify that refname matches name stored in tag object

Please pull patch-bomb for iwlwifi
 2007-06-08 22:15 UTC 

fatal: serious inflate inconsistency
 2007-06-09  0:13 UTC  (11+ messages)

[PATCH 1/2] [RFC] NET: Implement a standard ndev_printk family
 2007-06-09  0:10 UTC  (4+ messages)

[PATCH] pata_it821x: sync with IDE it821x driver
 2007-06-09  0:23 UTC 

[PATCH 4/6] include linux pci_id-h add amd northbridge defines
 2007-06-09  0:08 UTC  (2+ messages)

[IA64] Set default page size to 64k
 2007-06-09  0:03 UTC  (2+ messages)

+ led_colour_show-warning-fix.patch added to -mm tree
 2007-06-09  0:01 UTC 

RFC: Support send-to-self over external interfaces (and veths)
 2007-06-09  0:00 UTC 

newbie needs help getting onenand to work
 2007-06-08 23:57 UTC  (4+ messages)

Anything new lately
 2007-06-08 23:56 UTC 

[RFC][PATCH] /proc/pid/maps doesn't match "ipcs -m" shmid
 2007-06-08 23:55 UTC  (15+ messages)
              ` [PATCH] Restore shmid as inode# to fix /proc/pid/maps ABI breakage
          ` [PATCH] shm: Fix the filename of hugetlb sysv shared memory

[PATCH] Virtual ethernet tunnel (v.2)
 2007-06-08 23:46 UTC  (8+ messages)

[patch] Move led attributes out of device name and into sysfs attributes, was Re: LED devices
 2007-06-08 23:46 UTC  (7+ messages)

+ gfs2_lookupi-uninitialised-var-fix.patch added to -mm tree
 2007-06-08 23:42 UTC 

Possible bug with 2.6.20 and SG_IO
 2007-06-08 23:20 UTC 

[RFC][PATCH 07/10] Sparse: fix "'merge_file' not declared" warning
 2007-06-08 22:22 UTC 

[RFC][PATCH 03/10] Sparse: fix some "symbol not declared" warnings (Part 1)
 2007-06-08 22:12 UTC 

[RFC][PATCH 04/10] Sparse: fix some "symbol not declared" warnings (Part 2)
 2007-06-08 22:13 UTC 

[RFC][PATCH 08/10] Sparse: fix an "incorrect type in argument n" warning
 2007-06-08 22:24 UTC 

[RFC][PATCH 09/10] Sparse: fix some "symbol 's' shadows an earlier one" warnings
 2007-06-08 22:25 UTC 

+ led_colour_show-warning-fix.patch added to -mm tree
 2007-06-08 23:33 UTC 

+ isdn-capi-warning-fixes.patch added to -mm tree
 2007-06-08 23:31 UTC 

+ ib_umem_get-warning-fix.patch added to -mm tree
 2007-06-08 23:29 UTC 

[Bluez-users] bluez-utils on old kernel
 2007-06-08 23:30 UTC 

+ binfmt_elf-warning-fix.patch added to -mm tree
 2007-06-08 23:20 UTC 

+ serio_raw_read-warning-fix.patch added to -mm tree
 2007-06-08 23:19 UTC 

[patch 13/18] PS3: USB system-bus rework
 2007-06-08 23:22 UTC  (2+ messages)
  ` [patch] PS3: Fix USB return value

autofs4 + sshfs works but autofs5 + sshfs fails
 2007-06-08 23:21 UTC 

[Bluez-users] Problems pairing with phone
 2007-06-08 23:20 UTC 

+ ide_scan_pcibus-cehck-__pci_register_driver-return-value.patch added to -mm tree
 2007-06-08 23:15 UTC 

+ ali5451-warning-fix.patch added to -mm tree
 2007-06-08 23:12 UTC 

[PATCH] trim memory not covered by WB MTRRs
 2007-06-08 23:13 UTC  (4+ messages)

+ binfmt_elf-warning-fix.patch added to -mm tree
 2007-06-08 23:10 UTC 

probing state of high definition audio card in windows / SigmaTel STAC9221 microphone problems
 2007-06-08 23:07 UTC  (4+ messages)

[B.A.T.M.A.N.] Texas UML instances and OLSR+BATMAN tests
 2007-06-08 23:07 UTC  (4+ messages)

[PATCH 2.6.21] cramfs: add cramfs Linear XIP
 2007-06-08 23:02 UTC  (11+ messages)

[Intel-IOMMU 00/10] Intel IOMMU Support
 2007-06-08 22:59 UTC  (25+ messages)
` [Intel-IOMMU 02/10] Library routine for pre-allocat pool handling
` [Intel-IOMMU 06/10] Intel IOMMU driver

[PATCH 1/3] [PATCH i386] during VM oom condition, kill all threads in process group
 2007-06-08 22:48 UTC  (9+ messages)

stupid end-user question about reiser4
 2007-06-08 22:55 UTC  (3+ messages)

blank filenames in /sys/modules, kernel 2.6.21
 2007-06-08 22:50 UTC  (3+ messages)

ext4-delalloc-extents-48bit.patch
 2007-06-08 22:47 UTC 

[PATCH 1/2] [RFC] PCI: read revision ID by default
 2007-06-08 22:46 UTC  (2+ messages)
` [PATCH 2/2] [RFC] PCI: Change all drivers to use pci_device->revision

Photo
 2007-06-08 22:46 UTC 

Patch to support LUKS UUIDs in libblkid
 2007-06-08 15:36 UTC  (2+ messages)

Question regarding XenSouce disk format
 2007-06-08 22:45 UTC 

+ add-containerstats-v3-fix.patch added to -mm tree
 2007-06-08 22:37 UTC 

[PATCH 0/7] Cleanup code to replace DPRINTK with pr_debug
 2007-06-08 22:40 UTC  (9+ messages)
` [PATCH 1/7] Add a new debug function to kernel.h
` [PATCH 2/7] Replace DPRINTK with pr_debug in alternative.c
` [PATCH 3/7] Replace DPRINTK with pr_debug in autofs
` [PATCH 4/7] Update DPRINTK macro to use pr_debug in autofs4
` [PATCH 5/7] Replace DPRINTK with pr_debug in ncpfs
` [PATCH 6/7] Add pr_debug_pid to kernel.h
` [PATCH 7/7] Replace DPRINTK with pr_debug_pid in autofs4

[PATCH] Port git-tag.sh to C
 2007-06-08 22:39 UTC  (5+ messages)

[PATCH] git-p4import.py: handle paths with symlinks
 2007-06-08 22:33 UTC 

LVM2 ./WHATS_NEW lib/format_text/archive.c lib 
 2007-06-08 22:38 UTC 

+ restore-shmid-as-inode-to-fix-proc-pid-maps-abi-breakage.patch added to -mm tree
 2007-06-08 22:38 UTC 

[RFC][PATCH 00/10] Sparse: Git's "make check" target
 2007-06-08 22:06 UTC 

[RFC][PATCH 01/10] Sparse: fix "non-ANSI function declaration" warnings
 2007-06-08 22:09 UTC 

Ciali Valiun Viagre Xanas At Super Low Price, Express Ship To All Countries qh
 2007-06-08 22:31 UTC 

[PATCH 1/1] ide: ide-generic, add another device exception
 2007-06-08 22:42 UTC  (5+ messages)

[1/4] 2.6.22-rc3: known regressions
 2007-06-08 22:28 UTC  (4+ messages)
` [PATCH 0/2] i386: Fix two more NMI watchdog bugs

[PATCH 0/3] Add optimized SHA-1 implementations for x86 and x86_64
 2007-06-08 21:42 UTC  (3+ messages)
` [PATCH 2/3] [CRYPTO] Add optimized SHA-1 implementation for i486+
` [PATCH 3/3] [CRYPTO] Add optimized SHA-1 implementation for x86_64

[Bluez-users] problems with network via bluetooth
 2007-06-08 22:27 UTC  (3+ messages)

+ i386-x86_64-trim-memory-not-covered-by-wb-mtrrs-fix-2.patch added to -mm tree
 2007-06-08 22:22 UTC 

Where has CRYPTO_TFM_MODE_nnn gone?
 2007-06-08 22:25 UTC  (2+ messages)

[PATCH] check xpm2_control_block while setting bm_control
 2007-06-08 22:16 UTC  (3+ messages)

[linux-usb-devel] ThinkPad T41 - Strange USB 2.0 behaviour
 2007-06-08 22:19 UTC  (2+ messages)

-ck patch | Feedback
 2007-06-08 22:17 UTC 

[U-Boot-Users] new cpu directory
 2007-06-08 22:17 UTC  (3+ messages)

SLUB slab validation: Move tracking information alloc outside of lock
 2007-06-08 22:15 UTC 

[PATCH] locks: provide a file lease method enabling cluster-coherent leases
 2007-06-08 22:14 UTC  (13+ messages)
` (unknown),
` (no subject)
  ` [PATCH 1/5] locks: share more common lease code
    ` [PATCH 2/5] locks: provide a file lease method enabling cluster-coherent leases
      ` [PATCH 3/5] locks: rename lease functions to reflect locks.c conventions
        ` [PATCH 4/5] gfs2: stop giving out non-cluster-coherent leases
          ` [PATCH 5/5] nfs: disable leases over NFS


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.