linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-01-16 16:52:58 to 2008-01-16 22:46:38 UTC [more...]

[GIT PULL] please pull infiniband.git
 2008-01-16 22:46 UTC 

questions on NAPI processing latency and dropped network packets
 2008-01-16 22:42 UTC  (5+ messages)

[PATCH 3/12] ide-floppy: remove struct idefloppy_capacity_descriptor
 2008-01-16 22:51 UTC  (4+ messages)
` [PATCH 12/12] ide-floppy: fix most of the remaining checkpatch.pl issues
  ` (was: Re:...) [PATCH 12/12] ide-floppy: fix most of the remaining checkpatch.pl issues-v2

[PATCH 0/12] ide-floppy redux v2.5
 2008-01-16 22:25 UTC  (7+ messages)
` [PATCH 10/12] ide-floppy: remove atomic test_*bit macros

Why is the kfree() argument const?
 2008-01-16 22:37 UTC  (9+ messages)

[RFC PATCH 00/22 -v2] mcount and latency tracing utility -v2
 2008-01-16 22:36 UTC  (20+ messages)
` [RFC PATCH 16/22 -v2] add get_monotonic_cycles

[patch] Converting writeback linked lists to a tree based data structure
 2008-01-16 22:35 UTC  (11+ messages)

[patch] VFS: extend /proc/mounts
 2008-01-16 22:30 UTC  (2+ messages)

[patch 0/4] x86: PAT followup - Incremental changes and bug fixes
 2008-01-16 22:29 UTC  (12+ messages)
` [patch 2/4] x86: PAT followup - Remove KERNPG_TABLE from pte entry

SLUB: Increasing partial pages
 2008-01-16 22:28 UTC  (6+ messages)

[PATCH] [0/7] Some random x86 patches that should all go into git-x86
 2008-01-16 22:27 UTC  (8+ messages)
` [PATCH] [1/7] i386: Move MWAIT idle check to generic CPU initialization
` [PATCH] [2/7] Use the correct cpuid method to detect MWAIT support for C states
` [PATCH] [3/7] Use shorter addresses in i386 segfault printks
` [PATCH] [4/7] Print which shared library/executable faulted in segfault etc. messages
` [PATCH] [5/7] Replace hard coded reservations in x86-64 early boot code with dynamic table v2
` [PATCH] [6/7] Optimize lock prefix switching to run less frequently v2
` [PATCH] [7/7] Don't disable the APIC if it hasn't been mapped yet

[PATCH] Only print kernel debug information for OOMs caused by kernel allocations
 2008-01-16 22:24 UTC 

[PATCH] Deprecate checkpatch.pl --file mode; add warning; add --file-force
 2008-01-16 22:21 UTC 

x86: remove casts
 2008-01-16 22:20 UTC  (2+ messages)

[PATCH 00/26] Permit filesystem local caching
 2008-01-16 22:19 UTC  (9+ messages)
  ` [PATCH 08/26] Add a secctx_to_secid() LSM hook to go along with the existing

[PATCH mm] [1/2] Remove a.out interpreter support in ELF loader
 2008-01-16 22:18 UTC  (2+ messages)
` [PATCH mm] [2/2] Remove ibcs2 support in ELF loader too

[RFC on MODULE SUPPORT] hello, Rusty, Should we provide module information even if the kernel module compiled built-in with bzImage?
 2008-01-16 22:15 UTC  (3+ messages)

[PATCH] [0/36] Great change_page_attr patch series v3
 2008-01-16 22:15 UTC  (37+ messages)
` [PATCH] [1/36] Undo pat cpa patch
` [PATCH] [2/36] Undo pageattr_32 portions of 11c9734cbcf4c5862260442a5d56dd4779799fcc
` [PATCH] [3/36] Undo pageattr_64 parts of 4157e20af49a04d75a807e6d15b3e70c8e688ccc
` [PATCH] [4/36] CPA: Undo white space changes
` [PATCH] [5/36] CPA: Implement change_page_attr_addr entry point for i386
` [PATCH] [6/36] CPA Handle 4K split pages at boot on 64bit
` [PATCH] [7/36] Shrink __PAGE_KERNEL/__PAGE_KERNEL_EXEC on non PAE kernels
` [PATCH] [8/36] CPA: Do a simple self test at boot
` [PATCH] [9/36] Add pte accessors for the global bit
` [PATCH] [10/36] Add pte_pgprot on i386
` [PATCH] [11/36] Don't drop NX bit in pte modifier functions for 32bit
` [PATCH] [12/36] Extract page table dumping code from i386 fault handler into dump_pagetable()
` [PATCH] [13/36] CPA: Return the page table level in lookup_address()
` [PATCH] [14/36] CPA: Add simple self test at boot
` [PATCH] [15/36] CPA: Change kernel_map_pages to not use c_p_a()
` [PATCH] [16/36] CPA: Change 32bit back to init_mm semaphore locking
` [PATCH] [17/36] CPA: CLFLUSH support in change_page_attr()
` [PATCH] [18/36] CPA: Use macros to modify the PG_arch_1 page flags in change_page_attr
` [PATCH] [19/36] CPA: Use page granuality TLB flushing "
` [PATCH] [20/36] CPA: Don't flush the caches when the CPU supports self-snoop
` [PATCH] [21/36] CPA: Use wbinvd() macro instead of inline assembly in 64bit c_p_a()
` [PATCH] [22/36] CPA: Reorder TLB / cache flushes to follow Intel recommendation
` [PATCH] [23/36] CPA: Make change_page_attr() more robust against use of PAT bits
` [PATCH] [24/36] CPA: Limit cache flushing to pages that really change caching
` [PATCH] [25/36] CPA: Fix inaccurate comments in 64bit change_page_attr()
` [PATCH] [26/36] CPA: Dump pagetable when inconsistency is detected
` [PATCH] [27/36] CPA: Only queue actually unused page table pages for freeing
` [PATCH] [28/36] CPA: Remove unnecessary masking of address
` [PATCH] [29/36] CPA: Only unmap kernel init pages in text mapping when CONFIG_DEBUG_RODATA is set
` [PATCH] [30/36] CPA: Always do full TLB flush when splitting large pages
` [PATCH] [31/36] CPA: Fix reference counting when changing already changed pages
` [PATCH] [32/36] CPA: Change comments of external interfaces to kerneldoc format
` [PATCH] [33/36] CPA: Make kernel_text test match boot mapping initialization
` [PATCH] [34/36] CPA: Add a BUG_ON checking for someone setting the kernel text NX
` [PATCH] [35/36] Remove set_kernel_exec
` [PATCH] [36/36] Clean up pte_exec

[PATCH 1/2] x86: clear pci_mmcfg_virt when mmcfg get rejected
 2008-01-16 22:09 UTC  (2+ messages)
  ` [PATCH 2/2] x86: MMCONF enable MCFG early

[PATCH 0/2] x86: MMCONF init sequence
 2008-01-16 22:11 UTC 

2.6.24-rc8 hangs at mfgpt-timer
 2008-01-16 21:56 UTC  (3+ messages)

[PATCH 000 of 6] md: various fixes for md
 2008-01-16 21:54 UTC  (8+ messages)
` [PATCH 001 of 6] md: Fix an occasional deadlock in raid5

thinkpad_acpi: define _sta only when needed
 2008-01-16 21:54 UTC  (8+ messages)
` [PATCH] thinkpad_acpi: Remove superfluous prototypes from internal header
  ` [PATCH] thinkpad_acpi: Define _sta() only when there are callsites

[UNIONFS] 00/29 Unionfs and related patches pre-merge review (v2)
 2008-01-16 21:41 UTC  (4+ messages)

hpet_late_init hang
 2008-01-16 21:39 UTC  (4+ messages)

[PATCH] scripts: minor decodecode update
 2008-01-16 21:30 UTC  (2+ messages)

[RFC] Parallelize IO for e2fsck
 2008-01-16 21:30 UTC 

[RFD] Incremental fsck
 2008-01-16 21:28 UTC  (16+ messages)
            ` [Patch] document ext3 requirements (was Re: [RFD] Incremental fsck)

[PATCH] block2mtd lockdep_init_map warning
 2008-01-16 21:20 UTC  (4+ messages)

setting jiffies as the clocksource stops time
 2008-01-16 21:23 UTC  (3+ messages)

[PATCH] IB/ipoib: Fix undefined symbol (priv->cm) if ipoib_cm disabled
 2008-01-16 21:22 UTC  (2+ messages)
` [ofa-general] "

[PATCH 0 of 4] x86: some more patches
 2008-01-16 21:06 UTC  (12+ messages)

[PATCH] x86: fix detection of CONSTANT_TSC bit for AMD CPUs
 2008-01-16 20:59 UTC  (3+ messages)

[patch 2/2] 8250_pnp: register x86 COM ports at the conventional ttyS names
 2008-01-16 20:42 UTC  (2+ messages)

psmouse.c: GlidePoint at isa0060/serio1/input0 lost sync at byte 1
 2008-01-16 20:49 UTC  (10+ messages)
` [BISECTED] "

[PATCH 00/10] x86: Reduce memory and intra-node effects with large count NR_CPUs V3
 2008-01-16 20:37 UTC  (17+ messages)
` [PATCH 01/10] x86: Change size of APICIDs from u8 to u16 V3
` [PATCH 02/10] x86: Change size of node ids "
` [PATCH 03/10] x86: Change NR_CPUS arrays in powernow-k8 V3
` [PATCH 04/10] x86: Change NR_CPUS arrays in intel_cacheinfo V3
` [PATCH 05/10] x86: Change NR_CPUS arrays in smpboot_64 V3
` [PATCH 06/10] x86: Change NR_CPUS arrays in topology V3
` [PATCH 07/10] x86: Cleanup x86_cpu_to_apicid references V3
` [PATCH 08/10] x86: Change NR_CPUS arrays in numa_64 V3
` [PATCH 09/10] x86: Change NR_CPUS arrays in acpi-cpufreq V3
` [PATCH 10/10] x86: Change bios_cpu_apicid to percpu data variable V3

Linux 2.6.16.58
 2008-01-16 20:14 UTC  (3+ messages)

[patch] util-linux-ng: unprivileged mounts support
 2008-01-16 20:33 UTC  (3+ messages)

[Patch] document ext3 requirements (was Re: [RFD] Incremental fsck)
 2008-01-16 20:05 UTC  (3+ messages)

unionfs, cow, and whiteout
 2008-01-16 20:18 UTC  (4+ messages)

[patch 0/2] serial: explicitly request ttyS0-3 for COM1-4
 2008-01-16 20:14 UTC  (10+ messages)
` [patch 1/2] 8250: add serial8250_register_port_at() for requesting specific ttyS lines
` [patch 2/2] 8250_pnp: register x86 COM ports at the conventional ttyS names

[linux-kernel] Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
 2008-01-16 20:08 UTC  (19+ messages)

2.6.24-rc7-rt3
 2008-01-16 20:10 UTC  (4+ messages)

[rfc] lockless get_user_pages for dio (and more)
 2008-01-16 19:58 UTC  (4+ messages)

HPET timer broken using 2.6.23.13 / nanosleep() hangs
 2008-01-16 19:39 UTC  (8+ messages)

[RFC][PATCH] per-task I/O throttling
 2008-01-16 19:21 UTC  (4+ messages)

[PATCH] input: psmouse: fix input_dev leak in lifebook driver
 2008-01-16 19:15 UTC  (4+ messages)

2.6.24-rc5 sysfs pci bridge duplicate symlink
 2008-01-16 19:02 UTC  (5+ messages)

EDD hangs
 2008-01-16 18:40 UTC  (2+ messages)

PNP_DRIVER_RES_DISABLE breaks swsusp at least with snd_cs4236
 2008-01-16 18:16 UTC  (6+ messages)
` -mm: pnp-do-not-stop-start-devices-in-suspend-resume-path.patch breaks resuming isapnp cards

[PATCH] mmu notifiers #v2
 2008-01-16 17:48 UTC  (3+ messages)

[PATCH 00/10] x86: Reduce memory and intra-node effects with large count NR_CPUs
 2008-01-16 18:07 UTC  (5+ messages)

[PATCH] ia64 aliasing-test: fix gcc warnings on non-ia64
 2008-01-16 18:05 UTC  (2+ messages)

[PATCH 00/27] Read-only bind mounts (-mm resend)
 2008-01-16 17:47 UTC  (8+ messages)
` [PATCH 04/27] kill filp_open()

[ANNOUNCE] Btrfs v0.10 (online growing/shrinking, ext3 conversion, and more)
 2008-01-16 17:50 UTC  (3+ messages)
` [Btrfs-devel] "

Performance loss 2.6.22->22.6.23->2.6.24-rc7 on CPU intensive benchmark on 8 Core Xeon
 2008-01-16 17:34 UTC  (6+ messages)

Updatedb hangs Kernel 2.6.22.9-cfs-v22
 2008-01-16 17:11 UTC  (6+ messages)

[REGRESSION] 2.6.24-rc7: e1000: Detected Tx Unit Hang
 2008-01-16 17:07 UTC  (5+ messages)

[PATCH] rtc-ds1307 : ds_1340 change init
 2008-01-16 16:05 UTC 


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 NNTP newsgroup(s).