public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-06-15 18:13:49 to 2010-06-16 05:48:41 UTC [more...]

[PATCH -v18 00/37] Use lmb with x86
 2010-06-16  5:42 UTC  (22+ messages)
` [PATCH 01/37] lmb: lmb_find_base() should return LMB_ERROR on failing path
` [PATCH 02/37] lmb: Prepare x86 to use lmb to replace early_res
` [PATCH 03/37] lmb: Print new doubled array location info
` [PATCH 04/37] lmb: Export LMB_ERROR again
` [PATCH 07/37] lmb: Add lmb_find_in_range()
` [PATCH 09/37] bootmem, x86: Add weak version of reserve_bootmem_generic
` [PATCH 10/37] x86, lmb: Add lmb_to_bootmem()
` [PATCH 11/37] x86,lmb: Add lmb_reserve_range/lmb_free_range
` [PATCH 13/37] x86, lmb: Add lmb_register_active_regions() and lmb_hole_size()
` [PATCH 14/37] lmb: Add find_memory_core_early()
` [PATCH 15/37] x86, lmb: Add lmb_find_in_range_node()
` [PATCH 18/37] x86, lmb: Use lmb_debug to control debug message print out
` [PATCH 19/37] x86, lmb: Add x86 version of lmb_find_in_range()
` [PATCH 21/37] x86: Replace e820_/_early string with lmb_
` [PATCH 24/37] bootmem: Add nobootmem.c to reduce the #ifdef
` [PATCH 25/37] mm: move contig_page_data define to bootmem.c/nobootmem.c
` [PATCH 27/37] x86: Have nobootmem version setup_bootmem_allocator()
` [PATCH 28/37] x86: Put 64 bit numa node memmap above 16M
` [PATCH 30/37] x86: Add sanitize_e820_map()
` [PATCH 34/37] x86: Add get_centaur_ram_top()
` [PATCH 37/37] x86: make e820 to be __initdata

[PATCH 0/5] Fix set but unused variable warnings
 2010-06-16  5:42 UTC  (7+ messages)
` [PATCH 1/5]wireless:hostap_main.c warning: variable 'iface' set but not used
` [PATCH 2/5]wireless:hostap_ap.c Fix warning: variable 'fc' "
` [PATCH 3/5]pci:bus.c Fix variable 'retval' "
` [PATCH 4/5]pci:setup_bus.c Fix warning: "
` [PATCH 5/5]scsi:hosts.c Fix warning: variable 'rval' "

[PATCH] Staging: comedi: drivers: fix coding style issues in pcmda12.c
 2010-06-16  5:36 UTC 

[PATCH] um: Include missing header file in os-linux/mem.c
 2010-06-16  5:27 UTC  (3+ messages)
` [uml-devel] "

[PATCH] perf: excluding "." and ".." directories when calculating tids
 2010-06-16  5:21 UTC  (3+ messages)

[PATCH] Staging: comedi: drivers: fix coding style issues in pcl816.c
 2010-06-16  5:17 UTC 

[PATCH] x86-32: always use irq stacks
 2010-06-16  5:16 UTC  (2+ messages)

[PATCH v2] drivers: regulator: add Maxim 8998 driver
 2010-06-16  5:13 UTC  (5+ messages)

[PATCH 0/12] Avoid overflowing of stack during page reclaim V2
 2010-06-16  5:11 UTC  (20+ messages)
` [PATCH 12/12] vmscan: Do not writeback pages in direct reclaim

[PATCH] mempolicy: reduce stack size of migrate_pages()
 2010-06-16  4:56 UTC  (2+ messages)

[PATCH] use find_lock_task_mm in memory cgroups oom
 2010-06-16  4:51 UTC  (5+ messages)
  ` [PATCH] use find_lock_task_mm in memory cgroups oom v2

linux-next: build warnings after merge of the net tree
 2010-06-16  4:52 UTC  (2+ messages)

[PATCH] pci: fix compilation when CONFIG_PCI_MSI=n
 2010-06-16  4:51 UTC 

linux-next: build warning after merge of the final tree (net tree related)
 2010-06-16  4:44 UTC  (3+ messages)

I wait your responds
 2010-06-14 14:14 UTC 

[GIT PULL rcu/urgent] yet more lockdep-RCU splat fixes
 2010-06-16  4:22 UTC 

Economic Solutions
 2010-06-04 16:06 UTC 

linux-next: Tree for June 16
 2010-06-16  4:09 UTC 

[PATCH 00/38] Union mounts - union stack as linked list
 2010-06-16  4:04 UTC  (40+ messages)
` [PATCH 01/38] VFS: Comment follow_mount() and friends
` [PATCH 02/38] VFS: Make lookup_hash() return a struct path
` [PATCH 03/38] VFS: Add read-only users count to superblock
` [PATCH 04/38] autofs4: Save autofs trigger's vfsmount in super block info
  ` [autofs] "
` [PATCH 05/38] whiteout/NFSD: Don't return information about whiteouts to userspace
` [PATCH 06/38] whiteout: Add vfs_whiteout() and whiteout inode operation
` [PATCH 07/38] whiteout: Set S_OPAQUE inode flag when creating directories
` [PATCH 08/38] whiteout: Allow removal of a directory with whiteouts
` [PATCH 09/38] whiteout: tmpfs whiteout support
` [PATCH 10/38] whiteout: Split of ext2_append_link() from ext2_add_link()
` [PATCH 11/38] whiteout: ext2 whiteout support
` [PATCH 12/38] whiteout: jffs2 "
` [PATCH 13/38] fallthru: Basic fallthru definitions
` [PATCH 14/38] fallthru: ext2 fallthru support
` [PATCH 15/38] fallthru: jffs2 "
` [PATCH 16/38] fallthru: tmpfs "
` [PATCH 17/38] union-mount: Union mounts documentation
` [PATCH 18/38] union-mount: Introduce MNT_UNION and MS_UNION flags
` [PATCH 19/38] union-mount: Introduce union_dir structure and basic operations
` [PATCH 20/38] union-mount: Free union dirs on removal from dcache
` [PATCH 21/38] union-mount: Support for mounting union mount file systems
` [PATCH 22/38] union-mount: Implement union lookup
` [PATCH 23/38] union-mount: Call do_whiteout() on unlink and rmdir in unions
` [PATCH 24/38] union-mount: Copy up directory entries on first readdir()
` [PATCH 25/38] VFS: Split inode_permission() and create path_permission()
` [PATCH 26/38] VFS: Create user_path_nd() to lookup both parent and target
` [PATCH 27/38] union-mount: In-kernel file copyup routines
` [PATCH 28/38] union-mount: Implement union-aware access()/faccessat()
` [PATCH 29/38] union-mount: Implement union-aware link()
` [PATCH 30/38] union-mount: Implement union-aware rename()
` [PATCH 31/38] union-mount: Implement union-aware writable open()
` [PATCH 32/38] union-mount: Implement union-aware chown()
` [PATCH 33/38] union-mount: Implement union-aware truncate()
` [PATCH 34/38] union-mount: Implement union-aware chmod()/fchmodat()
` [PATCH 35/38] union-mount: Implement union-aware lchown()
` [PATCH 36/38] union-mount: Implement union-aware utimensat()
` [PATCH 37/38] union-mount: Implement union-aware setxattr()
` [PATCH 38/38] union-mount: Implement union-aware lsetxattr()

[PATCH 1/1] module: initialize module dynamic debug later
 2010-06-16  4:03 UTC  (3+ messages)
` [PATCH] "

[PATCH 06/13] DMAENGINE: driver for the ARM PL080/PL081 PrimeCells
 2010-06-16  3:59 UTC  (9+ messages)

[PATCH 5/6] KVM: MMU: prefetch ptes when intercepted guest #PF
 2010-06-16  3:55 UTC  (2+ messages)

[PATCH] soc/sh: Fix I2C dependency for SND_FSI_AK4642
 2010-06-16  3:54 UTC  (5+ messages)
    ` [PATCH v2] soc/sh: Fix I2C dependency for SND_FSI_AK4642 and SND_FSI_DA7210

2.6.35-rc3: Reported regressions 2.6.33 -> 2.6.34
 2010-06-16  3:42 UTC  (5+ messages)
` [Bug #16054] UML broken for CONFIG_SLAB

[ANNOUNCE] MDB - Merkey Debugger 2.6.34-06-15-2010
 2010-06-16  3:16 UTC 

[PATCH 0/2] arm: msm: Add gpiolib support for MSM7200A-family chips
 2010-06-16  2:43 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] arm: msm: Add irq support to msm7200a-gpio

Bug 16061 - single stepping in a signal handler can cause the single step flag to get "stuck"
 2010-06-16  2:31 UTC  (2+ messages)

[PATCH 0/3] zram: generic RAM based compressed R/W block devices
 2010-06-16  2:14 UTC  (4+ messages)

[PATCH] virtio_blk: support barriers without FLUSH feature
 2010-06-16  1:56 UTC  (2+ messages)

[PATCH] tty: Add EXTPROC support for LINEMODE
 2010-06-16  1:15 UTC  (5+ messages)

[net-next-2.6 PATCH 2/2] x86: Align skb w/ start of cache line on newer core 2/Xeon Arch
 2010-06-16  1:16 UTC  (4+ messages)
  ` [PATCH net-next-2.6] net: NET_SKB_PAD should depend on L1_CACHE_BYTES

[PATCH] acpi: fix unused function warning
 2010-06-16  1:12 UTC 

Does the kernel page the CFS's red-black tree nodes?
 2010-06-16  0:55 UTC 

[PATCH 1/1] docbook: need xmldoclinks for all doc types
 2010-06-16  0:46 UTC  (5+ messages)
  ` [PATCH] "

TSC cleanups, fixes, documentation for KVM
 2010-06-16  0:39 UTC  (18+ messages)
` [PATCH 11/17] Fix a possible backwards warp of kvmclock
` [PATCH 12/17] Add helper function get_kernel_ns
` [PATCH 16/17] TSC reset compensation
` [PATCH 17/17] Add timekeeping documentation

[PATCH 1/7] KVM: MMU: rename 'page' and 'shadow_page' to 'sp'
 2010-06-15 20:09 UTC  (6+ messages)
` [PATCH 7/7] KVM: MMU: don't walk every parent pages while mark unsync

[PATCH 15/17] fs/ocfs2/dlm: Add missing spin_unlock
 2010-06-15 23:46 UTC  (2+ messages)

[PATCH 11/12] vmscan: Write out dirty pages in batch
 2010-06-15 23:20 UTC  (11+ messages)

[Regression, post-2.6.34] Hibernation broken on machines with radeon/KMS and r300
 2010-06-15 23:07 UTC  (4+ messages)

[PATCH] drivers/staging/batman-adv: Convert MAC_FMT to %pM
 2010-06-15 22:58 UTC  (5+ messages)
` [PATCH] drivers/staging/batman-adv: Use (pr|netdev)_<level> macro helpers
  ` [B.A.T.M.A.N.] "

Attention Beneficiary
 2010-06-15 22:27 UTC 

Hardware Error Kernel Mini-Summit
 2010-06-15 22:33 UTC  (11+ messages)

Take-
 2010-06-15 22:32 UTC 

[PATCH tip/rcu/urgent 0/3] Fix more lockdep-RCU splats
 2010-06-15 22:29 UTC  (4+ messages)
` [PATCH tip/core/urgent 1/3] rcu: fix lockdep splat in wake_affine()
` [PATCH tip/core/urgent 2/3] rcu: fix scope of wake_affine()'s new RCU read-side critical section
` [PATCH tip/core/urgent 3/3] idr: fix RCU lockdep splat in idr_get_next()

[PATCH v2] panic: keep blinking in spite of long spin timer mode
 2010-06-15 22:25 UTC  (2+ messages)

2.6.35-rc3 BUG: unable to handle kernel paging request (ahci_stop_engine)
 2010-06-15 22:24 UTC  (2+ messages)

[PATCH 0/2 v4] gpio: msm7200a: Add gpiolib support for MSM chips
 2010-06-15 21:18 UTC  (4+ messages)
` [PATCH 1/2 "
` [PATCH 2/2 v4] gpio: msm7200a: Add irq support to msm-gpiolib

[git pull] OF and powerpc 5200 bug fixes
 2010-06-15 20:55 UTC 

[BUG ?] Nouveau driver on 330M GT
 2010-06-15 20:58 UTC  (5+ messages)
` [Nouveau] "

[PATCH] tracing: use correct string size for snprintf
 2010-06-15 20:52 UTC  (2+ messages)

[PATCH] MAINTAINERS: Change BCMRING maintainer
 2010-06-15 20:38 UTC 

2.6.35-rc{12} regression: inactive console corrupted
 2010-06-15 20:38 UTC  (2+ messages)

[PATCHSET] workqueue: concurrency managed workqueue, take#5
 2010-06-15 20:29 UTC  (11+ messages)
` Overview of concurrency managed workqueue

[PATCH RESEND] Calgary: increase max PHB number
 2010-06-15 20:15 UTC 

[PATCH 0/2 v2] gpio: msm7200a: Add gpiolib support for MSM chips
 2010-06-15 20:12 UTC  (5+ messages)
` [PATCH 1/2 "
` [PATCH 2/2 v2] gpio: msm7200a: Add irq support to msm-gpiolib

[PATCH 1/1] mutex: prevent optimistic spinning from spinning longer than neccessary
 2010-06-15 19:46 UTC 

[RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
 2010-06-15 19:44 UTC  (14+ messages)

[PATCH] Fix a race in pid generation that causes pids to be reused immediately
 2010-06-15 19:37 UTC  (9+ messages)
  ` [PATCH 0/1] (Was: Fix a race in pid generation that causes pids to be reused immediately.)
    ` [PATCH 1/1] pids: alloc_pidmap: remove the unnecessary boundary checks

[PATCH 0/8] Fix gcc 4.6.0 set but not used warning messages
 2010-06-15 19:36 UTC  (4+ messages)
` [PATCH 4/8]drivers:tmp.c Fix warning: variable 'rc' set but not used

[PATCH] uniform cdrom: fix mutex unlocking in /proc/sys/dev/cdrom/info file
 2010-06-15 19:31 UTC  (4+ messages)

[PATCH] mempolicy: fix dangling reference to tmpfs superblock mpol
 2010-06-15 19:11 UTC  (2+ messages)

[PATCHv4 00/13] USB improvements and cleanpus, g_multi install mode
 2010-06-15 18:55 UTC  (2+ messages)

v2.6.35-rc3: BUG: using smp_processor_id() in preemptible [00000000] code: modprobe/1255
 2010-06-15 19:04 UTC  (2+ messages)

Userspace helpers at static addresses on ARM [was: Re: [PATCH] fix the "unknown" case]
 2010-06-15 19:02 UTC  (2+ messages)

EXTPROC, telnetd LINEMODE, revisited
 2010-06-15 18:46 UTC  (9+ messages)
    ` [PATCH] "
      ` [PATCH 0/2] tty: add EXTPROC support for LINEMODE
        ` [PATCH 1/2] "
          ` [PATCH 2/2] tty: Add arch-specific EXTPROC definitions

[PATCH 1/2] AMD errata checking framework
 2010-06-15 18:16 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox