All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-04-11 23:58:08 to 2013-04-12 01:58:28 UTC [more...]

regression: "96b9e0e3 config: treat user and xdg config permission problems as errors" busted git-daemon
 2013-04-12  0:57 UTC  (11+ messages)

[PATCH] man2 : syscall.2 : add notes
 2013-04-12  1:55 UTC  (6+ messages)
` [PATCH] man2 : syscall.2 : document syscall calling conventions

Raid10 Reshape/Grow
 2013-04-12  1:55 UTC 

[LSF/MM TOPIC] Hardware initiated paging of user process pages, hardware access to the CPU page tables of user processes
 2013-04-12  1:54 UTC  (10+ messages)

[PATCH] i2c: imx: use of_alias_get_id to order i2c devices
 2013-04-12  1:49 UTC  (2+ messages)

[PATCH 1/2] mwifiex: fix use-after-free in beacon_ie processing
 2013-04-12  1:45 UTC  (4+ messages)
` [PATCH 2/2] mwifiex: remove redundant initialization for bss_descriptor

[PATCH -V5 00/25] THP support for PPC64
 2013-04-12  1:41 UTC  (15+ messages)
` [PATCH -V5 17/25] powerpc/THP: Implement transparent hugepages for ppc64
` [PATCH -V5 19/25] powerpc/THP: Differentiate THP PMD entries from HUGETLB PMD entries
` [PATCH -V5 21/25] powerpc: Handle hugepage in perf callchain
` [PATCH -V5 22/25] powerpc/THP: get_user_pages_fast changes

[Qemu-devel] [PATCH] bswap: fix compiler warning
 2013-04-12  1:41 UTC 

[PATCH] ARM: tegra: pm: fix build error w/o PM_SLEEP
 2013-04-12  1:38 UTC  (2+ messages)

need help how to debug xfs crash issue xfs_iunlink_remove: xfs_inotobp() returned error 22
 2013-04-12  1:38 UTC  (14+ messages)

[PATCH v2 0/4] Btrfs-progs: add --fields option to subvol list
 2013-04-12  1:42 UTC  (5+ messages)
` [PATCH v2 3/4] Btrfs-progs: add more subvol fields to btrfs-list
` [PATCH v2 4/4] Btrfs-progs: enhance 'btrfs subvolume list'

[PATCH] Thermal: Don't resolve THERMAL_NO_LIMIT to max_state
 2013-04-12  1:38 UTC  (2+ messages)

[PATCH PART2 v2 0/7] staging: zcache/ramster: fix and ramster/debugfs improvement
 2013-04-12  1:31 UTC  (16+ messages)
` [PATCH PART2 v2 1/7] staging: ramster: decrease foregin pers pages when count < 0
` [PATCH PART2 v2 2/7] staging: ramster: Move debugfs code out of ramster.c file
` [PATCH PART2 v2 3/7] staging: ramster/debug: Use an array to initialize/use debugfs attributes
` [PATCH PART2 v2 4/7] staging: ramster: Add incremental accessory counters
` [PATCH PART2 v2 5/7] staging: ramster/debug: Add RAMSTER_DEBUG Kconfig entry
` [PATCH PART2 v2 6/7] staging: zcache/debug: fix coding style
` [PATCH PART2 v2 7/7] staging: ramster: add how-to for ramster

[GIT PULL] Timer clean-ups for 3.10, Part 2
 2013-04-12  1:33 UTC  (3+ messages)

vdso(7): new man page
 2013-04-12  1:28 UTC  (4+ messages)

Ceph Developer Summit
 2013-04-12  1:27 UTC 

[PATCH v4 1/7] ARM: shmobile: Define DT bindings for timer devices
 2013-04-12  1:23 UTC  (4+ messages)
` [PATCH v4 7/7] ARM: mach-shmobile: r8a7740: Setup the timer CMT10 using DT

Make FIO for Android
 2013-04-12  1:20 UTC  (2+ messages)

[RFC PATCH v2 00/25] Dynamic NUMA: Runtime NUMA memory layout reconfiguration
 2013-04-12  1:13 UTC  (52+ messages)
` [RFC PATCH v2 01/25] rbtree: add postorder iteration functions
` [RFC PATCH v2 02/25] rbtree: add rbtree_postorder_for_each_entry_safe() helper
` [RFC PATCH v2 03/25] mm/memory_hotplug: factor out zone+pgdat growth
` [RFC PATCH v2 04/25] memory_hotplug: export ensure_zone_is_initialized() in mm/internal.h
` [RFC PATCH v2 05/25] mm/memory_hotplug: use {pgdat,zone}_is_empty() when resizing zones & pgdats
` [RFC PATCH v2 06/25] mm: add nid_zone() helper
` [RFC PATCH v2 07/25] page_alloc: add return_pages_to_zone() when DYNAMIC_NUMA is enabled
` [RFC PATCH v2 08/25] page_alloc: in move_freepages(), skip pages instead of VM_BUG on node differences
` [RFC PATCH v2 09/25] page_alloc: when dynamic numa is enabled, don't check that all pages in a block belong to the same zone
` [RFC PATCH v2 10/25] page-flags dnuma: reserve a pageflag for determining if a page needs a node lookup
` [RFC PATCH v2 11/25] memory_hotplug: factor out locks in mem_online_cpu()
` [RFC PATCH v2 12/25] mm: add memlayout & dnuma to track pfn->nid & transplant pages between nodes
` [RFC PATCH v2 13/25] mm: memlayout+dnuma: add debugfs interface
` [RFC PATCH v2 14/25] page_alloc: use dnuma to transplant newly freed pages in __free_pages_ok()
` [RFC PATCH v2 15/25] page_alloc: use dnuma to transplant newly freed pages in free_hot_cold_page()
` [RFC PATCH v2 16/25] page_alloc: transplant pages that are being flushed from the per-cpu lists
` [RFC PATCH v2 17/25] x86: memlayout: add a arch specific inital memlayout setter
` [RFC PATCH v2 18/25] init/main: call memlayout_global_init() in start_kernel()
` [RFC PATCH v2 19/25] dnuma: memlayout: add memory_add_physaddr_to_nid() for memory_hotplug
` [RFC PATCH v2 20/25] x86/mm/numa: when dnuma is enabled, use memlayout to handle memory hotplug's physaddr_to_nid
` [RFC PATCH v2 21/25] mm/memory_hotplug: VM_BUG if nid is too large
` [RFC PATCH v2 22/25] mm/page_alloc: in page_outside_zone_boundaries(), avoid premature decisions
` [RFC PATCH v2 23/25] mm/page_alloc: make pr_err() in page_outside_zone_boundaries() more useful
` [RFC PATCH v2 24/25] mm/page_alloc: use manage_pages instead of present pages when calculating default_zonelist_order()
` [RFC PATCH v2 25/25] mm: add a early_param "extra_nr_node_ids" to increase nr_node_ids above the minimum by a percentage

[PATCH] Btrfs-progs: don't set INCOMPAT_EXTENDED_IREF flag when making a new fs
 2013-04-12  1:19 UTC  (3+ messages)

[PATCH v2] ALSA: hda - Apply codec delay to wallclock
 2013-04-12  1:17 UTC  (6+ messages)

Master under test with gcc-4.8
 2013-04-12  0:57 UTC  (2+ messages)

[PATCH 0/2] mm: vmemmap: add vmemmap_verify check for hot-add node/memory case
 2013-04-12  1:13 UTC  (7+ messages)

[PATCH V2 0/3] Thermal: build all thermal framework code into thermal_sys module
 2013-04-12  1:12 UTC  (4+ messages)
` [PATCH V2 1/3] Thermal: rename thermal_sys.c to thermal_core.c

[PATCH] mm/vmstat: add note on safety of drain_zonestat
 2013-04-12  1:10 UTC  (2+ messages)

[xen-unstable test] 17625: tolerable FAIL - PUSHED
 2013-04-12  1:08 UTC 

[PATCH v4 21/22] x86, mm: Make init_mem_mapping be able to be called several times
 2013-04-12  1:05 UTC 

[PATCH v2 0/5] ioatdma: Intel S1200 support patches
 2013-04-12  1:04 UTC  (2+ messages)

[PATCH v8 00/13] Get rid of the ACPI PCI subdriver mechanism
 2013-04-12  1:04 UTC  (8+ messages)
` [PATCH v8 10/13] PCI/acpiphp: do not use "

Deprecating xfs_check
 2013-04-12  1:04 UTC  (4+ messages)

[PATCH v4 00/22] x86, ACPI, numa: Parse numa info early
 2013-04-12  0:56 UTC  (24+ messages)
` [PATCH v4 01/22] x86: Change get_ramdisk_image() to global
` [PATCH v4 02/22] x86, microcode: Use common get_ramdisk_image()
` [PATCH v4 03/22] x86, ACPI, mm: Kill max_low_pfn_mapped
` [PATCH v4 04/22] x86, ACPI: Search buffer above 4G in second try for acpi override tables
` [PATCH v4 05/22] x86, ACPI: Increase override tables number limit
` [PATCH v4 06/22] x86, ACPI: Split acpi_initrd_override to find/copy two functions
` [PATCH v4 07/22] x86, ACPI: Store override acpi tables phys addr in cpio files info array
` [PATCH v4 08/22] x86, ACPI: Make acpi_initrd_override_find work with 32bit flat mode
` [PATCH v4 09/22] x86, ACPI: Find acpi tables in initrd early from head_32.S/head64.c
` [PATCH v4 10/22] x86, mm, numa: Move two functions calling on successful path later
` [PATCH v4 11/22] x86, mm, numa: Call numa_meminfo_cover_memory() checking early
` [PATCH v4 12/22] x86, mm, numa: Move node_map_pfn alignment() to x86
` [PATCH v4 13/22] x86, mm, numa: Use numa_meminfo to check node_map_pfn alignment
` [PATCH v4 14/22] x86, mm, numa: Set memblock nid later
` [PATCH v4 15/22] x86, mm, numa: Move node_possible_map setting later
` [PATCH v4 16/22] x86, mm, numa: Move emulation handling down
` [PATCH v4 17/22] x86, ACPI, numa, ia64: split SLIT handling out
` [PATCH v4 18/22] x86, mm, numa: Add early_initmem_init() stub
` [PATCH v4 19/22] x86, mm: Parse numa info early
` [PATCH v4 20/22] x86, mm: Add comments for step_size shift
` [PATCH v4 21/22] x86, mm: Make init_mem_mapping be able to be called several times
` [PATCH v4 22/22] x86, mm, numa: Put pagetable on local node ram for 64bit

[patch]THP: add split tail pages to shrink page list in page reclaim
 2013-04-12  1:02 UTC  (3+ messages)

[PATCH v2 1/2] ARM: shmobile: r8a7740: Add Suspend-To-RAM A3SM
 2013-04-12  0:56 UTC  (3+ messages)

Is (non-failed) disk replace possible without loosing redundancy ?
 2013-04-12  0:52 UTC  (4+ messages)

[PATCH 1/2] ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY
 2013-04-12  0:48 UTC  (6+ messages)

[PATCHv8 00/19] PCIe support for the Armada 370 and Armada XP SoCs
 2013-04-12  0:48 UTC  (8+ messages)
` [PATCHv8 12/19] arm: mvebu: add PCIe Device Tree informations for Armada 370

[PATCH] Various typofixes
 2013-04-12  0:45 UTC  (3+ messages)
` [PATCH v2] Fix various typos and grammaros

[V2 patch 00/19] cpuidle: code consolidation
 2013-04-12  0:44 UTC  (4+ messages)
` [V2 patch 01/19] ARM: shmobile: cpuidle: remove shmobile_enter_wfi function

Config fragment not being picked up
 2013-04-12  0:42 UTC 

[PATCH] xfstests: make install support common/ and tests/ dirs
 2013-04-12  0:41 UTC  (2+ messages)

[PATCH v3 0/9] Reorganize R8A7779/Marzen USB code
 2013-04-12  0:34 UTC  (8+ messages)

[LSF/MM TOPIC] Beyond NUMA
 2013-04-12  0:29 UTC 

[PATCH 00/11] ACPICA 20130328 Release
 2013-04-12  0:25 UTC  (12+ messages)
  ` [PATCH 01/11] ACPICA: Predefine names: Add allowed argument types to master info table
  ` [PATCH 02/11] ACPICA: _OSI Support: handle any errors from AcpiOsAcquireMutex
  ` [PATCH 03/11] ACPICA: Fix for some comments/headers
  ` [PATCH 04/11] ACPICA: Fix a typo in an error message
  ` [PATCH 05/11] ACPICA: Fix a typo in a function header, no functional change
  ` [PATCH 06/11] ACPICA: FADT: Remove extraneous warning for very large GPE registers
  ` [PATCH 07/11] ACPICA: Improve error message for Index() operator
  ` [PATCH 08/11] ACPICA: Remove FORCE_DELETE option for global reference count mechanism
  ` [PATCH 09/11] ACPICA: Fix a format string for 64-bit generation
  ` [PATCH 10/11] ACPICA: Add a lock to the internal object reference count mechanism
  ` [PATCH 11/11] ACPICA: Update version to 20130328

[PATCH] ARM: shmobile: r8a7740: Add Suspend-To-RAM modes and CPUIdle
 2013-04-12  0:25 UTC  (6+ messages)

[PATCH] xfs: reserve fields in inode for parent ptr and alloc policy
 2013-04-12  0:24 UTC  (4+ messages)

[dm-crypt] dm-crypt parallelization patches
 2013-04-12  0:22 UTC  (14+ messages)
`  "
          ` [dm-crypt] [PATCH] make dm and dm-crypt forward cgroup context (was: dm-crypt parallelization patches)
            `  "
              ` [dm-crypt] [PATCH v2] "
                `  "

[PATCH] USB: ehci-omap: Select USB_PHY
 2013-04-12  0:22 UTC  (10+ messages)

[GIT PULL] Renesas ARM based SoC lager board updates for v3.10
 2013-04-12  0:21 UTC  (4+ messages)

[GIT PULL v2] Reset controller API
 2013-04-12  0:15 UTC  (7+ messages)

[PATCH v3 0/9] ARM: mvebu: Enable LPAE support for Armada XP SoCs
 2013-04-11 23:35 UTC  (9+ messages)
` [PATCH v3 4/9] ARM: mvebu: Enable pj4b on LPAE compilations
` [PATCH v3 5/9] ARM: dts: Add a 64 bits version of the skeleton device tree

Keene
 2013-04-12  0:11 UTC 

Centrino Ultimate-N 6300 AGN rfkill always Soft blocked
 2013-04-12  0:03 UTC 

[Patch net-next] vxlan: revert "vxlan: Bypass encapsulation if the destination is local"
 2013-04-11 23:59 UTC  (6+ messages)

[Powertop] [PATCH 8/8] Add RAPL PP1 domain for GPU
 2013-04-11 23:58 UTC 

[Powertop] [PATCH 7/8] Add RAPL DRAM domain
 2013-04-11 23:58 UTC 

[Powertop] [PATCH 6/8] Added PP0 RAPL domain for CPU
 2013-04-11 23:58 UTC 

[Powertop] [PATCH 5/8] Interface to get first cpu
 2013-04-11 23:58 UTC 

[Powertop] [PATCH 4/8] cpu device as parent class
 2013-04-11 23:58 UTC 

[Powertop] [PATCH 3/8] RAPL Interface
 2013-04-11 23:58 UTC 

[Powertop] [PATCH 2/8] Use MSR Lib MSR functions
 2013-04-11 23:58 UTC 

[Powertop] [PATCH 1/8] Common read/write MSR API
 2013-04-11 23:58 UTC 

[Powertop] [PATCH 0/8] Power Top RAPL interface v02
 2013-04-11 23:58 UTC 

[RFC GIT PULL] sched; Fix a few missing rq clock updates
 2013-04-11 23:50 UTC  (2+ messages)
` [PATCH 2/5] sched: Update rq clock before setting fair group shares


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.