linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-07 11:41:44 to 2012-08-07 16:33:06 UTC [more...]

[PATCH] Parallelize mtrr init between cpus
 2012-08-07 16:32 UTC  (2+ messages)

[PATCH 1/3] backlight: da9052: Use usleep_range() instead of msleep() for small sleeps
 2012-08-07 16:28 UTC  (4+ messages)

[PATCH 1/2] x86, irq: update irq_cfg domain unless the new affinity is a subset of the current domain
 2012-08-07 16:24 UTC  (5+ messages)
` [tip:x86/apic] x86/irq: Update "
    ` do_IRQ: 1.55 No irq handler for vector (irq -1)

[RFC PATCH v1 00/22] introduce PCI bus lock to serialize PCI hotplug operations
 2012-08-07 16:11 UTC  (23+ messages)
` [RFC PATCH v1 01/22] PCI: use pci_get_domain_bus_and_slot() to avoid race conditions
` [RFC PATCH v1 02/22] PCI: trivial cleanups for drivers/pci/remove.c
` [RFC PATCH v1 03/22] PCI: change PCI device management code to better follow device model
` [RFC PATCH v1 04/22] PCI: split PCI bus device registration into two stages
` [RFC PATCH v1 05/22] PCI: introduce pci_bus_{get|put}() to manage PCI bus reference count
` [RFC PATCH v1 06/22] PCI: use a global lock to serialize PCI root bridge hotplug operations
` [RFC PATCH v1 07/22] PCI: introduce PCI bus lock to serialize PCI "
` [RFC PATCH v1 08/22] PCI: introduce hotplug safe search interfaces for PCI bus/device
` [RFC PATCH v1 09/22] PCI: enhance PCI probe logic to support PCI bus lock mechanism
` [RFC PATCH v1 10/22] PCI: enhance PCI bus specific "
` [RFC PATCH v1 11/22] PCI: enhance PCI resource assignment "
` [RFC PATCH v1 12/22] PCI: enhance PCI remove "
` [RFC PATCH v1 13/22] PCI: make each PCI device hold a reference to its parent PCI bus
` [RFC PATCH v1 14/22] PCI/sysfs: use PCI bus lock to avoid race conditions
` [RFC PATCH v1 15/22] PCI/eeepc: "
` [RFC PATCH v1 16/22] PCI/asus-wmi: "
` [RFC PATCH v1 17/22] PCI/pciehp: "
` [RFC PATCH v1 18/22] PCI/acpiphp: "
` [RFC PATCH v1 19/22] PCI/x86: enable PCI bus lock mechanism for x86 platforms
` [RFC PATCH v1 20/22] PCI/IA64: enable PCI bus lock mechanism for IA64 platforms
` [RFC PATCH v1 21/22] PCI: cleanups for PCI bus lock implementation
` [RFC PATCH v1 22/22] PCI: unexport pci_root_buses

[PATCH] fix NULL-pointer dereference on scsi_run_queue
 2012-08-07 16:16 UTC  (7+ messages)

uprobe: single step over uprobe & global breakpoints
 2012-08-07 16:12 UTC  (6+ messages)
` [PATCH 1/5] uprobes: Use a helper instead of ptrace's single step enable
` [PATCH 2/5] x86/uprobes: implement x86 specific arch_uprobe_*_step
` [PATCH 3/5] uprobes: remove check for uprobe variable in handle_swbp()
` [PATCH 4/5] uprobes: probe definiton can only start with 'p' and '-'
` [RFC 5/5] uprobes: add global breakpoints

[PATCH] net:appletalk:ddp:fixed coding style issue again relating to
 2012-08-07 16:10 UTC  (2+ messages)

[PATCH] xconfig: Display dependency values in debug_info
 2012-08-07 16:08 UTC  (4+ messages)

[PATCH 0/2] perf tools: Basic bash completion support
 2012-08-07 16:05 UTC  (13+ messages)
` [PATCH 1/2] perf tools: Initial "
` [PATCH 2/2] perf tools: Support for events bash completion

[PATCH] mm: hugetlb: flush dcache before returning zeroed huge page to userspace
 2012-08-07 16:03 UTC  (11+ messages)

[PATCH 0/5] mfd: replace IORESOURCE_IO by IORESOURCE_MEM
 2012-08-07 15:54 UTC  (23+ messages)

[PATCH 0/5] mfd: replace IORESOURCE_IO by IORESOURCE_MEM
 2012-08-07 15:50 UTC  (8+ messages)

[PATCH 0/2] ptrace: DEBUGCTLMSR_BTF fixes
 2012-08-07 15:46 UTC  (15+ messages)
` [PATCH 2/2] ptrace: fix set_task_blockstep()->update_debugctlmsr() logic

[PATCH 0/4] Add device tree data for omap5
 2012-08-07 15:49 UTC  (4+ messages)
` [PATCH 3/4] arm/dts: omap5-evm: Add keypad data

[PATCH 0/19] Improve IRQ remapping abstraction in x86 core code
 2012-08-07 15:43 UTC  (20+ messages)
` [PATCH 01/19] x86, apic: Move irq_remapping_enabled checks into IRQ-remapping code
` [PATCH 02/19] [RFC] x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resume
` [PATCH 03/19] x86, io_apic: Introduce x86_io_apic_ops.disable()
` [PATCH 04/19] x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging
` [PATCH 05/19] x86, hpet: Introduce x86_msi_ops.setup_hpet_msi
` [PATCH 06/19] x86, msi: Use IRQ remapping specific setup_msi_irqs routine
` [PATCH 07/19] x86, io_apic: Introduce set_affinity function pointer
` [PATCH 08/19] x86, io_apic: Convert setup_ioapic_entry to "
` [PATCH 09/19] x86, io_apic: Move irq_remapping_enabled checks out of check_timer()
` [PATCH 10/19] x86, io_apic: Introduce function pointer for setup_timer_IRQ0_pin
` [PATCH 11/19] x86, irq: Move irq_remapping_enabled declaration to iommu code
` [PATCH 12/19] x86, irq: Add data structure to keep AMD specific irq remapping information
` [PATCH 13/19] x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core
` [PATCH 14/19] x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq()
` [PATCH 15/19] x86, irq: Move irq_remapped() check into free_remapped_irq
` [PATCH 16/19] x86, irq: Introduce setup_remapped_irq()
` [PATCH 17/19] x86, msi: Introduce x86_msi.compose_msi_msg call-back
` [PATCH 18/19] x86, io_apic: Introduce eoi_ioapic_pin call-back
` [PATCH 19/19] x86, irq: Move irq_remapped out of x86 core code

[RFC PATCH 0/6] Improve hugepage allocation success rates under load
 2012-08-07 15:45 UTC  (15+ messages)
` [PATCH 1/6] mm: compaction: Update comment in try_to_compact_pages
` [PATCH 2/6] mm: vmscan: Scale number of pages reclaimed by reclaim/compaction based on failures
` [PATCH 3/6] mm: kswapd: Continue reclaiming for reclaim/compaction if the minimum number of pages have not been reclaimed
` [PATCH 4/6] mm: compaction: Capture a suitable high-order page immediately when it is made available
` [PATCH 5/6] mm: have order > 0 compaction start off where it left
` [PATCH 6/6] mm: have order > 0 compaction start near a pageblock with free pages

xtensa port maintenance
 2012-08-07 15:34 UTC  (6+ messages)

[PATCH 1/1] i2c: Add default configuration into the Nomadik I2C driver
 2012-08-07 15:31 UTC  (4+ messages)
` [PATCH 1/1 v2] "

[PATCH v3 0/3] cgroup: add xattr support
 2012-08-07 15:22 UTC  (8+ messages)

[PATCH v3 0/4] Use dma_mmap_coherent to support IOMMU mapper
 2012-08-07 15:22 UTC  (8+ messages)
` [PATCH v3 1/4] ARM: dma-mapping: define ARCH_HAS_DMA_MMAP_COHERENT
` [PATCH v3 3/4] media: videobuf2-dma-contig: use dma_mmap_coherent if available
` [PATCH v3 4/4] fbdev: sh_mobile_lcdc: "

[PATCH] Input: eeti_ts: Mark as CONFIG_BROKEN
 2012-08-07 15:19 UTC  (12+ messages)
        ` Emulating level IRQs (was: Re: [PATCH] Input: eeti_ts: Mark as CONFIG_BROKEN)
          ` Emulating level IRQs

kernel BUG at /data/lemmy/linux.trees.git/fs/nfs/idmap.c:681!
 2012-08-07 15:19 UTC  (11+ messages)

[NEW DRIVER V2 6/7] DA9058 HWMON driver
 2012-08-07 15:09 UTC  (4+ messages)
` [lm-sensors] "

mq: INFO: possible circular locking dependency detected
 2012-08-07 14:54 UTC  (3+ messages)

[git pull] IOMMU Fixes for v3.6-rc1
 2012-08-07 14:44 UTC 

[PATCH] regmap-irq: allow auto-allocated IRQs to be mapped
 2012-08-07 14:37 UTC  (4+ messages)

[PATCH] leds: triggers: send uevent when changing triggers
 2012-08-07 14:36 UTC  (11+ messages)

tasklist_lock lockdep warnings on 3.6
 2012-08-07 14:27 UTC  (5+ messages)

[PATCH] net:appletalk:ddp:fixed coding style issue again relating to
 2012-08-07 14:25 UTC  (2+ messages)

[PATCH RESEND] regulator: ab8500: Set enable enable_time in regulator_desc
 2012-08-07 14:21 UTC 

RFC: mutex: hung tasks on SMP platforms with asm-generic/mutex-xchg.h
 2012-08-07 14:04 UTC  (3+ messages)

[PATCH 00/11] kmem controller for memcg: stripped down version
 2012-08-07 13:59 UTC  (9+ messages)
      ` Fork bomb limitation in memcg WAS: "

[PATCH] [trivial] Fix typo in various Kconfig
 2012-08-07 13:54 UTC 

rcu stalls seen with numasched_v2 patches applied
 2012-08-07 13:52 UTC  (2+ messages)

[linux-pm] [PATCH] ACPI: replace strlen("string") with sizeof("string") -1
 2012-08-07 13:19 UTC  (4+ messages)

[RFC/PATCH] zcache/ramster rewrite and promotion
 2012-08-07 13:34 UTC  (9+ messages)

[PATCH][TRIVIAL] fix some typos in kernel/trace
 2012-08-07 13:33 UTC  (2+ messages)

__update_max_tr: rcu_read_lock() used illegally while idle!
 2012-08-07 13:32 UTC  (13+ messages)
` Testing tracer wakeup_rt: .. no entries found ..FAILED!

[GIT PULL] at91: soc update (for 3.6)
 2012-08-07 13:31 UTC 

[PATCHv10 00/12] perf: Add backtrace post dwarf unwind
 2012-08-07 13:20 UTC  (13+ messages)
` [PATCH 01/12] perf: Unified API to record selective sets of arch registers
` [PATCH 02/12] perf: Add ability to attach user level registers dump to sample
` [PATCH 03/12] perf: Factor __output_copy to be usable with specific copy function
` [PATCH 04/12] perf: Add perf_output_skip function to skip bytes in sample
` [PATCH 05/12] perf: Add ability to attach user stack dump to sample
` [PATCH 06/12] perf: Add attribute to filter out callchains
` [PATCH 07/12] perf tools: Adding PERF_ATTR_SIZE_VER2 to the header swap check
` [PATCH 08/12] perf tools: Add interface to arch registers sets
` [PATCH 09/12] perf tools: Add libunwind dependency for DWARF CFI unwinding
` [PATCH 10/12] perf tools: Support user regs and stack in sample parsing
` [PATCH 11/12] perf tools: Support for DWARF CFI unwinding on post processing
` [PATCH 12/12] perf tools: Support for DWARF mode callchain

[PATCH 00/19] [GIT PULL][v3.6] ftrace: Allow kprobes to work with ftace
 2012-08-07 13:23 UTC  (4+ messages)

[PATCH] ARM: dma-mapping: fix atomic allocation alignment
 2012-08-07 13:22 UTC  (2+ messages)

[PATCH] ARM: dma-mapping: fix incorrect freeing of atomic allocations
 2012-08-07 13:20 UTC  (2+ messages)

[PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices
 2012-08-07 13:10 UTC  (4+ messages)
` [PATCH 2/4] Input: cyttsp4 - core "
` [PATCH 3/4] Input: cyttsp4 - MultiTouch "
` [PATCH 4/4] Input: cyttsp4 - I2C "

[PATCH] Input: twl6040-vibra: Code cleanup in probe with devm_* conversion
 2012-08-07 12:59 UTC 

[PATCH 0/4] perf: Teach perf tool to profile sleep times (v2)
 2012-08-07 12:56 UTC  (5+ messages)
` [PATCH 1/4] perf: teach "perf inject" to work with files (v2)
` [PATCH 2/4] perf: synthesize_sample gets evsel instead of session
` [PATCH 3/4] perf: teach perf inject to merge sched_stat_* and sched_switch events (v2)
` [PATCH 4/4] perf: mark a dso if it's used

I am Mrs.Mona Saeedi
 2012-08-07 12:44 UTC 

[PATCH 0/4] vfs: fix file creation mode bugs
 2012-08-07 12:45 UTC  (5+ messages)
` [PATCH 1/4] vfs: canonicalize create mode in build_open_flags()
` [PATCH 2/4] vfs: atomic_open(): fix create mode usage
` [PATCH 3/4] vfs: pass right create mode to may_o_create()
` [PATCH 4/4] fuse: check create mode in atomic open

[PATCH] drm/edid: Fix potential memory leak in edid_load()
 2012-08-07 12:23 UTC 

[patch v2] hugetlb: correct page offset index for sharing pmd
 2012-08-07 12:41 UTC  (5+ messages)

[PATCH 4/6] drivers/pinctrl/pinctrl-nomadik.c: drop devm_kfree of devm_kzalloc'd data
 2012-08-07 12:34 UTC  (2+ messages)

[PATCH] spi: omap2-mcspi: In case of dma errors fall back to pio
 2012-08-07 12:21 UTC  (5+ messages)

[PATCH] pinctrl-sirf: remove devm_kfree at error path
 2012-08-07 12:21 UTC  (2+ messages)

thermal patches in linux-next
 2012-08-07 12:13 UTC  (2+ messages)

[RFC patch] mmap: permute find_vma with find_vma_prev
 2012-08-07 12:13 UTC  (3+ messages)

[PATCH] pinctrl/nomadik: add ASIC DB8450 pinctrl driver
 2012-08-07 12:12 UTC 

[PATCH] crypto: atmel - Remove possible typo error
 2012-08-07 12:02 UTC 

[PATCH]: Autosleep patch
 2012-08-07 11:52 UTC  (4+ messages)

[PATCH] PM / Domains: Not return error when dev_pm_get_subsys_data returns 1
 2012-08-07 11:47 UTC  (2+ messages)


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).