All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-04-30 21:48:39 to 2009-04-30 23:46:56 UTC [more...]

[PATCH] section name cleanup for cris
 2009-04-30 23:44 UTC  (2+ messages)
` [PATCH] cris: use new macros for .data.init_task

[PATCH 0/3] section name cleanup for frv
 2009-04-30 23:45 UTC  (3+ messages)
` [PATCH 1/3] frv: use new macro for .data.cacheline_aligned section
  ` [PATCH 2/3] frv: use new macros for .data.init_task

[PATCH 0/6] section name cleanup for arm
 2009-04-30 23:40 UTC  (7+ messages)
` [PATCH 1/6] arm: use _AC(1, UL) when defining PAGE_SIZE
  ` [PATCH 2/6] arm: convert to use __HEAD and HEAD_TEXT macros
    ` [PATCH 3/6] arm: use NOSAVE_DATA macro for .data.nosave section
      ` [PATCH 4/6] arm: use new macro for .data.cacheline_aligned section
        ` [PATCH 5/6] arm: use new macros for .data.init_task
          ` [PATCH 6/6] arm: use PERCPU macro in linker script

[PATCH 0/3] section name cleanup for avr32
 2009-04-30 23:42 UTC  (4+ messages)
` [PATCH 1/3] avr32: Use standard macros for .data.page_aligned section
  ` [PATCH 2/3] avr32: use new macro for .data.cacheline_aligned section
    ` [PATCH 3/3] avr32: use new macros for .data.init_task

[PATCH] section name cleanup for blackfin
 2009-04-30 23:43 UTC  (2+ messages)
` [PATCH] blackfin: use new macro for .data.cacheline_aligned section

[Ocfs2-devel] [PATCH 00/39] ocfs2: Add reflink file support. V3
 2009-04-30 23:43 UTC  (9+ messages)
` [Ocfs2-devel] [PATCH 03/39] ocfs2: Add ocfs2_read_refcount_block
` [Ocfs2-devel] [PATCH 04/39] ocfs2: Basic tree root operation
` [Ocfs2-devel] [PATCH 05/39] ocfs2: hook remove refcount tree into truncate
` [Ocfs2-devel] [PATCH 06/39] ocfs2: Wrap ocfs2_extent_contig in ocfs2_extent_tree

[RFC Add no_suspend attribute V2] Let the driver know if it's in use
 2009-04-30 23:42 UTC  (2+ messages)

[PATCH] xen block: remove driver_data direct access of struct device
 2009-04-30 23:38 UTC  (6+ messages)

[PATCH 0/2] kconfig: updates to streamline_config.pl
 2009-04-30 23:36 UTC  (3+ messages)
` [PATCH 1/2] kconfig: unset IKCONFIG_PROC and clean up nesting
` [PATCH 2/2] kconfig: test for /boot/config-uname after /proc/config.gz in localconfig

What's in hid.git for 2.6.30
 2009-04-30 23:37 UTC  (6+ messages)

[PATCH] Intel IOMMU Pass Through Support
 2009-04-30 23:37 UTC  (3+ messages)

Implementing NVMHCI
 2009-04-30 23:36 UTC  (5+ messages)

+ dmar-stupid-hack.patch added to -mm tree
 2009-04-30 23:13 UTC 

[linux-lvm] Random file system errors
 2009-04-30 23:33 UTC  (2+ messages)

[RFC 0/39] nfs41 client backchannel for 2.6.31
 2009-04-30 23:25 UTC  (40+ messages)
` [RFC 01/39] nfs41: Add ability to read RPC call direction on TCP stream
` [RFC 02/39] nfs41: Skip past the RPC call direction
` [RFC 03/39] nfs41: Refactor nfs4_{init,destroy}_callback for nfs4.0
` [RFC 04/39] nfs41: minorversion support for nfs4_{init,destroy}_callback
` [RFC 05/39] nfs41: client callback structures
` [RFC 06/39] nfs41: Initialize new rpc_xprt callback related fields
` [RFC 07/39] nfs41: New backchannel helper routines
` [RFC 08/39] nfs41: New include/linux/sunrpc/bc_xprt.h
` [RFC 09/39] nfs41: New xs_tcp_read_data()
` [RFC 10/39] nfs41: Add backchannel processing support to RPC state machine
` [RFC 11/39] nfs41: Backchannel callback service helper routines
` [RFC 12/39] nfs41: Refactor svc_process()
` [RFC 13/39] nfs41: Backchannel bc_svc_process()
` [RFC 14/39] nfs41: Implement NFSv4.1 callback service process
` [RFC 15/39] nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel use
` [RFC 16/39] nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv "
` [RFC 17/39] nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callbacks
` [RFC 18/39] nfs41: save svc_serv in nfs_callback_info
` [RFC 19/39] nfs41: Allow NFSv4 and NFSv4.1 callback services to coexist
` [RFC 20/39] nfs41: Setup the backchannel
` [RFC 21/39] nfs41: Client indicates presence of NFSv4.1 callback channel
` [RFC 22/39] nfs41: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt
` [RFC 23/39] nfs41: Release backchannel resources associated with session
` [RFC 24/39] nfs41: store minorversion in cb_compound_hdr_arg
` [RFC 25/39] nfs41: decode minorversion 1 cb_compound header
` [RFC 26/39] nfs41: callback numbers definitions
` [RFC 27/39] nfs41: consider minorversion in callback_xdr:process_op
` [RFC 28/39] nfs41: define CB_NOTIFY_DEVICEID as not supported
` [RFC 29/39] nfs41: cb_sequence protocol level data structures
` [RFC 30/39] nfs41: cb_sequence proc implementation
` [RFC 31/39] nfs41: cb_sequence xdr implementation
` [RFC 32/39] nfs41: verify CB_SEQUENCE position in callback compound
` [RFC 33/39] nfs41: Rename rq_received to rq_reply_bytes_recvd
` [RFC 34/39] nfs41: Backchannel: update cb_sequence args and results
` [RFC 35/39] nfs41: Backchannel: Refactor nfs4_reset_slot_table()
` [RFC 36/39] nfs41: Backchannel: Refactor nfs4_init_slot_table()
` [RFC 37/39] nfs41: Backchannel: Add a backchannel slot table to the session
` [RFC 38/39] nfs41: Backchannel: New find_client_with_session()
` [RFC 39/39] nfs41: Backchannel: CB_SEQUENCE validation

process hangs when calling close
 2009-04-30 23:22 UTC 

Slow clock on AMD 740G chipset
 2009-04-30 23:17 UTC  (8+ messages)

[PATCH] raid1: use __GFP_NOFAIL
 2009-04-30 23:14 UTC  (2+ messages)

Ethernet communication from real time thread
 2009-04-30 23:14 UTC  (2+ messages)

[RFC 0/10] nfsd41 server backchannel for 2.6.31
 2009-04-30 23:12 UTC  (12+ messages)
` [RFC 01/10] nfsd: cleanup nfs4.0 callback encode routines
` [RFC 02/10] nfsd: minorversion support for the back channel
` [RFC 03/10] nfsd41: sunrpc: Added rpc server-side backchannel handling
` [RFC 04/10] nfsd41: Remember the auth flavor to use for callbacks
` [RFC 05/10] nfsd41: callback infrastructure
` [RFC 06/10] nfsd41: Backchannel: Add sequence arguments to callback RPC arguments
` [RFC 07/10] nfsd41: Backchannel: Server backchannel RPC wait queue
` [RFC 08/10] nfsd41: Backchannel: Setup sequence information
` [RFC 09/10] nfsd41: cb_sequence callback
` [RFC 10/10] nfsd41: cb_recall callback
` [pnfs] [RFC 0/10] nfsd41 server backchannel for 2.6.31

- mm-only-inotify-switch-kernel_event-to-gfp_kernel.patch removed from -mm tree
 2009-04-30 22:48 UTC 

[U-Boot] [PATCH 0/8] hwconfig and some its users (was: Re: [PATCH 2/6] Add FSL "Can use" framework)
 2009-04-30 23:12 UTC  (4+ messages)
` [U-Boot] [PATCH 1/8] Add simple hwconfig infrastructure

[U-Boot] Disable features
 2009-04-30 23:10 UTC  (5+ messages)

[PATCH]: fixing gcc 4.4 compiler warning: suggest parentheses around operand of ‘!’
 2009-04-30 23:09 UTC  (7+ messages)
      ` [PATCH]: fixing gcc 4.4 compiler warning: suggest parentheses around operand of ???!???

[PATCH 8/8 V2] MX27ADS: Add CS89x0 support
 2009-04-30 23:10 UTC  (4+ messages)

[PATCH 01/31] nfsd41: slots are freed with session
 2009-04-30 23:08 UTC  (11+ messages)
` [PATCH 02/31] nfsd41: change check_slot_seqid parameters
  ` [PATCH 03/31] nfsd41: turn off create session caching
    ` [PATCH 04/31] nfsd41: separate clientid slot from session slot
      ` [PATCH 05/31] nfsd41: encode create_session result into cache
        ` [PATCH 06/31] nfsd41: create_session check replay first
          ` [PATCH 07/31] nfsd41: replay solo and embedded create session
            ` [PATCH 08/31] nfsd41: sanity check client drc maxreqs
              ` [PATCH 09/31] nfsd41: change from page to memory based drc limits
                ` [PATCH 10/31] nfsd41: use globals for DRC memory use management

[Bug] NFSv4 fails to work without ipv6 kernel module
 2009-04-30 23:04 UTC 

[PATCH 0/4] section name cleanup for alpha
 2009-04-30 23:00 UTC  (5+ messages)
` [PATCH 1/4] alpha: Use macros for .data.page_aligned
  ` [PATCH 2/4] alpha: use new macro for .data.cacheline_aligned section
    ` [PATCH 3/4] alpha: make THREAD_SIZE available to assembly files
      ` [PATCH 4/4] alpha: use .data.init_task instead of .data.init_thread

[PATCH] mac80211: fix PS vs. scan race
 2009-04-30 22:59 UTC  (4+ messages)

Trying to sync two svn repositories with git-svn (repost)
 2009-04-30 22:59 UTC  (10+ messages)

[patch] oom: prevent livelock when oom_kill_allocating_task is set
 2009-04-30 22:58 UTC  (3+ messages)

Why is the name of a blob SHA1("$type $size\0$data") and not SHA1("$data")?
 2009-04-30 22:57 UTC  (2+ messages)

[Ocfs2-devel] orphan cleanup
 2009-04-30 22:57 UTC  (4+ messages)

[lm-sensors] dme1737: Base address not set / How to do the BIOS' job
 2009-04-30 22:57 UTC  (2+ messages)
` [lm-sensors] dme1737: Base address not set / How to do the

[PATCH 0/7] kconfig: more featured minimum module configs
 2009-04-30 22:55 UTC  (13+ messages)
` [PATCH 3/7] kconfig: enable CONFIG_IKCONFIG from streamline_config.pl
` [PATCH 7/7] kconfig: search for a config to base the local(mod|yes)config on

linux-next: manual merge of the dwmw2-iommu tree with the x86 tree
 2009-04-30 22:54 UTC  (2+ messages)
` [PATCH] Fix for "undefined iommu_pass_through" compiling error

[PATCH 1/1] s390: fix fallout from major rewrite
 2009-04-30 22:54 UTC 

Q: selinux_bprm_committed_creds() && signals/do_wait
 2009-04-30 22:51 UTC  (9+ messages)
  ` [PATCH] do_wait: do take security_task_wait() into account
  ` ptrace: selinux_bprm_committed_creds: simplify __wake_up_parent() code and s/parent/real_parent/

[PATCH] powerpc/pci: Move pseries code into pseries platform specific area
 2009-04-30 22:52 UTC  (4+ messages)

+ oom-prevent-livelock-when-oom_kill_allocating_task-is-set.patch added to -mm tree
 2009-04-30 22:50 UTC 

+ mpc52xx_psc_spi-convert-to-cs_control-callback.patch added to -mm tree
 2009-04-30 22:46 UTC 

[U-Boot] apollon board broken
 2009-04-30 22:49 UTC 

+ fiemap-fix-problem-with-setting-fiemap_extent_last.patch added to -mm tree
 2009-04-30 22:41 UTC 

Ricoh R5C822 and QUIRK_FORCE_DMA
 2009-04-30 22:45 UTC 

[PATCH] fiemap: fix problem with setting FIEMAP_EXTENT_LAST
 2009-04-30 22:40 UTC  (2+ messages)

[PATCH 6/7] parisc: add parameter to read_cr16()]
 2009-04-30 22:43 UTC 

[patch 00/88] 2.6.28.10-stable review
 2009-04-30 22:32 UTC  (4+ messages)

mmotm 2009-04-27-15-45 uploaded
 2009-04-30 22:46 UTC  (5+ messages)
` mmotm 2009-04-27-15-45 uploaded - iwl3945 oops

+ fiemap-fix-problem-with-setting-fiemap_extent_last.patch added to -mm tree
 2009-04-30 22:41 UTC 

[Xenomai-help] rtdm_event_timedwait returns -EINTR
 2009-04-30 22:40 UTC  (4+ messages)

[PATCH 00/27] more non-ABI asm-generic headers
 2009-04-30 22:35 UTC  (3+ messages)
` [PATCH 17/27] add generic lib/checksum.c

[BUG] 2.6.30-rc4 hid bluetooth not working
 2009-04-30 22:34 UTC  (5+ messages)

How to assess PMP register
 2009-04-30 22:34 UTC  (2+ messages)

[PATCH] mpc52xx_psc_spi: Convert to cs_control callback
 2009-04-30 22:31 UTC 

[PATCH] eisa: remove driver_data direct access of struct device
 2009-04-30 22:23 UTC 

kernel for a Broadcom Swarm board
 2009-04-30 22:36 UTC 

[PATCH] thermal: remove driver_data direct access of struct device
 2009-04-30 22:22 UTC 

[PATCH] regulator: remove driver_data direct access of struct device
 2009-04-30 22:21 UTC 

[PATCH] mfd: remove driver_data direct access of struct device
 2009-04-30 22:18 UTC 

[PATCH] Wireless: remove driver_data direct access of struct device
 2009-04-30 22:24 UTC 

[PATCH] scsi: remove driver_data direct access of struct device
 2009-04-30 22:22 UTC 

[PATCH] net: remove driver_data direct access of struct device
 2009-04-30 22:19 UTC 

[PATCH] media: remove driver_data direct access of struct device
 2009-04-30 22:18 UTC 

[PATCH] input: remove driver_data direct access of struct device
 2009-04-30 22:17 UTC 

[PATCH] ide: remove driver_data direct access of struct device
 2009-04-30 22:15 UTC 

[PATCH] powerpc/fsl_soc: Remove mpc83xx_wdt_init, again
 2009-04-30 22:27 UTC 

[PATCH] fix ldcw inline assembler
 2009-04-30 22:27 UTC  (2+ messages)

Porting the ibm_newemac driver to use phylib (and other PHY/MAC questions)
 2009-04-30 22:21 UTC  (9+ messages)

[Xenomai-core] userspace applications and cache
 2009-04-30 22:15 UTC  (2+ messages)

in_suspend and __nosave
 2009-04-30 22:09 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] arm: unify interrupt init
 2009-04-30 22:07 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] arm: remove cpu_init
  ` [U-Boot] [PATCH 3/4] s3c4510b: move interrupts code to soc
    ` [U-Boot] [PATCH 4/4] lpc2292: "

+ mtd-add-omap2-omap3-nand-driver.patch added to -mm tree
 2009-04-30 22:03 UTC 

[Ocfs2-devel] [PATCH] ocfs2: Add statistics for the checksum and ecc operations
 2009-04-30 22:04 UTC 

+ fs-remove-sparse-errors-in-proc_devtreec.patch added to -mm tree
 2009-04-30 22:01 UTC 

[U-Boot] OMAP3: Pending patches
 2009-04-30 22:02 UTC  (4+ messages)

Issues while running Xen with new RR scheduler
 2009-04-30 22:00 UTC  (5+ messages)
    `  "

Linus 2.6.30-rc3
 2009-04-30 21:48 UTC  (6+ messages)
` [BUG] 2.6.30-rc3: BUG triggered on some hugepage usages

[PATCH 1/5] KERNEL: Support asynchronously-discovered boot devices, v4 (resend)
 2009-04-30 21:54 UTC  (3+ messages)

[U-Boot] [PATCH v3] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000
 2009-04-30 21:56 UTC  (2+ messages)

[PATCH] virtio-blk: add SGI_IO passthru support
 2009-04-30 21:56 UTC  (7+ messages)
` [Qemu-devel] "

[PATCH] dvb-core: Fix potential mutex_unlock without mutex_lock in dvb_dvr_read
 2009-04-30 21:54 UTC  (6+ messages)

[Bridge] Ubuntu: network bridging between wireless and wired connection fails
 2009-04-30 21:54 UTC  (12+ messages)

[RFC] generic iMX-spi driver
 2009-04-30 21:49 UTC  (8+ messages)

[to-be-updated] drivers-scsi-stc-suppress-gcc-44-warning.patch removed from -mm tree
 2009-04-30 21:47 UTC 

[PATCH][RFC] Handle improbable possibility of io_context->refcount overflow
 2009-04-30 21:45 UTC  (5+ messages)
` [PATCH] Detect and warn on atomic_inc/atomic_dec wrapping around

+ atomic-detect-and-warn-on-atomic_inc-atomic_dec-wrapping-around.patch added to -mm tree
 2009-04-30 21:45 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.