All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-03-06 22:49:24 to 2012-03-07 00:15:45 UTC [more...]

[Qemu-devel] [PATCH 0/6] PCI hotplug improvements
 2012-03-07  0:15 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] acpi_piix4: Disallow write to up/down PCI hotplug registers
` [Qemu-devel] [PATCH 2/6] acpi_piix4: Only allow writes to PCI hotplug eject register
` [Qemu-devel] [PATCH 3/6] pci: Add notifier for device probing
` [Qemu-devel] [PATCH 4/6] acpi_piix4: Track PCI hotplug status and allow non-ACPI remove path
` [Qemu-devel] [PATCH 5/6] acpi_piix4: Use pci_get/set_byte
` [Qemu-devel] [PATCH 6/6] api_piix4: Remove PCI_RMV_BASE write code

[linux test] 12182: regressions - FAIL
 2012-03-07  0:15 UTC 

[PATCH torvalds/linux.git] Make linux/tcp.h C++ friendly (trivial)
 2012-03-07  0:14 UTC  (2+ messages)

[PATCH] ARM: mach-shmobile: ap4evb: fixup fsi2_ak4643_info typo
 2012-03-07  0:14 UTC 

[Keyrings] [PATCH] KEYS: testing wrong bit for KEY_FLAG_REVOKED
 2012-03-07  0:13 UTC 

[PATCH V2] OMAP3+: PM: VP: fix integer truncation error
 2012-03-07  0:13 UTC  (5+ messages)

[PATCH 1/2] ksm: clean up page_trans_compound_anon_split
 2012-03-07  0:11 UTC  (5+ messages)
` [PATCH 2/2] ksm: cleanup: introduce ksm_check_mm()

AP4EVB board couldn't boot on latest linus/master
 2012-03-07  0:11 UTC  (2+ messages)

[PATCH v10 2/3] ARM: EXYNOS: Change System MMU platform device definitions
 2012-03-07  0:10 UTC  (4+ messages)

[PATCH] ARM: pxa: fix build failure for regulator consumer in em-x270.c
 2012-03-07  0:10 UTC  (3+ messages)

[PATCH 00/23] PCI, x86: pci root bus hotplug support
 2012-03-07  0:09 UTC  (4+ messages)
` [PATCH 23/23] x86, PCI: add pcibios_root_rescan

[patch] mm, mempolicy: dummy slab_node return value for bugless kernels
 2012-03-07  0:08 UTC  (2+ messages)

[PATCH v3 00/54] e2fsprogs: Add metadata checksumming
 2012-03-07  0:03 UTC  (55+ messages)
` [PATCH 01/54] libext2fs: Read and write full size inodes
` [PATCH 02/54] libext2fs: Change ext4 on-disk layout to support metadata checksumming
` [PATCH 03/54] debugfs: Optionally ignore bad checksums
` [PATCH 04/54] libext2fs: Precompute FS UUID checksum seed
` [PATCH 05/54] libext2fs: Add inode checksum support
` [PATCH 06/54] debugfs: Dump inode checksum when appropriate
` [PATCH 07/54] tune2fs: Add inode checksum support
` [PATCH 08/54] e2fsck: Verify and correct inode checksums
` [PATCH 09/54] mke2fs: Allow metadata checksums to be turned on at mkfs time
` [PATCH 10/54] libext2fs: Create the inode bitmap checksum
` [PATCH 11/54] tune2fs: Rewrite inode bitmap checksums
` [PATCH 12/54] dumpe2fs: Display inode bitmap checksum
` [PATCH 13/54] e2fsck: Verify "
` [PATCH 14/54] libext2fs: Create the block "
` [PATCH 15/54] dumpe2fs: Display "
` [PATCH 16/54] e2fsck: Verify "
` [PATCH 17/54] e2fsck: Don't verify bitmap checksums
` [PATCH 18/54] tune2fs: Rewrite block "
` [PATCH 19/54] libext2fs: Verify and calculate extent tree block checksums
` [PATCH 20/54] tune2fs: Enable extent tree checksums
` [PATCH 21/54] e2fsck: Verify extent tree blocks and clear the bad ones
` [PATCH 22/54] debugfs: Print htree internal node checksums
` [PATCH 23/54] libext2fs: Add dx_root/dx_node checksum calculation and verification helpers
` [PATCH 24/54] e2fsck: Verify htree root/node checksums
` [PATCH 25/54] libext2fs: Introduce dir_entry_tail to provide checksums for directory leaf nodes
` [PATCH 26/54] e2fsck: Check directory leaf block checksums
` [PATCH 27/54] tune2fs: Rebuild and checksum directories when toggling metadata_csum or changing UUID
` [PATCH 28/54] libext2fs: Verify and calculate extended attribute block checksums
` [PATCH 29/54] e2fsck: Check "
` [PATCH 30/54] tune2fs: Rewrite "
` [PATCH 31/54] libext2fs: Calculate and verify superblock checksums
` [PATCH 32/54] e2fsck: Handle superblock checksum errors gracefully
` [PATCH 33/54] libext2fs: Record the checksum algorithm in use in the superblock
` [PATCH 34/54] tune2fs: Store checksum algorithm type in superblock
` [PATCH 35/54] mke2fs: Record the checksum algorithm in use in the superblock
` [PATCH 36/54] libext2fs: Block group checksum should use metadata_csum algorithm
` [PATCH 37/54] e2fsck: Ensure block group checksum uses "
` [PATCH 38/54] tune2fs: Rewrite block group checksums when changing checksumming feature flags
` [PATCH 39/54] mke2fs: Write new group descriptors with the appropriate checksum
` [PATCH 40/54] mke2fs: Warn if not enabling all the features that metadata_csum wants
` [PATCH 41/54] libext2fs: Add checksum to MMP block
` [PATCH 42/54] e2fsck: Verify and correct MMP checksum problems
` [PATCH 43/54] tune2fs: Force MMP update when changing metadata_csum flag
` [PATCH 44/54] libext2fs: Change on-disk journal layout to support metadata checksumming
` [PATCH 45/54] libext2fs: Dump feature flags for jbd2 v2 checksums
` [PATCH 46/54] e2fsck: Check journal superblock checksum prior to recovery
` [PATCH 47/54] e2fsck: Check revoke block checksum during recovery
` [PATCH 48/54] e2fsck: Check descriptor block checksum when recovering journal
` [PATCH 49/54] e2fsck: Check commit block checksum during recovery
` [PATCH 50/54] e2fsck: Verify data block checksums when recovering journal
` [PATCH 51/54] libext2fs: Enable support for the metadata checksumming feature
` [PATCH 52/54] libext2fs: Bring the CRC32c implementation up to date with the kernel implementation
` [PATCH 53/54] e2fsck: Refactor crc32_be code
` [PATCH 54/54] mke2fs: Enable metadata_csum on ext4dev filesystems

[U-Boot] [PATCH 0/4] onenand: OneNAND board dependent probe and Samsung targets fixes
 2012-03-07  0:04 UTC  (4+ messages)
` [U-Boot] [RESEND 0/4] onenand: OneNAND board dependent probe and fixes for Samsung targets
  ` [U-Boot] OneNAND custodian (was: Re: [RESEND 0/4] onenand: OneNAND board dependent probe and fixes for Samsung targets)

[PATCH 0/1] Formfactor fix
 2012-03-06 23:55 UTC  (2+ messages)
` [PATCH 1/1] formfactor: use full path to fbset

[PATCHv2 0/3] Add support for bmp18x to bmp085
 2012-03-07  0:03 UTC  (5+ messages)
` [PATCHv2 2/3] misc: add support for bmp18x chips to the bmp085 driver

[PATCH] ASoC: dapm: Only lock CODEC for I/O if not using regmap
 2012-03-07  0:03 UTC 

xen-unstable
 2012-03-07  0:03 UTC  (3+ messages)

[PATCH] NFS: add crc hash to nfs_display_fhandle
 2012-03-07  0:00 UTC  (4+ messages)

[PATCH] selinux: init target class when add avc callback
 2012-03-06 23:59 UTC  (2+ messages)

Approaches to SVN to Git conversion (was: Re: [RFC] "Remote helper for Subversion" project)
 2012-03-06 23:59 UTC  (2+ messages)
` [spf:guess] "

[to-be-updated] cpuidle-add-a-sysfs-entry-to-disable-specific-c-state-for-debug-purpose.patch removed from -mm tree
 2012-03-06 23:58 UTC 

[B.A.T.M.A.N.] [PATCH] batman-adv: fix PENDING flag behaviour in case of multiple roamings
 2012-03-06 23:58 UTC 

Corrupted files after suspend to disk
 2012-03-06 23:54 UTC  (6+ messages)

+ drivers-video-backlight-s6e63m0c-fix-corruption-storing-gamma-mode.patch added to -mm tree
 2012-03-06 23:57 UTC 

My Microdia (SN9C201) webcam doesn't work properly in Linux anymore
 2012-03-06 23:44 UTC  (10+ messages)

+ backlight-lp855x_bl-silence-a-compiler-warning.patch added to -mm tree
 2012-03-06 23:56 UTC 

[PATCH] gpio/omap: Fix section warning for omap_mpuio_alloc_gc()
 2012-03-06 23:55 UTC  (3+ messages)

Pre-merge-window status of the arm-soc tree
 2012-03-06 23:53 UTC  (3+ messages)

[Qemu-devel] [PATCH 5/6] cache-utils: Change data type of parameters for flush_icache_range
 2012-03-06 23:51 UTC  (3+ messages)
` [Qemu-devel] [PATCH] cache-utils: Add missing include file for uintptr_t

getbmap!!!!!!!
 2012-03-06 23:51 UTC  (2+ messages)

[PATCH 0 of 8] Mem event ring interface setup update, V3
 2012-03-06 23:50 UTC  (9+ messages)
` [PATCH 1 of 8] Tools: Remove shared page from mem_event/access/paging interfaces
` [PATCH 2 of 8] x86/hvm: refactor calls to prepare and tear down a helper ring
` [PATCH 3 of 8] Use a reserved pfn in the guest address space to store mem event rings
` [PATCH 4 of 8] x86/mm: wire up sharing ring
` [PATCH 5 of 8] Tools: libxc side for setting up the mem "
` [PATCH 6 of 8] x86/mm: Clean up mem event structures on domain destruction
` [PATCH 7 of 8] x86/mm: Fix mem event error message typos
` [PATCH 8 of 8] Tools: After a helper maps a ring, yank it from the guest physmap

[PATCH 00/68] TTY buffer in tty_port -- prep no. 1
 2012-03-06 23:49 UTC  (3+ messages)
` [PATCH 05/68] TTY: remove re-assignments to tty_driver members

[PATCH] compat-wireless: Handle name change from iwlagn to iwlwifi in 3.2
 2012-03-06 23:47 UTC  (2+ messages)

[to-be-updated] ksm-cleanup-introduce-ksm_check_mm-fix.patch removed from -mm tree
 2012-03-06 23:47 UTC 

[to-be-updated] ksm-cleanup-introduce-ksm_check_mm.patch removed from -mm tree
 2012-03-06 23:47 UTC 

[to-be-updated] ksm-clean-up-page_trans_compound_anon_split.patch removed from -mm tree
 2012-03-06 23:46 UTC 

[U-Boot] [PATCH 1/3] spl: add ymodem support
 2012-03-06 23:46 UTC  (5+ messages)

[PATCH 0/1] bitbake error fix
 2012-03-06 23:37 UTC  (2+ messages)
` [PATCH 1/1] bitbake/siggen: output filename on error in finalise

[PATCH RFC/RFT 1/2] regulator: Fix da9052 ldo regulator names
 2012-03-06 23:46 UTC  (2+ messages)
` [PATCH RFC/RFT 2/2] regulator: Refactor to use one da9052_ldo_ops/da9052_dcdc_ops for all LDOs/DCDCs

bug report? fatal: Ambiguous object name: 'xxx' during branch operation
 2012-03-06 23:44 UTC  (2+ messages)

[U-Boot] [RFC PATCH 0/5] add bootable partition support
 2012-03-06 23:41 UTC  (6+ messages)
` [U-Boot] [RFC PATCH 1/5] disk/part: check bootable flag for DOS partitions
` [U-Boot] [RFC PATCH 2/5] disk/part: introduce get_device_and_partition
` [U-Boot] [RFC PATCH 3/5] cmd_ext2: use common get_device_and_partition function
` [U-Boot] [RFC PATCH 4/5] cmd_fat: "
` [U-Boot] [RFC PATCH 5/5] cmd_scsi: "

[ 00/72] 3.2.9-stable review
 2012-03-06 23:38 UTC  (4+ messages)
` [ 57/72] genirq: Unmask oneshot irqs when thread was not woken

[PATCH 0/3] MMC / PM: Make it possible to use PM QoS latency constraints
 2012-03-06 23:41 UTC  (4+ messages)
` [PATCH 2/3] tmio_mmc / PM: Use PM QoS requests, v2

[PATCHv7 0/9] ARM: DMA-mapping framework redesign
 2012-03-06 23:36 UTC  (8+ messages)
` [PATCHv7 9/9] ARM: dma-mapping: add support for IOMMU mapper

RTC regression
 2012-03-06 23:36 UTC  (2+ messages)

[Qemu-devel] [0/7] pseries and Power updates
 2012-03-06 23:35 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/7] pseries: Add support for level interrupts to XICS

drm: i915 hangcheck/GPU errors
 2012-03-06 23:34 UTC  (2+ messages)

git push from client is not updating files on server
 2012-03-06 23:32 UTC  (5+ messages)

[RFT][PATCH] b43: fix logic in GPIO configuration
 2012-03-06 23:32 UTC  (5+ messages)

[PATCH] memcg: fix mapcount check in move charge code for anonymous page
 2012-03-06 23:31 UTC  (3+ messages)

[PATCH] cpuset: mm: Remove memory barrier damage from the page allocator
 2012-03-06 23:31 UTC  (8+ messages)

Build for powerpc spe broken
 2012-03-06 23:21 UTC  (2+ messages)

[PATCH 1/2] network: refactor stuff from netroot/parse-ip-opts to net-lib
 2012-03-06 23:25 UTC  (2+ messages)
  ` [PATCH 2/2] add initqueue --env and "online" hook

[RFC] bcma: replace ssb_sprom structure with bcma_sprom structure
 2012-03-06 23:23 UTC  (3+ messages)

[PATCH 0/5] IPC: checkpoint/restore in userspace enhancements
 2012-03-06 23:19 UTC  (3+ messages)
` [CRIU] "

[PATCH v3 0/5] MT9M032 and MT9P031 sensor patches
 2012-03-06 23:16 UTC  (3+ messages)
` [PATCH v3 5/5] v4l: Add driver for Micron MT9M032 camera sensor

[PATCH 0/2] nfsd: bugfixes for
 2012-03-06 23:14 UTC  (5+ messages)
` [PATCH 1/2] nfsd: convert nfs4_client->cl_cb_flags to a generic flags field

+ mm-exec-rename-mm-exe_file-to-mm-exe_path.patch added to -mm tree
 2012-03-06 23:13 UTC 

[PATCH] ARM: versatile: automatically pick a board in Kconfig
 2012-03-06 23:13 UTC  (3+ messages)

[PATCH 1/2] Allow Overriding GIT_BUILD_DIR
 2012-03-06 23:12 UTC  (13+ messages)
` [PATCH 2/2] Support Out-Of-Tree Valgrind Tests

[PATCH] nfsd41: free_session/free_client must be called under the client_lock
 2012-03-06 23:11 UTC  (2+ messages)

Are these comments in scsi_host.h still true?
 2012-03-06 23:07 UTC  (2+ messages)

[RFC 0/2] New L2CAP ERTM state machine
 2012-03-06 23:09 UTC  (8+ messages)
` [RFC 2/2] Bluetooth: L2CAP ERTM state machine replacement

[PATCH] irq_domain/mips: Allow irq_domain on MIPS
 2012-03-06 23:08 UTC  (3+ messages)

[PATCH v2 1/2] bcma: return error in bcma_sprom_get() when fallback fails
 2012-03-06 23:07 UTC  (2+ messages)

[PATCH 0/2] LE support for MGMT Stop Discovery
 2012-03-06 23:07 UTC  (4+ messages)
` [PATCH 1/2] Bluetooth: Add hci_cancel_le_scan() to hci_core
` [PATCH 2/2] Bluetooth: LE support for MGMT stop discovery

[PATCH] RFC: initial libxl support for xenpaging
 2012-03-06 23:07 UTC  (20+ messages)

[PATCH 0/4] KVM: Introduce kvm_memory_slot::arch
 2012-03-06 23:01 UTC  (5+ messages)
` [PATCH 4/4 v2] KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
  ` [PATCH 4/4 v3] "

[PATCH] vmevent: Use 'struct vmevent_attr' for vmevent_fd() ABI
 2012-03-06 22:59 UTC  (2+ messages)

[Qemu-devel] [PATCH 01/28] macio: convert to qdev
 2012-03-06 22:56 UTC  (3+ messages)
` [Qemu-devel] [PATCH] macio: Convert "

[PATCH v2] ARM: OMAP: WiLink platform data for the PandaBoard
 2012-03-06 22:55 UTC  (2+ messages)

[PATCH v2 2/2] avrcp: Add error code for rejected vendor command
 2012-03-06 22:54 UTC  (2+ messages)

[PATCH] cpuset: mm: Reduce large amounts of memory barrier related damage v2
 2012-03-06 22:54 UTC  (5+ messages)

[meta-handheld][PATCH 1/3] linux-kexecboot_3.2: add more defconfigs for Zaurus family
 2012-03-06 22:44 UTC  (3+ messages)
` [meta-handheld][PATCH 2/3] linux_3.2: update from 3.2.8 to 3.2.9, add more defconfigs
` [meta-handheld][PATCH 3/3] linux_(3.1|3.2|git): simplify and embed the linux-${PV}.inc

Slow wifi connection AR9287 with ath9k 3.x kernel
 2012-03-06 22:52 UTC 

[PATCH] Extend mwait idle to optimize away CAL and RES interrupts to an idle CPU -v1
 2012-03-06 22:51 UTC  (4+ messages)
` fork_idle from wq cleanup
  ` [PATCH 3/5] mips: Use common fork_idle_from_wq in smpboot

[PATCH v3 02/30] ARM: provide runtime hook for ioremap/iounmap
 2012-03-06 22:50 UTC  (6+ messages)
` [PATCH v5 1/7] "
  ` [PATCH v5 5/7] ARM: ixp4xx: use runtime ioremap hook

mount -f regression in v2.21's new-mount
 2012-03-06 22:43 UTC 

[PATCH v3 0/9] support to migrate with IPv6 address
 2012-03-06 22:48 UTC  (2+ messages)
` [PATCH v3 5/9] net: refector tcp_*_start functions


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.