All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-06-17 15:24:33 to 2011-06-17 16:34:47 UTC [more...]

[PATCH] farsync: add module_put to error path in fst_open()
 2011-06-17 16:25 UTC  (2+ messages)
` [PATCH] hecubafb: add module_put on error path in hecubafb_probe()

[U-Boot] [PATCH 1/1] Fix hang when entering udelay after GPTIMER2 overflows (about 22 minutes on AM37x)
 2011-06-17 16:34 UTC  (5+ messages)

[PATCH 0/8] x86, mce: misc fix/cleanups, cont
 2011-06-17 16:32 UTC  (5+ messages)
` [PATCH 4/8] x86, mce: rename bootparam parser
` [PATCH 5/8] x86, mce: introduce mce_sysdev_init()

[PATCH] powerpc/book3e-64: use a separate TLB handler when linear map is bolted
 2011-06-17 16:32 UTC  (3+ messages)

[PATCH] iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]
 2011-06-17 16:31 UTC  (4+ messages)

Bug or not? Same array reports different/transformed UUID depending on check-method used
 2011-06-17 16:29 UTC 

ALSA Setta Mixer Values
 2011-06-17 16:27 UTC 

[U-Boot] [PATCH V5 0/2] GPIO: Tegra2: add GPIO driver for Tegra2
 2011-06-17 16:27 UTC  (3+ messages)
` [U-Boot] [PATCH V5 1/2] "
` [U-Boot] [PATCH V5 2/2] arm: Tegra2: GPIO: enable GPIO for Tegra2 boards

inconsistent chunk
 2011-06-17 16:27 UTC  (2+ messages)

[Qemu-devel] [V3 0/3]block: Dynamically change hostcache setting using new "block_set" command
 2011-06-17 16:38 UTC  (4+ messages)
` [Qemu-devel] [V3 1/3] Enhance "info block" to display hostcache setting
` [Qemu-devel] [V3 2/3] Error classes for file reopen and device insertion
` [Qemu-devel] [V2 3/3] Command "block_set" for dynamic block params change

[RFC][PATCH 00/76] Union Mount
 2011-06-17 16:23 UTC  (77+ messages)
` [PATCH 01/76] VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors
` [PATCH 02/76] VFS: Add hard read-only users count to superblock
` [PATCH 03/76] VFS: Add CL_NO_SHARED flag to clone_mnt()/copy_tree()
` [PATCH 04/76] VFS: Add CL_NO_SLAVE "
` [PATCH 05/76] VFS: Add CL_MAKE_HARD_READONLY "
` [PATCH 06/76] VFS: Comment follow_mount() and friends
` [PATCH 07/76] VFS: Make lookup_hash() return a struct path
` [PATCH 08/76] whiteout/NFSD: Don't return information about whiteouts to userspace
` [PATCH 09/76] whiteout: Define flags and operations for opaque inodes
` [PATCH 10/76] whiteout: Add vfs_whiteout() and whiteout inode operation
` [PATCH 11/76] whiteout: Allow removal of a directory with whiteouts
` [PATCH 12/76] tmpfs: Add whiteout support
` [PATCH 13/76] ext2: Add ext2_dirent_in_use()
` [PATCH 14/76] ext2: Split ext2_add_entry() from ext2_add_link()
` [PATCH 15/76] ext2: Add whiteout support
` [PATCH 16/76] jffs2: "
` [PATCH 17/76] VFS: Basic fallthru definitions
` [PATCH 18/76] ext2: Add fallthru support
` [PATCH 19/76] tmpfs: "
` [PATCH 20/76] jffs2: "
` [PATCH 21/76] union-mount: Union mounts documentation
` [PATCH 22/76] union-mount: Introduce MNT_UNION and MS_UNION flags
` [PATCH 23/76] union-mount: Add CONFIG_UNION_MOUNT option
` [PATCH 24/76] union-mount: Create union_stack structure
` [PATCH 25/76] union-mount: Add two superblock fields for union mounts
` [PATCH 26/76] union-mount: Add union_alloc()
` [PATCH 27/76] union-mount: Add union_find_dir()
` [PATCH 28/76] union-mount: Create d_free_unions()
` [PATCH 29/76] union-mount: Free union stack on removal of topmost dentry from dcache
` [PATCH 30/76] union-mount: Create union_add_dir()
` [PATCH 31/76] union-mount: Add union_create_topmost_dir()
` [PATCH 32/76] union-mount: Create IS_MNT_UNION()
` [PATCH 33/76] union-mount: Create needs_lookup_union()
` [PATCH 34/76] union-mount: Create check_topmost_union_mnt()
` [PATCH 35/76] union-mount: Add clone_union_tree() and put_union_sb()
` [PATCH 36/76] union-mount: Create build_root_union()
` [PATCH 37/76] union-mount: Create prepare_mnt_union() and cleanup_mnt_union()
` [PATCH 38/76] union-mount: Prevent improper union-related remounts
` [PATCH 39/76] union-mount: Prevent topmost file system from being mounted elsewhere
` [PATCH 40/76] union-mount: Prevent bind mounts of union mounts
` [PATCH 41/76] union-mount: Implement union mount
` [PATCH 42/76] union-mount: Temporarily disable some syscalls
` [PATCH 43/76] union-mount: Basic infrastructure of __lookup_union()
` [PATCH 44/76] union-mount: Process negative dentries in __lookup_union()
` [PATCH 45/76] union-mount: Return files found in lower layers "
` [PATCH 46/76] union-mount: Build union stack "
` [PATCH 47/76] union-mount: Follow mount "
` [PATCH 48/76] union-mount: Add lookup_union()
` [PATCH 49/76] union-mount: Add do_lookup_union() wrapper for __lookup_union()
` [PATCH 50/76] union-mount: Call union lookup functions in lookup path
` [PATCH 51/76] union-mount: Create whiteout on unlink()
` [PATCH 52/76] union-mount: Create whiteout on rmdir()
` [PATCH 53/76] union-mount: Set opaque flag on new directories in unioned file systems
` [PATCH 54/76] union-mount: Copy up directory entries on first readdir()
` [PATCH 55/76] union-mount: Add generic_readdir_fallthru() helper
` [PATCH 56/76] fallthru: ext2 support for lookup of d_type/d_ino in fallthrus
` [PATCH 57/76] fallthru: tmpfs "
` [PATCH 58/76] fallthru: jffs2 "
` [PATCH 59/76] VFS: Split inode_permission() and create path_permission()
` [PATCH 60/76] VFS: Create user_path_nd() to lookup both parent and target
` [PATCH 61/76] union-mount: In-kernel file copyup routines
` [PATCH 62/76] union-mount: Implement union-aware access()/faccessat()
` [PATCH 63/76] union-mount: Implement union-aware link()
` [PATCH 64/76] union-mount: Implement union-aware rename()
` [PATCH 65/76] union-mount: Implement union-aware writable open()
` [PATCH 66/76] union-mount: Implement union-aware chown()
` [PATCH 67/76] union-mount: Implement union-aware truncate()
` [PATCH 68/76] union-mount: Implement union-aware chmod()/fchmodat()
` [PATCH 69/76] union-mount: Implement union-aware lchown()
` [PATCH 70/76] union-mount: Implement union-aware utimensat()
` [PATCH 71/76] union-mount: Implement union-aware setxattr()
` [PATCH 72/76] union-mount: Implement union-aware lsetxattr()
` [PATCH 73/76] union-mount: Pass mount flags to sget()
` [PATCH 74/76] union-mount: Duplicate the i_{, dir_}mutex lock classes and use for upper layer
` [PATCH 76/76] Temporary commit
` [PATCH 75/76] Ext2: Unionmount devel

[PATCH 0/3] [RFC] Persistent device name using preferred name
 2011-06-17 16:22 UTC  (23+ messages)
` [PATCH 1/3] [RFC] genhd: add a new attribute in device structure

[BUG] b43 / ssb: kernel BUG() in __queue_work()
 2011-06-17 16:17 UTC  (4+ messages)

[PATCH] ARM: OMAP: Overo: remove illegal extra call to overo_ads7846_init()
 2011-06-17 16:17 UTC  (5+ messages)
  ` [PATCH] ARM: OMAP: Overo: remove duplicate "

booting Xen from EFI
 2011-06-17 16:15 UTC  (2+ messages)

Question about apply eglibc configurability to create minimal image
 2011-06-17 16:10 UTC  (6+ messages)

[PATCH 1/2] ext4: Fix compilation with -DDX_DEBUG
 2011-06-17 16:01 UTC  (2+ messages)
` [PATCH 2/2] ext4 directory index: read-ahead blocks

ASUS K53E fails to suspend if ehci_hcd is loaded
 2011-06-17 16:11 UTC 

Contribution: a file loading module
 2011-06-17 16:11 UTC 

[PATCH 2/2] powerpc/book3e-64: reraise doorbell when masked by soft-irq-disable
 2011-06-17 16:02 UTC  (6+ messages)

[PATCH] kvm tools: Fix broken terminal when kvm exits because of a signal
 2011-06-17 16:10 UTC 

kernel BUG at fs/btrfs/delayed-inode.c:1301!
 2011-06-17 16:10 UTC 

[RFC PATCH 00/16] Consolidation: move SMP local timers to driver/clocksource
 2011-06-17 16:10 UTC  (6+ messages)
` [RFC PATCH 01/16] ARM: local timers: early device probing hooks

[PATCHv10 0/10] Contiguous Memory Allocator
 2011-06-17 16:08 UTC  (6+ messages)
` [PATCH 08/10] mm: cma: Contiguous Memory Allocator added
  ` [Linaro-mm-sig] "

[PATCH] vmxnet3: fix starving rx ring when alloc_skb fails
 2011-06-17 16:09 UTC  (4+ messages)

[Qemu-devel] [PATCH] virtio-serial: Fix segfault on guest boot
 2011-06-17 16:09 UTC  (4+ messages)

[PATCH RFC V2] [x86] Optimize copy-page by reducing impact from HW prefetch
 2011-06-17 23:24 UTC 

[GIT PULL] XFS update for 3.0-rc4
 2011-06-17 16:08 UTC  (2+ messages)

nilfs_cleanerd doesn't get started when /etc/mtab is a symlink
 2011-06-17 16:08 UTC  (2+ messages)

Nyerj LG OPTIMUS 2x okostelefont!Nyerj LG OPTIMUS 2x okostelefont!
 2011-06-17 15:48 UTC 

[PATCH 1/5] staging: hv: fix some white spaces in netvsc driver
 2011-06-17 16:03 UTC  (2+ messages)

[PATCH] ASoC: soc-dapm: Fix breakage with incorrect codec pointer
 2011-06-17 16:01 UTC  (3+ messages)

[RFC 0/2] Allow NICs to pass Frame Checksum up the stack
 2011-06-17 16:00 UTC  (5+ messages)
` [RFC 1/2] net: Support getting/setting RX-FCS in drivers

[linux-lvm] Help to mount ext3 boot partiton which reports it's LVM2_member when I try to mount it
 2011-06-17 15:59 UTC  (3+ messages)

[RFC/PATCH] OMAP3: run the ASM sleep code from DDR
 2011-06-17 15:59 UTC  (13+ messages)

[linux-cifs-client] problems with signing and new crypto code
 2011-06-17 15:58 UTC  (3+ messages)

[RFC v1] security: introduce ptrace_task_access_check()
 2011-06-17 15:58 UTC  (10+ messages)
` [kernel-hardening] "
  ` [kernel-hardening] "

ASUS K53E fails to suspend if ehci_hcd is loaded
 2011-06-17 15:57 UTC 

[PATCH 1/2] ASoC: Fix ADAU1701 build in SND_SOC_ALL_CODECS
 2011-06-17 15:56 UTC  (7+ messages)
` [PATCH] firmware: Make firmware drivers generally available

[Resend with Signed-off-by]: Add new FT232H chip to drivers/usb/serial/ftdi_sio.c
 2011-06-17 15:51 UTC  (2+ messages)

[Ocfs2-devel] How can ecc be corrected?
 2011-06-17 15:55 UTC 

[PATCH v4] KVM: PPC: e500: MMU API
 2011-06-17 15:55 UTC  (2+ messages)

[PATCH v2 02/18] GPIO: OMAP2+: Use flag to identify wakeup domain
 2011-06-17 15:53 UTC  (6+ messages)
` [PATCH v2 08/18] GPIO: OMAP: Use wkup regs off/suspend support flag

bnx2 udp multicast packet loss and jtter
 2011-06-17 15:52 UTC  (4+ messages)

git imap-send converting my patches to CRLF line endings?
 2011-06-17 15:50 UTC  (6+ messages)

[RFC 2/2] ethtool: Add support for DMA Coalescing feature config to ethtool
 2011-06-17 15:50 UTC  (3+ messages)

[pm-wip/voltdm_nm][PATCH 00/10] OMAP2+: voltage: fixes
 2011-06-17 15:48 UTC  (5+ messages)
` [pm-wip/voltdm_nm][PATCH 07/10] OMAP3+: PM: VP: use uV for max and min voltage limits

[PATCH 1/2] ASoC: Fix ADAU1701 build in SND_SOC_ALL_CODECS
 2011-06-17 15:48 UTC  (3+ messages)
` [PATCH 2/2] ASoC: Add adau* drivers to the Analog Devices file patterns

call for participation on openembedded-users mailing list
 2011-06-17 15:41 UTC  (4+ messages)

[PATCH] tty/serial: Fix XSCALE serial ports, e.g. ce4100
 2011-06-17 15:45 UTC 

[lm-sensors] [PATCH] [RFC] lm85: fix PWM control on SMSC EMC2300 &
 2011-06-17 15:44 UTC 

[PATCH/RFC] Fix resync hang after surprise removal
 2011-06-17 15:42 UTC  (2+ messages)

[PATCH 4/4] rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with true
 2011-06-17 15:42 UTC  (3+ messages)

debugging multi threaded applicatiosn on arm - status?
 2011-06-17 15:39 UTC  (3+ messages)

[PATCH] linux-2.6.18: replace list_for_each..._safe() by list_for_each...() where possible
 2011-06-17 15:39 UTC 

[PATCH] linux-2.6.18: xenbus_gather()/xenbus_scanf() usage adjustments
 2011-06-17 15:37 UTC 

[PATCH RFC] [x86] Optimize copy-page by reducing impact from HW prefetch
 2011-06-17 22:51 UTC 

[GIT] HID
 2011-06-17 15:36 UTC 

[PATCH] collie: don't read GPSR
 2011-06-17 15:35 UTC  (3+ messages)

[PATCH] gianfar v4: implement nfc
 2011-06-17 15:33 UTC  (2+ messages)

[PATCH V4] libxl, Introduce a QMP client
 2011-06-17 15:32 UTC 

kernel BUG at kernel/timer.c:951!
 2011-06-17 15:31 UTC  (10+ messages)
` [PATCH net-2.6] ax25: netrom: rose: Fix timer oopses
  ` [AX25] inconsistent lock state

5x dom0 memory increase from Xen/Linux 3.4/2.6.18 to 4.1/3.0.0
 2011-06-17 15:31 UTC  (2+ messages)

pcap files reading with iptables
 2011-06-17 15:31 UTC  (2+ messages)

[PATCH v7 1/2] Add driver for Aptina (Micron) mt9p031 sensor
 2011-06-17 15:30 UTC  (7+ messages)
` [beagleboard] "

[RFC][PATCH] staging:iio:kxtf9 accelerometer minimal support
 2011-06-17 15:38 UTC  (2+ messages)

[PATCH 3.0-rc3] i915: Fix gen6 (SNB) GPU stalling
 2011-06-17 15:29 UTC  (5+ messages)
  ` [Intel-gfx] "

[PATCH 00/10] mm: Linux VM Infrastructure to support Memory Power Management
 2011-06-17 15:28 UTC  (8+ messages)

[Bug 33348] New: Display corruption when activating desktop effects (compositing) in kwin
 2011-06-17 15:26 UTC  (2+ messages)
` [Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics

[PATCH 3/4] rtlwifi: rtl8192cu: Remove unused parameter
 2011-06-17 15:26 UTC  (2+ messages)

[PATCH 2/4] rtlwifi: Fix typo in variable name
 2011-06-17 15:25 UTC  (2+ messages)

[PATCH 1/4] rtlwifi: rtl8192{ce,cu,se}: Remove irq_enabled flag
 2011-06-17 15:24 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.