public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-11-03 05:59:32 to 2009-11-03 15:07:37 UTC [more...]

[RELEASE] Userspace RCU 0.3.0
 2009-11-03 15:02 UTC 

[PATCH]: use spin_lock_irqsave in try_one_irq()
 2009-11-03 15:03 UTC  (3+ messages)

[RFC] [PATCH] Avoid livelock for fsync
 2009-11-03 14:56 UTC  (3+ messages)

FatELF patches
 2009-11-03 14:54 UTC  (9+ messages)

[PATCH 00/27] Push down BKL to the filesystems (v2)
 2009-11-03 14:46 UTC  (6+ messages)
  ` [PATCH 01/27] BKL: Push down BKL from do_new_mount() to the filesystems get_sb/fill_super operation

2.6.31.4 panic: CRED: put_cred_rcu() sees ffff880204e58c00 with usage 82150912
 2009-11-03 14:46 UTC  (3+ messages)

mmotm 2009-11-01-10-01 uploaded
 2009-11-03 14:44 UTC  (3+ messages)
` kdump fails to load and crashes [was: mmotm 2009-11-01-10-01 uploaded]

[PATCH 5/5] at91/atmel_lcdfb: add at91sam9g10 support to atmel LCD driver
 2009-11-03 14:42 UTC  (6+ messages)
` [RFC PATCH] atmel_lcdfb Kconfig: remove long dependency line

kernel building regression on 32-rc5 kernel
 2009-11-03 14:42 UTC 

[PATCH] arch/powerpc: Improve _memcpy
 2009-11-03 14:20 UTC 

[PATCH 00/11] KVM: Add asynchronous page fault for PV guest
 2009-11-03 14:38 UTC  (12+ messages)
` [PATCH 01/11] Add shared memory hypercall to PV Linux guest
` [PATCH 03/11] Handle asynchronous page fault in a PV guest

[PATCH] fs: add missing compat_ptr handling for FS_IOC_RESVSP ioctl
 2009-11-03 14:36 UTC  (3+ messages)

[PATCH 00/11] Sort out sdio_uart - stage two
 2009-11-03 14:19 UTC  (12+ messages)
` [PATCH 01/11] tty_port: Move hupcl handling
` [PATCH 02/11] sdio_uart: use tty_port
` [PATCH 03/11] sdio_uart: Fix oops caused by the previous changeset
` [PATCH 04/11] sdio_uart: refcount the tty objects
` [PATCH 05/11] sdio_uart: Move the open lock
` [PATCH 06/11] sdio_uart: Switch to the open/close helpers
` [PATCH 07/11] sdio_uart: Fix termios handling
` [PATCH 08/11] sdio_uart: Use kfifo instead of the messy circ stuff
` [PATCH 09/11] sdio_uart: Style fixes
` [PATCH 10/11] sdio_uart: Fix the locking on "func" for new code
` [PATCH 11/11] sdio_uart: add modem functionality

[PATCH 0/6] Clean up the sdio_uart driver and fix the tty code
 2009-11-03 14:17 UTC  (7+ messages)

[PATCH -v4] crypto: Add PCLMULQDQ accelerated GHASH implementation
 2009-11-03 14:12 UTC  (12+ messages)

writeback tracing
 2009-11-03 14:11 UTC  (2+ messages)

[PATCH v4] Added PR_SET_PROCTITLE_AREA option for prctl()
 2009-11-03 14:07 UTC  (3+ messages)

Fast LKM symbol resolution
 2009-11-03 14:07 UTC  (20+ messages)
` [PATCH 0/10] module: Speed up symbol resolution during module loading (using binary search)
` [PATCH 01/10] ARM: use unified discard definition in linker script
` [PATCH 02/10] ARM: unexport symbols used to implement floating point emulation
` [PATCH 03/10] module: extract __EXPORT_SYMBOL from module.h into mod_export.h
` [PATCH 04/10] module: make MODULE_SYMBOL_PREFIX into a CONFIG option
` [PATCH 05/10] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
` [PATCH 06/10] module: refactor symbol tables and try to reduce code size of each_symbol()
` [PATCH 07/10] lib: Add generic binary search function to the kernel
` [PATCH 08/10] lib: bsearch - remove redundant special case for arrays of size 0
` [PATCH 09/10] module: speed up find_symbol() using binary search on the builtin symbol tables
` [PATCH 10/10] module: fix is_exported() to return true for all types of exports

[PATCH 0/5] ASoC/MFD/OMAP: TWL4030: APLL_CTL handling change
 2009-11-03 14:05 UTC  (9+ messages)
` [PATCH 3/5] MFD: twl4030-codec: APLL_INFREQ handling in the MFD driver
` [PATCH 5/5] ASoC: TWL4030: Do not modify the APLL_CTL register

[PATCHv2 2/5] vmscan: Kill hibernation specific reclaim logic and unify it
 2009-11-03 14:00 UTC  (5+ messages)

[PATCHv2 2/5] vmscan: Kill hibernation specific reclaim logic and unify it
 2009-11-03 14:00 UTC  (3+ messages)

[PATCH] Make MIPS dynamic clocksource/clockevent clock code generic v2
 2009-11-03 13:51 UTC  (3+ messages)

[PATCH -rt] Updates-from-Jon-Masters-for-hwlat_detector.c.patch
 2009-11-03 13:50 UTC  (5+ messages)

[PATCH 0/13] sysfs lazification
 2009-11-03 13:48 UTC  (15+ messages)
` [PATCH 01/13] sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutex
` [PATCH 02/13] sysfs: Rename sysfs_d_iput to sysfs_dentry_iput
` [PATCH 03/13] sysfs: Use dentry_ops instead of directly playing with the dcache
` [PATCH 04/13] sysfs: Simplify sysfs_chmod_file semantics
` [PATCH 05/13] sysfs: Simplify iattr time assignments
` [PATCH 06/13] sysfs: Fix locking and factor out sysfs_sd_setattr
` [PATCH 07/13] sysfs: Update s_iattr on link and unlink
` [PATCH 08/13] sysfs: Nicely indent sysfs_symlink_inode_operations
` [PATCH 09/13] sysfs: Implement sysfs_getattr & sysfs_permission
` [PATCH 10/13] sysfs: In sysfs_chmod_file lazily propagate the mode change
` [PATCH 11/13] sysfs: Gut sysfs_addrm_start and sysfs_addrm_finish
` [PATCH 12/13] sysfs: Propagate renames to the vfs on demand
` [PATCH 13/13] sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dir

[PATCH] perf: fix trivial checkpatch errors in builtin-help
 2009-11-03 13:28 UTC 

Ftrace for Microblaze - notrace
 2009-11-03 13:32 UTC 

[PATCH 1/1] perf probe: Annotate variable initialization
 2009-11-03 13:29 UTC 

[PATCH] trivial: remove duplicated MIN macro from tehuti
 2009-11-03 13:10 UTC 

Faulty MTRR setups in Toshiba laptops crash video drivers
 2009-11-03 13:08 UTC  (3+ messages)

[PATCHv6 1/3] tun: export underlying socket
 2009-11-03 12:41 UTC  (7+ messages)
` [PATCHv6 3/3] vhost_net: a kernel-level virtio server

[PATCH -tip perf/probes 00/10] x86 insn decoder bugfixes
 2009-11-03 12:35 UTC  (9+ messages)
    ` [PATCH -tip perf/probes 00/10] x86 insn decoder bugfixes and perf-probe syntax changes
      ` Using build-ids in perf tools was Re: [PATCH -tip perf/probes 00/10] x86 insn decoder bugfixes

[PATCH] misc: use a proper range for minor number dynamic allocation
 2009-11-03 12:05 UTC  (2+ messages)

[PATCH 0/3] DRM/KMS framebuffer fixes
 2009-11-03 12:20 UTC  (7+ messages)
` [PATCH 3/3] drm/i915: allocate framebuffer cmap
    ` [PATCH v2 0/3] DRM/KMS framebuffer fixes
      ` [PATCH v2 1/3] drm/fb: fix FBIOGET/PUT_VSCREENINFO pixel clock handling
      ` [PATCH v2 2/3] drm: set the type of the drm_framebuffer::fbdev field
      ` [PATCH v2 3/3] drm/kms: allocate framebuffer cmap

[PATCH] CRIS v32: Should index be positive?
 2009-11-03 12:12 UTC  (2+ messages)

[PATCH] at91: at91sam9g20ek modify dual slot evaluation kit
 2009-11-03 12:04 UTC  (3+ messages)

[PATCH 1/2] Disk hot removal causing oopses and fixes
 2009-11-03 11:54 UTC  (3+ messages)

[PATCH] ringbuffer: synchronize for resizing
 2009-11-03 11:42 UTC 

[GIT PULL] PM fixes for 2.6.32
 2009-11-03 11:36 UTC 

[PATCH v2] TWL4030: Initial support for TWL5031
 2009-11-03 11:29 UTC  (2+ messages)

FatELF patches
 2009-11-03 11:21 UTC  (2+ messages)

[GIT PULL] IOMMU updates for 2.6.32-rc5
 2009-11-03 11:25 UTC 

[PATCH 02/42] driver core: Don't remove kobjects in device_shutdown
 2009-11-03 11:04 UTC 

[linux-pm] intermittent suspend problem again
 2009-11-03 11:02 UTC  (5+ messages)

[PATCH 01/42] sysfs: Don't leak secdata when a sysfs_dirent is freed
 2009-11-03 11:02 UTC 

dream: glue for mmc controller
 2009-11-03 10:57 UTC  (2+ messages)

[PATCH v2 7/7] Adding general performance benchmarking subcommand to perf
 2009-11-03 10:57 UTC 

2.6.32-rc5: unexpected thermal shutdown?
 2009-11-03 10:57 UTC 

[PATCH v2 6/7] Adding general performance benchmarking subcommand to perf
 2009-11-03 10:57 UTC 

[PATCH v2 5/7] Adding general performance benchmarking subcommand to perf
 2009-11-03 10:56 UTC 

[PATCH v2 4/7] Adding general performance benchmarking subcommand to perf
 2009-11-03 10:56 UTC 

[PATCH v2 3/7] Adding general performance benchmarking subcommand to perf
 2009-11-03 10:55 UTC 

[PATCH v2 2/7] Adding general performance benchmarking subcommand to perf
 2009-11-03 10:54 UTC 

Ext3 sequential read performance drop 2.6.29 -> 2.6.30,2.6.31,
 2009-11-03 10:55 UTC  (5+ messages)
  ` [dm-devel] "

[PATCH v2 1/7] Adding general performance benchmarking subcommand to perf
 2009-11-03 10:54 UTC 

[RFC][PATCH 7/7] Adding general performance benchmarking subsystem to perf
 2009-11-03 10:53 UTC  (3+ messages)

[PATCH 1/2] tree-wide: fix typos "offest" -> "offset"
 2009-11-03 10:45 UTC  (4+ messages)

[PATCH] TPM: Let the tpm char device be openable multiple times
 2009-11-03 10:43 UTC  (2+ messages)

[PATCH 1/3] sysfs directory scaling: rbtree for dirent name lookups
 2009-11-03 10:41 UTC  (6+ messages)
    ` [PATCH] sysctl: reduce ram usage by 40 %

kernel BUG at mm/highmem.c:259
 2009-11-03 10:40 UTC  (2+ messages)

how to enable kernel support for Multi-Touch for synaptics touchpad
 2009-11-03 10:29 UTC 

[PATCH] Correct nr_processes() when CPUs have been unplugged
 2009-11-03 10:11 UTC 

[PATCH] LED: add driver for LT3593 controlled LEDs
 2009-11-03 10:03 UTC  (4+ messages)

[RFC 2/2] Use unified UUID/GUID definition in gfs2
 2009-11-03 10:02 UTC  (8+ messages)

ext3/jbd oops in journal_start
 2009-11-03 10:01 UTC  (4+ messages)

[PATCH] mtd: m25p80: make command buffer DMA-safe
 2009-11-03 10:00 UTC  (3+ messages)

[PATCH] STAGING: comedi: cb_das16_cs: fixing coding style errors
 2009-11-03  9:54 UTC 

[PATCH 1/2] Crash in linux kernel when disconnecting usb storage
 2009-11-03  9:36 UTC  (2+ messages)
` [PATCH 2/2] Another crash in linux kernel at diconnect of usb strorage

Possible suspend/resume regression in .32-rc?
 2009-11-03  9:50 UTC  (6+ messages)

[Bug 12309] Large I/O operations result in slow performance and high iowait times
 2009-11-03  9:47 UTC  (3+ messages)

pidns memory leak
 2009-11-03  9:24 UTC  (15+ messages)

Kmemleak for mips
 2009-11-03  9:23 UTC  (2+ messages)

[PATCH] update v2 fix X86_64 procfs provide stack information for threads
 2009-11-03  9:22 UTC 

[PATCH] fix X86_64 procfs provide stack information for threads
 2009-11-03  9:09 UTC  (5+ messages)

UDP-U stream performance regression on 32-rc1 kernel
 2009-11-03  9:09 UTC  (3+ messages)

[PATCH] update fix X86_64 procfs provide stack information for threads
 2009-11-03  9:06 UTC  (3+ messages)

+ firedtv-fix-regression-tuning-fails-due-to-bogus-error-return.patch added to -mm tree
 2009-11-03  9:01 UTC 

[GIT PATCH] TTY fix for 2.6.32-git
 2009-11-03  9:01 UTC  (3+ messages)
` [PATCH 1/1] tty: Mark generic_serial users as BROKEN

Please consider reverting 7d930bc33653d5592dc386a76a38f39c2e962344
 2009-11-03  8:57 UTC  (9+ messages)

[PATCH] asm-generic: Fix typo in asm-generic/unistd.h
 2009-11-03  8:52 UTC  (2+ messages)

[PATCH 1/3] ftrace: Fix unmatching locking in ftrace_regex_write()
 2009-11-03  8:26 UTC  (2+ messages)

[PATCH] block/ps3: Fix slow VRAM IO
 2009-11-03  8:23 UTC  (2+ messages)

[PATCH] tracing: separate raw syscall from syscall tracer
 2009-11-03  8:23 UTC  (2+ messages)

[GIT]: Networking
 2009-11-03  8:20 UTC 

[PATCH] mb862xxfb: add acceleration support for Coral-P/Coral-PA. * imageblt * copyarea * fillrect
 2009-11-03  7:58 UTC  (2+ messages)

[GIT PULL] nilfs2 fixes for 2.6.32-rc6
 2009-11-03  7:49 UTC 

[RFC][PATCH 2/7] Adding general performance benchmarking subsystem to perf
 2009-11-03  7:47 UTC  (3+ messages)

[RFC][PATCH 6/7] Adding general performance benchmarking subsystem to perf
 2009-11-03  7:42 UTC  (2+ messages)

[PATCH] drm: kill more unused DRM macros
 2009-11-03  7:41 UTC  (2+ messages)

[RFC][PATCH 5/7] Adding general performance benchmarking subsystem to perf
 2009-11-03  7:40 UTC  (2+ messages)

[RFC][PATCH 1/7] Adding general performance benchmarking subsystem to perf
 2009-11-03  7:33 UTC  (2+ messages)

[PATCH 11/14] cpumask: use modern cpumask style in arch/x86/kernel/cpu/mcheck/mce-inject.c
 2009-11-03  7:11 UTC  (2+ messages)

[patch] Re: [regression bisect -next] BUG: using smp_processor_id() in preemptible [00000000] code: rmmod
 2009-11-03  7:04 UTC  (2+ messages)
` [tip:sched/urgent] sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.c

[tip:sched/urgent] sched: Disable SD_PREFER_LOCAL at node level
 2009-11-03  7:03 UTC 

[PATCH 5/14] cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
 2009-11-03  6:43 UTC  (2+ messages)

[PATCH 1/1] PM: Making bdi threads non-freezable
 2009-11-03  6:42 UTC  (3+ messages)

[git pull] Input updates for 2.6.32-rc5
 2009-11-03  6:40 UTC 

linux-next: No Tree for November 3
 2009-11-03  6:39 UTC 

LTTng 0.165 for 2.6.31.5 : refactoring/cleanup
 2009-11-03  6:17 UTC 

linux-next: Tree for November 2
 2009-11-03  6:03 UTC  (6+ messages)
` linux-next: Tree for November 2 (wireless/wl1271)

[PATCH] input: fix locking context in ml_ff_set_gain
 2009-11-03  5:59 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox