linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-03-31 18:49:30 to 2009-04-01 00:10:31 UTC [more...]

[GIT RFC] percpu: use dynamic percpu allocator as the default percpu allocator
 2009-04-01  0:07 UTC  (20+ messages)

replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS)
 2009-04-01  0:06 UTC  (2+ messages)

[PATCH] writeback: guard against jiffies wraparound on inode->dirtied_when checks (try #2)
 2009-04-01  0:03 UTC 

Ext4 and the "30 second window of death"
 2009-04-01  0:04 UTC  (7+ messages)

[PATCH] hvc_console: prevent wrapping in hvc_console_print()
 2009-04-01  0:04 UTC  (12+ messages)
      ` [PATCH] Add hvc_console to MAINTAINERS

[PATCH 0/4] ksm - dynamic page sharing driver for linux
 2009-03-31 23:57 UTC  (9+ messages)
` [PATCH 1/4] MMU_NOTIFIERS: add set_pte_at_notify()
  ` [PATCH 2/4] add page_wrprotect(): write protecting page
    ` [PATCH 3/4] add replace_page(): change the page pte is pointing to
      ` [PATCH 4/4] add ksm kernel shared memory driver

Linux 2.6.29
 2009-03-31 23:55 UTC  (28+ messages)

[patch/rfc 2.6.29 1/2] MTD: driver model updates
 2009-03-31 23:51 UTC  (3+ messages)

[patch 1/21] x86, bts: fix race when bts tracer is removed
 2009-03-31 23:48 UTC  (2+ messages)

[patch 00/45] 2.6.29.1 -stable review
 2009-03-31 23:31 UTC  (45+ messages)
` [patch 01/45] netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sack
` [patch 02/45] udp: Wrong locking code in udp seq_file infrastructure
` [patch 03/45] dnet: drivers/net/dnet.c needs <linux/io.h>
` [patch 04/45] bridge: bad error handling when adding invalid ether address
` [patch 05/45] GRO: Disable GRO on legacy netif_rx path
` [patch 06/45] ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)
` [patch 07/45] xfrm: spin_lock() should be spin_unlock() in xfrm_state.c
` [patch 08/45] USB: EHCI: add software retry for transaction errors
` [patch 09/45] USB: fix USB_STORAGE_CYPRESS_ATACB
` [patch 10/45] USB: usb-storage: increase max_sectors for tape drives
` [patch 11/45] USB: gadget: fix rndis regression
` [patch 12/45] USB: add quirk to avoid config and interface strings
` [patch 13/45] KVM: VMX: Dont allow uninhibited access to EFER on i386
` [patch 14/45] KVM: SVM: set accessed bit for VMCB segment selectors
` [patch 15/45] ath9k: downgrade xmit queue full message to xmit debug
` [patch 16/45] cifs: fix buffer format byte on NT Rename/hardlink
` [patch 17/45] ath5k: use spin_lock_irqsave for beacon lock
` [patch 18/45] ath9k: fix dma mapping leak of rx buffer upon rmmod
` [patch 19/45] b43: fix b43_plcp_get_bitrate_idx_ofdm return type
` [patch 20/45] ath5k: disable MIB interrupts
` [patch 21/45] ath5k: warn and correct rate for unknown hw rate indexes
` [patch 22/45] CIFS: Fix memory overwrite when saving nativeFileSystem field during mount
` [patch 23/45] cfg80211: force last_request to be set for OLD_REG if regdom is EU
` [patch 25/45] SCSI: sg: fix races during device removal
` [patch 26/45] SCSI: sg: fix races with ioctl(SG_IO)
` [patch 28/45] ARM: pxa: fix overlay being un-necessarily initialized on pxa25x
` [patch 29/45] ARM: 5428/1: Module relocation update for R_ARM_V4BX
` [patch 30/45] ARM: cumana: Fix a long standing bogon
` [patch 31/45] ARM: fix leak in iop13xx/pci
` [patch 32/45] ARM: twl4030 - leak fix
` [patch 33/45] ARM: 5435/1: fix compile warning in sanity_check_meminfo()
` [patch 34/45] fuse: fix fuse_file_lseek returning with lock held
` [patch 35/45] Add a missing unlock_kernel() in raw_open()
` [patch 36/45] x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited prot
` [patch 37/45] x86, uv: fix cpumask iterator in uv_bau_init()
` [patch 38/45] x86: fix 64k corruption-check
` [patch 39/45] x86: ptrace, bts: fix an unreachable statement
` [patch 40/45] x86: mtrr: dont modify RdDram/WrDram bits of fixed MTRRs
` [patch 41/45] VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff
` [patch 42/45] lguest: wire up pte_update/pte_update_defer
` [patch 43/45] lguest: fix spurious BUG_ON() on invalid guest stack
` [patch 44/45] cfg80211: fix incorrect assumption on last_request for 11d
` [patch 45/45] KVM: MMU: Fix another largepage memory leak

[PATCH] skip I_CLEAR state inodes
 2009-03-31 23:43 UTC  (3+ messages)
          ` [PATCH][RESEND for 2.6.29-rc8-mm1] "

[patch 0/21] x86, ptrace, bts, hw-branch-tracer: fixes and cleanups
 2009-03-31 23:39 UTC  (2+ messages)

2.6.29 boot hang
 2009-03-31 23:42 UTC  (4+ messages)

[PATCH] writeback: guard against jiffies wraparound on inode->dirtied_when checks
 2009-03-31 23:39 UTC  (3+ messages)

[PATCH 0/4] Allow NFS to use ordinary path lookup when mounting NFSv4
 2009-03-31 23:38 UTC  (10+ messages)
` [PATCH 1/4] VFS: Add a VFS helper function vfs_remote_path_lookup()
` [PATCH 2/4] NFSv4: Use vfs_path_lookup() instead of nfs4_path_walk()
` [PATCH 3/4] NFS: Fix nfs_path() to always return a '/' at the beginning of the path
` [PATCH 4/4] NFS: Correct the NFS mount path when following a referral

[PATCH] issue storage device flush via sync_blockdev() (was Re: Linux 2.6.29)
 2009-03-31 23:37 UTC  (32+ messages)
` [PATCH v2] issue storage device flush via sync_blockdev()
  ` [PATCH] issue storage dev flush from generic file_fsync helper
        ` [PATCH 2/5] ext3: call blkdev_issue_flush on fsync()
                ` [PATCH 1/7] block: Add block_flush_device()
                ` [PATCH 2/7] ext3: call blkdev_issue_flush() on fsync()
                ` [PATCH 6/7] xfs: propagate issue-flush error code

2.6.29 git master and PAT problems
 2009-03-31 23:21 UTC  (6+ messages)

[PATCH 1/2 V2] kaweth: Fix locking to be SMP-safe
 2009-03-31 23:06 UTC  (7+ messages)

[PATCH 1/2] toshiba-acpi: Add support for hotkey notifications
 2009-03-31 23:02 UTC  (6+ messages)
` [PATCH 2/2] toshiba-acpi: Support TOS1900-type devices

[patch 1/5] i2c: xtensa s6000 i2c driver
 2009-03-31 23:01 UTC  (3+ messages)

[PATCH UPDATED] percpu: use dynamic percpu allocator as the default percpu allocator
 2009-03-31 22:57 UTC  (4+ messages)

[PATCH] PCI: Fix oops in pci_vpd_truncate
 2009-03-31 22:53 UTC  (2+ messages)

[PATCH] swiotlb updates for Xen dom0
 2009-03-31 22:52 UTC  (10+ messages)
` [PATCH 1/9] xen: make sure swiotlb allocation is physically contigious
` [PATCH 2/9] xen swiotlb: fixup swiotlb is chunks smaller than MAX_CONTIG_ORDER
` [PATCH 3/9] xen: add hooks for mapping phys<->bus addresses in swiotlb
` [PATCH 4/9] xen/swiotlb: add hook for swiotlb_arch_range_needs_mapping
` [PATCH 5/9] xen: enable swiotlb for xen domain 0
` [PATCH 6/9] swiotlb: use swiotlb_alloc_boot to allocate emergency pool
` [PATCH 7/9] xen/swiotlb: improve comment on gfp flags in xen_alloc_coherent()
` [PATCH 8/9] xen/swiotlb: add sync functions
` [PATCH 9/9] pci-swiotlb: remove __weak vs __weak binding

[PATCH, resend] eliminate spurious pointless WARN_ON()s
 2009-03-31 22:44 UTC  (19+ messages)
` [tip:core/ipi] generic-ipi: "
    ` [tip:core/ipi] generic-ipi: eliminate spurious pointlessWARN_ON()s
                    ` cpu hotplug and lockdep (was: Re: [tip:core/ipi] generic-ipi: eliminate spurious pointlessWARN_ON()s)
                      ` [PATCH 0/2] sysctl: lockdep support
                        ` [PATCH 1/2] sysctl: Don't take the use count of multiple heads at a time
                          ` [PATCH 2/2] sysctl: lockdep support for sysctl reference counting

[PATCH] fix bmap-vs-truncate race
 2009-03-31 22:42 UTC  (3+ messages)

linux 2.6.29-rc3 kernel failure with mptsas
 2009-03-31 22:40 UTC  (5+ messages)

Linux 2.6.29
 2009-03-31 22:30 UTC  (17+ messages)

[PATCH] sony-laptop should depend on RFKILL
 2009-03-31 22:35 UTC  (2+ messages)

[PATCH] fbdev: fix color component field length documentation
 2009-03-31 22:28 UTC  (3+ messages)

Linux 2.6.29
 2009-03-31 22:22 UTC  (14+ messages)

[RFC v2][PATCH]page_fault retry with NOPAGE_RETRY
 2009-03-31 22:00 UTC  (2+ messages)

[PATCH 1/2] kaweth: Fix locking to be SMP-safe
 2009-03-31 22:00 UTC  (2+ messages)

enabling kms for i915 disables brightness control and xrandr
 2009-03-31 21:58 UTC  (4+ messages)

[PATCH 0/8] MAINTAINERS - add script and patterns
 2009-03-31 21:45 UTC  (4+ messages)

[PATCH 2/2 V2] kaweth: Clean up code
 2009-03-31 21:49 UTC  (2+ messages)

[PATCH 0/3] [git-pull] net firmware patches
 2009-03-31 21:44 UTC  (2+ messages)

[PATCH 1/2] toshiba-acpi: Add support for hotkey notifications
 2009-03-31 21:43 UTC  (2+ messages)

[PATCH] ETHOC: fix build breakage on s390
 2009-03-31 21:41 UTC  (3+ messages)

Detailed Stack Information Patch [0/3]
 2009-03-31 21:25 UTC  (6+ messages)

2.6.29 - irq 19:"nobody cared"
 2009-03-31 21:15 UTC  (2+ messages)

[RFC PATCH 00/17] virtual-bus
 2009-03-31 21:05 UTC  (25+ messages)
` [RFC PATCH 01/17] shm-signal: shared-memory signals
` [RFC PATCH 07/17] ioq: add vbus helpers
` [RFC PATCH 09/17] net: Add vbus_enet driver
` [RFC PATCH 13/17] x86: allow the irq->vector translation to be determined outside of ioapic
` [RFC PATCH 14/17] kvm: add a reset capability
` [RFC PATCH 15/17] kvm: add dynamic IRQ support
` [RFC PATCH 16/17] kvm: Add VBUS support to the host
` [RFC PATCH 17/17] kvm: Add guest-side support for VBUS

what is_single_threaded() does?
 2009-03-31 20:57 UTC 

pci logical vs. physical hotplug
 2009-03-31 21:00 UTC 

[PATCH 3/3] utrace-based ftrace "process" engine, v2
 2009-03-31 20:54 UTC  (12+ messages)

[GIT PULL] Btrfs updates for 2.6.30-rc
 2009-03-31 20:47 UTC 

[PATCH] PNPACPI: Enable PNPACPI _PSx Support, v3
 2009-03-31 20:37 UTC  (3+ messages)

[PATCH] igb: fix kexec with igb
 2009-03-31 20:27 UTC  (7+ messages)
` [Updated patch] "

Sysfs with no struc device ?
 2009-03-31 19:27 UTC  (2+ messages)

[PATCH] parport: Use the PCI IRQ if offered
 2009-03-31 19:31 UTC  (4+ messages)

Linux 2.6.29
 2009-03-31 19:47 UTC  (7+ messages)

[GIT PULL] Xen for 2.6.30 #1
 2009-03-31 19:38 UTC  (4+ messages)
` [GIT PULL] Xen for 2.6.30 #2
    ` [Xen-devel] "

DRM lock ordering fix series
 2009-03-31 19:36 UTC  (9+ messages)
` [PATCH 1/6] drm/i915: Fix lock order reversal in GTT pwrite path
  ` [PATCH 2/6] drm/i915: Make GEM object's page lists refcounted instead of get/free
    ` [PATCH 3/6] drm/i915: Fix lock order reversal in shmem pwrite path
      ` [PATCH 4/6] drm/i915: Fix lock order reversal in shmem pread path
        ` [PATCH 5/6] drm/i915: Fix lock order reversal with cliprects and cmdbuf in non-DRI2 paths
          ` [PATCH 6/6] drm/i915: Fix lock order reversal in GEM relocation entry copying
            ` [PATCH 6/6] drm/i915: Fix lock order reversal in GEM relocation entry copying. -- makes X hang

[git pull] IDE updates part 3
 2009-03-31 19:35 UTC 

"make oldconfig" problem
 2009-03-31 19:35 UTC  (4+ messages)

[PATCH 1/2] dmaengine: TXx9 Soc DMA Controller driver
 2009-03-31 19:34 UTC  (5+ messages)

Squashfs 4.0 tools
 2009-03-31 19:31 UTC  (4+ messages)

Sysfs with no struc device ?
 2009-03-31 19:24 UTC 

[PATCH] ide: Fix host drivers that need IRQF_SHARED
 2009-03-31 19:16 UTC 

[PATCH] perf_counter: allow and require one-page mmap on counting counters
 2009-03-31 19:15 UTC  (6+ messages)

[git pull] PCI changes for 2.6.30
 2009-03-31 19:13 UTC 

WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991()
 2009-03-31 19:12 UTC  (12+ messages)

ISCSI-SCST performance (with also IET and STGT data)
 2009-03-31 18:43 UTC  (5+ messages)
  ` [Scst-devel] "
        ` [Iscsitarget-devel] [Scst-devel] ISCSI-SCST performance (withalso "

[PATCHSET 0/8 version 4] exofs for kernel 2.6.30
 2009-03-31 18:52 UTC  (4+ messages)
` [PATCH 6/8] exofs: super_operations and file_system_type
    ` [osd-dev] "

[patch 00/35] Jeff's ReiserFS Patch Queue
 2009-03-31 18:44 UTC  (3+ messages)
` [patch 18/35 xattr-rework] reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unset


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).