All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-11-12 20:54:19 to 2012-11-12 21:38:54 UTC [more...]

[PATCH V3 00/13] ARM: OMAP: DMTIMER fixes
 2012-11-12 21:38 UTC  (4+ messages)

[PATCH 1/1] mm: Export a function to read vm_committed_as
 2012-11-12 21:36 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/17] target-i386: CPU init cleanup for CPU classes/properties
 2012-11-12 21:39 UTC  (18+ messages)
` [Qemu-devel] [PATCH 01/17] target-i386/cpu.c: coding style fix
` [Qemu-devel] [PATCH 02/17] target-i386: move cpu_x86_init() to cpu.c
` [Qemu-devel] [PATCH 03/17] target-i386: cpu: rename x86_def_t to X86CPUDefinition
` [Qemu-devel] [PATCH 04/17] target-i386: x86_cpudef_setup(): cosmetic change on comment
` [Qemu-devel] [PATCH 05/17] target-i386: cpu_x86_init(): move error handling to end of function
` [Qemu-devel] [PATCH 06/17] target-i386: cpu_x86_init(): print error message in case of error
` [Qemu-devel] [PATCH 07/17] target-i386: cpu_x86_register(): report errors using Error parameter
` [Qemu-devel] [PATCH 08/17] target-i386: cpu_x86_register(): reorder CPU property setting
` [Qemu-devel] [PATCH 09/17] target-i386: move out CPU features initialization to separate func
` [Qemu-devel] [PATCH 10/17] target-i386: kill cpu_x86_register()
` [Qemu-devel] [PATCH 11/17] target-i386: return Error from cpu_x86_find_by_name()
` [Qemu-devel] [PATCH 12/17] target-i386: cpu_x86_find_by_name(): split CPU model and feature string first
` [Qemu-devel] [PATCH 13/17] target-i386: cpu: create cpu_x86_find_cpudef() function
` [Qemu-devel] [PATCH 14/17] target-i386: cpu_x86_init(): rename cpu_model to cpu_string
` [Qemu-devel] [PATCH 15/17] target-i386: cpu_x86_init(): eliminate extra 'def1' variable
` [Qemu-devel] [PATCH 16/17] target-i386: cpu: separate cpudef lookup from feature string parsing
` [Qemu-devel] [PATCH 17/17] target-i386: cpu_x86_init(): reorder split of CPU string and creation of CPU object

[PATCH -v3 0/7] x86: Use BRK to pre mapping page table to make xen happy
 2012-11-12 21:18 UTC  (49+ messages)
` [PATCH v7 00/46] x86, mm: map ram from top-down with BRK and memblock
  ` [PATCH 01/46] x86, mm: Add global page_size_mask and probe one time only
  ` [PATCH 02/46] x86, mm: Split out split_mem_range from init_memory_mapping
  ` [PATCH 03/46] x86, mm: Move down find_early_table_space()
  ` [PATCH 04/46] x86, mm: Move init_memory_mapping calling out of setup.c
  ` [PATCH 05/46] x86, mm: Revert back good_end setting for 64bit
  ` [PATCH 06/46] x86, mm: Change find_early_table_space() paramters
  ` [PATCH 07/46] x86, mm: Find early page table buffer together
  ` [PATCH 08/46] x86, mm: Separate out calculate_table_space_size()
  ` [PATCH 09/46] x86, mm: Set memblock initial limit to 1M
  ` [PATCH 10/46] x86, mm: if kernel .text .data .bss are not marked as E820_RAM, complain and fix
  ` [PATCH 11/46] x86, mm: Fixup code testing if a pfn is direct mapped
  ` [PATCH 12/46] x86, mm: use pfn_range_is_mapped() with CPA
  ` [PATCH 13/46] x86, mm: use pfn_range_is_mapped() with gart
  ` [PATCH 14/46] x86, mm: use pfn_range_is_mapped() with reserve_initrd
  ` [PATCH 15/46] x86, mm: Only direct map addresses that are marked as E820_RAM
  ` [PATCH 16/46] x86, mm: relocate initrd under all mem for 64bit
  ` [PATCH 17/46] x86, mm: Align start address to correct big page size
  ` [PATCH 18/46] x86, mm: Use big page size for small memory range
  ` [PATCH 19/46] x86, mm: Don't clear page table if range is ram
  ` [PATCH 20/46] x86, mm: Break down init_all_memory_mapping
  ` [PATCH 21/46] x86, mm: setup page table in top-down
  ` [PATCH 22/46] x86, mm: Remove early_memremap workaround for page table accessing on 64bit
  ` [PATCH 23/46] x86, mm: Remove parameter in alloc_low_page for 64bit
  ` [PATCH 24/46] x86, mm: Merge alloc_low_page between 64bit and 32bit
  ` [PATCH 25/46] x86, mm: Move min_pfn_mapped back to mm/init.c
  ` [PATCH 26/46] x86, mm, Xen: Remove mapping_pagetable_reserve()
  ` [PATCH 27/46] x86, mm: Add alloc_low_pages(num)
  ` [PATCH 28/46] x86, mm: Add pointer about Xen mmu requirement for alloc_low_pages
  ` [PATCH 29/46] x86, mm: only call early_ioremap_page_table_range_init() once
  ` [PATCH 30/46] x86, mm: Move back pgt_buf_* to mm/init.c
  ` [PATCH 31/46] x86, mm: Move init_gbpages() out of setup.c
  ` [PATCH 32/46] x86, mm: change low/hignmem_pfn_init to static on 32bit
  ` [PATCH 33/46] x86, mm: Move function declaration into mm_internal.h
  ` [PATCH 34/46] x86, mm: Add check before clear pte above max_low_pfn on 32bit
  ` [PATCH 35/46] x86, mm: use round_up/down in split_mem_range()
  ` [PATCH 36/46] x86, mm: use PFN_DOWN "
  ` [PATCH 37/46] x86, mm: use pfn instead of pos in split_mem_range
  ` [PATCH 38/46] x86, mm: use limit_pfn for end pfn
  ` [PATCH 39/46] x86, mm: Unifying after_bootmem for 32bit and 64bit
  ` [PATCH 40/46] x86, mm: Move after_bootmem to mm_internel.h
  ` [PATCH 41/46] x86, mm: Use clamp_t() in init_range_memory_mapping
  ` [PATCH 42/46] x86, mm: kill numa_free_all_bootmem()
  ` [PATCH 43/46] x86, mm: kill numa_64.h
  ` [PATCH 44/46] sparc, mm: Remove calling of free_all_bootmem_node()
  ` [PATCH 45/46] mm: Kill NO_BOOTMEM version free_all_bootmem_node()
  ` [PATCH 46/46] x86, mm: Let "memmap=" take more entries one time

[Bug 57034] New: [Quadro FX 4800] display port connectors not recognized
 2012-11-12 21:37 UTC 

[PATCH 1/2] NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()
 2012-11-12 21:37 UTC  (12+ messages)

[GIT PULL] Ux500 pin changes
 2012-11-12 21:37 UTC  (2+ messages)

[PATCH] fs/proc: Add process text segment md5-summing
 2012-11-12 21:36 UTC 

[PATCH V2 2/11] time: convert arch_gettimeoffset to a pointer
 2012-11-12 21:36 UTC  (3+ messages)

[PATCH] mm: Fix calculation of dirtyable memory
 2012-11-12 21:35 UTC  (3+ messages)
` [PATCHv4] "

Q: Kconfig option VIRT_TO_BUS
 2012-11-12 21:27 UTC  (9+ messages)
  ` [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

[PATCH 0/6] cpufreq: add support for Calxeda ECX-1000 (highbank)
 2012-11-12 21:35 UTC  (6+ messages)
` [PATCH 0/6 v4] "
  ` [PATCH 2/6 v4] clk, highbank: Prevent glitches in non-bypass reset mode

[PATCH 00/11] Fix relative includes for omaps introduced by recent clean-up
 2012-11-12 21:34 UTC  (5+ messages)
` [PATCH 12/11] ARM: OMAP: Fix relative includes for fpga.h

[BUG] gitweb: XSS vulnerability of RSS feed
 2012-11-12 21:34 UTC  (7+ messages)

hoo boy, interrupt Handling on BGQ
 2012-11-12 21:33 UTC 

[Buildroot] [PATCH 2/2 v3] xtensa: support configurable processor configurations
 2012-11-12 21:33 UTC  (4+ messages)

Fix lapic time counter read for periodic mode
 2012-11-12 21:32 UTC  (2+ messages)

[PATCH] Provide support for multiple frame buffers in Xen
 2012-11-12 21:31 UTC  (5+ messages)

[PATCH] Provide support for multiple frame buffers in Xen
 2012-11-12 21:31 UTC 

[ 3.5.yuz extended stable] Patch "usb: gadget: at91_udc: fix dt support" has been added to staging queue
 2012-11-12 21:28 UTC 

linux-next: manual merge of the akpm tree with the block tree
 2012-11-12 21:30 UTC  (5+ messages)

Fix for vblank on nvc0
 2012-11-12 21:30 UTC  (6+ messages)

[ 3.5.yuz extended stable] Patch "eCryptfs: Write out all dirty pages just before releasing" has been added to staging queue
 2012-11-12 21:29 UTC 

[ 3.5.yuz extended stable] Patch "eCryptfs: Call lower ->flush() from ecryptfs_flush()" has been added to staging queue
 2012-11-12 21:29 UTC 

[ 3.5.yuz extended stable] Patch "eCryptfs: check for eCryptfs cipher support at mount" has been added to staging queue
 2012-11-12 21:29 UTC 

[ 3.5.yuz extended stable] Patch "eCryptfs: Initialize empty lower files when opening them" has been added to staging queue
 2012-11-12 21:28 UTC 

[ 3.5.yuz extended stable] Patch "eCryptfs: Unlink lower inode when ecryptfs_create() fails" has been added to staging queue
 2012-11-12 21:28 UTC 

[ 3.5.yuz extended stable] Patch "eCryptfs: Revert to a writethrough cache model" has been added to staging queue
 2012-11-12 21:28 UTC 

[ 3.5.yuz extended stable] Patch "eCryptfs: Copy up POSIX ACL and read-only flags from lower" has been added to staging queue
 2012-11-12 21:28 UTC 

[ 3.5.yuz extended stable] Patch "sched: Fix migration thread runtime bogosity" has been added to staging queue
 2012-11-12 21:28 UTC 

[PATCH] spi: davinci: add OF support for the spi controller
 2012-11-12 21:28 UTC  (3+ messages)

[ 3.5.yuz extended stable] Patch "udf: fix retun value on error path in udf_load_logicalvol" has been added to staging queue
 2012-11-12 21:28 UTC 

[ANNOUNCE] 3.6.6-rt17
 2012-11-12 21:28 UTC 

[patch,v2 00/10] make I/O path allocations more numa-friendly
 2012-11-12 21:26 UTC  (6+ messages)

[ANNOUNCE] Extended stable support for Linux 3.5 (linux-3.5.y-ext.z)
 2012-11-12 21:26 UTC  (2+ messages)

[PATCH v3 1/2] leds/tca6507: Add support for devicetree
 2012-11-12 21:25 UTC  (2+ messages)
` [PATCH v3 2/2] Add documentation for tca6507 devicetree bindings

xen EFI boot and vga-passthrough
 2012-11-12 21:24 UTC  (2+ messages)

[RFC net-next] tun: implement BQL
 2012-11-12 21:22 UTC 

possibility of parent clock selection through DT
 2012-11-12 21:22 UTC  (5+ messages)

device node creation
 2012-11-12 21:08 UTC  (2+ messages)

[PATCH 0/7] ARM: remove init_consistent_dma_size() stub
 2012-11-12 21:21 UTC  (2+ messages)

[REGRESSION,v3.7-rc5,bisected] 100% CPU usage in softirqd, unable to shutdown
 2012-11-12 21:20 UTC 

[BUG] ceph-mon crashes
 2012-11-12 21:20 UTC  (11+ messages)

[U-Boot] wanting a couple clarifications on the boards.cfg file
 2012-11-12 21:20 UTC  (2+ messages)

[PATCH 1/2] ARM: kirkwood: Add Plat'Home OpenBlocks A6 support
 2012-11-12 21:19 UTC  (4+ messages)

[Buildroot] [PATCH for-2012.11 0/5] Introduce errors for legacy API
 2012-11-12 21:18 UTC  (4+ messages)
` [Buildroot] [PATCH for-2012.11 1/5] pkg-infra: introduce "

[RFC PATCH 0/1] status: Allow for short-form output by default
 2012-11-12 21:17 UTC  (3+ messages)
` [RFC PATCH 1/1] status: Allow for short-form via config option

[Buildroot] QT packackage grantlee not building
 2012-11-12 21:17 UTC  (4+ messages)

[PATCH 1/2] staging: et131x: Avoid unnecessary calculations in for loop
 2012-11-12 21:16 UTC  (2+ messages)
` [PATCH 2/2] staging: et131x: Remove unnecessary DMA address alignment code

[PATCH] mci_spi: always compute command crc byte
 2012-11-12 21:16 UTC 

[PATCH] clk: spear: Add stub functions for spear3[0|1|2]0_clk_init()
 2012-11-12 21:15 UTC  (4+ messages)

Hypervisor to dom0 communication
 2012-11-12 21:12 UTC 

[GIT PULL v3] Renesas ARM-based SoC boards for v3.8 #2
 2012-11-12 21:11 UTC  (3+ messages)

[merged] aoe-avoid-running-request-handler-on-plugged-queue.patch removed from -mm tree
 2012-11-12 21:09 UTC 

[Bug 56878] New: FireGL Mobility T2: WebGL under firefox16 freezes system
 2012-11-12 21:09 UTC  (2+ messages)
` [Bug 56878] "

[merged] drbd-use-copy_highpage.patch removed from -mm tree
 2012-11-12 21:09 UTC 

[merged] block-partition-msdos-provide-uuids-for-partitions.patch removed from -mm tree
 2012-11-12 21:09 UTC 

[merged] init-reduce-partuuid-min-length-to-1-from-36.patch removed from -mm tree
 2012-11-12 21:09 UTC 

[merged] block-store-partition_meta_infouuid-as-a-string.patch removed from -mm tree
 2012-11-12 21:09 UTC 

[PATCH] acpi/cpuidle: reinitialize power_usage values when adding/removing C-states
 2012-11-12 21:09 UTC  (3+ messages)
` [RFC] cpuidle - remove the power_specified field in the driver

[merged] cciss-use-check_signature.patch removed from -mm tree
 2012-11-12 21:09 UTC 

[merged] cciss-cleanup-bitops-usage.patch removed from -mm tree
 2012-11-12 21:09 UTC 

[merged] h8300-add-missing-l1_cache_shift.patch removed from -mm tree
 2012-11-12 21:09 UTC 

[merged] mm-bugfix-set-current-reclaim_state-to-null-while-returning-from-kswapd.patch removed from -mm tree
 2012-11-12 21:09 UTC 

[merged] fanotify-fix-missing-break.patch removed from -mm tree
 2012-11-12 21:09 UTC 

[PATCH] Revert "kconfig-language: add to hints"
 2012-11-12 21:09 UTC 

[merged] revert-epoll-support-for-disabling-items-and-a-self-test-app.patch removed from -mm tree
 2012-11-12 21:09 UTC 

[merged] checkpatch-improve-network-block-comment-style-checking.patch removed from -mm tree
 2012-11-12 21:09 UTC 

[merged] device_cgroup-fix-unchecked-cgroup-parent-usage.patch removed from -mm tree
 2012-11-12 21:09 UTC 

[PATCH 0/4] perf, amd: Enable AMD family 15h northbridge counters
 2012-11-12 21:08 UTC  (7+ messages)

[Patch v4 0/7] acpi,memory-hotplug : implement framework for hot removing memory
 2012-11-12 21:00 UTC  (4+ messages)
` [Patch v4 1/7] acpi,memory-hotplug: introduce a mutex lock to protect the list in acpi_memory_device

[RFD][PATCH 0/7] PM / QoS: Support for PM QoS device flags
 2012-11-12 21:07 UTC  (3+ messages)
` [RFD][PATCH 7/7] PM / ACPI: Take device PM QoS flags into account

[Buildroot] mesa3d: "ImportError: No module named libxml2"
 2012-11-12 21:06 UTC  (5+ messages)

[BUG 3.7-rc5] NULL pointer deref when using a pcie-pci bridged pci device and intel-iommu
 2012-11-12 21:05 UTC  (4+ messages)

[PATCH 1/2] ath9k_hw: Update AR9485 initvals
 2012-11-12 21:03 UTC  (2+ messages)

[PATCH BlueZ] build: Fix make distcheck for input plugin
 2012-11-12 21:03 UTC 

[ath9k-devel] ath9k_htc-based adapter unfunctioning after commit ceb26a6013
 2012-11-12 21:03 UTC  (3+ messages)

Build regressions/improvements in v3.7-rc5
 2012-11-12 21:02 UTC  (3+ messages)

[PATCH] ARM: implement optimized percpu variable access
 2012-11-12 21:01 UTC  (6+ messages)

[xen-unstable test] 14381: tolerable FAIL - PUSHED
 2012-11-12 21:01 UTC 

[Buildroot] [PATCH 0/2] add support for xtensa back to buildroot
 2012-11-12 21:01 UTC  (7+ messages)

[PATCH 0/3] ACPI 5 support for GPIO, SPI and I2C
 2012-11-12 21:03 UTC  (4+ messages)
` [PATCH 3/3] ACPI: Evaluate _CRS while creating device node objects

[PATCH] Update cygwin.c for new mingw-64 win32 api headers
 2012-11-12 20:58 UTC  (2+ messages)

[PATCH V6 1/2] kbuild: centralize .dts->.dtb rule
 2012-11-12 20:58 UTC  (4+ messages)
  ` [PATCH V6 2/2] kbuild: run the pre-processor on *.dts files

[PATCH] of: fdt: Constify 'pathp'
 2012-11-12 20:58 UTC  (2+ messages)

[PATCH v2] PCI SRIOV device enable and disable via sysfs
 2012-11-12 20:57 UTC  (5+ messages)
` [PATCH 4/4] PCI,sriov: provide method to reduce the number of total VFs supported

snd_pcm_wait function
 2012-11-12 20:57 UTC  (3+ messages)

UDP packets sent with wrong source address after routing change [AV#3431]
 2012-11-12 20:56 UTC  (13+ messages)

[Buildroot] [PATCH] libtool version update 2.4.2
 2012-11-12 20:57 UTC  (7+ messages)

Labeled NFS [v5]
 2012-11-12 20:56 UTC  (5+ messages)

[PATCH] nfsdcltrack: skip "." and ".." when trying to clean out legacy recdir
 2012-11-12 20:54 UTC 

[PATCH 0/3] fix missing rb_subtree_gap updates on vma insert/erase
 2012-11-12 20:54 UTC  (3+ messages)

[RFC] perf: need to expose sched_clock to correlate user samples with kernel samples
 2012-11-12 20:54 UTC  (6+ messages)

[Qemu-devel] DOS boot problem with LSI 53C895A SCSI controller and LSI option ROM
 2012-11-12 20:53 UTC  (3+ messages)

[PATCH v3 1/2] Add default subbuf sizes getter functions
 2012-11-12 20:54 UTC 

[PATCH] drm/i915: add LynxPoint-LP PCH ID
 2012-11-12 20:54 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.