LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2008-06-06 18:26:24 to 2008-06-07 01:45:30 UTC [more...]

bug report
 2008-06-07  1:45 UTC  (3+ messages)

[PATCH] add AGP support for Radeon Mobility 9000 chipset
 2008-06-07  1:40 UTC  (2+ messages)

[patch 00/50] 2.6.25.6 -stable review
 2008-06-07  1:27 UTC  (52+ messages)
` [patch 01/50] block: do_mounts - accept root=<non-existant partition>
` [patch 02/50] POWERPC Bolt in SLB entry for kernel stack on secondary cpus
` [patch 03/50] USB: remove PICDEM FS USB demo (04d8:000c) device from ldusb
` [patch 04/50] USB: unusual_devs: Add support for GI 0401 SD-Card interface
` [patch 05/50] USB: option: add new Dell 5520 HSDPA variant
` [patch 06/50] USB: add Zoom Telephonics Model 3095F V.92 USB Mini External modem to cdc-acm
` [patch 07/50] USB: do not handle device 1410:5010 in option driver
` [patch 08/50] USB: add Telstra NextG CDMA id to "
` [patch 09/50] ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()
` [patch 10/50] libata: force hardreset if link is in powersave mode
` [patch 11/50] memory_hotplug: always initialize pageblock bitmap
` [patch 12/50] USB: fix build errors in ohci-omap.c and ohci-sm501.c
` [patch 13/50] i2c-nforce2: Disable the second SMBus channel on the DFI Lanparty NF4 Expert
` [patch 14/50] i2c/max6875: Really prevent 24RF08 corruption
` [patch 15/50] x86: user_regset_view table fix for ia32 on 64-bit
` [patch 16/50] i386: fix asm constraint in do_IRQ()
` [patch 17/50] CIFS: Fix UNC path prefix on QueryUnixPathInfo to have correct slash
` [patch 18/50] USB: add TELIT HDSPA UC864-E modem to option driver
` [patch 19/50] usb-serial: Use ftdi_sio driver for RATOC REX-USB60F
` [patch 20/50] cgroups: remove node_ prefix_from ns subsystem
` [patch 21/50] brd: dont show ramdisks in /proc/partitions
` [patch 22/50] types.h: dont expose struct ustat to userspace
` [patch 23/50] x86: dont read maxlvt before checking if APIC is mapped
` [patch 24/50] IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()
` [patch 25/50] x86: fix setup of cyc2ns in tsc_64.c
` [patch 26/50] x86: if we cannot calibrate the TSC, we panic
` [patch 27/50] x86: distangle user disabled TSC from unstable
` [patch 28/50] x86: disable TSC for sched_clock() when calibration failed
` [patch 29/50] XFS: Fix memory corruption with small buffer reads
` [patch 30/50] x86: prevent PGE flush from interruption/preemption
` [patch 31/50] Revert "PCI: remove default PCI expansion ROM memory allocation"
` [patch 32/50] PS3: gelic: fix memory leak
` [patch 33/50] netfilter: xt_iprange: module aliases for xt_iprange
` [patch 34/50] HID: split Numlock emulation quirk from HID_QUIRK_APPLE_HAS_FN
` [patch 35/50] CPUFREQ: Make acpi-cpufreq more robust against BIOS freq changes behind our back
` [patch 36/50] x86, fpu: fix CONFIG_PREEMPT=y corruption of applications FPU stack
` [patch 37/50] netfilter: nf_conntrack_expect: fix error path unwind in nf_conntrack_expect_init()
` [patch 38/50] netfilter: xt_connlimit: fix accouning when receive RST packet in ESTABLISHED state
` [patch 39/50] netfilter: nf_conntrack_ipv6: fix inconsistent lock state in nf_ct_frag6_gather()
` [patch 40/50] atl1: fix 4G memory corruption bug
` [patch 41/50] Smack: fuse mount hang fix
` [patch 42/50] proc: calculate the correct /proc/<pid> link count
` [patch 43/50] pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid/pagemap
` [patch 44/50] brk: make sys_brk() honor COMPAT_BRK when computing lower bound
` [patch 45/50] eCryptfs: remove unnecessary page decrypt call
` [patch 46/50] md: do not compute parity unless it is on a failed drive
` [patch 47/50] md: fix uninitialized use of mddev->recovery_wait
` [patch 48/50] md: fix prexor vs sync_request race
` [patch 49/50] capabilities: remain source compatible with 32-bit raw legacy capability support
` [patch 50/50] cpufreq: fix null object access on Transmeta CPU

[PATCH -mm 00/25] VM pageout scalability improvements (V10)
 2008-06-07  1:22 UTC  (43+ messages)
` [PATCH -mm 01/25] move isolate_lru_page() to vmscan.c
` [PATCH -mm 02/25] Use an indexed array for LRU variables
` [PATCH -mm 03/25] use an array for the LRU pagevecs
` [PATCH -mm 04/25] free swap space on swap-in/activation
` [PATCH -mm 05/25] define page_file_cache() function
` [PATCH -mm 06/25] split LRU lists into anon & file sets
` [PATCH -mm 07/25] second chance replacement for anonymous pages
` [PATCH -mm 08/25] add some sanity checks to get_scan_ratio
` [PATCH -mm 09/25] fix pagecache reclaim referenced bit check
` [PATCH -mm 10/25] add newly swapped in pages to the inactive list
` [PATCH -mm 11/25] more aggressively use lumpy reclaim
` [PATCH -mm 12/25] pageflag helpers for configed-out flags
` [PATCH -mm 13/25] Noreclaim LRU Infrastructure
` [PATCH -mm 14/25] Noreclaim LRU Page Statistics
` [PATCH -mm 15/25] Ramfs and Ram Disk pages are non-reclaimable
` [PATCH -mm 16/25] SHM_LOCKED "
` [PATCH -mm 17/25] Mlocked Pages "
` [PATCH -mm 18/25] Downgrade mmap sem while populating mlocked regions
` [PATCH -mm 19/25] Handle mlocked pages during map, remap, unmap
` [PATCH -mm 20/25] Mlocked Pages statistics
` [PATCH -mm 21/25] Cull non-reclaimable pages in fault path
` [PATCH -mm 22/25] Noreclaim and Mlocked pages vm events
` [PATCH -mm 23/25] Noreclaim LRU scan sysctl
` [PATCH -mm 24/25] Mlocked Pages: count attempts to free mlocked page
` [PATCH -mm 25/25] Noreclaim LRU and Mlocked Pages Documentation

[PATCH 2.6.25-4] getdelays.c: signal handling for log rotation
 2008-06-07  1:13 UTC  (8+ messages)

[2.6.26-rc4] Problems with rt2x00 USB interface on powerpc
 2008-06-07  0:52 UTC  (3+ messages)

[ 88.628451] BUG: unable to handle kernel paging request at f8dbf000 "isight_firmware"
 2008-06-07  1:05 UTC  (15+ messages)
              ` [PATCH] isight_firmware: Avoid crash on loading invalid firmware

Recoverable MCA interrupts from NMI handlers? IPMI and RCU?
 2008-06-07  0:44 UTC  (5+ messages)

[PATCH -mm 2/2] kprobes: add tests for register_kprobes
 2008-06-07  0:36 UTC  (2+ messages)

[PATCH 4/4] ide: tighten checks on PCI BARs in ide_hwif_configure()
 2008-06-07  0:12 UTC  (2+ messages)

[PATCH 0/3 v2] per-task-delay-accounting: add memory reclaim delay
 2008-06-07  0:24 UTC  (5+ messages)
` [PATCH 2/3 v2] per-task-delay-accounting: update taskstats for "

SMP Affinity Issue with IRQ#
 2008-06-07  0:21 UTC 

[PATCH] console - Add configurable support for console charset translation
 2008-06-06 23:47 UTC  (5+ messages)

update checkpatch.pl to version 0.19
 2008-06-06 23:30 UTC 

[PATCH 0/4, v14] PCI, ACPI: Physical PCI slot objects
 2008-06-06 23:20 UTC  (9+ messages)
` [PATCH] kobject: Export kobject_rename for pci_hotplug_core

Linux 2.6.25.5
 2008-06-06 23:27 UTC  (2+ messages)

[PATCH 2/3] [2.6.26] ehea: Add dependency to Kconfig
 2008-06-06 23:06 UTC  (9+ messages)
          ` [PATCH 1/2] make walk_memory_resource available with MEMORY_HOTPLUG=n

[RFC] x86: xsave/xrstor support, ucontext_t extensions
 2008-06-06 23:03 UTC  (12+ messages)
                ` x86: xsave/xrstor support; "

Какой номер ?
 2008-06-06 22:12 UTC 

[RFC][PATCH 0/4] configfs: Make nested default groups lockdep-friendly v2
 2008-06-06 23:01 UTC  (6+ messages)
` [RFC][PATCH 4/4] configfs: Make multiple default_group destructions lockdep friendly

2.6.25.4-rt6
 2008-06-06 22:59 UTC 

[PATCH] Update taskstats-struct document for scaled time accounting
 2008-06-06 22:57 UTC 

[PATCH] usb: digi_accelport.c trivial sparse lock annotation
 2008-06-06 22:51 UTC  (2+ messages)
` patch usb-digi_accelport.c-trivial-sparse-lock-annotation.patch added to gregkh-2.6 tree

[patch -v3 00/22] use simple_read_from_buffer and memory_read_from_buffer
 2008-06-06 22:46 UTC  (3+ messages)
` [patch -v3 02/22] ocfs2: use simple_read_from_buffer

Inquiry: Should we remove "isolcpus= kernel boot option? (may have realtime uses)
 2008-06-06 22:28 UTC  (9+ messages)

[GIT PULL] ext4 bugfixes
 2008-06-06 22:17 UTC 

[git pull] PCI fixes
 2008-06-06 22:16 UTC  (3+ messages)

Intel IOMMU (and IOMMU for Virtualization) performances
 2008-06-06 21:51 UTC  (8+ messages)

[PATCH] make clean: remove *.o.* as well
 2008-06-06 21:47 UTC 

iwl4965 oops in 2.6.25-rc5 x86_64
 2008-06-06 21:43 UTC  (12+ messages)
    ` iwl4965 oops in 2.6.26-rc5 x86_64

[PATCH] x86: early check if one system is numaq v2
 2008-06-06 21:43 UTC  (4+ messages)
` [PATCH] x86: move e820_register_active to e820.c
  ` [PATCH] x86: 32 bit use e820_register_active_regions
    ` [PATCH] x86: shrink pages should check all

RFC [PATCH] x86: make generic arch support NUMAQ
 2008-06-06 21:41 UTC  (3+ messages)
` [PATCH] x86: make generic arch support NUMAQ v2
  ` [PATCH] x86: make generic arch support NUMAQ v3

[PATCH 3/4] sgiioc4: use driver name for resource allocation
 2008-06-06 21:34 UTC 

[PATCH 2/4] icside: use ide_init_port_hw()
 2008-06-06 21:32 UTC 

[PATCH 1/4] icside: don't use hwif->hwif_data
 2008-06-06 21:31 UTC 

[patch 0/7] speculative page references, lockless pagecache, lockless gup
 2008-06-06 21:32 UTC  (2+ messages)

Camino de Lobos
 2008-06-06  2:17 UTC 

[fixed] [patch] Re: [bug] stuck localhost TCP connections, v2.6.26-rc3+
 2008-06-06 21:28 UTC  (16+ messages)

[intel-agp] Rewrite GTT on resume
 2008-06-06 21:17 UTC  (3+ messages)

Linux-next Alsa hda_intel events/0 high CPU usage, bisected
 2008-06-06 21:15 UTC  (2+ messages)

[PATCH 0/10] Add generic helpers for arch IPI function calls #4
 2008-06-06 21:11 UTC  (7+ messages)
` [PATCH 9/10] parisc: convert to generic helpers for IPI function calls

Top kernel oopses/warnings for the week of Friday June 6th, 2008
 2008-06-06 21:06 UTC  (4+ messages)

[PATCH] NET: Proper handling of IPv6 header in tun driver when TUN_NO_PI is set
 2008-06-06 20:55 UTC  (4+ messages)
    ` [PATCH] NET: Proper handling of IPv6 header in tun driver whenTUN_NO_PI "

2.6.25.1, stray noise in dmesg
 2008-06-06 20:42 UTC  (5+ messages)

Linux 2.4.36.6
 2008-06-06 20:40 UTC  (3+ messages)

2.6.25 -> 2.6.26-rc1: pcmcia flash card changed name from hda to hdc
 2008-06-06 20:45 UTC  (4+ messages)

[PATCH] gigaset: fix module reference counting
 2008-06-06 22:39 UTC 

serial/bfin_5xx.c build error
 2008-06-06 20:21 UTC  (4+ messages)

Unresolved symbols when compiling/linking 2.6.26-rc5
 2008-06-06 20:31 UTC 

Locking in the (now generic) GPIO infrastructure?
 2008-06-06 20:13 UTC  (4+ messages)

[PATCH] firewire: fill_bus_reset_event needs lock protection
 2008-06-06 20:11 UTC 

Camino de Lobos
 2008-06-06  0:55 UTC 

blackfin drivers/net/smc91x.c build error
 2008-06-06 19:52 UTC  (2+ messages)

bug? acpi p-state + ondemand keeps dropping max freq
 2008-06-06 19:47 UTC  (4+ messages)

[GIT PULL] KVM updates for Linux 2.6.26-rc5
 2008-06-06 19:46 UTC 

[PATCH] Add support for a no-name 4 ports multiserial card
 2008-06-06 19:40 UTC  (3+ messages)

[2.6.26-rc5] iwlwifi 4965 not working - last on 2.6.23
 2008-06-06 19:37 UTC  (3+ messages)

IB/ehca: Reject send WRs only for RESET, INIT and RTR state
 2008-06-06 20:20 UTC  (2+ messages)
` [ofa-general] "

linux-next Regression: Unable to locate IOAPIC
 2008-06-06 18:50 UTC  (4+ messages)

2,6.26-rc4-git2 - long pause during boot
 2008-06-06 18:40 UTC  (8+ messages)

Linux 2.6.26-rc5
 2008-06-06 18:35 UTC  (3+ messages)

[PATCH 2.6.26-rc5 0/2] cris: compile fixes for 2.6.26-rc5
 2008-06-06 18:32 UTC  (2+ messages)

strange timestamp in dmesg
 2008-06-06 18:40 UTC  (5+ messages)

[GIT PULL] please pull infiniband.git
 2008-06-06 18:26 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 read-only IMAP folder(s) and NNTP newsgroup(s).