All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-09-25 23:02:48 to 2013-09-26 00:00:59 UTC [more...]

[PATCH 0/4] Add support for charging battery in Nokia RX-51
 2013-09-26  0:00 UTC  (7+ messages)
` [PATCH 1/4] usb: musb: Call atomic_notifier_call_chain when status is changed
  ` [PATCH usb 1/2] usb: musb: Add missing ATOMIC_INIT_NOTIFIER_HEAD

[PATCH 1/2] KVM: Implement default IRQ routing
 2013-09-26  0:00 UTC  (6+ messages)

Fwd: Need help with Data Recovery on Ext4 partitions that became corrupted on running OS
 2013-09-25 23:57 UTC  (7+ messages)

[PATCH v5] load_env support for whitelisting, save_env support for check_signatures
 2013-09-25 23:57 UTC 

[PATCH net-next v2 0/3] bonding: modify the current and add new hash functions
 2013-09-25 23:56 UTC  (5+ messages)
` [PATCH net-next v2 1/3] flow_dissector: factor out the ports extraction in skb_flow_get_ports

[U-Boot] NAND crazy behavior - mtd->size changing without clear reason
 2013-09-25 23:56 UTC  (4+ messages)

[RFC, PATCH] clocksource: provide timekeeping for efm32 SoCs
 2013-09-25 23:55 UTC  (7+ messages)

Fix style in s3c-hsotg.c
 2013-09-25 23:53 UTC  (6+ messages)

[U-Boot] How do ARM platform initialize DDR?
 2013-09-25 23:52 UTC  (6+ messages)
      ` [U-Boot] When to create a SoC directory for ARM

[PATCH v3 1/2]spi: DUAL and QUAD support
 2013-09-25 23:52 UTC  (9+ messages)
        ` [PATCH 1/4] spi: Use of_property_read_u32
        ` [PATCH 2/4] spi: Order fields in spi_device for better packing
        ` [PATCH 3/4] spi: Encode data width more efficiently
        ` [PATCH 4/4] spi: Simplify bit width checking code

[PATCH] Staging / quickstart: remove reduplicate if(acpi_disabled) check
 2013-09-25 23:50 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Print ring min freq scaling
 2013-09-25 23:49 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Use the real cpu max frequency for ring scaling

[PATCH 0/3] Lager i2c bus support
 2013-09-25 23:48 UTC  (2+ messages)

[PATCH 0/2] patches to enable SDIO interrupt support for omap_hsmmc for v3.13
 2013-09-25 23:47 UTC  (6+ messages)
` [PATCH 1/2] mmc: omap_hsmmc: Fix context save and restore for DT
` [PATCH 2/2] mmc: omap_hsmmc: Enable SDIO interrupt

[RFC PATCH v4 00/40] mm: Memory Power Management
 2013-09-25 23:47 UTC  (88+ messages)
` [RFC PATCH v4 01/40] mm: Introduce memory regions data-structure to capture region boundaries within nodes
` [RFC PATCH v4 02/40] mm: Initialize node memory regions during boot
` [RFC PATCH v4 03/40] mm: Introduce and initialize zone memory regions
` [RFC PATCH v4 04/40] mm: Add helpers to retrieve node region and zone region for a given page
` [RFC PATCH v4 05/40] mm: Add data-structures to describe memory regions within the zones' freelists
` [RFC PATCH v4 06/40] mm: Demarcate and maintain pageblocks in region-order in "
` [RFC PATCH v4 07/40] mm: Track the freepage migratetype of pages accurately
` [RFC PATCH v4 08/40] mm: Use the correct migratetype during buddy merging
` [RFC PATCH v4 09/40] mm: Add an optimized version of del_from_freelist to keep page allocation fast
` [RFC PATCH v4 10/40] bitops: Document the difference in indexing between fls() and __fls()
` [RFC PATCH v4 11/40] mm: A new optimized O(log n) sorting algo to speed up buddy-sorting
` [RFC PATCH v4 12/40] mm: Add support to accurately track per-memory-region allocation
` [RFC PATCH v4 13/40] mm: Print memory region statistics to understand the buddy allocator behavior
` [RFC PATCH v4 14/40] mm: Enable per-memory-region fragmentation stats in pagetypeinfo
` [RFC PATCH v4 15/40] mm: Add aggressive bias to prefer lower regions during page allocation
` [RFC PATCH v4 16/40] mm: Introduce a "Region Allocator" to manage entire memory regions
` [RFC PATCH v4 17/40] mm: Add a mechanism to add pages to buddy freelists in bulk
` [RFC PATCH v4 18/40] mm: Provide a mechanism to delete pages from "
` [RFC PATCH v4 19/40] mm: Provide a mechanism to release free memory to the region allocator
` [RFC PATCH v4 20/40] mm: Provide a mechanism to request free memory from "
` [RFC PATCH v4 21/40] mm: Maintain the counter for freepages in "
` [RFC PATCH v4 22/40] mm: Propagate the sorted-buddy bias for picking free regions, to "
` [RFC PATCH v4 23/40] mm: Fix vmstat to also account for freepages in the "
` [RFC PATCH v4 24/40] mm: Drop some very expensive sorted-buddy related checks under DEBUG_PAGEALLOC
` [RFC PATCH v4 25/40] mm: Connect Page Allocator(PA) to Region Allocator(RA); add PA => RA flow
` [RFC PATCH v4 26/40] mm: Connect Page Allocator(PA) to Region Allocator(RA); add PA <= "
` [RFC PATCH v4 27/40] mm: Update the freepage migratetype of pages during region allocation
` [RFC PATCH v4 28/40] mm: Provide a mechanism to check if a given page is in the region allocator
` [RFC PATCH v4 29/40] mm: Add a way to request pages of a particular region from "
` [RFC PATCH v4 30/40] mm: Modify move_freepages() to handle pages in the region allocator properly
` [RFC PATCH v4 31/40] mm: Never change migratetypes of pageblocks during freepage stealing
` [RFC PATCH v4 32/40] mm: Set pageblock migratetype when allocating regions from region allocator
` [RFC PATCH v4 33/40] mm: Use a cache between page-allocator and region-allocator
` [RFC PATCH v4 34/40] mm: Restructure the compaction part of CMA for wider use
` [RFC PATCH v4 35/40] mm: Add infrastructure to evacuate memory regions using compaction
` [RFC PATCH v4 36/40] kthread: Split out kthread-worker bits to avoid circular header-file dependency
` [RFC PATCH v4 37/40] mm: Add a kthread to perform targeted compaction for memory power management
` [RFC PATCH v4 38/40] mm: Add a mechanism to queue work to the kmempowerd kthread
` [RFC PATCH v4 39/40] mm: Add intelligence in kmempowerd to ignore regions unsuitable for evacuation
` [RFC PATCH v4 40/40] mm: Add triggers in the page-allocator to kick off region evacuation
` [Results] [RFC PATCH v4 00/40] mm: Memory Power Management

linux-next: old trees
 2013-09-25 23:46 UTC  (3+ messages)

[PATCH] git-compat-util.h: reduce optimization level to 1 on MinGW env
 2013-09-25 23:46 UTC  (5+ messages)
  `  "

[PATCH v2 00/24] Staging: winbond: Fixed some coding style issues
 2013-09-25 23:44 UTC  (3+ messages)
` [PATCH v2 08/24] Staging: winbond: reg: changed sleep function from msleep to usleep

[PATCH] ARM: shmobile: Add r8a7790 thermal sensor DT device
 2013-09-25 23:43 UTC  (6+ messages)

[PATCH] Renesas clocksource fixes for v3.12
 2013-09-25 23:43 UTC  (5+ messages)
` [PATCH] clocksource: em_sti: Set cpu_possible_mask to fix SMP broadcast

[PATCH] ARM: shmobile: Add r8a7791 Koelsch DT reference support
 2013-09-25 23:42 UTC  (4+ messages)

What's cooking in git.git (Sep 2013, #08; Wed, 25)
 2013-09-25 23:41 UTC 

[PATCH/RFC] ARM: shmobile: Add r8a7791 thermal sensor DT device
 2013-09-25 23:40 UTC  (4+ messages)

[PATCH] ARM: shmobile: Allow build of the MTU2 timer driver
 2013-09-25 23:40 UTC  (5+ messages)

[PATCH] git-svn.txt: mention how to rebuild rev_map files
 2013-09-25 23:37 UTC  (3+ messages)

[PATCH/RFC] clocksource: Consolidate SH and ARM mach-shmobile Kconfig bits
 2013-09-25 23:37 UTC  (2+ messages)

SILO always tells it loaded kernel version 3.6.0
 2013-09-25 23:36 UTC 

[PATCHv2 0/11] staging: usbip: Userland crypto and ACLs
 2013-09-25 23:36 UTC  (2+ messages)

[PATCH V2] staging: dgnc: Remove casting the return value which is a void pointer
 2013-09-25 23:35 UTC 

[PATCH 0/3] msi: fix kobject/sysfs removal from msi_list
 2013-09-25 23:35 UTC  (5+ messages)
` [PATCH 1/3] msi: add forgotten pci_dev_put(pdev) to populate_msi_sysfs()

[PATCHv6 00/22] Transparent huge page cache: phase 1, everything but mmap()
 2013-09-25 23:29 UTC  (5+ messages)

[PATCH 00/18] KVM: PPC: Fixes for PR and preparation for POWER8
 2013-09-25 23:29 UTC  (3+ messages)

PCI host merge strategy and maintainers
 2013-09-25 23:28 UTC 

+ mm-mlockc-prevent-walking-off-the-end-of-a-pagetable-in-no-pmd-configuration.patch added to -mm tree
 2013-09-25 23:27 UTC 

[Qemu-devel] [PATCH] Ensure PCIR is aligned to 4 bytes
 2013-09-25 23:24 UTC  (4+ messages)

[PATCH 0/4] Clean up legacy platform data handling for omaps for v3.13
 2013-09-25 23:26 UTC  (4+ messages)
` [PATCH 4/4] ARM: OMAP2+: Use pdata quirks for wl12xx legacy init

[PATCH v2 0/3] ARM: OMAP: convert N950/N9 to DT
 2013-09-25 23:26 UTC  (4+ messages)
` [PATCH v2 1/3] ARM: OMAP2: pdata-quirks: set internal clock source for MMC2 on N950/N9

PCI Radeon RV100 detection hang on sparc64
 2013-09-25 23:26 UTC  (7+ messages)

[PATCH v5 1/2] Bluetooth: btmrvl: add setup handler
 2013-09-25 23:23 UTC  (8+ messages)

[PATCH 0/5] Allwinner SoCs High Speed Timer support
 2013-09-25 23:23 UTC  (6+ messages)
` [PATCH 2/5] clocksource: Add Allwinner SoCs HS timers driver

[PATCH] Scale up touch width and height values for Intuos Pro
 2013-09-25 23:22 UTC 

[PATCH 00/28] Fixes for various minor Coverity issues, volume 2
 2013-09-25 23:17 UTC  (7+ messages)
` [PATCH 17/28] libxl: gettimeofday doesn't return an errno on failure
` [PATCH 18/28] xenstored: handle unlikely failure better in ask_parents

[U-Boot] [PATCH v10 0/6] arm64 patch
 2013-09-25 23:16 UTC  (5+ messages)
` [U-Boot] [PATCH v10 1/6] core support of arm64

[PATCH] Staging: MTD: Micron SPINAND Driver support
 2013-09-25 23:15 UTC  (3+ messages)

[PATCH 00/11 - GIT PULL] drivers: net: Last block of Remove extern from function prototypes
 2013-09-25 23:13 UTC  (4+ messages)
` [PATCH 09/11] mwifiex: "

[Qemu-devel] [Bug 1062411] [NEW] QEMU fails during migration and reports "qemu: VQ 0 size 0x80 Guest index 0x2d6 inconsistent with Host index 0x18: delta 0x2be"
 2013-09-25 23:03 UTC  (2+ messages)
` [Qemu-devel] [Bug 1062411] "

[PATCH v3 0/3] powerpc/85xx: introduce corenet_generic machine
 2013-09-25 23:11 UTC  (5+ messages)
` [PATCH v3 3/3] powerpc/85xx: use one kernel option for all the CoreNet_Generic boards

[patch] mwifiex: potential integer underflow in mwifiex_ret_wmm_get_status()
 2013-09-25 23:10 UTC  (5+ messages)

[PATCH V4 1/3] powerpc/85xx: Add QE common init functions
 2013-09-25 23:09 UTC  (5+ messages)
` [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board support

[RFC PATCH 0/7] softirq: Consolidation and stack overrun fix v2
 2013-09-25 23:08 UTC  (5+ messages)
` [PATCH 6/7] irq: Optimize softirq stack selection in irq exit
` [PATCH 7/7] x86: Tell about irq stack coverage

[PATCH] arm: mvebu: use the main timer as clock source from DT
 2013-09-25 23:06 UTC  (5+ messages)

[PATCH] staging: dgrp: Convert to use device_create_with_groups
 2013-09-25 23:06 UTC  (3+ messages)

[xen-4.1-testing test] 19802: regressions - FAIL
 2013-09-25 23:05 UTC 

[PATCH 1/3] staging: dgrp: Remove casting the return value which is a void pointer
 2013-09-25 23:04 UTC  (3+ messages)
` [PATCH 2/3] staging: dgnc: "

[PATCH] staging: dgnc: driver.c: casting (void *)value returned by kzalloc is useless
 2013-09-25 23:04 UTC  (2+ messages)

[PATCH] staging: Add dm-writeboost
 2013-09-25 23:03 UTC  (8+ messages)
`  "
      ` Reworking dm-writeboost [was: Re: staging: Add dm-writeboost]

+ hfsplus-implement-attributes-file-creation-functionality.patch added to -mm tree
 2013-09-25 23:02 UTC 

+ hfsplus-implement-attributes-files-header-node-initialization-code.patch added to -mm tree
 2013-09-25 23:02 UTC 


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.