messages from 2007-04-29 08:08:04 to 2007-04-29 17:40:42 UTC [more...]
[patch 00/32] xen: Xen implementation for paravirt_ops
2007-04-29 17:29 UTC (30+ messages)
` [patch 01/32] xen: Add apply_to_page_range() which applies a function to a pte range
` [patch 02/32] xen: Allocate and free vmalloc areas
` [patch 03/32] xen: Add nosegneg capability to the vsyscall page notes
` [patch 04/32] xen: Add Xen interface header files
` [patch 05/32] xen: Core Xen implementation
` [patch 06/32] xen: Xen virtual mmu
` [patch 07/32] xen: xen event channels
` [patch 08/32] xen: xen time implementation
` [patch 09/32] xen: xen configuration
` [patch 10/32] xen: Complete pagetable pinning for Xen
` [patch 11/32] xen: ignore RW mapping of RO pages in pagetable_init
` [patch 12/32] xen: fix multicall batching
` [patch 13/32] xen: Account for time stolen by Xen
` [patch 14/32] xen: Implement xen_sched_clock
` [patch 16/32] xen: Add support for preemption
` [patch 17/32] xen: lazy-mmu operations
` [patch 18/32] xen: deal with negative stolen time
` [patch 19/32] xen: xen time fixups
` [patch 20/32] xen: Use the hvc console infrastructure for Xen console
` [patch 21/32] xen: Add early printk support via hvc console
` [patch 23/32] xen: Add the Xenbus sysfs and virtual device hotplug driver
` [patch 24/32] xen: use xenbus_watch_pathfmt rather than watch_path2
` [patch 25/32] xen: rename dev_changed to xenbus_dev_changed
` [patch 27/32] xen: Add the Xen virtual network device driver
` [patch 28/32] xen: xen-netfront: use skb.cb for storing private data
` [patch 29/32] xen: Lockdep fixes for xen-netfront
` [patch 30/32] xen: diddle netfront
` [patch 31/32] xen: --- drivers/net/xen-netfront.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
` [patch 32/32] xen: Xen machine operations
Linux 2.6.21
2007-04-29 17:37 UTC (29+ messages)
[patch] CFS scheduler, -v7
2007-04-29 17:28 UTC (6+ messages)
Boot failure with 2.6.21 with snd-maestro3
2007-04-29 17:35 UTC (2+ messages)
mkfs.xfs cannot make sector size 64 KiB?
2007-04-29 17:22 UTC (2+ messages)
[PATCH] [0/48] x86 candidate patches for review III: various stuff
2007-04-29 17:16 UTC (54+ messages)
` [PATCH] [1/48] x86_64: fix x86_64-mm-sched-clock-share
` [PATCH] [2/48] i386: Rewrite sched_clock
` [PATCH] [3/48] x86_64: Use new shared sched_clock in x86-64 too
` [PATCH] [4/48] x86_64: Don't disable basic block reordering
` [PATCH] [5/48] x86_64: Allow sys_uselib unconditionally
` [PATCH] [6/48] x86_64: Minor white space cleanup in traps.c
` [PATCH] [7/48] x86_64: Set HASHDIST_DEFAULT to 1 for x86_64 NUMA
` [PATCH] [8/48] i386: modpost apic related warning fixes
` [PATCH] [9/48] i386: make struct vmi_ops static
` [PATCH] [10/48] i386: type cast clean up for find_next_zero_bit
` [PATCH] [11/48] i386: workaround for a -Wmissing-prototypes warning
` [PATCH] [12/48] x86: Log reason why TSC was marked unstable
` [PATCH] [13/48] x86_64: fix ia32_binfmt.c build error
` [PATCH] [14/48] x86_64: remove extra smp_processor_id calling
` [PATCH] [15/48] x86_64: make simnow_init() static
` [PATCH] [16/48] i386: vmi_pmd_clear() static
` [PATCH] [18/48] x86_64: configurable fake numa node sizes
` [PATCH] [19/48] x86_64: split remaining fake nodes equally
` [PATCH] [20/48] x86_64: fixed size remaining fake nodes
` [PATCH] [21/48] x86: remove constant_tsc reporting from /proc/cpuinfo' power flags
` [PATCH] [22/48] x86_64: fake numa for cpusets document
` [PATCH] [23/48] i386: VDSO_PRELINK warning fix
` [PATCH] [24/48] i386: Initialize esp0 properly all the time
` [PATCH] [25/48] x86_64: Introduce load_TLS to the "for" loop
` [PATCH] [26/48] x86_64: Clarify CONFIG_REORDER explanation
` [PATCH] [27/48] i386: Allow i386 crash kernels to handle x86_64 dumps
` [PATCH] [28/48] i386: prevent ACPI quirk warning mass spamming in logs
` [PATCH] [29/48] x86: add command line length to boot protocol
` [PATCH] [30/48] i386: Use per-cpu variables for GDT, PDA
` [PATCH] [31/48] i386: Use per-cpu GDT immediately upon boot
` [PATCH] [32/48] i386: clean up cpu_init()
` [PATCH] [33/48] i386: Rename boot_gdt_table to boot_gdt
` [PATCH] [34/48] i386: rationalize paravirt wrappers
` [PATCH] [35/48] x86: tighten kernel image page access rights
` [PATCH] [36/48] i386: get rid of unused variables
` [PATCH] [37/48] i386: ignore vgacon if hardware not present
` [PATCH] [38/48] x86_64: Remove unused stext symbol
` [PATCH] [39/48] i386: remove the APM_RTC_IS_GMT config option
` [PATCH] [40/48] x86_64: use lru instead of page->index and page->private for pgd lists management
` [PATCH] [41/48] x86: sys_ioperm() prototype cleanup
` [PATCH] [42/48] x86: remove UNEXPECTED_IO_APIC()
` [PATCH] [43/48] x86_64: fix vtime() vsyscall
` [PATCH] [44/48] x86_64: vsyscall_gtod_data diet and vgettimeofday() fix
` [PATCH] [45/48] x86_64: Inhibit machine from asserting an NMI when doing Alt-SysRq-M operation
` [PATCH] [46/48] x86_64: adjust EDID retrieval
` [PATCH] [47/48] x86_64: Fix "Section mismatch" compile warning
` [PATCH] [48/48] i386: cleanup GDT Access
[patch] CFS scheduler, -v6
2007-04-29 17:09 UTC (43+ messages)
[patch 5/9] IEEE1394: Spinlock initializer cleanup
2007-04-29 17:08 UTC (2+ messages)
[PATCH 00/28] Updates for firstfloor paravirt-ops patches
2007-04-29 16:55 UTC (13+ messages)
` [PATCH 10/28] i386: map enough initial memory to create lowmem mappings
mm snapshot broken-out-2007-04-28 uploaded
2007-04-29 16:45 UTC
High Resolution Timer DOS
2007-04-29 16:42 UTC (6+ messages)
restoring x86 BIOS state before reboot
2007-04-29 16:28 UTC (5+ messages)
` [Fastboot] "
[GIT PATCH] UIO patches for 2.6.21
2007-04-29 16:27 UTC (9+ messages)
[git patches] net driver updates
2007-04-29 16:21 UTC (2+ messages)
[2.6.21] BUG: clocksource_watchdog isn't reset after resume
2007-04-29 16:20 UTC
[git patches] libata updates
2007-04-29 16:15 UTC
mm snapshot broken-out-2007-04-25-02-49.tar.gz uploaded
2007-04-29 16:10 UTC (8+ messages)
[GIT PATCH] ACPI patches for 2.6.22
2007-04-29 15:53 UTC (5+ messages)
Fw: [2.6.21] possible circular locking dependency detected IN FILESYSTEM CODE (ext3)
2007-04-29 15:51 UTC
[PATCH 0/7] KVM: More 2.6.22 merge candidates
2007-04-29 15:50 UTC (7+ messages)
` [PATCH 1/7] KVM: VMX: Properly shadow the CR0 register in the vcpu struct
` [PATCH 2/7] KVM: VMX: Add lazy FPU support for VT
` [PATCH 3/7] KVM: fix an if() condition
` [PATCH 5/7] KVM: Remove extraneous guest entry on mmio read
` [PATCH 6/7] KVM: Don't require explicit indication of completion of mmio or pio
` [PATCH 7/7] KVM: Remove unused 'instruction_length'
Symbol alert
2007-04-29 15:15 UTC
[PATCH] [0/22] x86 candidate patches for review II: 64bit relocatable kernel
2007-04-29 15:11 UTC (6+ messages)
` [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage
` [patches] "
Probable PCIE prob
2007-04-29 14:21 UTC (4+ messages)
[00/17] Large Blocksize Support V3
2007-04-29 14:12 UTC (6+ messages)
Best CONFIG_HZ value for scheduler testing?
2007-04-29 14:07 UTC (2+ messages)
More than 2Gb problem (dvb related) ?
2007-04-29 14:07 UTC (7+ messages)
` [linux-dvb] "
` [PATCH] "
[linux-usb-devel] USB HID bug (was [PROBLEM] Bonding driver in linux-2.6.21-rc6-mm1)
2007-04-29 13:40 UTC (4+ messages)
[PATCH 1/2] lguest: fix up after pda->percpu conversion
2007-04-29 13:36 UTC (2+ messages)
` [PATCH 2/2] lguest: handle new paravirt lazy mode (fix userspace segfaults)
[00/17] Large Blocksize Support V3
2007-04-28 9:36 UTC (18+ messages)
[PATCH 13/30] Use menuconfig objects - IEEE1394
2007-04-29 13:01 UTC (2+ messages)
problem that /bin/sh keeps spawning
2007-04-29 12:59 UTC
PROBLEM: oops in 2.6.21.1 after bringing up the network
2007-04-29 12:33 UTC (3+ messages)
[PATCH] slob: fix page order calculation on not 4KB page
2007-04-29 11:46 UTC (2+ messages)
2.6.21 frozen for a few minutes, swapping to disk
2007-04-29 10:28 UTC
[2.6.21-rc7-mm2] BUG while suspend to ram
2007-04-29 10:42 UTC
[2.6.22 patch] the scheduled removal of the i8xx_tco watchdog driver
2007-04-29 10:37 UTC (4+ messages)
PCI Express MMCONFIG and BIOS Bug messages
2007-04-29 10:12 UTC (4+ messages)
[PATCH 0/9] Containers (V9): Generic Process Containers
2007-04-29 9:37 UTC (2+ messages)
Back to the future
2007-04-29 9:32 UTC (12+ messages)
2.6.21-rc7-mm2
2007-04-29 9:24 UTC (7+ messages)
` [PATCH] mm/memory.c: remove warning from an uninitialized spinlock. was: 2.6.21-rc7-mm2
[PATCH] paravirt: fix startup_ipi_hook config dependency
2007-04-29 9:13 UTC
bad_page from quicklist patches
2007-04-29 8:54 UTC (4+ messages)
[PATCH -mm 0/2] Separate freezer from PM code
2007-04-29 8:43 UTC (5+ messages)
` [PATCH -mm 1/2] "
2.6.21 known regressions (v2) (for -stable team)
2007-04-29 8:25 UTC (4+ messages)
` send_IPI_mask_bitmask() (Re: 2.6.21 known regressions (v2) (for -stable team))
vmstat: use our own timer events
2007-04-29 8:15 UTC (2+ messages)
[PATCH 00/25] xen: Xen implementation for paravirt_ops
2007-04-29 8:05 UTC (11+ messages)
` [PATCH 22/25] xen: xen-netfront: use skb.cb for storing private data
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox