public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-03-31 04:01:22 to 2008-03-31 15:50:43 UTC [more...]

linux-next: Tree for March 31
 2008-03-31 15:54 UTC  (6+ messages)
` [BUILD_FAILURE] linux-next: Tree for March 31 build fails on fs/novfs sys_flistxattr()
` [BUILD_FAILURE] linux-next: Tree for March 31 build fails with CONFIG_SLICOSS=y

[PATCH] hugetlb: vmstat events for huge page allocations
 2008-03-31 15:49 UTC 

Kernel oops [11]
 2008-03-31 15:45 UTC 

[PATCH 0/1] numa: add function for node_to_cpumask_ptr
 2008-03-31 15:41 UTC  (2+ messages)
` [PATCH 1/1] asm-generic: add node_to_cpumask_ptr macro

blktrace debugging: how to use it
 2008-03-31 15:30 UTC  (3+ messages)

Limiting CPU usage for processes in linux 2.6.18.8
 2008-03-31 15:25 UTC  (2+ messages)

[PATCH] percpu: Introduce DEFINE_PER_CPU_PAGE_ALIGNED() macro
 2008-03-31 15:22 UTC 

RFC: Writing Solaris Device Drivers in Java
 2008-03-31 15:18 UTC  (10+ messages)

2.6.25-rc7: Ugh
 2008-03-31 15:14 UTC  (8+ messages)

[PATCH] arch/um/os-Linux/start_up.c: various improvements
 2008-03-31 15:10 UTC 

Some files needed from post regarding "r8169 backporting for 2.4.35"
 2008-03-31 15:09 UTC 

[PATCH 00/12] Xen arch portability patches (take 4)
 2008-03-31 15:01 UTC  (14+ messages)
` [PATCH 07/12] Xen: Make events.c portable for ia64/xen support
` [PATCH 08/12] xen: add resend_irq_on_evtchn() definition into events.c
` [PATCH 10/12] xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one
` [PATCH 12/12] xen: import arch generic part of xencomm

[PATCH 0/3] xen: Fix oops when mapping/unmapping addr above 1Gb
 2008-03-31 14:55 UTC  (3+ messages)

[PATCH 0/6] Clocklib: generic clocks framework
 2008-03-31 14:55 UTC  (8+ messages)
` [PATCH 1/6] Clocklib: add generic framework for managing clocks
` [PATCH 2/6] Clocklib: debugfs support
` [PATCH 3/6] Clocklib: support sa1100 sub-arch
` [PATCH 4/6] Clocklib: support ARM pxa sub-arch
` [PATCH 5/6] Clocklib: Use correct clock for IrDA on pxa
` [PATCH 6/6] Clocklib: use correct name for 3,6MHz clock

[2.6 patch] remove include/asm-um/keyboard.h
 2008-03-31 14:52 UTC  (2+ messages)
` [uml-devel] "

[BUG] 2.6.24.4 - kernel bug at kernel/sched.c:5154!
 2008-03-31 14:52 UTC 

nobody cared about IRQ 19 (firewire, on a HP 2510p notebook)
 2008-03-31 14:44 UTC  (14+ messages)

[patch 0/2] CEX2C hardware random numbers
 2008-03-31 14:39 UTC  (6+ messages)
` [patch 1/2] hw_random: allow rng_dev_read() to return hardware errors
` [patch 2/2] zcrypt: add support for large random numbers

[PATCH 00/40] KVM updates for the 2.6.26 merge window (part I)
 2008-03-31 14:37 UTC  (41+ messages)
` [PATCH 01/40] KVM: MMU: Update shadow ptes on partial guest pte writes
` [PATCH 02/40] KVM: MMU: Simplify hash table indexing
` [PATCH 03/40] KVM: x86 emulator: add support for group decoding
` [PATCH 04/40] KVM: x86 emulator: group decoding for group 1A
` [PATCH 05/40] KVM: x86 emulator: Group decoding for group 3
` [PATCH 06/40] KVM: x86 emulator: Group decoding for groups 4 and 5
` [PATCH 07/40] KVM: x86 emulator: add group 7 decoding
` [PATCH 08/40] KVM: constify function pointer tables
` [PATCH 09/40] KVM: Only x86 has pio
` [PATCH 10/40] KVM: x86 emulator: group decoding for group 1 instructions
` [PATCH 11/40] KVM: MMU: Decouple mmio from shadow page tables
` [PATCH 12/40] KVM: Limit vcpu mmap size to one page on non-x86
` [PATCH 13/40] KVM: VMX: Enable Virtual Processor Identification (VPID)
` [PATCH 14/40] KVM: Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier
` [PATCH 15/40] KVM: Disable pagefaults during copy_from_user_inatomic()
` [PATCH 16/40] KVM: make EFER_RESERVED_BITS configurable for architecture code
` [PATCH 17/40] KVM: align valid EFER bits with the features of the host system
` [PATCH 18/40] KVM: VMX: unifdef the EFER specific code
` [PATCH 19/40] KVM: allow access to EFER in 32bit KVM
` [PATCH 20/40] KVM: SVM: move feature detection to hardware setup code
` [PATCH 21/40] KVM: SVM: add detection of Nested Paging feature
` [PATCH 22/40] KVM: SVM: add module parameter to disable Nested Paging
` [PATCH 23/40] KVM: export information about NPT to generic x86 code
` [PATCH 24/40] KVM: MMU: make the __nonpaging_map function generic
` [PATCH 25/40] KVM: export the load_pdptrs() function to modules
` [PATCH 26/40] KVM: MMU: add TDP support to the KVM MMU
` [PATCH 27/40] KVM: SVM: add support for Nested Paging
` [PATCH 28/40] KVM: VMX: fix typo in VMX header define
` [PATCH 29/40] KVM: SVM: let init_vmcb() take struct vcpu_svm as parameter
` [PATCH 30/40] KVM: SVM: allocate the MSR permission map per VCPU
` [PATCH 31/40] KVM: SVM: enable LBR virtualization
` [PATCH 32/40] KVM: paravirtualized clocksource: host part
` [PATCH 33/40] x86: KVM guest: paravirtualized clocksource
` [PATCH 34/40] KVM: x86 emulator: add ad_mask static inline
` [PATCH 35/40] KVM: x86 emulator: make register_address, address_mask static inlines
` [PATCH 36/40] KVM: x86 emulator: make register_address_increment and JMP_REL "
` [PATCH 37/40] KVM: Add API to retrieve the number of supported vcpus per vm
` [PATCH 38/40] KVM: Increase vcpu count to 16
` [PATCH 39/40] KVM: Add API for determining the number of supported memory slots
` [PATCH 40/40] KVM: Increase the number of user memory slots per vm

[Pull] Some documentation patches
 2008-03-31 14:31 UTC  (3+ messages)

[RFC PATCH] UBIFS - new flash file system
 2008-03-31 14:00 UTC  (6+ messages)

MCE going wild, 14 megs of this in the logs
 2008-03-31 14:02 UTC  (2+ messages)

[PATCH 1/1] cgroups: implement device whitelist (v6)
 2008-03-31 14:00 UTC  (3+ messages)

[PATCH 1/2] sysfs: allow the group is_visible() method to return a mode and add an update API
 2008-03-31 13:42 UTC  (5+ messages)

2.6.25-rc7-git2: Reported regressions from 2.6.24
 2008-03-31 13:34 UTC  (9+ messages)

The never ending BEEEEP/__smp_call_function_mask with 2.6.25-rc7
 2008-03-31 13:23 UTC  (9+ messages)

[PATCH for 2.6.25] Markers - use synchronize_sched()
 2008-03-31 13:16 UTC 

[PATCH 8/8] x86_64: Support for new UV apic
 2008-03-31 13:07 UTC  (3+ messages)
` [PATCH 8/8] x86_64: V2 "

[PATCH 1/4] set_restore_sigmask
 2008-03-31 13:01 UTC  (9+ messages)
` [PATCH 2/4] set_restore_sigmask TIF_SIGPENDING
      ` [PATCH 1/2] HAVE_SET_RESTORE_SIGMASK
        ` [PATCH 2/2] x86 TS_RESTORE_SIGMASK
` [PATCH 3/4] s390 renumber TIF_RESTORE_SIGMASK

build issue for v2.6.25-rc7-187-ga9edadb in mm/slub.c
 2008-03-31 12:59 UTC 

[PATCH] Fix off-by-one errors in some pirq warnings
 2008-03-31 12:50 UTC  (2+ messages)

[RFC 8/8] x86_64: Support for new UV apic
 2008-03-31 12:52 UTC  (13+ messages)

[PATCH][RFC] Add default CPU topology information
 2008-03-31 12:35 UTC  (2+ messages)

[ANNOUNCE] The Linux Test Project has been Released for MARCH 2008
 2008-03-31 12:34 UTC 

[PATCH] powerpc/pseries/xcis: ansify
 2008-03-31 12:07 UTC  (2+ messages)

[PATCH 1/2] do_wait reorganization
 2008-03-31 11:03 UTC  (8+ messages)
  ` [PATCH 1/3] "
    ` [PATCH 2/3] ptrace children revamp
    ` [PATCH 3/3] do_wait: return security_task_wait() error code in place of -ECHILD

[TRIVIAL PATCH] Microcode: show results on success too
 2008-03-31 11:48 UTC  (3+ messages)

[PATCH] x86: create array based interface to change page attribute
 2008-03-31 11:46 UTC  (13+ messages)

[ANNOUNCE] Ramback: faster than a speeding bullet
 2008-03-31 11:40 UTC  (6+ messages)

[RFC,PATCH] loopback: calls netif_receive_skb() instead of netif_rx()
 2008-03-31 11:36 UTC  (7+ messages)
                ` poor network loopback performance and scalability (was: Re: [RFC,PATCH] loopback: calls netif_receive_skb() instead of netif_rx())

[2.6 patch] mm/page_alloc.c: cleanups
 2008-03-31 11:32 UTC  (2+ messages)

[PATCH 1/5] fs/gfs2: test for IS_ERR rather than 0
 2008-03-31 10:35 UTC  (2+ messages)

[PATCH] Pass two of removing "__KERNEL__" tests from unexported headers
 2008-03-31 10:25 UTC 

[PATCH,TRIVIAL] AF_UNIX, accept() and addrlen
 2008-03-31  9:44 UTC  (8+ messages)

[PATCH 5/5] falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods
 2008-03-31  9:37 UTC  (6+ messages)

alpha build errors with gcc 4.3
 2008-03-31  9:25 UTC 

[2.6.25 patch] ide/pci/cmd640.c: add MODULE_LICENSE
 2008-03-31  9:14 UTC  (2+ messages)

[2.6.25 patch] arm/kernel/arthur.c: add MODULE_LICENSE
 2008-03-31  9:08 UTC 

[2.6.25 patch] v4l2-int-device.c: add MODULE_LICENSE
 2008-03-31  9:08 UTC 

[2.6.25 patch] ide/legacy/q40ide.c: add MODULE_LICENSE
 2008-03-31  9:08 UTC 

[2.6.25 patch] ide/legacy/falconide.c: add MODULE_LICENSE
 2008-03-31  9:08 UTC 

[2.6.25 patch] ide/legacy/macide: add MODULE_LICENSE
 2008-03-31  9:08 UTC 

[2.6.25 patch] ide/legacy/buddha.c: add MODULE_LICENSE
 2008-03-31  9:07 UTC 

[2.6.25 patch] ide/legacy/gayle.c: add MODULE_LICENSE
 2008-03-31  9:07 UTC 

[2.6.25 patch] ide/h8300/ide-h8300.c: add MODULE_LICENSE
 2008-03-31  9:07 UTC 

[2.6.25 patch] ide/cris/ide-cris.c: add MODULE_LICENSE
 2008-03-31  9:07 UTC 

[2.6.25 patch] ide/arm/ide_arm.c: add MODULE_LICENSE
 2008-03-31  9:07 UTC 

[2.6.25 patch] ide/ppc/pmac.c: add MODULE_LICENSE
 2008-03-31  9:07 UTC 

[2.6.25 patch] ide/ppc/mpc8xx.c: add MODULE_LICENSE
 2008-03-31  9:07 UTC 

[2.6.25 patch] ide-pnp.c: add MODULE_LICENSE
 2008-03-31  9:07 UTC 

[2.6.25 patch] arch/x86/video/fbdev.c: add MODULE_LICENSE
 2008-03-31  9:07 UTC 

gettimeofday() jumping into the future
 2008-03-31  8:55 UTC  (4+ messages)

[2.6 patch] i2c/busses/scx200_acb.c: don't use 0 as NULL pointer
 2008-03-31  8:51 UTC  (2+ messages)

[GIT PULL] FireWire updates post 2.6.24
 2008-03-31  8:46 UTC  (8+ messages)
` [GIT PULL] IEEE 1394 regression fix
  ` [GIT PULL] FireWire updates
        ` [GIT PULL] FireWire update

[PATCH 1/6] Clocklib: add generic framework for managing clocks
 2008-03-31  8:42 UTC 

xen: Make hvc0 the preferred console in domU
 2008-03-31  8:27 UTC  (3+ messages)

Hello from china
 2008-03-31  8:19 UTC 

[2.6 patch] cifs: make connect_to_dfs_path() static
 2008-03-31  7:42 UTC  (2+ messages)

[PATCH 5/7] lxfb: add power management functionality
 2008-03-31  7:40 UTC  (2+ messages)

linux-next: Tree for March 29
 2008-03-31  7:28 UTC  (4+ messages)

[GIT PULL] sh updates for 2.6.25-rc8
 2008-03-31  7:20 UTC 

[2.6 patch] make scsi_end_bidi_request() static
 2008-03-31  7:19 UTC  (2+ messages)

[2.6 patch] remove include/asm-sh/floppy.h
 2008-03-31  7:19 UTC  (2+ messages)

[RFC, PATCH] fix SEM_UNDO with namespaces
 2008-03-31  7:12 UTC  (2+ messages)

[PATCH] evdev: Release eventual input device grabs when getting disconnected
 2008-03-31  6:15 UTC  (3+ messages)

[PATCH 3/3] [2.6.25-rc5] Warn user about a BIOS bug in recent asus boards
 2008-03-31  5:55 UTC  (2+ messages)

[2.6 patch] m68k: use KBUILD_DEFCONFIG
 2008-03-31  5:55 UTC  (2+ messages)

[Bugme-new] [Bug 9906] New: Weird hang with NPTL and SIGPROF
 2008-03-31  5:44 UTC  (23+ messages)
                            ` posix-cpu-timers revamp

Warning: E-mail viruses detected
 2008-03-31  5:06 UTC 

[2.6.25-rc6] possible regression: X server dying
 2008-03-31  4:53 UTC  (5+ messages)

2.6.24.3: regular sata drive resets - worrisome?
 2008-03-31  4:33 UTC  (6+ messages)


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