All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-12-07 10:21:26 to 2012-12-07 11:27:17 UTC [more...]

rombios: add support for special CHS layout (spt=32)
 2012-12-07 11:27 UTC  (2+ messages)

[PATCH] ACPI: add Haswell LPSS devices to acpi_platform_device_ids list
 2012-12-07 11:29 UTC  (4+ messages)

[PATCH 0 of 1] Kexec alteration
 2012-12-07 11:23 UTC  (4+ messages)
` [PATCH 1 of 1] x86/kexec: Change NMI and MCE handling on kexec path

[Bug 51391] New: BUG: unable to handle kernel NULL pointer dereference
 2012-12-07 11:21 UTC 

[PATCH] scsi_ram: a RAM-based SCSI driver
 2012-12-07 11:20 UTC  (3+ messages)

[PATCH v2] ASoC: lm49453: Update lm49453_reg_defs values as per LM49453 HW revision-B
 2012-12-07 11:36 UTC 

[PATCH v2] tty: serial core: decouple pm states from ACPI
 2012-12-07 11:19 UTC  (2+ messages)

[PATCH] Add option to fsfreeze to call syncfs() prior to freezing
 2012-12-07 11:17 UTC  (2+ messages)

[PATCH 00/40] Automatic NUMA Balancing V5
 2012-12-07 10:45 UTC  (5+ messages)
` [PATCH 00/41] Automatic NUMA Balancing V6
  ` [PATCH 00/45] Automatic NUMA Balancing V7

[PATCH v2] ASoC: lm49453: Fix adc, mic and sidetone volume ranges
 2012-12-07 11:30 UTC 

[PATCH] Remove stale entry for generated version.h file in .gitignore
 2012-12-07 11:10 UTC 

[Buildroot] [Bug 5780] New: spurious build failure because it cannot remove ubinize.cfg
 2012-12-07 11:11 UTC 

[Bridge] [patch] bridge: make buffer larger in br_setlink()
 2012-12-07 11:10 UTC  (4+ messages)
` [Bridge] [patch v2] "
  `  "

[Buildroot] [PATCH] barebox: use the symlink to copy the barebox binary to the images directory
 2012-12-07 11:10 UTC  (2+ messages)

[PATCH 1/1] ASoC: tpa6130a2: Use devm_* APIs
 2012-12-07 11:02 UTC 

[RFC virtio-next 0/4] Introduce CAIF Virtio and reversed Vrings
 2012-12-07 11:05 UTC  (7+ messages)
` [RFCv2 00/12] Introduce host-side virtio queue and CAIF Virtio
  ` [RFCv2 04/12] virtio-ring: Refactor out the functions accessing user memory

OSD crashed today in os/JournalingObjectStore.cc
 2012-12-07 11:02 UTC  (8+ messages)

[PATCH] scheduler: fix rate limit range checking
 2012-12-07 11:01 UTC 

[PATCH 00/49] Automatic NUMA Balancing v10
 2012-12-07 11:01 UTC  (102+ messages)
` [PATCH 01/49] x86: mm: only do a local tlb flush in ptep_set_access_flags()
` [PATCH 02/49] x86: mm: drop TLB flush from ptep_set_access_flags
` [PATCH 03/49] mm,generic: only flush the local TLB in ptep_set_access_flags
` [PATCH 04/49] x86/mm: Introduce pte_accessible()
` [PATCH 05/49] mm: Only flush the TLB when clearing an accessible pte
` [PATCH 06/49] mm: Count the number of pages affected in change_protection()
` [PATCH 07/49] mm: Optimize the TLB flush of sys_mprotect() and change_protection() users
` [PATCH 08/49] mm: compaction: Move migration fail/success stats to migrate.c
` [PATCH 09/49] mm: migrate: Add a tracepoint for migrate_pages
` [PATCH 10/49] mm: compaction: Add scanned and isolated counters for compaction
` [PATCH 11/49] mm: numa: define _PAGE_NUMA
` [PATCH 12/49] mm: numa: pte_numa() and pmd_numa()
` [PATCH 13/49] mm: numa: Support NUMA hinting page faults from gup/gup_fast
` [PATCH 14/49] mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte
` [PATCH 15/49] mm: numa: Create basic numa page hinting infrastructure
` [PATCH 16/49] mm: mempolicy: Make MPOL_LOCAL a real policy
` [PATCH 17/49] mm: mempolicy: Add MPOL_NOOP
` [PATCH 18/49] mm: mempolicy: Check for misplaced page
` [PATCH 19/49] mm: migrate: Introduce migrate_misplaced_page()
` [PATCH 20/49] mm: migrate: Drop the misplaced pages reference count if the target node is full
` [PATCH 21/49] mm: mempolicy: Use _PAGE_NUMA to migrate pages
` [PATCH 22/49] mm: mempolicy: Add MPOL_MF_LAZY
` [PATCH 23/49] mm: mempolicy: Implement change_prot_numa() in terms of change_protection()
` [PATCH 24/49] mm: mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for now
` [PATCH 25/49] mm: numa: Add fault driven placement and migration
` [PATCH 26/49] mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate
` [PATCH 27/49] sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges
` [PATCH 28/49] mm: sched: numa: Implement slow start for working set sampling
` [PATCH 29/49] mm: numa: Add pte updates, hinting and migration stats
` [PATCH 30/49] mm: numa: Migrate on reference policy
` [PATCH 31/49] mm: numa: Migrate pages handled during a pmd_numa hinting fault
` [PATCH 32/49] mm: numa: Structures for Migrate On Fault per NUMA migration rate limiting
` [PATCH 33/49] mm: numa: Rate limit the amount of memory that is migrated between nodes
` [PATCH 34/49] mm: numa: Rate limit setting of pte_numa if node is saturated
` [PATCH 35/49] sched: numa: Slowly increase the scanning period as NUMA faults are handled
` [PATCH 36/49] mm: numa: Introduce last_nid to the page frame
` [PATCH 37/49] mm: numa: split_huge_page: Transfer last_nid on tail page
` [PATCH 38/49] mm: numa: migrate: Set last_nid on newly allocated page
` [PATCH 39/49] mm: numa: Use a two-stage filter to restrict pages being migrated for unlikely task<->node relationships
` [PATCH 40/49] mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate
` [PATCH 41/49] mm: sched: numa: Control enabling and disabling of NUMA balancing
` [PATCH 42/49] mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_DEBUG
` [PATCH 43/49] mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node
` [PATCH 44/49] mm: numa: Add THP migration for the NUMA working set scanning fault case
` [PATCH 45/49] mm: numa: Add THP migration for the NUMA working set scanning fault case build fix
` [PATCH 46/49] mm: numa: Account for failed allocations and isolations as migration failures
` [PATCH 47/49] mm: migrate: Account a transhuge page properly when rate limiting
` [PATCH 48/49] mm/rmap: Convert the struct anon_vma::mutex to an rwsem
` [PATCH 49/49] mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable

[patch] [SCSI] mpt3sas: cut and paste bug storing trigger mpi
 2012-12-07 11:00 UTC  (6+ messages)
  ` [patch v2] "

[Bug 51381] New: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting, when disabled via vgaswitcheroo
 2012-12-07 11:00 UTC 

[U-Boot] V4 S3C64XX: Switch all I/O to use readl/writel functio and Clear SMDK64XX
 2012-12-07 10:58 UTC  (9+ messages)
` [U-Boot] [PATCH 01/14] smdk6400: Move smdk6400 board from Makefile to boards.cfg
` [U-Boot] [PATCH 03/14] S3C64XX: Use readl/writel to operate uart
` [U-Boot] [PATCH 05/14] S3C64XX: reference s5p cpu time system for s3c64xx timer
` [U-Boot] [PATCH 09/14] S3C64XX: Change SROM init to use read/write operation

[PATCH] wext: explicitly cast -110 to u8
 2012-12-07 10:58 UTC 

[PATCH net-next 0/7] Allow to monitor multicast cache event via rtnetlink
 2012-12-07 10:58 UTC  (8+ messages)

[PATCH] omap3isp: preview: Lower the crop margins
 2012-12-07 10:56 UTC 

[net-next 0/7] bna: Driver Version Updated to 3.1.2.1
 2012-12-07 10:46 UTC  (3+ messages)
` [net-next 2/7] bna: Tx and Rx Optimizations

[Qemu-devel] [PATCH v5 00/11] virtio: virtio-blk data plane
 2012-12-07 10:51 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 10/11] dataplane: add virtio-blk data plane code

[Buildroot] [PATCH] barebox: add 2012.12, remove 2012.08
 2012-12-07 10:51 UTC 

[PATCH] ARM: dts: select appropriate macb pinctrl config for kizbox
 2012-12-07 10:51 UTC 

loan offer
 2012-12-07  9:29 UTC 

loan offer
 2012-12-07  9:29 UTC 

loan offer
 2012-12-07  9:29 UTC 

loan offer
 2012-12-07  9:29 UTC 

loan offer
 2012-12-07  9:29 UTC 

loan offer
 2012-12-07  9:40 UTC 

[PATCH] drm/omap: use omapdss low level API
 2012-12-07 10:45 UTC  (2+ messages)

[PATCH] ARM: pass syscall return value to sys_exit tracepoint
 2012-12-07 10:45 UTC  (8+ messages)

[PATCH] net: core: fix unused variable sparse warning
 2012-12-07 10:45 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Clear self-refresh watermarks when disabled
 2012-12-07 10:43 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Prefer CRTC 'active' rather than 'enabled' during WM computations

[U-Boot] [PATCH resend 1/2] u-boot/spl: Add u-boot-spl.img to u-boot targets
 2012-12-07 10:44 UTC  (4+ messages)

[PATCH] mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) locking
 2012-12-07 10:41 UTC  (3+ messages)

[PATCH] mac80211: Checking for zero Len subframe's only when driver supports the reporting of zero len subframes
 2012-12-07 10:41 UTC 

Complete rebuilds due to random hashes
 2012-12-07 10:26 UTC 

[PATCH v3 0/3] mtd: nand: OMAP: ELM error correction support for BCH ecc
 2012-12-07 10:40 UTC  (13+ messages)
` [PATCH v3 1/3] mtd: nand: omap2: Update nerrors using ecc.strength
` [PATCH v3 2/3] mtd: devices: elm: Add support for ELM error correction

[oe-commits] Martin Jansa : qt4: rename bbappends to match new 4.8. 4 version from oe-core
 2012-12-07 10:24 UTC 

[PATCH RESEND V2 0/2] ASoC: Samsung: Remove platform device support
 2012-12-07 10:37 UTC  (4+ messages)
` [PATCH RESEND V2 1/2] ASoC: Samsung: Do not register samsung audio dma device as pdev

[PATCH] docs: check for documentation generation tools in docs/configure
 2012-12-07 10:37 UTC  (3+ messages)

[PATCH 0/6 v10] gpio: Add block GPIO
 2012-12-07 10:36 UTC  (3+ messages)

[Bridge] [PATCH net-next v5] bridge: export multicast database via netlink
 2012-12-07 10:36 UTC  (3+ messages)
  `  "

[PATCH] x86, perf, bts: disable BTS from Nehalem to Ivy Bridge
 2012-12-07 10:35 UTC 

[PATCH v9 00/10] mmc: sdhci: fixes and enhancements
 2012-12-07 10:35 UTC  (4+ messages)
` [PATCH v9 05/10] mmc: sdhci: introduce signal_voltage_switch callback function

[Buildroot] [PATCH] pkg-infra: add <pkg>-extract and <pkg>-patch targets to OVERRIDE support
 2012-12-07 10:32 UTC  (3+ messages)

[U-Boot] [PATCH v2] usbh/ehci: Increase timeout for enumeration
 2012-12-07 10:32 UTC  (4+ messages)

[PATCH 2/2] tty: serial core: use the ACPI PM state defines
 2012-12-07 10:30 UTC  (5+ messages)

[Qemu-devel] [PATCH v3 1/3] target-i386:define name of breakpoint bit in dr7
 2012-12-07 10:29 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 2/3] target-i386:make hw_breakpoint_enabled return bool type
` [Qemu-devel] [PATCH v3 3/3] target-i386:slightly refactor dr7 related function

[PATCH] drivers/thermal/spear_thermal.c: use devm_clk_get
 2012-12-07 10:29 UTC 

[Buildroot] [PATCH] tslib: add license info
 2012-12-07 10:29 UTC 

[RFC 0/8] PAPRD for ath9k
 2012-12-07 10:28 UTC  (5+ messages)
` [RFC 2/8] ath9k_hw: Fix PAPRD training
` [RFC 7/8] ath9k_hw: Calculate the correct training power for PAPRD

[PATCH 1/5] sulogin: use the linked lists from list.h for consoles list
 2012-12-07 10:27 UTC  (3+ messages)
` [PATCH 5/5] sulogin: add multi console feature from SysVinit sulogin

[PATCH 0/2] ARM: davinci: da850: add pinctrl support
 2012-12-07 10:27 UTC  (6+ messages)
` [PATCH 1/2] ARM: davinci: da850: add pinctrl driver entries
` [PATCH 2/2] ARM: davinci: da850: add NAND "

[RFC PATCH 0/3] ACPI/UART: Add ACPI 5.0 enueration support for UART
 2012-12-07 10:27 UTC  (12+ messages)
` [RFC PATCH 1/3] UART: Add UART subsystem as a bus

[PATCH] fs: revert commit bbdd6808 to fallocate UAPI
 2012-12-07 10:24 UTC  (4+ messages)
` [PATCH, 3.7-rc7, RESEND] "

[meta-angstrom][meta-systemd]: ${sysconfdir}/tmpfiles.d/var-run.conf conflict at do_rootfs
 2012-12-07 10:07 UTC 

[U-Boot] [Resend Patch v2 0/3] EXYNOS: Add support for Exynos4x12
 2012-12-07 10:21 UTC  (2+ messages)
` [U-Boot] [Resend Patch v2 3/3] EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12


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.