LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2008-03-19 19:38:27 to 2008-03-19 21:14:26 UTC [more...]

per cpun+ spin locks coexistence?
 2008-03-19 16:25 UTC  (10+ messages)

[PATCH] Audit: netlink socket can be auto-bound to pid other than current->pid
 2008-03-19 12:04 UTC  (4+ messages)

[RFC][PATCH 1/3] PM: Introduce new top level suspend and hibernation callbacks
 2008-03-19  1:04 UTC  (4+ messages)

2.6.24.X: SATA/AHCI related boot delay
 2008-03-19 13:55 UTC  (8+ messages)
` 2.6.24.X: SATA/AHCI related boot delay. - not with 2.6.24.3

[PATCH 00 of 31] x86: unification and xen updates
 2008-03-19 19:46 UTC  (9+ messages)

[PATCH 0/3] xen pvfb: Para-virtual framebuffer, keyboard and pointer
 2008-03-19 18:37 UTC  (8+ messages)
` [PATCH 2/3] fbdev: Make deferred I/O work as advertized

[PATCH] Do not allow setting of quota limits to too high values
 2008-03-19 11:43 UTC  (8+ messages)

[PATCH 0/79] smpboot integration
 2008-03-19 19:36 UTC  (82+ messages)
` [PATCH 01/79] [PATCH] change var types in __inquire_remote_apic
  ` [PATCH 02/79] [PATCH] add loglevel to printks
    ` [PATCH 03/79] [PATCH] use apic_*_around instead of apic_write in x86_64
      ` [PATCH 04/79] [PATCH] use start_ipi_hook "
        ` [PATCH 05/79] [PATCH] add an smp_apply_quirks to smpboot_32.c
          ` [PATCH 06/79] [PATCH] decouple call to print_cpu_info from smp_store_cpu_info
            ` [PATCH 07/79] [PATCH] provide specialized identification routines for x86_64
              ` [PATCH 08/79] [PATCH] use identify_boot_cpu
                ` [PATCH 09/79] [PATCH] call identify_secondary_cpu in smp_store_cpu_info
                  ` [PATCH 10/79] [PATCH] merge smp_store_cpu_info
                    ` [PATCH 11/79] [PATCH] always enable irqs when entering idle
                      ` [PATCH 12/79] [PATCH] don't call local_irq_enable before "
                        ` [PATCH 13/79] [PATCH] move setup_secondary_clock a little bit down in the function
                          ` [PATCH 14/79] [PATCH] move state update out of ipi_lock
                            ` [PATCH 15/79] [PATCH] provide APIC_INTEGRATED definition for x86_64
                              ` [PATCH 16/79] [PATCH] use APIC_INTEGRATED tests in x86_64
                                ` [PATCH 17/79] [PATCH] add barriers statement
                                  ` [PATCH 18/79] [PATCH] isolate sanity checking
                                    ` [PATCH 19/79] [PATCH] isolate logic to disable smp
                                      ` [PATCH 20/79] [PATCH] do tests before do_boot_cpu in i386
                                        ` [PATCH 21/79] [PATCH] make __smp_prepare_cpu void
                                          ` [PATCH 22/79] [PATCH] move assignment of CPU_PREPARE before do_boot_cpu
                                            ` [PATCH 23/79] [PATCH] unify extern masks declaration
                                              ` [PATCH 24/79] [PATCH] define bios to apicid mapping
                                                ` [PATCH 25/79] [PATCH] initialize map pointers in setup_32.c
                                                  ` [PATCH 26/79] [PATCH] make node to apic mapping declarations unconditional
                                                    ` [PATCH 27/79] [PATCH] fix alloc_bootmem_pages_node macro
                                                      ` [PATCH 28/79] [PATCH] use specialized routine for setup per-cpu area
                                                        ` [PATCH 29/79] [PATCH] fill bios cpu to apicid maps
                                                          ` [PATCH 30/79] [PATCH] fill cpu to apicid and present map in mpparse
                                                            ` [PATCH 31/79] [PATCH] get rid of cpucount
                                                              ` [PATCH 32/79] [PATCH] allow user to impress friends
                                                                ` [PATCH 33/79] [PATCH] do smp tainting checks in a separate function
                                                                  ` [PATCH 34/79] [PATCH] move impress_friends and smp_check to cpus_done
                                                                    ` [PATCH 35/79] [PATCH] add subarch support (for headers) to x86_64
                                                                      ` [PATCH 36/79] [PATCH] include mach_wakecpu.h in smpboot_64
                                                                        ` [PATCH 37/79] [PATCH] include smpboot_hooks.h in smpboot_64.c
                                                                          ` [PATCH 38/79] [PATCH] move smp_intr_init away from smpboot_32.c
                                                                            ` [PATCH 39/79] [PATCH] don't set maps in native_smp_prepare_boot_cpu()
                                                                              ` [PATCH 40/79] [PATCH] wipe get_nmi_reason out of nmi_64.h
                                                                                ` [PATCH 41/79] [PATCH] unify nmi_32.h and nmi_64.h
                                                                                  ` [PATCH 42/79] [PATCH] call check_nmi_watchdog explicitly in native_smp_cpus_done
                                                                                    ` [PATCH 43/79] [PATCH] call nmi_watchdog_default in i386
                                                                                      ` [PATCH 44/79] [PATCH] don't initialize sibling and core maps during preparation
                                                                                        ` [PATCH 45/79] [PATCH] fix apic acking of irqs
                                                                                          ` [PATCH 46/79] [PATCH] schedule work only if keventd is already running
                                                                                            ` [PATCH 47/79] [PATCH] do not zap_low_mappings in __smp_prepare_cpus
                                                                                              ` [PATCH 48/79] [PATCH] boot cpus from cpu_up, instead of prepare_cpus
                                                                                                ` [PATCH 49/79] [PATCH] get rid of commenced mask
                                                                                                  ` [PATCH 50/79] [PATCH] use create_idle struct in do_boot_cpu
                                                                                                    ` [PATCH 51/79] [PATCH] don't span a new worker in __smp_prepare_cpu
                                                                                                      ` [PATCH 52/79] [PATCH] modify smp_callin in x86_64 to look like i386
                                                                                                        ` [PATCH 53/79] [PATCH] wrap esr setting up in i386 in lapic_setup_esr
                                                                                                          ` [PATCH 54/79] [PATCH] provide an end_local_APIC_setup function
                                                                                                            ` [PATCH 55/79] [PATCH] calibrate delay with irqs enabled
                                                                                                              ` [PATCH 56/79] [PATCH] minor adjustments for do_boot_cpu
                                                                                                                ` [PATCH 57/79] [PATCH] call do_boot_cpu directly from native_cpu_up
                                                                                                                  ` [PATCH 58/79] [PATCH] include mach_apic.h in smpboot_64.c and smpboot.c
                                                                                                                    ` [PATCH 59/79] [PATCH] change wakeup_secondary name
                                                                                                                      ` [PATCH 60/79] [PATCH] add callin tests to cpu_up
                                                                                                                        ` [PATCH 61/79] [PATCH] move {un}map_cpu_to_logical_apicid to smpboot.c
                                                                                                                          ` [PATCH 62/79] [PATCH] move stack_start to smp.h
                                                                                                                            ` [PATCH 63/79] [PATCH] change boot_cpu_id to boot_cpu_physical_apicid
                                                                                                                              ` [PATCH 64/79] [PATCH] integrate do_boot_cpu
                                                                                                                                ` [PATCH 65/79] [PATCH] integrate start_secondary
                                                                                                                                  ` [PATCH 66/79] [PATCH] merge smp_prepare_boot_cpu
                                                                                                                                    ` [PATCH 67/79] [PATCH] merge native_smp_cpus_done
                                                                                                                                      ` [PATCH 68/79] [PATCH] use physical id when disabling smp
                                                                                                                                        ` [PATCH 69/79] [PATCH] get rid of smp_boot_cpus
                                                                                                                                          ` [PATCH 70/79] [PATCH] additions to i386 native_smp_prepare_cpus
                                                                                                                                            ` [PATCH 71/79] [PATCH] assign nr_ioapics = 0 in smpboot_hooks.h
                                                                                                                                              ` [PATCH 72/79] [PATCH] change x86_64 native_smp_prepare_cpus to match i386
                                                                                                                                                ` [PATCH 73/79] [PATCH] add extra sanity check
                                                                                                                                                  ` [PATCH 74/79] [PATCH] change x86_64 sanity checks to match i386
                                                                                                                                                    ` [PATCH 75/79] [PATCH] introduce smpboot_clear_io_apic
                                                                                                                                                      ` [PATCH 76/79] [PATCH] merge native_smp_prepare_cpus
                                                                                                                                                        ` [PATCH 77/79] [PATCH] merge cpu_exit_clear
                                                                                                                                                          ` [PATCH 78/79] [PATCH] move apicid mappings to smpboot.c
                                                                                                                                                            ` [PATCH 79/79] [PATCH] remove smpboot_32.c and smpboot_64.c

[PATCH linux-acpi] Fix /proc/acpi/alarm set error
 2008-03-19 18:52 UTC  (4+ messages)
` [PATCH] ACPI: Add sysfs interface for acpi device wakeup

use of preempt_count instead of in_atomic() at leds-gpio.c
 2008-03-18 20:07 UTC  (5+ messages)

Suspend and hibernation patchset
 2008-03-19 14:42 UTC  (14+ messages)
` Suspend and hibernation patchset against -rc6
  ` suspend slow in 2.6.25-rc6 (was Re: Suspend and hibernation patchset against -rc6)

Regression: kernel 2.6.24{,.1} ahci problem, does not boot (resend)
 2008-03-19  6:19 UTC  (9+ messages)

Linux 2.6.25-rc4
 2008-03-19  4:03 UTC  (12+ messages)

[PATCH] [0/18] GB pages hugetlb support
 2008-03-18 17:01 UTC  (19+ messages)
` [PATCH] [5/18] Expand the hugetlbfs sysctls to handle arrays for all hstates
` [PATCH] [6/18] Add support to have individual hstates for each hugetlbfs mount
` [PATCH] [7/18] Abstract out the NUMA node round robin code into a separate function
` [PATCH] [10/18] Factor out new huge page preparation code into "
` [PATCH] [11/18] Fix alignment bug in bootmem allocator
` [PATCH] [12/18] Add support to allocate hugetlb pages that are larger than MAX_ORDER
` [PATCH] [13/18] Add support to allocate hugepages of different size with hugepages=

[RFC][PATCH 2/2]: MM: Make Page Tables Relocatable
 2008-03-19 14:56 UTC  (2+ messages)

+ pm-convert-wakeup-flag-accessors-to-inline-functions-fix.patch added to -mm tree
 2008-03-19 18:48 UTC  (2+ messages)

[PATCH] 0/2 Add support for maple "Visual Memory Unit" on SEGA Dreamcast
 2008-03-18 22:56 UTC  (3+ messages)
` [PATCH] 1/2 Maple: Update bus driver to allow support of VMU device
  ` [PATCH] 2/2 mtd: Add support for the Dreamcast VMU flash

MMC: Card detection through pin CD/DAT3 issue
 2008-03-19  8:41 UTC  (2+ messages)

[PATCH]CHECKPATCH:fix misleading output on spaces/tabs error
 2008-03-19 14:13 UTC  (2+ messages)

[PATCH] Fix fsldma.c warning messages when it's compiled under PPC64
 2008-03-19  1:52 UTC  (7+ messages)
  ` [PATCH] Fix fsldma.c warning messages when it's compiled underPPC64

[PATCH 1/2] Keep track of original clocksource frequency
 2008-03-19  3:01 UTC  (4+ messages)
` [PATCH 2/2] Introduce CLOCK_MONOTONIC_RAW

[Regression: 2.6.25-rc5: Blank Screen: Intel 945]
 2008-03-18 21:14 UTC  (8+ messages)

[PATCH 0/3, v10] PCI, ACPI: Physical PCI slot objects
 2008-03-19  0:55 UTC  (2+ messages)

[PATCH 1/3] Infiniband: make ehca_pd use struct pid pointer rather than pid_t
 2008-03-18 18:27 UTC  (3+ messages)

iommu: it could use some documentation
 2008-03-19 14:58 UTC 

bluetooth still corrupts memory in 2.6.25-rc6
 2008-03-19  8:21 UTC 

MAINTAINERS: bluez-devel is subscribers-only
 2008-03-19 18:39 UTC  (2+ messages)

[linux-pm] [PATCH -mm] kexec jump -v9
 2008-03-18 23:52 UTC  (5+ messages)

GIT commit description flag(s)
 2008-03-18 16:58 UTC  (2+ messages)

[PATCH] serial 8250: tighten test for using backup timer
 2008-03-19 16:50 UTC 

[PATCH 1/2] firewire: catch self_id_count == 0
 2008-03-19 19:56 UTC  (2+ messages)
` [PATCH 2/2] firewire: insist on successive self ID complete events

[PATCH] kprobes: correct regs->ip value in post_hander()
 2008-03-18 15:56 UTC 

gpio patches in mmotm
 2008-03-18 16:31 UTC 

[PATCH] build fix for smp
 2008-03-19 19:52 UTC  (2+ messages)

VGER back online
 2008-03-19 19:52 UTC 

dst cache overflow
 2008-03-18 18:59 UTC  (7+ messages)

[PATCH 1/3] KEYS: Allow clients to set key perms in key_create_or_update()
 2008-03-19 11:19 UTC  (4+ messages)
` [PATCH 3/3] KEYS: Make the keyring quotas controllable through /proc/sys

Fibre channel network interfaces + Linux SAN
 2008-03-18 21:16 UTC 

[ANNOUNCE] Guilt v0.29
 2008-03-19  5:29 UTC 

Timer interrupt stops, causes soft lockup
 2008-03-18 14:40 UTC  (3+ messages)

[PATCH 1/2] add vr41xx_siu_early_setup() for serial console
 2008-03-18 22:49 UTC 

2.6.25-rc5-mm1
 2008-03-19 17:52 UTC  (3+ messages)
` [2.6.25-rc5-mm1] regression: cannot run Postfix sendmail command as non-root

preempt_disable() question
 2008-03-19  2:14 UTC 

[PATCH] fix misplaced mb() in rcu_enter/exit_nohz()
 2008-03-18 14:10 UTC  (7+ messages)

[2.6.24.x] UML select()/poll() oversleeping reproducibly (was Re: [uml-devel] g_timeout_add)
 2008-03-18 17:00 UTC  (4+ messages)
              ` [2.6.24.x] UML select()/poll() oversleeping reproducibly

header files of questionable value
 2008-03-19 19:44 UTC 

[PATCH 2/2] add VR41xx SIU setup for serial console
 2008-03-18 22:51 UTC 

[PATCH 0/5] Generic smp_call_function(), improvements, and smp_call_function_single()
 2008-03-19 11:56 UTC  (6+ messages)
` [PATCH 1/5] Add generic helpers for arch IPI function calls
` [PATCH 2/5] x86: convert to generic helpers for "
` [PATCH 3/5] x86-64: "
` [PATCH 4/5] powerpc: "
` [PATCH 5/5] ia64: "

[PATCH 06/37] Security: Separate task security context from task_struct [ver #34]
 2008-03-19 17:12 UTC  (3+ messages)
` [PATCH 00/37] Permit filesystem local caching "
  ` Performance degradation measurement [was Re: [PATCH 06/37] Security: Separate task security context from task_struct [ver #34]]

[patch 00/13] x86: PAT support updated - v3
 2008-03-19  0:00 UTC  (14+ messages)
` [patch 01/13] x86: PAT documentation
` [patch 02/13] x86: PAT infrastructure patch
` [patch 03/13] x86: PAT Avoid aliasing in /dev/mem read/write
` [patch 04/13] x86: PAT make ioremap_change_attr non-static
` [patch 05/13] x86: PAT use reserve free memtype in ioremap and iounmap
` [patch 06/13] x86: PAT use reserve free memtype in set_memory_uc
` [patch 07/13] x86: PAT use reserve free memtype in pci_mmap_page_range
` [patch 08/13] x86: PAT phys_mem_access_prot_allowed for dev/mem mmap
` [patch 09/13] x86: PAT use reserve free memtype in mmap of /dev/mem
` [patch 10/13] x86: PAT export resource_wc in pci sysfs
` [patch 11/13] x86: PAT Add set_memory_wc() interface
` [patch 12/13] x86: PAT Add ioremap_wc() interface
` [patch 13/13] x86: PAT Patch to add PAT related debug prints

[PATCH][RESEND][v3] Modify loop device to be able to manage partitions of the disk image
 2008-03-18 20:54 UTC  (2+ messages)

deadlock on 2.6.24.3-rt3
 2008-03-18 17:15 UTC  (3+ messages)

[PATCH prototype] [0/8] Predictive bitmaps for ELF executables
 2008-03-18 17:20 UTC  (5+ messages)

[BUG] Linux-2.6.25-rc4 (and also in rc3) Compile Error
 2008-03-18 15:09 UTC  (10+ messages)

Xen paravirt frontend block hang
 2008-03-18 16:01 UTC  (5+ messages)
        ` [Xen-devel] "

[PATCH] mass storage : emulation of sat scsi_pass_thru with ATACB
 2008-03-19 18:40 UTC  (11+ messages)

[PATCH] scsi: removed one unneeded shost->active_mode assignment
 2008-03-19 19:10 UTC 

[2.6.25-rc5-mm1][regression] ia64: hackbench doesn't finish >12 hour
 2008-03-19  0:14 UTC  (4+ messages)

[PATCH] dmaengine: ack to flags: make use of the unused bits in the 'ack' field
 2008-03-18 14:50 UTC  (2+ messages)
` [PATCH] dmaengine: ack to flags: make use of the unused bits in the'ack' field

[0/2] vmalloc: Add /proc/vmallocinfo to display mappings
 2008-03-18 22:27 UTC  (3+ messages)
` [1/2] vmalloc: Show vmalloced areas via /proc/vmallocinfo
` [2/2] vmallocinfo: Add caller information

BUG: drop_pagecache_sb vs kjournald lockup
 2008-03-19 12:17 UTC  (5+ messages)

kernel exception in Fusion MPT base driver 3.04.06 (linux-2.6.24.3)
 2008-03-18 17:40 UTC  (3+ messages)

[BUG?] 2.6.25-rc[23]-mm1 cgroup list corruption under load with VM Scalability patches
 2008-03-18 18:10 UTC  (3+ messages)

[PATCH] give elf_check_arch() a chance for checking endian mismatch
 2008-03-19 19:03 UTC 

[ANNOUNCE] ddtree: A git kernel tree for storage servers
 2008-03-19  8:02 UTC 

[git pull] async_tx and a fsldma fix for 2.6.25-rc
 2008-03-19  0:45 UTC 

intel-hda sound too quiet in linux-2.6.25-rc6
 2008-03-19  8:11 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).