All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2006-08-10 19:36:35 to 2006-08-10 20:24:25 UTC [more...]

[PATCH for review] [2/145] i386: Update defconfig
 2006-08-10 19:55 UTC  (133+ messages)
` [PATCH for review] [3/145] i386: Allow to use GENERICARCH for UP kernels
` [PATCH for review] [4/145] x86_64: Temporarily revert parts of the Core 2 nmi nmi watchdog support
` [PATCH for review] [5/145] x86_64: Add performance counter reservation framework for UP kernels
` [PATCH for review] [6/145] x86_64: Utilize performance counter reservation framework in oprofile
` [PATCH for review] [7/145] x86_64: Add SMP support on x86_64 to reservation framework
` [PATCH for review] [8/145] x86_64: Add SMP support on i386 "
` [PATCH for review] [9/145] x86_64: Cleanup NMI interrupt path
` [PATCH for review] [10/145] x86_64: Add TIF_RESTORE_SIGMASK
` [PATCH for review] [11/145] x86_64: Add ppoll/pselect syscalls
` [PATCH for review] [12/145] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi functions
` [PATCH for review] [13/145] x86_64: Add abilty to enable/disable nmi watchdog with sysctl
` [PATCH for review] [14/145] x86_64: Add abilty to enable/disable nmi watchdog from procfs (update)
` [PATCH for review] [15/145] x86_64: Allow users to force a panic on NMI
` [PATCH for review] [16/145] x86_64: x86 clean up nmi panic messages
` [PATCH for review] [17/145] i386/x86-64: x86 nmi fix
` [PATCH for review] [18/145] x86_64: x86 nmi fix 2
` [PATCH for review] [19/145] x86_64: Fix up panic messages for different NMI panics
` [PATCH for review] [20/145] x86_64: make functions static
` [PATCH for review] [21/145] x86_64: kdump x86_64 nmi event notification fix
` [PATCH for review] [22/145] x86_64: Kdump i386 "
` [PATCH for review] [23/145] i386: Enable NMI watchdog by default
` [PATCH for review] [24/145] x86_64: i386/x86-64 Add nmi watchdog support for new Intel CPUs
` [PATCH for review] [25/145] x86_64: Add macros for rdtscp
` [PATCH for review] [26/145] x86_64: Add initalization of the RDTSCP auxilliary values
` [PATCH for review] [28/145] x86_64: Add portable getcpu call
` [PATCH for review] [30/145] x86_64: x86-64 TIF flags for debug regs and io bitmap in ctxsw
` [PATCH for review] [31/145] x86_64: Don't print virtual address in HPET initialization
` [PATCH for review] [32/145] x86_64: A few trivial spelling and grammar fixes
` [PATCH for review] [34/145] i386: Account spinlocks to the caller during profiling for !FP kernels
` [PATCH for review] [35/145] x86_64: Simplify profile_pc on x86-64
` [PATCH for review] [36/145] x86_64: Document backtracer selection options
` [PATCH for review] [37/145] x86_64: Support patchable lock prefix for pure assembly files
` [PATCH for review] [38/145] x86_64: Switch rwlocks over to patchable lock prefix
` [PATCH for review] [39/145] x86_64: Clean up read write lock assembly
` [PATCH for review] [40/145] i386: Remove const case for rwlocks
` [PATCH for review] [41/145] x86_64: Add proper alignment to ENTRY
` [PATCH for review] [42/145] i386: add alternative-asm.h to allow LOCK_PREFIX replacement in .S files
` [PATCH for review] [43/145] i386: Redo semaphore and rwlock assembly helpers
` [PATCH for review] [45/145] x86_64: Add some comments what tce.c actually does
` [PATCH for review] [47/145] x86_64: Remove apic mismatch counter
` [PATCH for review] [48/145] x86_64: Remove old "focus disabled" chipset errata workaround
` [PATCH for review] [50/145] i386: Minor fixes & cleanup to tlb flush
` [PATCH for review] [51/145] x86_64: Add some comments to entry.S
` [PATCH for review] [53/145] x86_64: Remove leftover MCE/EISA support
` [PATCH for review] [56/145] x86_64: Factor out common io apic routing entry access
` [PATCH for review] [58/145] x86_64: AUX_DEVICE_INFO is one byte long, use 'movb'
` [PATCH for review] [61/145] x86_64: Replace mp bus array with bitmap for bus not pci
` [PATCH for review] [62/145] x86_64: Remove useless wrapper in mpparse.c code
` [PATCH for review] [65/145] i386: Clean up code style in mpparse.c ACPI code
` [PATCH for review] [66/145] x86_64: Use BUILD_BUG_ON in apic.c build sanity checking
` [PATCH for review] [67/145] x86_64: Detect CFI support in the assembler at runtime
` [PATCH for review] [68/145] x86_64: Remove obsolete CVS $ from assembler files in arch/x86_64/kernel/*
` [PATCH for review] [70/145] x86_64: initialize end of memory variables as early as possible
` [PATCH for review] [71/145] x86_64: remove int_delivery_dest
` [PATCH for review] [72/145] i386: initialize end-of-memory variables as early as possible
` [PATCH for review] [73/145] x86_64: Add stack documentation document from Keith Owens
` [PATCH for review] [74/145] x86_64: Calgary IOMMU: rearrange 'struct iommu_table' members
` [PATCH for review] [75/145] x86_64: Calgary IOMMU: consolidate per bus data structures
` [PATCH for review] [76/145] x86_64: Calgary IOMMU: break out of pci_find_device_reverse if dev not found
` [PATCH for review] [77/145] x86_64: Calgary IOMMU: fix error path memleak in calgary_free_tar
` [PATCH for review] [78/145] x86_64: Calgary IOMMU: fix reference counting of Calgary PCI devices
` [PATCH for review] [79/145] x86_64: Calgary IOMMU: calgary_init_one_nontraslated() can return void
` [PATCH for review] [80/145] x86_64: Calgary IOMMU: save a bit of space in bus_info
` [PATCH for review] [81/145] i386: Remove lock section support in mutex.h, semaphore.h
` [PATCH for review] [82/145] x86_64: Don't use lock section for mutexes and semaphores
` [PATCH for review] [83/145] x86_64: fix is_at_popf() for compat tasks
` [PATCH for review] [84/145] x86_64: annotate arch/x86_64/lib/*.S
` [PATCH for review] [85/145] x86_64: Fix gdt table size in trampoline.S
` [PATCH for review] [86/145] x86_64: remove superflous BUG_ON's in nommu and gart
` [PATCH for review] [87/145] x86_64: remove lock prefix from is_at_popf() tests
` [PATCH for review] [88/145] x86_64: Use early CPU identify before early command line parsing
` [PATCH for review] [89/145] x86_64: Allow early_param and identical __setup to exist
` [PATCH for review] [90/145] x86_64: Replace i386 open-coded cmdline parsing with
` [PATCH for review] [91/145] x86_64: Convert x86-64 to early param
` [PATCH for review] [92/145] x86_64: Remove need for early lockdep init
` [PATCH for review] [93/145] i386/x86-64: Move acpi_disabled variables into acpi/boot.c
` [PATCH for review] [94/145] x86_64: Clean up acpi_numa variable
` [PATCH for review] [95/145] x86_64: Move e820 map into e820.c
` [PATCH for review] [96/145] x86_64: Add sparse annotation to vsyscall.c
` [PATCH for review] [97/145] x86_64: Add sparse annotations to quiet sparse in arch/x86_64/mm/fault.c
` [PATCH for review] [98/145] x86_64: Fix most sparse warnings in sys_ia32.c
` [PATCH for review] [99/145] x86_64: Fix sparse warnings in compat aout code
` [PATCH for review] [100/145] x86_64: Fix broken indentation in iommu_setup
` [PATCH for review] [101/145] x86_64: Replace local_save_flags+local_irq_disable with
` [PATCH for review] [102/145] x86_64: Remove unneeded externs in acpi/boot.c
` [PATCH for review] [103/145] i386/x86-64: rename is_at_popf(), add iret to tests and fix
` [PATCH for review] [104/145] x86_64: print whether CONFIG_IOMMU_DEBUG is enabled
` [PATCH for review] [105/145] x86_64: only verify the allocation bitmap if CONFIG_IOMMU_DEBUG is on
` [PATCH for review] [106/145] x86_64: remove tce_cache_blast_stress()
` [PATCH for review] [107/145] x86_64: Calgary IOMMU: eradicate sole remaining 80 chars per line offender
` [PATCH for review] [108/145] x86_64: Some preparationary cleanup for stack trace
` [PATCH for review] [109/145] x86_64: Convert modlist_lock to be a raw spinlock
` [PATCH for review] [110/145] x86_64: Don't access the APIC in safe_smp_processor_id when it is not mapped yet
` [PATCH for review] [111/145] x86_64: Move unwind_init earlier
` [PATCH for review] [112/145] x86_64: Merge stacktrace and show_trace
` [PATCH for review] [113/145] i386: Do stacktracer conversion too
` [PATCH for review] [114/145] x86_64: Don't force frame pointers for lockdep
` [PATCH for review] [115/145] x86_64: fix dubious segment register clear in cpu_init()
` [PATCH for review] [116/145] i386: don't taint UP K7's running SMP kernels
` [PATCH for review] [117/145] i386: error_code is not safe for kprobes
` [PATCH for review] [118/145] x86_64: Mark error_entry as forbidden to kprobes
` [PATCH for review] [119/145] x86_64: X86_64 monotonic_clock goes backwards
` [PATCH for review] [120/145] i386/x86-64: Improve Kconfig description of CRASH_DUMP
` [PATCH for review] [121/145] x86_64: Make boot_param_data pure BSS
` [PATCH for review] [122/145] i386: Fix warning in mpparse.c
` [PATCH for review] [123/145] i386: make fault notifier unconditional and export it
` [PATCH for review] [124/145] "
` [PATCH for review] [125/145] i376: Make acpi_force static
` [PATCH for review] [126/145] i386: Make enable_local_apic static
` [PATCH for review] [127/145] i386: move kernel_thread_helper into entry.S
` [PATCH for review] [128/145] i386: Descriptor and trap table cleanups
` [PATCH for review] [129/145] x86_64: Auto size the per cpu area
` [PATCH for review] [130/145] i386: clean up topology.c
` [PATCH for review] [131/145] i386: mark two more functions as __init
` [PATCH for review] [132/145] x86_64: fix bus numbering format in mmconfig warning
` [PATCH for review] [133/145] x86_64: Support physical cpu hotplug for x86_64
` [PATCH for review] [134/145] x86_64: non lazy "sleazy" fpu implementation
` [PATCH for review] [135/145] x86_64: wire up oops_enter()/oops_exit()
` [PATCH for review] [136/145] x86_64: x86_64 kernel mapping fix
` [PATCH for review] [137/145] i386: KPROBE_ENTRY ends up putting code into .fixup
` [PATCH for review] [138/145] i386: remove redundant generic_identify() calls when identifying cpus
` [PATCH for review] [139/145] x86_64: mark init_amd() as __cpuinit
` [PATCH for review] [140/145] i386: mark cpu_dev structures as __cpuinitdata
` [PATCH for review] [141/145] i386: mark cpu init functions as __cpuinit, data "
` [PATCH for review] [142/145] i386: mark cpu identify functions as __cpuinit
` [PATCH for review] [143/145] i386: mark cpu cache "
` [PATCH for review] [144/145] i386: Disallow kprobes on NMI handlers
` [PATCH for review] [145/145] "

remove config.h includes from asm-i386 & asm-x86_64
 2006-08-10 20:13 UTC 

EXPORT_SYMBOL_GPL(paravirt_ops);
 2006-08-10 20:23 UTC  (5+ messages)

[PATCH 2/5] Register ext3dev filesystem
 2006-08-10 20:23 UTC  (11+ messages)
` [Ext2-devel] "

[PATCH 1/5] Forking ext4 filesystem from ext3 filesystem
 2006-08-10 20:22 UTC  (15+ messages)
      ` [Ext2-devel] "

[Buildroot] svn commit: trunk/buildroot/package/valgrind
 2006-08-10 20:21 UTC 

[PATCH 00/12] ThinkPad embedded controller and hdaps drivers (version 2)
 2006-08-10 20:18 UTC  (4+ messages)

[Cluster-devel] Magma; Magma-plugins
 2006-08-10 20:19 UTC 

[PATCH 2/9] sector_t format string
 2006-08-10 20:17 UTC  (9+ messages)

Debugging with no serial port
 2006-08-10 20:12 UTC 

[Fastboot] Ia64 kdump patch
 2006-08-10 20:11 UTC  (3+ messages)

diff machinery cleanup
 2006-08-10 20:10 UTC  (5+ messages)

[Buildroot] Packages that error out during build
 2006-08-10 20:11 UTC  (3+ messages)

[Fastboot] [CFT] ELF Relocatable x86 and x86_64 bzImages
 2006-08-10 20:09 UTC  (12+ messages)

[Cluster-devel] cluster/gfs/gfs_fsck block_list.c block_list.h
 2006-08-10 20:10 UTC 

[Buildroot] svn commit: trunk/buildroot/package/hotplug
 2006-08-10 20:08 UTC 

[Cluster-devel] Magma; Magma-plugins
 2006-08-10 20:07 UTC  (2+ messages)

2.6.18-rc3-mm2
 2006-08-10 20:02 UTC  (3+ messages)
` 2.6.18-rc3-mm2 - IPV6_MULTIPLE_TABLES borked

What is the status of the "no mic" problem on hda-intel?
 2006-08-10 20:02 UTC  (2+ messages)

[NTP 0/9] NTP patches
 2006-08-10 19:59 UTC  (6+ messages)
` [NTP 8/9] convert to the NTP4 reference model

[PATCH] Add Documentation/howto/setup-git-server-over-http.txt
 2006-08-10 20:00 UTC 

Urgent help needed on an NFS question, please help!!!
 2006-08-10 19:59 UTC  (10+ messages)

How to make KDE default windows manager?
 2006-08-10 19:55 UTC  (3+ messages)
` smtp vs sendmail query

Merging libata PATA support into the base kernel
 2006-08-10 19:54 UTC  (8+ messages)

[PATCH try #2] fuse: fix error case in fuse_readpages
 2006-08-10 19:53 UTC  (2+ messages)

The minimal ALSA installation
 2006-08-10 19:52 UTC  (2+ messages)

[U-Boot-Users] How to load the second u-boot loader from first one
 2006-08-10 19:51 UTC  (2+ messages)

rpc.idmapd oops with latest NFS bits from your web site
 2006-08-10 19:51 UTC  (5+ messages)

skb_shared_info()
 2006-08-10 19:49 UTC  (2+ messages)

[Cluster-devel] cluster/gfs/gfs_grow main.c
 2006-08-10 19:48 UTC 

[Cluster-devel] conga/luci/cluster resource-form-macros resour 
 2006-08-10 19:46 UTC 

matroxfb-fix-dvi-setup-to-be-more-compatible.patch introduces jitter
 2006-08-10 19:45 UTC  (2+ messages)

[Cluster-devel] cluster/cman/daemon ais.c
 2006-08-10 19:45 UTC 

[RFC] Privilege escalation in filesystems
 2006-08-10 19:45 UTC  (2+ messages)

[U-Boot-Users] How to load the second u-boot loader from first one
 2006-08-10 19:44 UTC  (2+ messages)

[1/3] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory policy restrictions
 2006-08-10 19:41 UTC  (2+ messages)

[Drbd-dev] Proposed update to packet dumping code
 2006-08-10 19:41 UTC 

[Cluster-devel] cluster/group/gfs_controld recover.c
 2006-08-10 19:40 UTC 

[U-Boot-Users] How to load the second u-boot loader from first one
 2006-08-10 19:40 UTC  (2+ messages)

iptable compiled but errors returned
 2006-08-10 19:38 UTC  (2+ messages)
` iptables installed while old version alredy was


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.