linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-08-07 13:12:54 to 2010-08-08 19:58:05 UTC [more...]

[PATCH] MIPS: remove RELOC_HIDE on __pa_symbol
 2010-08-08 19:57 UTC 

Attempted summary of suspend-blockers LKML thread
 2010-08-08 19:55 UTC  (7+ messages)

[GIT PULL] OMFS tree for 2.6.36
 2010-08-08 19:22 UTC 

[PATCHv2 1/3] lib: vsprintf: optimised put_dec_trunc() and put_dec_full()
 2010-08-08 19:29 UTC  (3+ messages)
` [PATCHv2 2/3] lib: vsprintf: optimised put_dec() for 32-bit machines
  ` [PATCHv2 3/3] lib: vsprintf: added a put_dec() test and benchmark tool

[PATCH 0/6] improve list_sort test
 2010-08-08 19:31 UTC  (3+ messages)

[PATCH] AFS: Implement an autocell mount capability
 2010-08-08 19:30 UTC 

FCNTL Performance problem
 2010-08-08 19:26 UTC 

[PATCH 32/42] drivers/net/bnx2x: Adjust confusing if indentation
 2010-08-08 19:14 UTC  (4+ messages)

[PATCH 0/4] ACPI, APEI, Some fixes and ERST debug support for 2.6.36
 2010-08-08 19:07 UTC  (9+ messages)
` [PATCH 1/4] ACPI, APEI, Fix a typo of error path of apei_resources_request
` [PATCH 2/4] ACPI, APEI, Rename CPER and GHES severity constants
` [PATCH 3/4] ACPI, APEI, Manage GHES as platform devices
` [PATCH 4/4] ACPI, APEI, ERST debug support

Attempted summary of suspend-blockers LKML thread
 2010-08-08 19:07 UTC  (4+ messages)

[PATCH] nconfig: properly map function keys
 2010-08-08 18:58 UTC  (3+ messages)
` resend "

Attempted summary of suspend-blockers LKML thread
 2010-08-08 18:34 UTC  (24+ messages)

[GIT PULL REQUEST] watchdog - v2.6.36-rc1 - part 1
 2010-08-08 18:31 UTC 

wireless: Problems with ath5k and 2.6.35
 2010-08-08 18:25 UTC  (3+ messages)

Attempted summary of suspend-blockers LKML thread
 2010-08-08 18:07 UTC  (20+ messages)
` Attempted summary of suspend-blockers LKML thread, take two
  ` Attempted summary of suspend-blockers LKML thread, take three

[PATCH 1/2] mfd: menelaus: Fix mmc slot 2 misconfiguration
 2010-08-08 17:05 UTC  (2+ messages)
` [PATCH 2/2] mfd: menelaus: Use macros instead of some constant magic numbers

[PATCH 00/38] VFS union mounts - Add MS_FALLTHRU
 2010-08-08 16:40 UTC  (4+ messages)
` [PATCH 14/38] fallthru: ext2 fallthru support

[PATCH] dvb: siano: free spinlock before schedule()
 2010-08-08 16:10 UTC  (3+ messages)

Good News!!!
 2010-08-07  8:43 UTC 

[PATCH] Make ACPI_CMPC depend on RFKILL
 2010-08-08 16:07 UTC 

[PATCH -V17 0/12] Generic name to handle and open by handle syscalls
 2010-08-08 16:04 UTC  (3+ messages)
` [PATCH -V17 10/12] vfs: Export file system uuid via /proc/<pid>mountinfo

[PATCH 00/39] Union mounts - return d_ino from lower fs
 2010-08-08 15:52 UTC  (40+ messages)
` [PATCH 01/39] VFS: Comment follow_mount() and friends
` [PATCH 02/39] VFS: Make lookup_hash() return a struct path
` [PATCH 03/39] VFS: Add read-only users count to superblock
` [PATCH 04/39] autofs4: Save autofs trigger's vfsmount in super block info
` [PATCH 05/39] whiteout/NFSD: Don't return information about whiteouts to userspace
` [PATCH 06/39] whiteout: Add vfs_whiteout() and whiteout inode operation
` [PATCH 07/39] whiteout: Set opaque flag if new directory was previously a whiteout
` [PATCH 08/39] whiteout: Allow removal of a directory with whiteouts
` [PATCH 09/39] whiteout: tmpfs whiteout support
` [PATCH 10/39] whiteout: Split of ext2_append_link() from ext2_add_link()
` [PATCH 11/39] whiteout: ext2 whiteout support
` [PATCH 12/39] whiteout: jffs2 "
` [PATCH 13/39] fallthru: Basic fallthru definitions
` [PATCH 14/39] union-mount: Union mounts documentation
` [PATCH 15/39] union-mount: Introduce MNT_UNION and MS_UNION flags
` [PATCH 16/39] union-mount: Introduce union_dir structure and basic operations
` [PATCH 17/39] union-mount: Free union dirs on removal from dcache
` [PATCH 18/39] union-mount: Support for union mounting file systems
` [PATCH 19/39] union-mount: Implement union lookup
` [PATCH 20/39] union-mount: Call do_whiteout() on unlink and rmdir in unions
` [PATCH 21/39] union-mount: Copy up directory entries on first readdir()
` [PATCH 22/39] union-mount: Add generic_readdir_fallthru() helper
` [PATCH 23/39] fallthru: ext2 fallthru support
` [PATCH 24/39] fallthru: jffs2 "
` [PATCH 25/39] fallthru: tmpfs "
` [PATCH 26/39] VFS: Split inode_permission() and create path_permission()
` [PATCH 27/39] VFS: Create user_path_nd() to lookup both parent and target
` [PATCH 28/39] union-mount: In-kernel file copyup routines
` [PATCH 29/39] union-mount: Implement union-aware access()/faccessat()
` [PATCH 30/39] union-mount: Implement union-aware link()
` [PATCH 31/39] union-mount: Implement union-aware rename()
` [PATCH 32/39] union-mount: Implement union-aware writable open()
` [PATCH 33/39] union-mount: Implement union-aware chown()
` [PATCH 34/39] union-mount: Implement union-aware truncate()
` [PATCH 35/39] union-mount: Implement union-aware chmod()/fchmodat()
` [PATCH 36/39] union-mount: Implement union-aware lchown()
` [PATCH 37/39] union-mount: Implement union-aware utimensat()
` [PATCH 38/39] union-mount: Implement union-aware setxattr()
` [PATCH 39/39] union-mount: Implement union-aware lsetxattr()

[GIT] kbuild: kconfig changes
 2010-08-08 15:57 UTC  (5+ messages)

[PATCH] nconfig: add search support
 2010-08-08 15:37 UTC  (2+ messages)

Attempted summary of suspend-blockers LKML thread, take three
 2010-08-08 15:36 UTC  (4+ messages)

[PATCH] stating: otus: fix compile warning and some style issues
 2010-08-08 15:17 UTC  (2+ messages)

[PATCH 2/2] MEMSTICK: Add driver for Ricoh R5C592 Card reader
 2010-08-08 15:07 UTC  (4+ messages)

[PATCH] mmc_spi: Fix unterminated of_match_table
 2010-08-08 15:02 UTC  (2+ messages)

[2.6.35 patch] add missing unlock_kernel calls
 2010-08-08 15:01 UTC  (3+ messages)

[PATCH 2/2] MEMSTICK: Add driver for Ricoh R5C592 Card reader
 2010-08-08 13:33 UTC  (4+ messages)

[PATCH 2/2] MEMSTICK: Add driver for Ricoh R5C592 Card reader
 2010-08-08 13:31 UTC  (4+ messages)

[PATCH 02/18] xstat: Add a pair of system calls to make extended file stats available [ver #6]
 2010-08-08 13:05 UTC  (13+ messages)
` [PATCH 00/18] Extended file stat functions "

[PATCH] x86/hpet: Use the FSEC_PER_SEC constant for femto-second periods
 2010-08-08 12:58 UTC 

[PATCH] percpu: fix a memory leak in pcpu_extend_area_map()
 2010-08-08 12:42 UTC 

[PATCH 1/2] tty_io: add an API to get device corresponding to tty_struct
 2010-08-08 12:56 UTC  (5+ messages)

[PATCH 3/5] percpu: add missing markups in kernel/workqueue.c
 2010-08-08 12:25 UTC  (3+ messages)
` [PATCH] workqueue: add missing __percpu markup "

[PATCH 1/2] mtdpart: memory accessor interface for MTD layer
 2010-08-08 12:23 UTC  (3+ messages)

[PATCH 00/42] KVM updates for the 2.6.33 merge window (batch 1/2)
 2010-08-08 12:02 UTC  (9+ messages)
` [PATCH 23/42] KVM: Activate Virtualization On Demand

attempting to git bisect a panic - I must be doing something wrong
 2010-08-08 12:00 UTC 

[PULL REQUEST] md updates for 2.6.36
 2010-08-08 11:44 UTC 

2.6.35-git6: s390 build failure (drivers/s390/scsi/zfcp_qdio.c)
 2010-08-08 11:22 UTC 

[GIT PULL] block/IO bits for 2.6.36-rc1
 2010-08-08 11:00 UTC  (9+ messages)

[GIT PULL] (cleaned up) block/IO bits for 2.6.36-rc1
 2010-08-08 10:47 UTC 

scsi emulation - question
 2010-08-08 10:43 UTC  (4+ messages)

[PATCH 2/2] drivers/mtd/ubi: Eliminate update of list_for_each_entry loop cursor
 2010-08-08 10:25 UTC  (2+ messages)

rt61pci - bad performance
 2010-08-08  9:49 UTC 

Waiting for your response
 2010-08-08  9:39 UTC 

[PATCH] of/sparc: fix build regression from of_device changes
 2010-08-08  8:31 UTC  (2+ messages)

[PATCH 1/7] vmscan: raise the bar to PAGEOUT_IO_SYNC stalls
 2010-08-08  6:42 UTC  (3+ messages)

OF change bustage
 2010-08-08  6:14 UTC  (3+ messages)

[PATCH 1/2] igb.txt: Add igb documentation
 2010-08-08  6:01 UTC  (3+ messages)
` [PATCH 2/2] igbvf.txt: Add igbvf Documentation

[PATCH] percpu: add missing markup in mm/memcontrol.c
 2010-08-08  5:54 UTC  (4+ messages)
` [PATCH] cgroup: add missing __percpu "

[GIT PULL rcu/next] RCU sparse modifications etc
 2010-08-08  4:40 UTC 

linux-next: Tree for August 7
 2010-08-08  3:41 UTC  (3+ messages)
` linux-next: Tree for August 7 (IR)
` linux-next: Tree for August 7 (libertas)

signo issues in arch/x86/kernel/traps.c
 2010-08-08  3:28 UTC 

[PATCH] tcp: no md5sig option size check bug
 2010-08-08  3:24 UTC  (2+ messages)

[PATCH 0/6] Removing dead code
 2010-08-08  2:05 UTC  (3+ messages)
` [PATCH 1/6] arch/blackfin: Remove config HIGHMEM

BUG: [PlanetCCRMA] update: new kernel for fc13 (2.6.33.6 + rt28)
 2010-08-08  0:44 UTC 

commit "xen/blkfront: use tagged queuing for barriers"
 2010-08-07 23:02 UTC  (6+ messages)

2.6.35 Regression: Ages spent discarding blocks that weren't used!
 2010-08-07 22:47 UTC  (9+ messages)

[patch] lpfc: change spin_lock_irq() to spin_lock()
 2010-08-07 22:15 UTC 

[patch] bfa: dereferencing before testing
 2010-08-07 22:13 UTC 

[PATCH] perf,x86: P4 PMU -- update nmi irq statistics and unmask lvt entry properly
 2010-08-07 21:48 UTC  (2+ messages)

linux-next: manual merge of the kgdb tree with Linus' tree
 2010-08-07 21:17 UTC  (2+ messages)

[GIT PULL] notification tree - try 37!
 2010-08-07 20:55 UTC  (5+ messages)

[GIT PULL] ext4 update for 2.6.36
 2010-08-07 20:17 UTC  (2+ messages)

[PATCH] padata: add missing __percpu markup in include/linux/padata.h
 2010-08-07 19:36 UTC  (2+ messages)

[PATCH] [CPUFREQ] add missing __percpu markup in pcc-cpufreq.c
 2010-08-07 19:35 UTC  (2+ messages)

[PATCH] kgdb: add missing __percpu markup in arch/x86/kernel/kgdb.c
 2010-08-07 19:34 UTC  (2+ messages)

[PATCH] ACPI: add missing __percpu markup in arch/x86/kernel/acpi/cstate.c
 2010-08-07 19:33 UTC  (2+ messages)

[PATCH] intel_idle: add missing __percpu markup
 2010-08-07 19:34 UTC  (2+ messages)

[PATCH 01/18] char: moxa: call disable_pci_device() if pci_probe() failed
 2010-08-07 19:08 UTC  (6+ messages)

Link exchange request
 2010-08-07 18:01 UTC 

UIO DMA to userspace question
 2010-08-07 18:38 UTC 

Linux 2.6.35
 2010-08-07 17:56 UTC  (3+ messages)
` make 3.82 fails on powerpc defconfig update [was: Linux 2.6.35]

[RFC PATCH] platform: Faciliatate the creation of pseduo-platform busses
 2010-08-07 17:28 UTC  (11+ messages)

[PATCH 00/13] writeback patches for 2.6.36
 2010-08-07 16:47 UTC  (7+ messages)
` [PATCH 03/13] writeback: add comment to the dirty limits functions
` [PATCH 07/13] writeback: explicit low bound for vm.dirty_ratio

[PATCH 1/1] integer overflow issue in 'appletouch' driver
 2010-08-07 15:47 UTC  (6+ messages)

[RFC] linux-input: dynamically allocate ABS axis information
 2010-08-07 15:23 UTC  (7+ messages)
` [PATCH 4/4] input: dynamically allocate ABS information

notice 2010
 2010-08-07 10:39 UTC 

[PATCH v2] arm: msm: Add MSM IOMMU support
 2010-08-07 13:56 UTC  (2+ messages)

[116/165] ext4: dont return to userspace after freezing the fs with a mutex held
 2010-08-07 13:38 UTC  (6+ messages)
` [Stable-review] "
    ` [stable] "

The horror is over, but I deleted and forgot some lines - please help
 2010-08-07 13:29 UTC  (2+ messages)

[PATCH 00/10] ARM: ftrace: cleanups, Thumb-2, and dynamic ftrace (v2)
 2010-08-07 12:57 UTC  (6+ messages)
` [PATCH 07/10] ftrace: pass KBUILD_CFLAGS to record_mcount.pl

[BISECTED/2.6.35+] Regression: Machine runs really slowly after commit f12a15be
 2010-08-07 13:15 UTC 

Support For Magiccard's ENDURA Card printer support
 2010-08-07 13:13 UTC  (2+ messages)

Attempted summary of suspend-blockers LKML thread
 2010-08-05 23:03 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).