All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-06-17 15:52:48 to 2011-06-17 17:12:30 UTC [more...]

[PATCH] Add support for multiple MSI on x86
 2011-06-17 17:12 UTC  (3+ messages)

[RFC v2] security: intoduce ptrace_task_may_access_current
 2011-06-17 17:11 UTC  (2+ messages)
` [kernel-hardening] "

[Qemu-devel] [V3 0/3]block: Dynamically change hostcache setting using new "block_set" command
 2011-06-17 17:23 UTC  (5+ 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
  ` [Qemu-devel] [V2 3/3] <Resend> "

disagrees about version of symbol
 2011-06-17 17:11 UTC  (2+ messages)

[PATCH 0/3] x86: remove x86_init.mapping.pagetable_reserve
 2011-06-17 17:11 UTC  (3+ messages)
  ` [Xen-devel] [PATCH 1/3] x86: calculate precisely the memory needed by init_memory_mapping

[PATCH 0/8] x86, mce: misc fix/cleanups, cont
 2011-06-17 17:10 UTC  (7+ messages)
` [PATCH 5/8] x86, mce: introduce mce_sysdev_init()
` [PATCH 6/8] x86, mce: introduce mce_memory_failure_process()
` [PATCH 8/8] x86, mce, edac: call edac_mce_parse() once per a record

[PATCH 1/2] mtd: onenand/omap2.c: fix build error
 2011-06-17 17:10 UTC  (4+ messages)
` [PATCH 2/2] mtd: onenand/samsung.c: "

[PATCH 1/3] atomic: use <linux/atomic.h>
 2011-06-17 17:11 UTC  (4+ messages)
` [PATCH] atomic: cleanup asm-generic atomic*.h inclusion

[PATCH 0/6] NFC subsystem
 2011-06-17 17:07 UTC  (3+ messages)

[lm-sensors] sensors-detect won't recognize 3.0 kernel
 2011-06-17 17:04 UTC  (2+ messages)

[Xenomai-core] [Xenomai-git] Jan Kiszka : nucleus: Fix interrupt handler tails
 2011-06-17 17:03 UTC  (2+ messages)

uvcvideo failure under xHCI
 2011-06-17 17:01 UTC  (4+ messages)

[Bug 35697] New: System locks up when watching fullscreen flash video
 2011-06-17 17:00 UTC  (3+ messages)
` [Bug 35697] "

mmotm 2011-06-15-16-56 uploaded
 2011-06-17 16:58 UTC  (7+ messages)
` mmotm 2011-06-15-16-56 uploaded (mm/page_cgroup.c)
      ` [BUGFIX][PATCH][-rc3] Define a consolidated definition of node_start/end_pfn for build error in page_cgroup.c (Was "

[PATCH v3 0/2] powerpc: define and implement MPIC message register support
 2011-06-17 16:58 UTC  (5+ messages)
` [PATCH v3 2/2] powerpc: add support for MPIC message register API

[PATCH] farsync: add module_put to error path in fst_open()
 2011-06-17 16:25 UTC  (5+ messages)
` [PATCH] gigaset: call module_put before restart of if_open()
` [PATCH] hecubafb: add module_put on error path in hecubafb_probe()
` [PATCH] synclink_gt: add module_put on error path in hdlcdev_open()

bnx2 udp multicast packet loss and jtter
 2011-06-17 16:55 UTC  (6+ messages)

rpc-srv/tcp: nfsd: got error -104 when sending 140 bytes - shutting down socket
 2011-06-17 16:54 UTC  (2+ messages)

git imap-send converting my patches to CRLF line endings?
 2011-06-17 16:54 UTC  (7+ messages)

REGRESSION: Performance regressions from switching anon_vma->lock to mutex
 2011-06-17 16:46 UTC  (22+ messages)

[RFC][PATCH 00/76] Union Mount
 2011-06-17 16:53 UTC  (79+ 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

[Ocfs2-devel] How can ecc be corrected?
 2011-06-17 16:53 UTC  (2+ messages)

[PATCH] KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring [ver #2]
 2011-06-17 16:39 UTC  (3+ messages)

[xen-unstable test] 7623: regressions - FAIL
 2011-06-17 16:51 UTC 

[RFC/PATCH] OMAP3: run the ASM sleep code from DDR
 2011-06-17 16:50 UTC  (14+ messages)

[U-Boot] SPL framework re-design
 2011-06-17 16:48 UTC  (3+ messages)

[GIT PULL] Re: REGRESSION: Performance regressions from switching anon_vma->lock to mutex
 2011-06-17 16:48 UTC  (12+ messages)

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

Exports stops working with permission denied
 2011-06-17 16:48 UTC  (2+ messages)

bnx2 vlan issue
 2011-06-17 16:47 UTC  (13+ messages)

[PATCH 0/1] Fix for runtime errors due to login.defs
 2011-06-17 16:43 UTC  (5+ messages)
` [PATCH 1/1] base-passwd: disable problematic login.defs options

[RFC][PATCH] staging:iio:kxtf9 accelerometer minimal support
 2011-06-17 16:45 UTC  (3+ messages)

Possible ext2/3/4 filesysystem iov_length integer overflow and strange behavior on large writes
 2011-06-17 16:17 UTC 

[PATCH 3.0-rc3, v2] i915: Fix gen6 (SNB) GPU stalling
 2011-06-17 16:42 UTC 

[meta-oe][PATCH] gcc-4.5: Upgrade to latest gcc-4_5-branch and linaro 4.5
 2011-06-17 16:37 UTC 

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

[U-Boot] hello
 2011-06-17 16:40 UTC 

SD8686 fast power-cycle problems
 2011-06-17 16:39 UTC 

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

[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] 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)

[PATCH 0/3] [RFC] Persistent device name using preferred name
 2011-06-17 16:22 UTC  (22+ 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  (5+ 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  (4+ 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] 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-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  (4+ messages)
    ` [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)

[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


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.