messages from 2012-09-07 19:41:54 to 2012-09-07 21:22:36 UTC [more...]
[PATCH RFC] clk: use spinlock for clk_get_rate
2012-09-07 21:22 UTC (4+ messages)
[PATCH] genalloc: make possible to use a custom allocation algorithm
2012-09-07 21:22 UTC (2+ messages)
[Resend][PATCH] pciehp: always implement resume
2012-09-07 21:28 UTC
[PATCH] mips/octeon: 16-Bit NOR flash was not being detected during boot
2012-09-05 20:19 UTC
[PATCH/RFC] l10n: de.po: translate 2 new messages
2012-09-07 21:20 UTC (9+ messages)
` [PATCH 0/2] multiline prefixes on messages
` [PATCH 1/2] advice: extract function to print messages with prefix
[Qemu-devel] [PATCH] target-xtensa: fix missing errno codes for mingw32
2012-09-07 21:20 UTC (5+ messages)
[PATCH v2 0/6] Make mach/gpio.h optional
2012-09-07 21:17 UTC (2+ messages)
[PATCH] openssh: allow root login when debug-tweaks is enabled
2012-09-07 21:04 UTC (3+ messages)
[RFC RESEND 0/4] ARM: OMAP3+: Add device-tree support for timers
2012-09-07 21:16 UTC (14+ messages)
` [RFC RESEND 1/4] arm/dts: OMAP: Add timer nodes
[PATCH 0/9] rbd: activate v2 image support
2012-09-07 21:15 UTC (10+ messages)
` [PATCH 1/9] rbd: lay out header probe infrastructure
` [PATCH 2/9] rbd: add code to get the size of a v2 rbd image
` [PATCH 3/9] rbd: get the object prefix for "
` [PATCH 4/9] rbd: get image features for a v2 image
` [PATCH 5/9] rbd: get the snapshot context "
` [PATCH 6/9] rbd: get snapshot name "
` [PATCH 7/9] rbd: update remaining header fields for v2
` [PATCH 8/9] rbd: define rbd_dev_v2_snapc_refresh()
` [PATCH 9/9] rbd: activate v2 image support
[PATCH 0/6] cpuidle : per cpu latencies
2012-09-07 21:19 UTC (3+ messages)
` [PATCH 1/6] acpi : move the acpi_idle_driver variable declaration
[PATCH 0/2] pinctrl: pinctrl-single: new type: pinctrl-single,bits
2012-09-07 21:13 UTC (4+ messages)
` [PATCH 1/2] pinctrl: pinctrl-single: Make sure we do not change bits outside of mask
[PATCH 1/5] mm, slab: Remove silly function slab_buffer_size()
2012-09-07 21:12 UTC (7+ messages)
` [PATCH 3/5] mm, util: Do strndup_user allocation directly, instead of through memdup_user
[Bug 42490] NUTMEG DP to VGA bridge not working
2012-09-07 21:11 UTC (3+ messages)
[PATCH] Chinese translation of Documentation/gpio.txt
2012-09-07 21:10 UTC (6+ messages)
[PATCH 0/4] Small fixes for swap-over-network
2012-09-07 21:10 UTC (7+ messages)
` [PATCH 1/4] slab: do ClearSlabPfmemalloc() for all pages of slab
[PATCH v2 RESEND] ARM: Build dtb files in all target
2012-09-07 21:10 UTC (4+ messages)
[PATCH 1/8] gpio: 74x164: Use module_spi_driver boiler plate function
2012-09-07 21:09 UTC (6+ messages)
` [PATCH 2/8] gpio: 74x164: Use devm_kzalloc
[PATCHv2 0/7] gpios: Add daisy-chaining and dt support to 74x164
2012-09-07 21:08 UTC (9+ messages)
` [PATCH 3/7] gpio: 74x164: Use dynamic gpio number assignment if no pdata is present
` [PATCH 4/7] gpio: 74x164: Add device tree support
` [PATCH 5/7] gpio: 74x164: Add support for the daisy-chaining
blktap3 in C++?
2012-09-07 21:08 UTC (3+ messages)
[Qemu-devel] [PATCH 00/22 v2] target-i386: convert CPU features into properties
2012-09-07 21:05 UTC (24+ messages)
` [Qemu-devel] [PATCH 01/22] target-i386: return Error from cpu_x86_find_by_name()
` [Qemu-devel] [PATCH 02/22] target-i386: cpu_x86_register(): report error from property setter
` [Qemu-devel] [PATCH 03/22] target-i386: if x86_cpu_realize() failed report error and do cleanup
` [Qemu-devel] [PATCH 04/22] target-i386: filter out not TCG features if running without kvm at realize time
` [Qemu-devel] [PATCH 05/22] target-i386: move out CPU features initialization in separate func
` [Qemu-devel] [PATCH 06/22] target-i386: xlevel should be more than 0x80000000, move fixup into setter
` [Qemu-devel] [PATCH 07/22] target-i386: convert cpuid features into properties
` [Qemu-devel] [PATCH 08/22] target-i386: add stubs for hyperv_(vapic_recommended|relaxed_timing_enabled|get_spinlock_retries)()
` [Qemu-devel] [PATCH 09/22] target-i386: convert 'hv_spinlocks' feature into property
` [Qemu-devel] [PATCH 10/22] target-i386: convert 'hv_relaxed' "
` [Qemu-devel] [PATCH 11/22] target-i386: convert 'hv_vapic' "
` [Qemu-devel] [PATCH 12/22] target-i386: convert 'check' and 'enforce' features into properties
` [Qemu-devel] [PATCH 13/22] add visitor for parsing hz[KMG] input string
` [Qemu-devel] [PATCH 14/22] target-i386: use visit_type_hz to parse tsc_freq property value
` [Qemu-devel] [PATCH 15/22] target-i386: introduce vendor-override property
` [Qemu-devel] [PATCH 16/22] target-i386: use define for cpuid vendor string size
` [Qemu-devel] [PATCH 17/22] target-i386: replace uint32_t vendor fields by vendor string in x86_def_t
` [Qemu-devel] [PATCH 18/22] target-i386: parse cpu_model string into set of stringified properties
` [Qemu-devel] [PATCH 19/22] target-i386: use properties to set/unset user specified features on CPU
` [Qemu-devel] [PATCH 20/22] target-i386: move init of "hypervisor" feature into CPU initializer from cpudef
` [Qemu-devel] [PATCH 21/22] target-i386: move default init of cpuid_kvm_features bitmap "
` [Qemu-devel] [PATCH 22/22] target-i386: cleanup cpu_x86_find_by_name(), only fill x86_def_t in it
[meta-arago-distro][PATCH 1/2] thttpd: Adding thttpd
2012-09-07 21:06 UTC (2+ messages)
[PATCH v4] cpufreq: Add a generic cpufreq-cpu0 driver
2012-09-07 21:05 UTC (3+ messages)
[PATCH v9] can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controller
2012-09-07 21:01 UTC (4+ messages)
[PATCH v2] i2c-core: Fix for lockdep validator
2012-09-07 20:58 UTC
[PATCH] cpufreq: ondemand: update frequency when limits are relaxed
2012-09-07 20:58 UTC (5+ messages)
[PATCH v10 0/8] Block cleanups
2012-09-07 20:58 UTC (7+ messages)
` [PATCH v10 4/8] block: Add bio_reset()
[Qemu-devel] [PATCH 1/3] sun4u: add a video card only when requested
2012-09-07 20:55 UTC (6+ messages)
` [Qemu-devel] [PATCH 2/3] g3beige: "
[meta-arago-distro][PATCH] wpa-supplicant: Add TI specific version of the wpa-supplicant recipe
2012-09-07 20:54 UTC (3+ messages)
Wrong array size detected after reboot
2012-09-07 20:54 UTC
Compat-wireless release for 2012-09-07 is baked
2012-09-07 20:53 UTC
[PATCH v2 -tip 0/5] x86, MSI, AHCI: Support multiple MSIs
2012-09-07 20:53 UTC (3+ messages)
` [PATCH v2 -tip 4/5] PCI, MSI: Enable multiple MSIs with pci_enable_msi_block_auto()
[PATCH v3 03/23] serial: omap: don't access the platform_device
2012-09-07 20:53 UTC (6+ messages)
` [PATCH v4 00/21] OMAP UART Patches
[PATCH] i2c-core: fix for dep-lock validator
2012-09-07 20:51 UTC (2+ messages)
[PATCH] amd iommu: Dump flags of IO page faults
2012-09-07 20:51 UTC (9+ messages)
checkout extra files
2012-09-07 20:49 UTC (9+ messages)
[meta-arago-distro][PATCH] task-arago-tisdk-addons: Port task-arago-tisdk-addons-host from arago to meta-arago
2012-09-07 20:45 UTC (3+ messages)
[U-Boot] Help with boot from MMC2 for AM3359 board
2012-09-07 20:45 UTC
[PATCH v10 3/8] dm: Use bioset's front_pad for dm_rq_clone_bio_info
2012-09-07 20:44 UTC (4+ messages)
` [PATCH v10 5/8] pktcdvd: Switch to bio_kmalloc()
[PATCH 0/3] platform-x86 updates for next 3.6 rc
2012-09-07 20:44 UTC (4+ messages)
` [PATCH 1/3] drivers-platform-x86: remove useless #ifdef CONFIG_ACPI_VIDEO
[PATCH 1/2] NFS: return error from decode_getfh in decode open
2012-09-07 20:44 UTC (3+ messages)
` [PATCH 2/2] NFSv4: Add ACCESS operation to OPEN compound
[PATCH resend] Input: usbtouchscreen - initialize eGalax devices
2012-09-07 20:42 UTC (4+ messages)
` [PATCH resend2] "
[PATCH 1/2] Update FSF postal address to be URL's
2012-09-07 20:32 UTC (2+ messages)
` [PATCH 2/2] Add copyright header
[PATCH 00/11] rbd: another set of patches
2012-09-07 20:36 UTC (5+ messages)
` [PATCH 06/11] rbd: add read_only rbd map option
` [PATCH, v2 "
[Qemu-devel] [PATCH v2] target-cris: Fix buffer overflow
2012-09-07 20:36 UTC
[PATCH 00/11] lots of fixes for zero allocation length
2012-09-07 20:34 UTC (5+ messages)
` [PATCH 06/11] target: go through normal processing for zero-length REQUEST_SENSE
[PATCH wq/for-3.6-fixes 1/3] workqueue: break out gcwq->lock locking from gcwq_claim/release_management_and_[un]lock()
2012-09-07 20:34 UTC (7+ messages)
` [PATCH wq/for-3.6-fixes 2/3] workqueue: rename rebind_workers() to gcwq_associate() and let it handle locking and DISASSOCIATED clearing
` [PATCH wq/for-3.6-fixes 3/3] workqueue: fix possible idle worker depletion during CPU_ONLINE
[PATCH 0/7] rbd: isolate mapping info, rearrange init
2012-09-07 20:32 UTC (7+ messages)
` [PATCH 5/7] rbd: simplify snap_by_name() interface
` [PATCH 6/7] rbd: do some header initialization earlier
` [PATCH 7/7] rbd: simplify rbd_init_disk() a bit
[PATCH 0/2] broadcom patchram firmware loader
2012-09-07 20:32 UTC (5+ messages)
` [PATCH 1/2] Implement "
[PATCH 0/5] vhost-scsi: Add support for host virtualized target
2012-09-07 20:30 UTC (7+ messages)
` [PATCH 4/5] virtio-scsi: Add start/stop functionality for vhost-scsi
` [Qemu-devel] "
[Qemu-devel] [RFC v2] Migration thread
2012-09-07 20:29 UTC (4+ messages)
Problem with kexec on i386, linux-3.5
2012-09-07 20:29 UTC (2+ messages)
[PATCH 0 of 2 v3] improve checking for documentation tools and formatting
2012-09-07 20:28 UTC (3+ messages)
[PATCH net-next] net: rt_cache_flush() cleanup
2012-09-07 20:27 UTC
Extended deadline: 5th Workshop on Many-Task Computing on Grids and Supercomputers (MTAGS) 2012 -- at IEEE/ACM Supercomputing 2012
2012-09-07 20:25 UTC
[PATCH 10/10] drivers/bluetooth/btuart_cs.c: removes unnecessary semicolon
2012-09-07 20:22 UTC (3+ messages)
[PATCH 5/10] drivers/bluetooth/hci_vhci.c: removes unnecessary semicolon
2012-09-07 20:21 UTC (3+ messages)
[PATCH 4/10] drivers/bluetooth/hci_ll.c: removes unnecessary semicolon
2012-09-07 20:21 UTC (3+ messages)
[PATCH 3/10] drivers/bluetooth/hci_ldisc.c: removes unnecessary semicolon
2012-09-07 20:21 UTC (3+ messages)
[PATCH 2/10] drivers/bluetooth/bluecard_cs.c: removes unnecessary semicolon
2012-09-07 20:20 UTC (3+ messages)
Notes from Xen Maintainer, Committer and Developer Meeting @ XenSummit NA 2012
2012-09-07 20:20 UTC (2+ messages)
[PATCH v2 3/3] checkout: reorder option handling
2012-09-07 20:19 UTC (3+ messages)
` [PATCH v3 "
[PATCH BlueZ v3 00/15] gdbus: DBus.Properties + ObjectManager
2012-09-07 20:19 UTC (7+ messages)
` [PATCH BlueZ v3 06/15] gdbus: Implement DBus.Properties.Set method
[RFCv2 API PATCH 00/28] Full series of API fixes from the 2012 Media Workshop
2012-09-07 20:18 UTC (17+ messages)
` [RFCv2 API PATCH 03/28] DocBook: improve STREAMON/OFF documentation
` [RFCv2 API PATCH 04/28] DocBook: make the G/S/TRY_FMT specification more strict
` [RFCv2 API PATCH 05/28] DocBook: bus_info can no longer be empty
` [RFCv2 API PATCH 08/28] v4l2: remove experimental tag from a number of old drivers
` [RFCv2 API PATCH 11/28] DocBook: fix awkward language and fix the documented return value
` [RFCv2 API PATCH 12/28] v4l2-core: Add new V4L2_CAP_MONOTONIC_TS capability
` [RFCv2 API PATCH 13/28] Add V4L2_CAP_MONOTONIC_TS where applicable
` [RFCv2 API PATCH 14/28] DocBook: clarify that sequence is also set for output devices
[PATCH 2/5] path.c: Don't discard the return value of vsnpath()
2012-09-07 19:52 UTC (3+ messages)
[PATCH 3/5] path.c: Use vsnpath() in the implementation of git_path()
2012-09-07 19:19 UTC (3+ messages)
How to query ext2/3/4 total fs size while mounted?
2012-09-07 20:12 UTC
i.MX pwm patches
2012-09-07 20:10 UTC (8+ messages)
` [PATCH 8/9] ARM i.MX53: Add pwms to dtsi
[PATCH] netdev/phy: mdio-mux-mmioreg.c should include of_address.h
2012-09-07 20:09 UTC (2+ messages)
+ mm-move-all-mmu-notifier-invocations-to-be-done-outside-the-pt-lock-fix-fix.patch added to -mm tree
2012-09-07 20:06 UTC
[PATCHv2 2/2] msm: io: Change the default static iomappings to be shared
2012-09-07 20:05 UTC (3+ messages)
` [PATCHv3 "
[PATCH] mm: Fix compile warning of mmotm-2012-09-06-16-46
2012-09-07 20:06 UTC (2+ messages)
Denzil / Cedartrail on DN2800MT
2012-09-07 20:04 UTC (2+ messages)
[U-Boot] [PATCH v4 0/6] tegra: Add NAND flash support
2012-09-07 19:58 UTC (5+ messages)
` [U-Boot] [PATCH v4 1/6] nand: Try to align the default buffers
[PATCH] reworked dm-switch target
2012-09-07 19:58 UTC (9+ messages)
[PATCH] xfstests: make 275 pass on ext4
2012-09-07 19:56 UTC (6+ messages)
` [PATCH V2] xfstests: make 275 pass
` [PATCH V3] "
+ memory-hotplug-fix-pages-missed-by-race-rather-than-failng-fix.patch added to -mm tree
2012-09-07 19:56 UTC
+ memory-hotplug-fix-pages-missed-by-race-rather-than-failing.patch added to -mm tree
2012-09-07 19:56 UTC
+ memory-hotplug-bug-fix-race-between-isolation-and-allocation.patch added to -mm tree
2012-09-07 19:56 UTC
Suggestions for the Future of Linux
2012-09-07 19:56 UTC (2+ messages)
+ mm-remain-migratetype-in-freed-page.patch added to -mm tree
2012-09-07 19:56 UTC
+ mm-page_alloc-use-get_freepage_migratetype-instead-of-page_private.patch added to -mm tree
2012-09-07 19:56 UTC
CyaSSL Yocto Recipe
2012-09-07 19:55 UTC (7+ messages)
[PATCH v3 00/31] AArch64 Linux kernel port
2012-09-07 19:55 UTC (33+ messages)
` [PATCH v3 17/31] arm64: System calls handling
` [PATCH v3 18/31] arm64: VDSO support
` [PATCH v3 20/31] arm64: User access library functions
` [PATCH v3 21/31] arm64: 32-bit (compat) applications support
` [PATCH v3 23/31] arm64: Debugging support
` [PATCH v3 26/31] arm64: Miscellaneous library functions
` [PATCH v3 27/31] arm64: Loadable modules
` [PATCH v3 28/31] arm64: Generic timers support
` [PATCH v3 29/31] arm64: Miscellaneous header files
` [PATCH v3 30/31] arm64: Build infrastructure
[PATCH] xfstests: make 275 xfs specific
2012-09-07 19:55 UTC (4+ messages)
[U-Boot] [PATCH] powerpc mpc85xx: Do not protect TLB entry for debuggging in AS1 against invalidation
2012-09-07 19:50 UTC (2+ messages)
[Qemu-devel] [PATCH] qxl: Ignore set_client_capabilities pre/post migrate
2012-09-07 19:48 UTC
[PATCH] procfs: don't need a PATH_MAX allocation to hold a string representation of an int
2012-09-07 19:44 UTC (4+ messages)
[PATCH RFC V5 0/3] kvm: Improving directed yield in PLE handler
2012-09-07 19:42 UTC (5+ messages)
` [RFC][PATCH] Improving directed yield scalability for "
[U-Boot] [PATCH V2 1/4] disk: part_efi: range-check partition number
2012-09-07 19:42 UTC (5+ messages)
` [U-Boot] [PATCH V2 4/4] cmd_part: add partition-related command
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.