linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-12-07 03:23:36 to 2012-12-07 13:14:12 UTC [more...]

[PATCH resend] spi: Add support for specifying 3-wire mode via device tree
 2012-12-07 13:14 UTC  (2+ messages)

[RFC PATCH 0/8] remove vm_struct list management
 2012-12-07 13:05 UTC  (7+ messages)
` [RFC PATCH 1/8] mm, vmalloc: change iterating a vmlist to find_vm_area()

[PATCH 3/4] include/sunrpc: remove obsolete simple_strto<foo>
 2012-12-07 13:04 UTC  (2+ messages)

Race condition between driver_probe_device and device_shutdown‏
 2012-12-07 13:04 UTC  (9+ messages)
    ` Race condition between driver_probe_device and device_shutdown

[PATCH -next] drm/exynos/iommu: fix return value check in drm_create_iommu_mapping()
 2012-12-07 12:50 UTC 

[PATCH] I2C: EXYNOS: Add slave support to i2c
 2012-12-07 12:33 UTC  (4+ messages)

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

[PATCH linux-next] i915: intel_set_mode: Reduce stack allocation from 500 bytes to 2 pointers
 2012-12-07 12:05 UTC  (4+ messages)

[PATCH 1/1] power/ab8500_charger: Use devm_regulator_get API
 2012-12-07 11:53 UTC 

[PATCH 4/4] fs: remove obsolete simple_strto<foo>
 2012-12-07 11:55 UTC 

[PATCH 2/4] net: remove obsolete simple_strto<foo>
 2012-12-07 11:49 UTC 

[PATCH v2 00/14] printk() fixes, optimizations, and clean ups
 2012-12-07 11:47 UTC  (4+ messages)

[PATCH 00/10] video: da8xx-fb: runtime timing configuration and cleanup
 2012-12-07 11:44 UTC  (11+ messages)
` [PATCH 01/10] video: da8xx-fb: fb_check_var enhancement
` [PATCH 02/10] video: da8xx-fb: simplify lcd_reset
` [PATCH 03/10] video: da8xx-fb: use modedb helper to update var
` [PATCH 04/10] video: da8xx-fb: remove unneeded "var" initialization
` [PATCH 05/10] video: da8xx-fb: store current display information
` [PATCH 06/10] video: da8xx-fb: store clk rate even if !CPUFREQ
` [PATCH 07/10] video: da8xx-fb: pix clk and clk div handling cleanup
` [PATCH 08/10] video: da8xx-fb: store struct device *
` [PATCH 09/10] video: da8xx-fb: report correct pixclock
` [PATCH 10/10] video: da8xx-fb: fb_set_par support

[PATCH 1/4] mm: remove obsolete simple_strtoul
 2012-12-07 11:37 UTC 

local timers vs APIC question
 2012-12-07 11:33 UTC 

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

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

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

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

[PATCH 00/49] Automatic NUMA Balancing v10
 2012-12-07 11:01 UTC  (51+ 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  (4+ messages)
  ` [patch v2] "

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

[PATCH v3 0/3] mtd: nand: OMAP: ELM error correction support for BCH ecc
 2012-12-07 10:40 UTC  (7+ 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

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

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

[PATCH] Fixes kernel oops when turning bluetooth mouse on
 2012-12-07 10:21 UTC  (3+ messages)

[PATCH 0/5] perf hists: Changes on hists__{match,link} (v3)
 2012-12-07 10:18 UTC  (12+ messages)
` [PATCH 2/5] perf hists: Exchange order of comparing items when collapsing hists
` [PATCH 3/5] perf hists: Link hist entries before inserting to an output tree
` [PATCH 4/5] perf diff: Use internal rb tree for compute resort

[PATCH RFC] misc/at24: distinguish between eeprom and fram chips
 2012-12-07 10:14 UTC  (4+ messages)

[PATCH v3 net-next 0/4] tunneling: Add support for hardware-offloaded encapsulation
 2012-12-07 10:07 UTC  (3+ messages)
` [PATCH v3 1/4] net: "

8250 UART doesn't work
 2012-12-07 10:04 UTC  (4+ messages)

[ 00/27] 3.6.10-stable review
 2012-12-07 10:00 UTC  (5+ messages)
` [ 20/27] s390/mm: have 16 byte aligned struct pages
` [ 24/27] i915: Quirk no_lvds on Gigabyte GA-D525TUD ITX motherboard

[ 00/20] 3.4.23-stable review
 2012-12-07  9:59 UTC  (3+ messages)
` [ 15/20] s390/mm: have 16 byte aligned struct pages

[PATCH] ACPI: add documentation about ACPI 5 enumeration
 2012-12-07 10:00 UTC 

[PATCH] scripts/sortextable: support objects with more than 64K sections
 2012-12-07  9:55 UTC  (2+ messages)

[PATCH V3 00/11] ARM: delete struct sys_timer
 2012-12-07  9:51 UTC  (3+ messages)
` [PATCH V3 11/11] "

Sharing PCIE driver between Microblaze and Arm zynq
 2012-12-07  9:45 UTC  (3+ messages)

[PATCH] drivers/uio/uio_pdrv_genirq.c: Fix memory leak & confusing labels
 2012-12-07  9:41 UTC  (4+ messages)
` [PATCH v2] drivers/uio/uio_pdrv_genirq.c: Fix memory freeing issues

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

[PATCH 1/2] regulator: lp8788-buck: Remove val array in lp8788_init_dvs
 2012-12-07  9:25 UTC  (2+ messages)
` [PATCH 2/2] regulator: lp8788-buck: Kill _gpio_request function

[PATCH] ARM: ftrace: Ensure code modifications are synchronised across all cpus
 2012-12-07  9:22 UTC  (3+ messages)

[PATCH, RFC] Ext4: Mount partition as read only if during orphan cleanup truncate fails to obtain journal handle
 2012-12-07  9:22 UTC  (4+ messages)

[PATCH 0/3] Add O_DENY* flags to fcntl and cifs
 2012-12-07  9:08 UTC  (2+ messages)

rework mem_cgroup iterator
 2012-12-07  9:01 UTC  (6+ messages)
` [patch v2 3/6] memcg: rework mem_cgroup_iter to use cgroup iterators

PATCH reduce impact of FIFREEZE on userland processes
 2012-12-07  8:59 UTC  (3+ messages)

[PATCH] drivers/pps/clients/pps-gpio.c: use devm_kzalloc
 2012-12-07  9:55 UTC 

[PATCH V2] MCE: fix an error of mce_bad_pages statistics
 2012-12-07  8:48 UTC 

[PATCH 1/1] mfd: 88pm80x: Remove unnecessary exit APIs
 2012-12-07  8:38 UTC 

Oops in 3.7-rc8 isolate_free_pages_block()
 2012-12-07  8:32 UTC  (11+ messages)

[PATCH] x86: fix a compile error 'a section type conflict'
 2012-12-07  8:37 UTC 

[PATCH 0/4] sched: fork/exec/wake clean up
 2012-12-07  8:33 UTC  (5+ messages)
` [PATCH 02/10] sched: fix find_idlest_group mess logical

[RFC] gpiolib: introduce descriptor-based GPIO interface
 2012-12-07  8:24 UTC  (7+ messages)

[PATCH] gpio: pcf857x: use client->irq for gpio_to_irq()
 2012-12-07  8:16 UTC  (2+ messages)

[PATCH v2 0/3] gpio: twl4030: Correct status reporting for outputs
 2012-12-07  8:09 UTC  (2+ messages)

[PATCH] gpio: export 'debounce' attribute if supported by the gpio chip
 2012-12-07  8:07 UTC  (2+ messages)

[PATCH v5] misc: Add Lattice ECP3 FPGA configuration via SPI
 2012-12-07  8:06 UTC 

[BUG] ftrace: available_filter_functions empty after unloading module
 2012-12-07  8:06 UTC  (3+ messages)

[PATCH 1/3] HWPOISON, hugetlbfs: fix warning on freeing hwpoisoned hugepage
 2012-12-07  7:54 UTC  (4+ messages)

[PATCH] MCE: fix an error of mce_bad_pages statistics
 2012-12-07  7:46 UTC  (4+ messages)

[PATCH 1/2] vfio powerpc: enabled on powernv platform
 2012-12-07  7:35 UTC  (2+ messages)
` [PATCH] "

[PATCH] perf report: Add option to collapse undesired parts of call graph
 2012-12-07  7:30 UTC 

[PATCH 2/2] vfio powerpc: implemented IOMMU driver for VFIO
 2012-12-07  7:34 UTC  (2+ messages)
` [PATCH] "

[v2 PATCH 6/8] watchdog/at91sam9_wdt: Use module_platform_driver()
 2012-12-07  7:12 UTC  (3+ messages)

[PATCH 0/8] PCI, ACPI, x86: Reserve fw allocated resource for hot-add root bus
 2012-12-07  7:15 UTC  (2+ messages)

linux-next: Tree for Dec 7
 2012-12-07  7:09 UTC 

[v2 PATCH 00/14] atmel SPI controller with dmaengine and device tree support
 2012-12-07  6:58 UTC  (5+ messages)
` [v2 PATCH 07/14] spi/atmel_spi: add DT support
` [v2 PATCH 13/14] ARM: dts: add spi nodes for atmel SoC

[Patch v4 00/12] memory-hotplug: hot-remove physical memory
 2012-12-07  7:06 UTC  (4+ messages)
` [Patch v4 09/12] memory-hotplug: remove page table of x86_64 architecture

[PATCH 0/6] cpufreq: add support for Calxeda ECX-1000 (highbank)
 2012-12-07  7:04 UTC  (4+ messages)
` [PATCH 0/6 v9] "
  ` [PATCH 6/6 v9] cpufreq, highbank: add support for highbank cpufreq

[PATCH] vhost-blk: Add vhost-blk support v6
 2012-12-07  7:05 UTC  (3+ messages)

A typo about kernelcore= ?
 2012-12-07  7:02 UTC 

kexec and struct boot_params
 2012-12-07  6:57 UTC  (3+ messages)

[PATCH 00/15] PCI/ACPI: Remove "pci_root" sub-driver support
 2012-12-07  6:48 UTC  (17+ messages)
` [PATCH 01/15] PCI, acpiphp: Separate out hot-add support of pci host bridge
` [PATCH 02/15] PCI/acpiphp: Fix coding style of external declarations in acpiphp.h
` [PATCH 03/15] PCI/acpiphp: Leave the "acpiphp" sub-driver registered and in place
` [PATCH 04/15] PCI/acpiphp: Change acpiphp_glue_init() to return void instead of 0
` [PATCH 05/15] PCI/acpiphp: Collapse initialization call chain of "acpiphp" sub-driver
` [PATCH 06/15] PCI/acpiphp: Convert "acpiphp" sub-driver's functionality to built-in only
` [PATCH 07/15] PCI/acpiphp: Declare acpi_{add, remove}_bridge() as external functions
` [PATCH 08/15] PCI/acpiphp: Collapse the initialization call chain of "acpiphp" further
` [PATCH 09/15] PCI/acpiphp: Add "acpiphp" functionality statically within "pci_root"
` [PATCH 10/15] PCI/acpiphp: Change acpiphp_add_bridge() to return void instead of 0
` [PATCH 11/15] PCI/ACPI: Fix latent refcount issue in acpi_pci_root_start()
` [PATCH 12/15] PCI/ACPI: Move where dmi_check_system() is called from
` [PATCH 13/15] PCI/ACPI: Convert "pci_slot" sub-driver's functionality to built-in only
` [PATCH 14/15] PCI/ACPI: Add "pci_slot" functionality statically within "pci_root"
` [PATCH 15/15] PCI/ACPI: Remove the "pci_root" driver's sub-driver infrastructure

[PATCH v3] staging: ste_rmi4: Convert to Type-B support
 2012-12-07  6:45 UTC  (9+ messages)
` [PATCH v6] "

linux-next: manual merge of the akpm tree with Linus' tree
 2012-12-07  6:39 UTC 

[PATCH] regulator: tps80031: Convert tps80031_ldo_ops to linear_min_sel and list_voltage_linear
 2012-12-07  6:24 UTC  (2+ messages)

[patch] aoe: use after free in aoedev_by_aoeaddr()
 2012-12-07  6:19 UTC 

[PATCH 2/3] MODSIGN: Avoid using .incbin in C source
 2012-12-07  4:40 UTC  (7+ messages)
` [PATCH 1/3] MODSIGN: Fix comparison erros in scripts/sign-file

[PATCH 3.7-rc8] ttm: Fix possible _manager memory allocation oops
 2012-12-07  5:59 UTC  (4+ messages)

[RFC PATCH v3 0/3] acpi: Introduce prepare_remove device operation
 2012-12-07  5:57 UTC  (10+ messages)

[PATCH 1/3] HWPOISON, hugetlbfs: fix warning on freeing hwpoisoned hugepage
 2012-12-07  5:48 UTC  (2+ messages)

[PATCH] x86/kexec: crash_vmclear_local_vmcss needs __rcu
 2012-12-07  5:40 UTC 

mike jane shared photos with you
 2012-12-07  5:26 UTC 

[PATCH] regulator: lp8788-ldo: Remove val array in lp8788_config_ldo_enable_mode
 2012-12-07  5:20 UTC  (3+ messages)

[PATCH] spi: Fix comparison of different integer types
 2012-12-07  3:48 UTC  (2+ messages)

[PATCH] spi: Remove SPI_BUFSIZ restriction on spi_write_then_read()
 2012-12-07  3:41 UTC  (5+ messages)

linux-next: manual merge of the mfd tree with the mmc tree
 2012-12-07  3:24 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).