linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-12-04 22:25:54 to 2012-12-05 11:50:32 UTC [more...]

[PATCH RFC v2] media: v4l2-ctrl: Add gain controls
 2012-12-05 11:49 UTC 

[PATCH v5 5/8] fat: restructure export_operations
 2012-12-05 11:45 UTC  (7+ messages)

[RFC v2 0/8] Support for Tegra 2D hardware
 2012-12-05 11:47 UTC  (6+ messages)
` [RFC v2 6/8] gpu: drm: tegra: Remove redundant host1x

[PATCH v3 1/4] v4l: vb2: add prepare/finish callbacks to allocators
 2012-12-05 11:34 UTC  (5+ messages)
` [PATCH v3 3/4] sta2x11_vip: convert to videobuf2 and control framework

[PATCH] scatterlist: add a warning if sg_virt() is used on highmem pages
 2012-12-05 11:28 UTC 

[PATCH resend 1/2] DMA: remove dma_async_memcpy_issue_pending() macro
 2012-12-05 11:21 UTC 

Wrong length / buffer overlow by the syslog syscall
 2012-12-05 11:26 UTC  (2+ messages)

[PATCH resend 2/2] DMA: remove dma_async_memcpy_complete() macro
 2012-12-05 11:22 UTC 

[PATCH resend] async_tx: fix checking of dma_wait_for_async_tx() return value
 2012-12-05 11:25 UTC 

[PATCH resend] DMA: add cpu_relax() to busy-loop in dma_sync_wait()
 2012-12-05 11:23 UTC 

[PATCH resend] DMA: remove unused support for MEMSET operations
 2012-12-05 11:19 UTC 

[PATCH 2/3] MODSIGN: Avoid using .incbin in C source
 2012-12-05 11:16 UTC  (14+ messages)
` [PATCH 1/3] MODSIGN: Fix comparison erros in scripts/sign-file

[PATCH] megaraid: fix use of delayed work
 2012-12-05 11:16 UTC  (4+ messages)
` [PATCH 1/2] megaraid: fix BUG_ON() from incorrect "

[PATCH resend 0/7] DMA: DMA unmap fixes for v3.8
 2012-12-05 11:10 UTC  (8+ messages)
` [PATCH resend 1/7] async_tx: add missing DMA unmap to async_memcpy()
` [PATCH resend 2/7] ioat: add missing DMA unmap to ioat_dma_self_test()
` [PATCH resend 3/7] mtd: fsmc_nand: add missing DMA unmap to dma_xfer()
` [PATCH resend 4/7] carma-fpga: pass correct flags to ->device_prep_dma_memcpy()
` [PATCH resend 5/7] ioat3: add missing DMA unmap to ioat_xor_val_self_test()
` [PATCH resend 6/7] async_tx: fix build for async_memset
` [PATCH resend 7/7] async_tx: add missing DMA unmap to async_memset()

[PATCHv2 0/1] dm-integrity: integrity protection device-mapper target
 2012-12-05 11:06 UTC  (3+ messages)
` [PATCHv2 1/1] "

possible regression in kernel 3.6: system hangs during nightly tape backup
 2012-12-05 11:03 UTC  (2+ messages)
` possible regression in kernel 3.6 and 3.7-rc: "

[PATCH] ACPI / PM: Fix header of acpi_dev_pm_detach() in acpi.h
 2012-12-05 11:08 UTC 

[v2 PATCH 1/8] watchdog/at91sam9_wdt: Remove at91wdt_private and add at91wdt_drvdata struct
 2012-12-05 10:47 UTC  (9+ messages)
` [v2 PATCH 2/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework
` [v2 PATCH 3/8] watchdog/at91sam9_wdt: Adjust the options of watchdog_info
` [v2 PATCH 4/8] watchdog/at91sam9_wdt: Add nowayout helpers to Watchdog Timer Driver Kernel API
` [v2 PATCH 5/8] watchdog/at91sam9_wdt: Remove the __initdata of at91wdt_wdd
` [v2 PATCH 6/8] watchdog/at91sam9_wdt: Use module_platform_driver()
` [v2 PATCH 7/8] ARM: dts: add the watchdog nodes for at91sam9x5 and at91sam9n12 SoC
` [v2 PATCH 8/8] ARM: dts: add the watchdog nodes for at91sam9g25ek boards

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

[PATCH net-next v2 0/3] Multiqueue support in virtio-net
 2012-12-05 10:37 UTC  (4+ messages)
` [PATCH net-next v2 1/3] virtio-net: separate fields of sending/receiving queue from virtnet_info
` [PATCH net-next v2 2/3] virtio_net: multiqueue support
` [PATCH net-next v2 3/3] virtio-net: support changing the number of queue pairs through ethtool

[PATCH 00/14] i2c-hid cleanup and bug fixes
 2012-12-05 10:40 UTC  (43+ messages)
` [PATCH 01/14] HID: i2c-hid: change I2C name
` [PATCH 02/14] HID: i2c-hid: fix memory corruption due to missing hid declaration
` [PATCH 03/14] HID: i2c-hid: enhance Kconfig
` [PATCH 04/14] HID: i2c-hid: fix checkpatch.pl warning
` [PATCH 05/14] HID: i2c-hid: fix i2c_hid_dbg macro
` [PATCH 06/14] HID: i2c-hid: remove unused static declarations
` [PATCH 07/14] HID: i2c-hid: fix return paths
` [PATCH 08/14] HID: i2c-hid: fix error messages
` [PATCH 09/14] HID: i2c-hid: i2c_hid_get_report may fail
` [PATCH 10/14] HID: i2c-hid: reorder allocation/free of buffers
` [PATCH 11/14] HID: i2c-hid: remove unneeded test in i2c_hid_remove
` [PATCH 12/14] HID: i2c-hid: remove extra .irq field in struct i2c_hid
` [PATCH 13/14] HID: i2c-hid: also call i2c_hid_free_buffers in i2c_hid_remove
` [PATCH 14/14] HID: i2c-hid: fix i2c_hid_get_raw_report count mismatches

[PATCH 3.7-rc8] lib/Makefile: Fix oid_registry build dependency
 2012-12-05 10:34 UTC  (2+ messages)

[PATCH 1/1] pinctrl: samsung: Fix a typo in pinctrl-samsung.h
 2012-12-05 10:17 UTC 

[PATCH] xen/blkback: prevent leak of mode during multiple backend_changed calls
 2012-12-05 10:21 UTC  (2+ messages)

[PATCH v3 1/2] writeback: add dirty_background_centisecs per bdi variable
 2012-12-05 10:19 UTC  (8+ messages)

[PATCH] memory: of_memory.c: remove unnecessary initialization
 2012-12-05 10:06 UTC  (7+ messages)

arch_check_bp_in_kernelspace: fix the range check
 2012-12-05  9:29 UTC  (7+ messages)
  ` PTRACE_SYSCALL && vsyscall (Was: arch_check_bp_in_kernelspace: fix the range check)

[PATCH 0/5] Memory policy corruption fixes -stable
 2012-12-05  9:52 UTC  (8+ messages)
` [PATCH 5/5] mempolicy: fix a memory corruption by refcount imbalance in alloc_pages_vma()
          ` [PATCH] tmpfs: fix shared mempolicy leak

[PATCH 00/52] RFC: Unified NUMA balancing tree, v1
 2012-12-05  9:43 UTC  (4+ messages)
` [PATCH 20/52] mm, numa: Implement migrate-on-fault lazy NUMA strategy for regular and THP pages

[PATCH] gpio: twl4030: Correct status reporting when the GPIO is used as output
 2012-12-05  9:49 UTC 

[PATCH RFC] misc/at24: distinguish between eeprom and fram chips
 2012-12-05  9:43 UTC  (3+ messages)

[PATCH] net/macb: Use non-coherent memory for rx buffers
 2012-12-05  9:35 UTC  (7+ messages)
` [PATCH v2] "

[PATCH -next 2/2] tty: Correct tty buffer flush
 2012-12-05  9:35 UTC  (2+ messages)

[PATCH v4] backlight: corgi_lcd: Use gpio_set_value_cansleep() to avoid WARN_ON
 2012-12-05  9:30 UTC  (2+ messages)

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

[PATCH v5 7/8] fat (exportfs): rebuild directory-inode if fat_dget() fails
 2012-12-05  9:02 UTC  (6+ messages)

[PATCH -next 1/2] tty: Correct tty buffer flush
 2012-12-05  8:48 UTC 

[PATCH -next 0/2] tty: Correct tty buffer flush
 2012-12-05  8:47 UTC 

[PATCH] staging: rtl8712: avoid a useless call to memset()
 2012-12-05  8:12 UTC  (4+ messages)

[PATCH v10 0/2] x86: vmclear vmcss on all cpus when doing kdump if necessary
 2012-12-05  8:06 UTC  (3+ messages)
` [PATCH v10 1/2] x86/kexec: VMCLEAR VMCSs loaded on all cpus "
` [PATCH v10 2/2] KVM-INTEL: provide the vmclear function and a bitmap to support VMCLEAR in kdump

[PATCH] xen/blkback: do not leak mode property
 2012-12-05  8:00 UTC  (4+ messages)

[PATCH v9 0/2] x86: vmclear vmcss on all cpus when doing kdump if necessary
 2012-12-05  7:55 UTC  (4+ messages)
` [PATCH v9 1/2] x86/kexec: VMCLEAR VMCSs loaded on all cpus "

ccache: FATAL: Could not create /scratch/kisskb/ccache
 2012-12-05  7:53 UTC  (2+ messages)

[PATCH] SUNRPC: connect to UNIX sockets synchronously
 2012-12-05  7:48 UTC  (3+ messages)

[patch,v2] bdi: add a user-tunable cpu_list for the bdi flusher threads
 2012-12-05  7:43 UTC  (6+ messages)

regression in linux 3.7 - fan speed at 100% after suspend/resume at 100%
 2012-12-05  7:30 UTC  (3+ messages)

[PATCH 0/4] sched: fork/exec/wake clean up
 2012-12-05  7:09 UTC  (2+ messages)

Look Ma, da kernel is b0rken
 2012-12-05  7:09 UTC 

[V2 PATCH 1/2] rtc: sa1100: move clock enable/disable to probe/remove
 2012-12-05  7:05 UTC  (4+ messages)
` [V2 PATCH 2/2] rtc: pxa: add pxa95x rtc support

[RFC v2] Support volatile range for anon vma
 2012-12-05  7:01 UTC  (9+ messages)

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

i915 freakout with latest 3.7 git
 2012-12-05  6:35 UTC  (5+ messages)

[PATCH net-next 0/3] Multiqueue support for virtio-net
 2012-12-05  6:33 UTC  (6+ messages)
` [PATCH net-next 2/3] virtio_net: multiqueue support

[PATCH v3 0/4] Cypress PS/2 Trackpad driver
 2012-12-05  6:24 UTC  (7+ messages)
` [PATCH v3 2/4] input: Cypress PS/2 Trackpad psmouse driver
  ` SEMI_MT vs. simulated mt (was Re: [PATCH v3 0/4] Cypress PS/2 Trackpad driver)

linux-next: Tree for Dec 5
 2012-12-05  5:57 UTC 

[PATCH] mfd: 88pm80x: add dt support
 2012-12-05  5:43 UTC  (3+ messages)

[PATCH 2/2] Documentation: add docs for 88pm80x dt
 2012-12-05  5:42 UTC 

[PATCH 1/2] mfd: 88pm80x: add dt support
 2012-12-05  5:40 UTC 

Supply Rubbers
 2012-12-05  5:01 UTC 

[PATCH] x86,AMD: Power driver support for AMD's family 16h processors
 2012-12-05  5:09 UTC  (3+ messages)
  ` [lm-sensors] [PATCH] x86, AMD: "

[PATCH RT 0/2][RFC] fix RCU stall warning on ARM
 2012-12-05  5:05 UTC  (5+ messages)
` [PATCH RT 1/2][RFC] ARM version of arch_trigger_all_cpu_backtrace()
` [PATCH RT 2/2][RFC] let RCU stall messages escape with CONFIG_PREEMPT_RT_FULL

[ANNOUNCE] kmod 12
 2012-12-05  3:52 UTC 

[RFC PATCH 00/10] CPU hotplug: stop_machine()-free CPU hotplug
 2012-12-05  3:28 UTC  (7+ messages)
` [RFC PATCH 01/10] CPU hotplug: Introduce "stable" cpu online mask, for atomic hotplug readers
` [RFC PATCH 02/10] smp, cpu hotplug: Fix smp_call_function_*() to prevent CPU offline properly

Why a host not ping-able?
 2012-12-05  3:24 UTC  (3+ messages)

[PATCH] Update atime from future
 2012-12-05  0:22 UTC  (3+ messages)

[Patch v4 00/12] memory-hotplug: hot-remove physical memory
 2012-12-05  3:23 UTC  (9+ messages)
` [Patch v4 08/12] memory-hotplug: remove memmap of sparse-vmemmap

[PATCH RFC] PM/Devfreq: Add Exynos5-bus devfreq driver for Exynos5250
 2012-12-05  3:05 UTC  (3+ messages)

kswapd craziness in 3.7
 2012-12-05  3:01 UTC  (11+ messages)

[PATCH 00/10] Latest numa/core release, v18
 2012-12-05  2:59 UTC  (12+ messages)
  ` [RFC PATCH] mm/migration: Don't lock anon vmas in rmap_walk_anon()
    ` [RFC PATCH] mm/migration: Remove anon vma locking from try_to_unmap() use
            ` [PATCH 2/2] mm/migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable
                ` [PATCH 2/2, v2] "

[PATCH] mfd: arizona: Log if we fail to create the primary IRQ domain
 2012-12-05  2:46 UTC 

[PATCH] mfd: arizona: Disable control interface reporting for WM5102 and WM5110
 2012-12-05  2:46 UTC 

[RFC] dt/platform: Use cell-index for device naming if available
 2012-12-05  2:34 UTC  (9+ messages)

[PATCH] of: Output devicetree alias names in uevent
 2012-12-05  2:30 UTC 

[PATCH v4 0/4] Cypress PS/2 Trackpad driver
 2012-12-05  2:24 UTC  (5+ messages)
` [PATCH v4 1/4] input: increase struct ps2dev cmdbuf[] to 8 bytes
` [PATCH v4 2/4] input: Cypress PS/2 Trackpad psmouse driver
` [PATCH v4 3/4] input: Cypress PS/2 Trackpad link into psmouse-base
` [PATCH v4 4/4] input: Cypress PS/2 Trackpad simulated multitouch (disabled)

[PATCH v2 0/3] Fix fixed regulators support
 2012-12-05  2:12 UTC  (5+ messages)
` [PATCH 3/3] mmc: sdhci: check voltage range only on regulators aware of voltage value

AVISO: Cronograma de atualização
 2012-12-04 21:58 UTC 

【Suggestion】drivers/tty: drivers/char/: for MAX_ASYNC_BUFFER_SIZE
 2012-12-05  1:57 UTC  (13+ messages)
  ` [Suggestion] drivers/tty: "
          ` [PATCH] synclink fix ldisc buffer argument

[PULL] More module signing fixes
 2012-12-05  1:45 UTC 

[PATCH 2/2] i2c: s3c2410: Get the i2c bus number from alias id
 2012-12-05  1:45 UTC  (5+ messages)
  ` [PATCH 1/2] i2c-core: dt: Pick i2c bus number from i2c alias if present
  ` [PATCH 2/2] i2c: pxa: Use i2c-core to get bus number now

[PATCH -mm] memcg: do not trigger OOM from add_to_page_cache_locked
 2012-12-05  1:36 UTC  (12+ messages)
` [PATCH for 3.2.34] "

[PATCH v3] backlight: corgi_lcd: Use gpio_set_value_cansleep() to avoid WARN_ON
 2012-12-05  1:17 UTC  (5+ messages)

[PATCH 0/3] ACPI / PM: Export ACPI power states of devices via sysfs
 2012-12-05  0:42 UTC  (4+ messages)
` [PATCH 1/3] ACPI / PM: More visible function for retrieving device power states
` [PATCH 2/3] ACPI / PM: Common string representations of "
` [PATCH 3/3] ACPI / PM: Export power states of ACPI devices via sysfs

[PATCH 0/2] Android: Add support for a 32bit Android file system in a 64bit kernel
 2012-12-05  0:26 UTC  (3+ messages)
` [PATCH 1/2] Staging: android: binder: Add support for 32bit binder calls "

[PATCH] PCI/PM: Keep runtime PM enabled for unbound PCI devices
 2012-12-05  0:06 UTC  (4+ messages)

[PATCH 1/2] pci_ids: Added FPGA-related entries
 2012-12-05  0:03 UTC  (5+ messages)
` [PATCH 2/2] New driver: Xillybus generic interface for FPGA (programmable logic)

[PATCH] PCI: add PCIe 8.0 GT/s supported link speed define
 2012-12-05  0:00 UTC  (2+ messages)

[PATCH V2 0/3] Removing the use of VLAIS from USB Gadget and netfilter
 2012-12-04 23:50 UTC  (9+ messages)
` [PATCH V2 2/3] Remove VLAIS usage from gadget code

[PATCH 1/7] aoe: improve handling of misbehaving network paths
 2012-12-04 23:45 UTC  (4+ messages)
` [PATCH 2/7] aoe: avoid races between device destruction and discovery

[RFC PATCH v3 0/3] acpi: Introduce prepare_remove device operation
 2012-12-04 23:23 UTC  (9+ messages)

[PATCH] ARM: eukrea_mbimx27-baseboard - use stock get_pendown_state() in ads7846
 2012-12-04 21:32 UTC  (5+ messages)
  ` [PATCH v2] "

Linux 3.4.21
 2012-12-04 22:30 UTC  (2+ messages)

[PATCH] line6: Use kmemdup rather than duplicating its implementation
 2012-12-04 22:25 UTC  (3+ messages)
` [Line6linux-devel] "


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