All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-03-03 15:03:44 to 2008-03-03 17:24:37 UTC [more...]

[PATCH 0/52] First attempt at smp integration
 2008-03-03 17:13 UTC  (37+ messages)
` [PATCH 01/52] commonize smp.h
  ` [PATCH 02/52] merge extern function definitions
    ` [PATCH 03/52] merge extern variables definitions
      ` [PATCH 04/52] define smp_ops in common header
        ` [PATCH 05/52] move smp_ops extern declaration to "
          ` [PATCH 06/52] merge smp_send_reschedule
            ` [PATCH 07/52] unify smp_call_function_mask
              ` [PATCH 08/52] unify __cpu_up
                ` [PATCH 09/52] unify prepare_boot_cpu
                  ` [PATCH 10/52] unify smp_prepare_cpus
                    ` [PATCH 11/52] unify smp_cpus_done
                      ` [PATCH 12/52] move disabled_cpus to common header
                        ` [PATCH 13/52] use disabled_cpus in i386
                          ` [PATCH 14/52] move prefill_possible_map to common file
                            ` [PATCH 15/52] remove export for smp_call_function_mask
                              ` [PATCH 16/52] remove irqs disabled warning
                                ` [PATCH 17/52] create smpcommon.c
                                  ` [PATCH 18/52] provide __smp_call_function
                                    ` [PATCH 19/52] change x86_64 smp_call_function_mask to look alike i386
                                      ` [PATCH 20/52] provide hlt_works function
                                        ` [PATCH 21/52] make stop_this_cpu looks exactly equal in both arches
                                          ` [PATCH 22/52] add reboot_force test to native_smp_send_stop
                                            ` [PATCH 23/52] unify smp_send_stop
                                              ` [PATCH 24/52] create smp.c
                                                ` [PATCH 25/52] create ipi.c
                                                  ` [PATCH 26/52] create tlb files
                                                    ` [PATCH 27/52] get rid of smp_32.c and smp_64.c
                                                      ` [PATCH 28/52] remove cpu_llc_id from processor.h
                                                        ` [PATCH 29/52] adjust types in smpcommon_32.c
                                                          ` [PATCH 30/52] move equal types to common file
                                                            ` [PATCH 31/52] make set_cpu_sibling_map nonstatic
                                                              ` [PATCH 32/52] make remove_siblinginfo non-static
                                                                ` [PATCH 33/52] move hotplug related extern definitions to smp.h
                                                                  ` [PATCH 34/52] move sibling functions to common file
                                                                    ` [PATCH 35/52] move cpu_coregroup_map "
                                                                      ` [PATCH 36/52] remove vector_lock around cpu_online_map

[RFC: 2.6 patch] #if 0 e1000e_read_nvm_spi()
 2008-03-03 17:24 UTC  (2+ messages)

[Qemu-devel] multi-partition block driver
 2008-03-03 17:22 UTC 

bisected boot regression post 2.6.25-rc3.. please revert
 2008-03-03 17:15 UTC  (5+ messages)

using long instead of atomic_t when only set/read is required (was Re: [Bug 10030] Suspend doesn't work when SD card is inserted)
 2008-03-03 17:24 UTC  (14+ messages)
  ` [patch] Re: using long instead of atomic_t when only set/read is required

[PATCH] Fix incorrect wording in git-merge.txt
 2008-03-03 17:14 UTC 

OE Staging ABI Change Warning
 2008-03-03 17:20 UTC  (11+ messages)

git fetch: where are the downloaded objects stored?
 2008-03-03 17:18 UTC  (9+ messages)

The 8th airing of the msysGit herald
 2008-03-03 17:18 UTC  (6+ messages)

[PATCH] libata: update port initialisation for SAS call in
 2008-03-03 17:18 UTC 

[PATCH] Teach git-describe to verify annotated tag names before output
 2008-03-03 17:13 UTC  (2+ messages)
` git-describe: use tags found in packed-refs correctly

I2S driver
 2008-03-03 17:14 UTC  (2+ messages)

[PATCH 6/6] docbook: fix fusion source files
 2008-03-03 17:12 UTC  (2+ messages)

[RFC] Build in clone
 2008-03-03 17:10 UTC  (12+ messages)
    ` [PATCH] builtin-clone: create remotes/origin/HEAD symref, if guessed
      ` [PATCH, fixed] "
` [PATCH] builtin clone: support bundles
    ` [PATCH] Add test for cloning with "--reference" repo being a subset of source repo

Regression in 2.6.25-rc3: s2ram segfaults before suspending
 2008-03-03 17:10 UTC  (14+ messages)

Reexport init_mm ?
 2008-03-03 17:07 UTC  (7+ messages)

[PATCH] Make builtin-reset.c use parse_options
 2008-03-03 17:07 UTC  (6+ messages)

[Cluster-devel] STABLE2 cluster branch
 2008-03-03 17:07 UTC  (9+ messages)

scsi: fix target reset handling
 2008-03-03 17:06 UTC  (2+ messages)

64-bit AMD panic
 2008-03-03 17:06 UTC 

[PATCH 1/2] Add C99-style constructor macros for specific-sized integers
 2008-03-03 17:03 UTC  (6+ messages)

[RFC] git reset --recover
 2008-03-03 17:02 UTC  (4+ messages)

[PATCH] allow git-am to run in a subdirectory
 2008-03-03 17:01 UTC  (8+ messages)
    ` Re* "

2.6.24-rt1 IRQ routing anomaly
 2008-03-03 17:00 UTC  (9+ messages)

[PATCH] [RFC] More fp instructions for realmode emulation (Enables booting OS/2 as a HVM guest on Intel/VT hardware)
 2008-03-03 16:59 UTC  (3+ messages)

[patch] my mmu notifiers
 2008-03-03 16:59 UTC  (16+ messages)
` [PATCH] mmu notifiers #v6
        ` [PATCH] mmu notifiers #v7
          ` [PATCH] mmu notifiers #v8
                  ` [ofa-general] "

mcs translation daemon
 2008-03-03 16:56 UTC 

[PATCH] firewire: replace static ROM cache by allocated cache
 2008-03-03 16:51 UTC  (4+ messages)
` [PATCH] firewire: reread config ROM when device reset the bus

[2.6 patch] #if 0 hpet_unregister()
 2008-03-03 16:49 UTC  (2+ messages)

[PATCH 0/5] firewire: fix crashes in workqueue jobs
 2008-03-03 16:45 UTC  (3+ messages)
` [PATCH 2/5] firewire: fix crash in automatic module unloading

[PATCH net-2.6.26][VLAN]: Reduce memory consumed by vlan_group-s
 2008-03-03 16:43 UTC 

permissions on /proc/tty/driver/
 2008-03-03 16:42 UTC  (2+ messages)

I2S driver
 2008-03-03 16:42 UTC  (2+ messages)

2.6.24-sha1: RIP [<ffffffff802596c8>] iov_iter_advance+0x38/0x70
 2008-03-03 16:41 UTC  (4+ messages)

[RFC PATCH 0/3][e2fsprogs] 64bit IO manager support
 2008-03-03 16:41 UTC  (4+ messages)
` [RFC PATCH 1/3][e2fsprogs] Add 64-bit IO manager operations to struct_io_manager
` [RFC PATCH 2/3][e2fsprogs] Add {read,write}_blk64 to unix_io.c
` [RFC PATCH 3/3][e2fsprogs] Add {read,write}_blk64 to inode_io.c

[PATCH 2.6.24] mm: BadRAM support for broken memory
 2008-03-03 16:41 UTC  (3+ messages)

[PATCH] mvsas: fix default can_queue
 2008-03-03 16:40 UTC  (5+ messages)

[Bug 10159] New: 2.6.25-rc2 IDE + smartd = hang
 2008-03-03 16:36 UTC  (2+ messages)
` [Bug 10159] "

[linux-pm] Fundamental flaw in system suspend, exposed by freezer removal
 2008-03-03 16:32 UTC  (3+ messages)
`  "

[PATCH] Add Invert Switch for ROUT2
 2008-03-03 16:34 UTC  (2+ messages)

[PATCH] tty_io: Fix remaining pid struct locking
 2008-03-03 16:22 UTC 

[PATCH] ioemu: support shared and linesize != width * depth
 2008-03-03 16:30 UTC 

[PATCH] usb: add sysfs configuration interface for CP2101
 2008-03-03 16:28 UTC  (3+ messages)

2.6.24 git2/mm1: cpu_to_node mapping to non-existant nodes causing boot failure
 2008-03-03 16:27 UTC  (11+ messages)

use smp_cpus as lapic id
 2008-03-03 16:26 UTC 

querying status ?
 2008-03-03 16:22 UTC 

[RFC PATCH 1/3] block: add rq->complete_io hook for request stacking
 2008-03-03 16:24 UTC  (3+ messages)

kernel.org git tree corrupt?
 2008-03-03 16:21 UTC  (4+ messages)

[PATCH 3/4] sha384 hardware acceleration for s390
 2008-03-03 16:19 UTC 

[PATCH 2/4] sha512 hardware acceleration for s390
 2008-03-03 16:19 UTC 

[PATCH 0/4] CPU accelerated implementation for sha512/384 on s390
 2008-03-03 16:19 UTC 

disappearing xfs partition
 2008-03-03 16:20 UTC  (3+ messages)

[PATCH 1/4] generic sha_update and sha_final for s390
 2008-03-03 16:19 UTC 

[PATCH 4/4] rename sha512 to sha512_generic
 2008-03-03 16:19 UTC 

[RFC] CodeStyle: Use spaces when aligning/decorating
 2008-03-03 16:17 UTC  (12+ messages)
  ` [PATCH] CodingStyle: multiple updates

sysfs: duplicate filename '74' can not be created
 2008-03-03 16:17 UTC  (5+ messages)

jffs2: -ENOSPC when truncating file?!
 2008-03-03 16:09 UTC  (7+ messages)

[PATCH 2/2] usb-storage: add autosuspend support
 2008-03-03 16:12 UTC 

[PATCH 2/2] usb-storage: add autosuspend support
 2008-03-03 16:12 UTC 

[PATCH 1/2] SCSI: add dynamic Power Management infrastructure
 2008-03-03 16:09 UTC 

[PATCH 1/2] SCSI: add dynamic Power Management infrastructure
 2008-03-03 16:09 UTC 

[PATCH] chroot= as a new kernel parameter
 2008-03-03 16:08 UTC 

Unknown option: no-signed-off-by-cc (git-send-email)
 2008-03-03 16:06 UTC 

[PATCH] NETFILTER: per-netns FILTER/MANGLE/RAW tables for real
 2008-03-03 16:06 UTC 

unable to handle kernel paging request at virtual address
 2008-03-03 16:06 UTC  (5+ messages)

[linux-dvb] cx23885 status?
 2008-03-03 16:02 UTC  (4+ messages)

ide_register_hw(): buggy code
 2008-03-03 16:03 UTC  (2+ messages)

[Xenomai-help] rt_cond_wait doesn't timeout (xenomai 2.4.1)
 2008-03-03 16:02 UTC  (10+ messages)

[(RT RFC) PATCH v2 0/9] adaptive real-time locks
 2008-03-03 15:55 UTC  (9+ messages)
` [(RT RFC) PATCH v2 1/9] allow rt-mutex lock-stealing to include lateral priority
    ` [(RT RFC) PATCH v2 1/9] allow rt-mutex lock-stealing to includelateral priority
        ` [(RT RFC) PATCH v2 1/9] allow rt-mutex lock-stealing toincludelateral priority
` [(RT RFC) PATCH v2 4/9] optimize rt lock wakeup

[patch 4/6] xip: support non-struct page backed memory
 2008-03-03 15:59 UTC  (8+ messages)

[U-Boot-Users] [PATCH] fix QE firmware uploading limit
 2008-03-03 15:58 UTC 

[2.6 patch] acpi/battery.c: make 2 functions static
 2008-03-03 15:58 UTC  (13+ messages)
                  ` [patch] x86: phase out forced inlining

[PATCH] reduce alignment constraint on ia64 elf core header
 2008-03-03 15:56 UTC  (2+ messages)

[RFC PATCH -mm] LSM: Add lsm= boot parameter
 2008-03-03 15:54 UTC  (8+ messages)
  ` [PATCH -v2 -mm] LSM: Add security= "
      ` [PATCH -v3 "

Questions about the interrupt controller
 2008-03-03 15:55 UTC  (2+ messages)

[PATCH 000 of 9] md: Introduction EXPLAIN PATCH SET HERE
 2008-03-03 15:54 UTC  (3+ messages)
` [PATCH 001 of 9] md: Fix deadlock in md/raid1 and md/raid10 when handling a read error

CLONE_NEWNS and bind mounts to make "chroot" jail
 2008-03-03 15:54 UTC 

GSoC 2008 Application - Help Wanted!
 2008-03-03 15:52 UTC  (4+ messages)

KVM architecture docs
 2008-03-03 15:51 UTC 

[U-Boot-Users] PPC4xx enet crossover
 2008-03-03 15:49 UTC  (2+ messages)

[PATCH 1/4 net-2.6.26] [IPV4]: skb->dst can't be NULL in ip_options_echo
 2008-03-03 15:48 UTC  (4+ messages)
` [PATCH 2/4 net-2.6.26] [IPV4]: Cleanup ip_options_compile
` [PATCH 3/4 net-2.6.26] [SCTP]: seq_printf format warning
` [PATCH 4/4 net-2.6.26] [TCP]: Merge exit paths in tcp_v4_conn_request

Problems with iwl3945, hard to connect to encrypted networks
 2008-03-03 15:46 UTC  (2+ messages)

Please pull powerpc.git merge branch
 2008-03-03 15:44 UTC  (3+ messages)

sh sh7710voipgw_defconfig compile error
 2008-03-03 15:38 UTC  (2+ messages)

[BUG 2.6.25-rc3] scheduler/hotplug: some processes are dealocked when cpu is set to offline
 2008-03-03 15:31 UTC  (2+ messages)

Netgear WG311v3 - Marvell 88w8355 "Libertas"
 2008-03-03 15:28 UTC  (6+ messages)

sh r7780mp_defconfig compile error
 2008-03-03 15:30 UTC  (2+ messages)

[PATCH 3/4] autofs4 - track uid and gid of last mount requestor
 2008-03-03 15:28 UTC  (11+ messages)

[PATCH] Virtio network device migration support
 2008-03-03 15:27 UTC  (2+ messages)

latency problems with 2.6.24.3 and before (probably xfs related)
 2008-03-03 15:26 UTC  (2+ messages)

[Bluez-users] Stack Qualification
 2008-03-03 15:23 UTC  (2+ messages)

VMX nightly testing for Xen:#17153 is still blocked
 2008-03-03 15:20 UTC  (2+ messages)

x86: potential ioremap() issues
 2008-03-03 15:19 UTC  (5+ messages)

[PATCH] chroot= as a new kernel parameter
 2008-03-03 15:19 UTC  (6+ messages)

HDMI v. ICH8 on Dell XPS M1330
 2008-03-03 15:15 UTC  (9+ messages)

[PATCH] describe: fix --long output
 2008-03-03 14:37 UTC 

[Bug 10144] New: Wrong cpufreq speeds detected when overclocking (speeds reported using stock FSB, not overclocked)
 2008-03-03 15:07 UTC  (2+ messages)
` [Bug 10144] "

network namespace ipv6 perfs
 2008-03-03 15:04 UTC  (4+ messages)
  ` [Devel] "


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.