linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-06-09 19:09:22 to 2009-06-10 04:11:19 UTC [more...]

[patch 00/60] 2.6.27-stable review
 2009-06-10  3:21 UTC  (61+ messages)
  ` [patch 01/60] icom: fix rmmod crash
  ` [patch 02/60] nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission
  ` [patch 03/60] TPM: get_event_name stack corruption
  ` [patch 04/60] sparc64: Fix smp_callin() locking
  ` [patch 05/60] sparc: Fix bus type probing for ESP and LE devices
  ` [patch 06/60] sparc64: Fix MM refcount check in smp_flush_tlb_pending()
  ` [patch 07/60] sparc64: Flush TLB before releasing pages
  ` [patch 08/60] sparc64: Fix crash with /proc/iomem
  ` [patch 09/60] sparc64: Fix lost interrupts on sun4u
  ` [patch 10/60] sparc64: Reschedule KGDB capture to a software interrupt
  ` [patch 11/60] bonding: fix alb mode locking regression
  ` [patch 12/60] vlan/macvlan: fix NULL pointer dereferences in ethtool handlers
  ` [patch 13/60] myr10ge: again fix lro_gen_skb() alignment
  ` [patch 14/60] pktgen: do not access flows[] beyond its length
  ` [patch 15/60] net: fix skb_seq_read returning wrong offset/length for page frag data
  ` [patch 16/60] tcp: fix >2 iw selection
  ` [patch 17/60] x86: work around Fedora-11 x86-32 kernel failures on Intel Atom CPUs
  ` [patch 18/60] [SCSI] 3w-xxxx: scsi_dma_unmap fix
  ` [patch 19/60] bnx2: Fix panic in bnx2_poll_work()
  ` [patch 20/60] cpuidle: fix AMD C1E suspend hang
  ` [patch 21/60] cpuidle: make AMC C1E work in processor_idle
  ` [patch 22/60] drivers/serial/mpc52xx_uart.c: fix array overindexing check
  ` [patch 23/60] e1000: add missing length check to e1000 receive routine
  ` [patch 24/60] hwmon: (lm78) Add missing __devexit_p()
  ` [patch 25/60] igb: fix LRO warning
  ` [patch 26/60] mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hugetlbfs
  ` [patch 27/60] random: make get_random_int() more random
  ` [patch 28/60] Avoid ICE in get_random_int() with gcc-3.4.5
  ` [patch 29/60] SELinux: BUG in SELinux compat_net code
  ` [patch 30/60] sound: usb-audio: make the MotU Fastlane work again
  ` [patch 31/60] USB: isp1760: urb_dequeue doesnt always find the urbs
  ` [patch 32/60] x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be shared or not
  ` [patch 33/60] x86/pci: fix mmconfig detection with 32bit near 4g
  ` [patch 34/60] V4L/DVB (10943): cx88: Prevent general protection fault on rmmod
  ` [patch 35/60] x86: fix DMI on EFI
  ` [patch 36/60] mac80211: pid, fix memory corruption
  ` [patch 37/60] ext4: fix ext4_free_inode() vs. ext4_claim_inode() race
  ` [patch 38/60] ext4: fix header check in ext4_ext_search_right() for deep extent trees
  ` [patch 39/60] ext4: Print the find_group_flex() warning only once
  ` [patch 40/60] ext4: fix bogus BUG_ONs in in mballoc code
  ` [patch 41/60] ext4: fix bb_prealloc_list corruption due to wrong group locking
  ` [patch 42/60] ext4: dont inherit inappropriate inode flags from parent
  ` [patch 43/60] ext4: tighten restrictions on inode flags
  ` [patch 44/60] ext4: return -EIO not -ESTALE on directory traversal through deleted inode
  ` [patch 45/60] ext4: Add fine print for the 32000 subdirectory limit
  ` [patch 46/60] ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl
  ` [patch 47/60] ext4: Automatically allocate delay allocated blocks on close
  ` [patch 48/60] ext4: Automatically allocate delay allocated blocks on rename
  ` [patch 49/60] ext4: Fix discard of inode prealloc space with delayed allocation
  ` [patch 50/60] ext4: Check for an valid i_mode when reading the inode from disk
  ` [patch 51/60] jbd2: Update locking coments
  ` [patch 52/60] ext4: fix typo which causes a memory leak on error path
  ` [patch 53/60] ext4: fix locking typo in mballoc which could cause soft lockup hangs
  ` [patch 54/60] ext4: really print the find_group_flex fallback warning only once
  ` [patch 55/60] ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inode
  ` [patch 56/60] ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present
  ` [patch 57/60] ext4: Fix sub-block zeroing for writes into preallocated extents
  ` [patch 58/60] ext4: Use a fake block number for delayed new buffer_head
  ` [patch 59/60] ext4: Clear the unwritten buffer_head flag after the extent is initialized
  ` [patch 60/60] ext4: Fix race in ext4_inode_info.i_cached_extent

[PATCH 2/2] ALSA: cs5535audio: free OLPC quirks from reliance on MGEODE_LX cpu optimization
 2009-06-10  4:10 UTC 

[PATCH 1/2] cs5535-gpio: add AMD CS5535/CS5536 GPIO driver support
 2009-06-10  4:10 UTC 

linux-next: manual merge of the block tree with the scsi tree
 2009-06-10  4:02 UTC 

[PATCH 001/001] gpio: AMD CS5535/CS5536 GPIO driver
 2009-06-10  4:00 UTC  (10+ messages)
  ` [PATCH v2 "

Linux 2.6.30
 2009-06-10  3:36 UTC 

[PATCH] [0/16] HWPOISON: Intro
 2009-06-10  3:10 UTC  (7+ messages)
` [PATCH] [8/16] HWPOISON: Use bitmask/action code for try_to_unmap behaviour
` [PATCH] [13/16] HWPOISON: The high level memory error handler in the VM v5
    ` [PATCH] HWPOISON: fix tasklist_lock/anon_vma locking order

[Patch 00/12] GRU - GRU Driver Updates
 2009-06-10  3:08 UTC  (4+ messages)
` [Patch 04/12] GRU - collect per-context user statistics

[PATCH 0/2] [GIT PULL] tracing/events/ring-buffer: block trace points and fix
 2009-06-10  2:56 UTC  (11+ messages)
            ` [PATCH] tracing/events: convert block trace points to TRACE_EVENT(), fix

[PATCH 0/14] score - New architecure port to SunplusCT S+CORE
 2009-06-10  2:14 UTC  (2+ messages)

[PATCH 2/2] mtd/maps: uclinux: support Blackfin systems
 2009-06-10  2:34 UTC  (5+ messages)
` [PATCH 2/3] mtd/maps: uclinux: mark local stuff static
` [PATCH 3/3] mtd/maps: uclinux: do not allow to be built as a module
  ` [uClinux-dev] "

You won £1,000,000.00
 2009-06-10  2:16 UTC 

[PATCH block#for-2.6.31] block: add request clone interface
 2009-06-10  2:15 UTC  (3+ messages)

[PATCH 0/3] [RFC] Functional fix to zone_reclaim() and bring behaviour more in line with expectations
 2009-06-10  2:14 UTC  (11+ messages)
` [PATCH 1/3] Reintroduce zone_reclaim_interval for when zone_reclaim() scans and fails to avoid CPU spinning at 100% on NUMA

how to stop kernel nfsd?
 2009-06-10  2:13 UTC  (2+ messages)

[PATCH 0/4] [RFC] Functional fix to zone_reclaim() and bring behaviour more in line with expectations V2
 2009-06-10  2:10 UTC  (10+ messages)
` [PATCH 1/4] Properly account for the number of page cache pages zone_reclaim() can reclaim
` [PATCH 2/4] Do not unconditionally treat zones that fail zone_reclaim() as full
` [PATCH 3/4] Count the number of times zone_reclaim() scans and fails
` [PATCH 4/4] Reintroduce zone_reclaim_interval for when zone_reclaim() scans and fails to avoid CPU spinning at 100% on NUMA

[RFC PATCH 0/5] simplify the print fmt in the event format files
 2009-06-10  1:59 UTC  (6+ messages)
` [RFC PATCH 2/5] tracing/events: nicer print format for parsing

[PATCH RESEND] ftrace: change the export format of trace_kfree_skb()
 2009-06-10  1:56 UTC  (4+ messages)

linux-next: kbuild tree build warning
 2009-06-10  1:52 UTC 

[PATCH 1/2] mtd/maps: uclinux: fix building when partition support is disabled
 2009-06-10  1:46 UTC  (2+ messages)
` [uClinux-dev] "

[PATCH 1/2] cpuhotplug: use rw_semaphore for cpu_hotplug
 2009-06-10  1:42 UTC  (13+ messages)
    ` [PATCH] cpuhotplug: introduce try_get_online_cpus() take 2
            ` [PATCH -mm] cpuhotplug: introduce try_get_online_cpus() take 3
                  ` [PATCH -mm resend] "

Intel X25E doesn't work with nv sata in current kernels
 2009-06-10  1:34 UTC  (4+ messages)

RFC: x86: cap iomem_resource to addressable physical memory
 2009-06-10  1:32 UTC 

IO scheduler based IO Controller V2
 2009-06-10  1:30 UTC  (5+ messages)
` [PATCH 08/18] io-controller: idle for sometime on sync queue before expiring it

Performance overhead of paravirt_ops on native identified
 2009-06-10  1:26 UTC  (15+ messages)
` [benchmark] 1% performance overhead of paravirt_ops on native kernels

mmotm 2009-06-09-17-52 uploaded
 2009-06-10  0:53 UTC 

[RFC] IO scheduler based IO controller V4
 2009-06-10  1:05 UTC  (4+ messages)

[PATCH] gpiolib: add gpio_request/free_irq
 2009-06-10  0:56 UTC  (4+ messages)

You won £1,000,000.00
 2009-06-10  0:41 UTC 

[BUILD FAILURE 02/04] Next June 04:PPC64 randconfig [drivers/usb/host/ohci-hcd.o]
 2009-06-10  0:38 UTC  (2+ messages)

linux-next: net tree build warning
 2009-06-10  0:38 UTC  (4+ messages)

[PATCH 2/2] toshiba-acpi: Support TOS1900-type devices
 2009-06-10  0:29 UTC  (13+ messages)

[PATCH] perf_counter: extensible perf_counter_attr
 2009-06-10  0:14 UTC  (13+ messages)

[BUGFIX][PATCH] fix wrong lru rotate back at lumpty reclaim
 2009-06-09 23:58 UTC  (3+ messages)
` [PATCH] memcg: fix mem_cgroup_isolate_lru_page to use the same rotate logic at busy path

devpts mounts too slowly
 2009-06-10  0:07 UTC  (7+ messages)

[PATCH 2.6.31] ehca: Tolerate dynamic memory operations and huge pages
 2009-06-10  0:02 UTC  (2+ messages)

[PATCH 0/8] [GIT PULL] simplify the print fmt in the event format files
 2009-06-09 23:37 UTC  (14+ messages)
` [PATCH 1/8] tracing: add trace_seq_vprint interface
` [PATCH 2/8] tracing: add protection around module events unload
` [PATCH 3/8] tracing/events: nicer print format for parsing
` [PATCH 4/8] tracing/events: modify irq print to new format
` [PATCH 5/8] tracing/events: modify sched "
` [PATCH 6/8] tracing/events: modify kmem "
` [PATCH 7/8] tracing/events: modify lockdep "
` [PATCH 8/8] tracing: add entry size to iterator

[PATCH 1/1] Char: moxa, prevent opening unavailable ports
 2009-06-09 23:34 UTC  (4+ messages)

linux-next: kbuild tree build failure
 2009-06-09 23:27 UTC  (5+ messages)

2.6.30-rc8-git4: Reported regressions from 2.6.29
 2009-06-09 23:19 UTC  (11+ messages)
` [Bug #13116] Can't boot with nosmp

[PATCH 2/9] SPI: xilinx_spi: Added platform driver and support for DS570
 2009-06-09 23:09 UTC  (2+ messages)

[linux-pm] Run-time PM idea (was: Re: [RFC][PATCH 0/2] PM: Rearrange core suspend code)
 2009-06-09 22:57 UTC  (2+ messages)

[patch 00/38] power management / hibernate support for s390
 2009-06-09 23:09 UTC  (11+ messages)
` [patch 05/38] s390: hibernation "
` [patch 01/38] pm: Move nvs routines into a seperate file
      ` [PATCH v2] "

[linux-pm] [RFC][PATCH 0/2] PM: Rearrange core suspend code
 2009-06-09 22:44 UTC  (9+ messages)
` Run-time PM idea (was: Re: [linux-pm] [RFC][PATCH 0/2] PM: Rearrange core suspend code)
` [linux-pm] Run-time PM idea (was: "

[linux-pm] Run-time PM idea (was: Re: [RFC][PATCH 0/2] PM: Rearrange core suspend code)
 2009-06-09 23:02 UTC  (4+ messages)

i965 xorg problem
 2009-06-09 22:34 UTC 

[RFC PATCH 0/1] SMI Detector (v2)
 2009-06-09 22:53 UTC  (6+ messages)
` [RFC PATCH 1/1] smi_detector: A System Management Interrupt detector

Ricoh R5C822 and QUIRK_FORCE_DMA
 2009-06-09 22:41 UTC  (3+ messages)
  ` QUIRK_FORCE_HISPD (was: Re: Ricoh R5C822 and QUIRK_FORCE_DMA)

keyboard problems on HP Pavilion ZE4200
 2009-06-09 22:47 UTC  (2+ messages)

[BUILD FAILURE 01/04] Next June 04:PPC64 randconfig [drivers/staging/comedi/drivers.o]
 2009-06-09 22:34 UTC  (8+ messages)

Intel 915GM MCHBAR bug
 2009-06-09 22:28 UTC  (7+ messages)
          ` [Intel-gfx] "

[PATCH 00/32] VFS based Union Mount (V3)
 2009-06-09 22:15 UTC  (3+ messages)

BUG: bonding module can only be loaded once
 2009-06-09 22:14 UTC  (8+ messages)
          ` [Bonding-devel] "

[PATCH 2/2] pnp: add PNP resource range checking function
 2009-06-09 22:09 UTC  (5+ messages)

zaurus needs generic pxa suspend/resume routines
 2009-06-09 22:09 UTC  (7+ messages)

regulator_register() API
 2009-06-09 22:06 UTC  (4+ messages)

Detailed Stack Information Patch [1/3]
 2009-06-09 21:13 UTC  (6+ messages)
  ` [patch] proc.txt: Update kernel filesystem/proc.txt documentation

[RFC patch] firewire: core: don't update Broadcast_Channel if RFC 2734 conditions aren't met
 2009-06-09 21:56 UTC 

[PATCH v4] gpio: driver for PrimeCell PL061 GPIO controller
 2009-06-09 21:02 UTC  (2+ messages)

[PATCH] kernel-doc: cleanup perl script
 2009-06-09 21:04 UTC  (2+ messages)

[patch 0/2] NOHZ vs. profile/oprofile v2
 2009-06-09 20:52 UTC  (2+ messages)

[RESEND] [PATCH v2] [BUGFIX] x86/x86_64: fix CPU offlining triggered "inactive" device IRQ interrruption
 2009-06-09 20:46 UTC  (6+ messages)

3com 3crxjk10075 with ath5k driver
 2009-06-09 20:39 UTC  (2+ messages)

[PATCH] scripts/setlocalversion on readonly source
 2009-06-09 20:30 UTC 

[PATCH v4] zone_reclaim is always 0 by default
 2009-06-09 19:47 UTC  (6+ messages)

SOCK_RAW does not receive broadcast (with VLAN unless PROMISC)
 2009-06-09 19:30 UTC  (4+ messages)

[patch v3] swap: virtual swap readahead
 2009-06-09 19:37 UTC  (2+ messages)

[PATCH 0/4] RFC - ksm api change into madvise
 2009-06-09 19:27 UTC  (8+ messages)

2.6.30-rc8-git4: Reported regressions 2.6.28 -> 2.6.29
 2009-06-09 19:22 UTC  (6+ messages)
` [Bug #13375] Kernel crash with 2.6.29 + nfs + xfs (radix-tree)

[PATCH] x86: clean up vdso-layout.lds.S
 2009-06-09 19:22 UTC  (7+ messages)

[PATCH 2/2] convert to syscall tracepoints
 2009-06-09 19:17 UTC  (11+ messages)

Subject: [PATCH 27/27] score: create mm files Makefile pgtable.c tlb-miss.S tlb-score.c MAINTAINERS
 2009-06-09 19:20 UTC  (2+ messages)

[PATCH 19/27] score: create kernel files asm-offsets.c entry.S head.S
 2009-06-09 19:18 UTC  (2+ messages)

[PATCH v2 00/11] Dynamic ACPI-PCI binding
 2009-06-09 19:14 UTC  (8+ messages)
` [PATCH v2 07/11] ACPI: acpi_pci_unbind should clean up properly after acpi_pci_bind

huge mem mmap eats all CPU when multiple processes
 2009-06-09 19:14 UTC  (4+ messages)

[PATCH 02/27] score: create boot/Makefile configs/spct6600_defconfig
 2009-06-09 19:14 UTC  (2+ messages)

[PATCH 01/27] score: create Kconfig Kconfig.debug Makefile
 2009-06-09 19:12 UTC  (2+ messages)


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