LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
Why to I2c drivers not autoload like other PCI devices?
2007-01-04 20:47 UTC (8+ messages)
` [i2c] "
[BUG KERNEL 2.6.20-rc1] ftp: get or put stops during file-transfer
2007-01-04 20:45 UTC (6+ messages)
[RFC] Heads up on a series of AIO patchsets
2007-01-04 20:33 UTC (13+ messages)
` [PATCHSET 1][PATCH 0/6] Filesystem AIO read/write
[UPDATED PATCH] fix memory corruption from misinterpreted bad_inode_ops return values
2007-01-04 20:24 UTC (12+ messages)
Multi kernel tree support on the same distro?
2007-01-04 20:23 UTC (2+ messages)
BUG, 2.6.20-rc3 raid autodetection
2007-01-04 19:57 UTC (3+ messages)
[Dumb question] 100k RTC interrupts/sec on SMP system: why?
2007-01-04 19:44 UTC (4+ messages)
[PATCH -mm 0/8] user ns: Introduction
2007-01-04 19:43 UTC (13+ messages)
` [PATCH -mm 1/8] nsproxy: externalizes exit_task_namespaces
` [PATCH -mm 2/8] user namespace: add the framework
` [PATCH -mm 3/8] user ns: add user_namespace ptr to vfsmount
` [PATCH -mm 4/8] user ns: hook permission
` [PATCH -mm 5/8] user ns: prepare copy_tree, copy_mnt, and their callers to handle errs
` [PATCH -mm 6/8] user ns: implement shared mounts
` [PATCH -mm 7/8] user_ns: handle file sigio
` [PATCH -mm 8/8] user ns: implement user ns unshare
open(O_DIRECT) on a tmpfs?
2007-01-04 19:35 UTC (9+ messages)
NCPFS and brittle connections
2007-01-04 19:30 UTC (3+ messages)
Kernel 2.6.19.1 booting probs on x86 with HT/SATA
2007-01-04 19:26 UTC
[UPDATED PATCH] fix memory corruption from misinterpreted bad_inode_ops return values
2007-01-04 19:23 UTC
[PATCH] fix BUG_ON(!PageSlab) from fallback_alloc
2007-01-04 19:20 UTC (6+ messages)
sonypc with Sony Vaio VGN-SZ1VP
2007-01-04 19:15 UTC (4+ messages)
kernel + gcc 4.1 = several problems
2007-01-04 19:10 UTC (10+ messages)
Regression in kernel linux-2.6.20-rc1/2: Problems with poweroff
2007-01-04 19:07 UTC (4+ messages)
[RFC: 2.6 patch] remove the broken FB_S3TRIO driver
2007-01-04 18:54 UTC
[RFC: 2.6 patch] remove the broken SCSI_AMIGA7XX driver
2007-01-04 18:53 UTC
[RFC: 2.6 patch] remove the broken SUN_AURORA driver
2007-01-04 18:53 UTC
[RFC: 2.6 patch] remove the broken OAKNET driver
2007-01-04 18:53 UTC
[RFC: 2.6 patch] remove the broken VIDEO_PLANB driver
2007-01-04 18:53 UTC
[2.6 patch] remove duplicate MMAPPER Kconfig option
2007-01-04 18:53 UTC
[RFC: 2.6 patch] mips: remove the broken BINFMT_IRIX code
2007-01-04 18:52 UTC
Initial Promise SX4 hw docs opened
2007-01-04 18:52 UTC (2+ messages)
[PATCH -mm] integrity: don't return a value from void function
2007-01-04 18:37 UTC
[PATCH, RFC] reimplement flush_workqueue()
2007-01-04 18:31 UTC (13+ messages)
PROBLEM: sata_sil24 lockups under heavy i/o
2007-01-04 18:16 UTC (2+ messages)
[PATCH] kbuild: move tags from ARCH and include/ ahead of drivers
2007-01-04 18:14 UTC
Happy New Year (and v2.6.20-rc3 released)
2007-01-04 18:13 UTC (3+ messages)
` 2.6.20-rc3: known unfixed regressions (v3)
problem with pata_hpt37x
2007-01-04 18:08 UTC (5+ messages)
[PATCH] qconf: fix SIGSEGV on empty menu items
2007-01-04 18:06 UTC
[PATCH 0/33] KVM: MMU: Cache shadow page tables
2007-01-04 18:02 UTC (37+ messages)
` [PATCH 1/33] KVM: MMU: Implement simple reverse mapping
` [PATCH 2/33] KVM: MMU: Teach the page table walker to track guest page table gfns
` [PATCH 3/33] KVM: MMU: Load the pae pdptrs on cr3 change like the processor does
` [PATCH 4/33] KVM: MMU: Fold fetch_guest() into init_walker()
` [PATCH 5/33] KVM: MU: Special treatment for shadow pae root pages
` [PATCH 6/33] KVM: MMU: Use the guest pdptrs instead of mapping cr3 in pae mode
` [PATCH 7/33] KVM: MMU: Make the shadow page tables also special-case pae
` [PATCH 8/33] KVM: MMU: Make kvm_mmu_alloc_page() return a kvm_mmu_page pointer
` [PATCH 9/33] KVM: MMU: Shadow page table caching
` [PATCH 10/33] KVM: MMU: Write protect guest pages when a shadow is created for them
` [PATCH 11/33] KVM: MMU: Let the walker extract the target page gfn from the pte
` [PATCH 12/33] KVM: MMU: Support emulated writes into RAM
` [PATCH 13/33] KVM: MMU: Zap shadow page table entries on writes to guest page tables
` [PATCH 14/33] KVM: MMU: If emulating an instruction fails, try unprotecting the page
` [PATCH 15/33] KVM: MMU: Implement child shadow unlinking
` [PATCH 16/33] KVM: MMU: kvm_mmu_put_page() only removes one link to the page
` [PATCH 17/33] KVM: MMU: oom handling
` [PATCH 18/33] KVM: MMU: Remove invlpg interception
` [PATCH 19/33] KVM: MMU: Remove release_pt_page_64()
` [PATCH 20/33] KVM: MMU: Handle misaligned accesses to write protected guest page tables
` [PATCH 21/33] KVM: MMU: <ove is_empty_shadow_page() above kvm_mmu_free_page()
` [PATCH 22/33] KVM: MMU: Ensure freed shadow pages are clean
` [PATCH 23/33] KVM: MMU: If an empty shadow page is not empty, report more info
` [PATCH 24/33] KVM: MMU: Page table write flood protection
` [PATCH 25/33] KVM: MMU: Never free a shadow page actively serving as a root
` [PATCH 26/33] KVM: MMU: Fix cmpxchg8b emulation
` [PATCH 27/33] KVM: MMU: Treat user-mode faults as a hint that a page is no longer a page table
` [PATCH 28/33] KVM: MMU: Free pages on kvm destruction
` [PATCH 29/33] KVM: MMU: Replace atomic allocations by preallocated objects
` [PATCH 30/33] KVM: MMU: Detect oom conditions and propagate error to userspace
` [PATCH 31/33] KVM: MMU: Flush guest tlb when reducing permissions on a pte
` [PATCH 32/33] KVM: MMU: Destroy mmu while we still have a vcpu left
` [PATCH 33/33] KVM: MMU: add audit code to check mappings, etc are correct
useless asm/page.h exported to userspace for some architectures
2007-01-04 17:42 UTC (2+ messages)
using splice/vmsplice to improve file receive performance
2007-01-04 17:38 UTC (11+ messages)
[PATCH] hpt37x: Two important bug fixes
2007-01-04 17:32 UTC
[PATCH 1/1] - Altix: ACPI _PRT support
2007-01-04 17:19 UTC (2+ messages)
qconf: reproducible segfault
2007-01-04 17:15 UTC (4+ messages)
[Bug] OOPS with nf_conntrack_ipv6, probably fragmented UDPv6
2007-01-04 16:58 UTC
[PATCH] Use constant instead of raw number in x86_64 ioperm.c
2007-01-04 16:44 UTC
[PATCH] pata_optidma: typo in Kconfig
2007-01-04 16:33 UTC
[PATCH 1/1] show_mem() for IA64 sparsemem NUMA
2007-01-04 16:24 UTC
[RFC PATCH -rt] Almost-ready-for-prime-time RCU priority boosting
2007-01-04 16:21 UTC (2+ messages)
[PATCH] tipc: checking returns and Re: Possible Circular Locking in TIPC
2007-01-04 16:16 UTC (4+ messages)
[PATCH] Add const for time{spec,val}_compare arguments
2007-01-04 16:15 UTC (2+ messages)
[RFC: 2.6 patch] sound/: possible cleanups
2007-01-04 15:56 UTC (3+ messages)
` [Alsa-devel] "
[PATCH] ks0127 status flags
2007-01-04 15:53 UTC
[2.6 patch] the scheduled find_trylock_page() removal
2007-01-04 15:52 UTC (3+ messages)
/usr/include/*/acpi.h
2007-01-04 15:48 UTC (2+ messages)
ACL support patch for > 2.4.29
2007-01-04 15:36 UTC
[PATCH 2.6.19] mmc: Add support for SDHC cards (Take 5)
2007-01-04 15:34 UTC (2+ messages)
kernel + gcc 4.1 = several problems
2007-01-04 15:34 UTC (2+ messages)
[PATCH] KVM: Prevent stale bits in cr0 and cr4
2007-01-04 15:34 UTC
S.M.A.R.T no longer available in 2.6.20-rc2-mm2 with libata
2007-01-04 15:33 UTC (2+ messages)
[GIT PULL] HID core patches
2007-01-04 15:24 UTC
[PATCH 2.6.19] mmc: Fix handling of response types in imxmmc and tifm drivers
2007-01-04 15:04 UTC
open(O_DIRECT) on a tmpfs?
2007-01-04 14:47 UTC
[PATCH] 4/4 block: explicit plugging
2007-01-04 14:39 UTC (3+ messages)
[PATCH 2.6.19] mmc: Add support for SDHC cards (Take 4)
2007-01-04 14:33 UTC (2+ messages)
[PATCH v4 01/13] Linux RDMA Core Changes
2007-01-04 14:07 UTC (6+ messages)
` [openib-general] "
[PATCH 2/2] Handle error in sync_sb_inodes()
2007-01-04 14:04 UTC (6+ messages)
Finding hardlinks
2007-01-04 13:59 UTC (27+ messages)
` [nfsv4] "
[patch 2.6.20-rc1 6/6] input: ads7846 directly senses PENUP state
2007-01-04 13:49 UTC (5+ messages)
Alternative msync() fix for 2.6.18?
2007-01-04 13:35 UTC (3+ messages)
VM: Fix nasty and subtle race in shared mmap'ed page writeback
2007-01-04 13:25 UTC (16+ messages)
2.6.20-rc3: known unfixed regressions (v2)
2007-01-04 13:23 UTC (2+ messages)
[PATCH] relax check for AIX in msdos partition table
2007-01-04 13:20 UTC (2+ messages)
` [PATCH] fix logic error in AIX detection
SATA problems
2007-01-04 13:17 UTC (5+ messages)
Patch to fixe Data Acess error in dup_fd
2007-01-04 13:10 UTC (9+ messages)
data corruption with nvidia chipsets and IDE/SATA drives // memory hole mapping related bug?!
2007-01-04 13:04 UTC (3+ messages)
[PATCH] Fix __ucmpdi2 in v4l2_norm_to_name()
2007-01-04 12:53 UTC (3+ messages)
` [v4l-dvb-maintainer] "
[PATCH 2.6.19] mmc: Add support for SDHC cards (Take 2)
2007-01-04 12:50 UTC (2+ messages)
[GIT PULL] MMC updates
2007-01-04 12:49 UTC
[GIT PULL] More i2c updates for 2.6.20
2007-01-04 12:28 UTC
[patch 2.6.19-git] rts-rs5c372 updates: more chips, alarm, 12hr mode, etc
2007-01-04 12:05 UTC (5+ messages)
slow system and bogus bogomips
2007-01-04 11:59 UTC
2.6.19 and up to 2.6.20-rc2 Ethernet problems x86_64
2007-01-04 11:46 UTC (6+ messages)
[PATCH] X.25: Trivial, SOCK_DEBUG's in x25_facilities missing newlines
2007-01-04 10:29 UTC (2+ messages)
[PATCH 2.6.19 1/2] X.25: Adds call forwarding to X.25
2007-01-04 10:27 UTC (2+ messages)
page: next (older) | prev (newer) | latest
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).