linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-12-01 12:42:50 to 2011-12-01 19:44:37 UTC [more...]

[RFC PATCH 0/6] ARM: Remove the __ARCH_WANT_INTERRUPTS_ON_CTXSW definition
 2011-12-01 19:42 UTC  (5+ messages)
` [RFC PATCH 4/6] ARM: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW on ASID-capable CPUs

[PATCH 1/3] ARM: msm: Remove MSM7x00 support
 2011-12-01 19:43 UTC  (7+ messages)

[PATCH] KVM: Veirfy memory slot only for readability
 2011-12-01 19:42 UTC 

[PATCH v3] sound/soc/codecs: add LAPIS Semiconductor ML26124
 2011-12-01 19:36 UTC  (6+ messages)

Different behaviour when using "nosmp" parameter on SMP and UP
 2011-12-01 19:35 UTC  (7+ messages)

[PATCH v4 0/2] nfs/sunrpc: allow freezing of tasks with NFS calls in flight
 2011-12-01 19:32 UTC  (4+ messages)

[PATCHSET] cgroup: stable threadgroup during attach & subsys methods consolidation
 2011-12-01 19:29 UTC  (7+ messages)
` [PATCH 03/10] threadgroup: extend threadgroup_lock() to cover exit and exec
  ` [PATCH UPDATED "

[PATCH 1/5] ARM: OMAP1: Fix dpll1 default rate reprogramming method
 2011-12-01 19:23 UTC  (12+ messages)
` [PATCH 2a/5 v2] ARM: OMAP1: select clock rate by CPU type
    ` [PATCH 2a/5] Remove unsafe clock values from omap1_defconfig

3.2.0-rc2: WARNING: at iwlwifi/wl-trans-pcie.c:1105
 2011-12-01 19:17 UTC  (7+ messages)

[PATCH] mmc: convert drivers/mmc/host/* to use module_platform_driver()
 2011-12-01 19:11 UTC  (2+ messages)

[PATCH] NFC: pn533: Staticise pn533_data_exchange()
 2011-12-01 19:14 UTC  (2+ messages)

[PATCH 0/4] nfc: Logging updates
 2011-12-01 19:09 UTC  (7+ messages)
` [PATCH 1/4] nfc: Use standard logging styles
` [PATCH 4/4] nfc: Remove function tracer like entry messages

[PATCH v7 0/2] iommu/exynos: Add IOMMU/System MMU driver for Samsung Exynos
 2011-12-01 18:58 UTC  (4+ messages)

g33: tiled output
 2011-12-01 18:55 UTC  (6+ messages)

Which one corresponds to ioctl in the file_operations struct in linux/fs.h?
 2011-12-01 18:55 UTC  (4+ messages)

[RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?
 2011-12-01 17:38 UTC  (5+ messages)

Contact Me Urgently
 2011-12-01 16:26 UTC 

[PATCH-RFC 0/2] tile: switch to generic pci_iomap
 2011-12-01 18:48 UTC  (7+ messages)
` [PATCH-RFC 1/2] tile: don't panic on iomap
      ` [PATCH] lib/devres.c: allow specifying NO_IOPORT while using PCI

[V2 PATCH 00/62] highmem: remove the second argument of kmap_atomic/kunmap_atomic
 2011-12-01 18:47 UTC  (3+ messages)
` [PATCH 20/62] mmc: remove the second argument of k[un]map_atomic()

Suspend and resume on ASUS Laptops
 2011-12-01 18:41 UTC  (9+ messages)

linux-next: manual merge of the staging tree with the hid tree
 2011-12-01 18:39 UTC  (3+ messages)

[PATCH 01/11] RTC: Remove redundant spi driver bus initialization
 2011-12-01 18:39 UTC  (3+ messages)
` [PATCH 07/11] mmc: "

[PATCH v3 0/5] common clk framework
 2011-12-01 18:32 UTC  (9+ messages)
` [PATCH v3 3/5] clk: introduce the common clock framework

[PATCH] drivers/net/ethernet/tile: use skb_frag_page() API
 2011-12-01 18:31 UTC  (2+ messages)

[PATCH 1/2] KVM: VMX: Notify if VMX is already in use
 2011-12-01 18:30 UTC  (2+ messages)
` [PATCH 2/2] KVM: SVM: Notify if SVM "

[PATCH] arch/tile: use new generic {enable,disable}_percpu_irq() routines
 2011-12-01 17:58 UTC 

CIFS mount: 3.2.0-rc3 suspend crash
 2011-12-01 18:17 UTC  (8+ messages)

[PATCH] jump_label: jump_label for boot options
 2011-12-01 18:16 UTC  (13+ messages)

[PATCH] arch/tile: fix double-free bug in homecache_free_pages()
 2011-12-01 17:51 UTC 

[PATCH] asm-generic/unistd.h: support new process_vm_{readv,write} syscalls
 2011-12-01 17:54 UTC 

[PATCH] arch/tile: add a few #includes and an EXPORT to catch up with kernel changes
 2011-12-01 16:37 UTC 

perf_event self-monitoring overhead regression
 2011-12-01 18:11 UTC  (5+ messages)

[PATCH 1/1] drivers: hv: Don't OOPS when you cannot init vmbus
 2011-12-01 17:59 UTC 

[PATCH net] ipv4: flush route cache after change accept_local
 2011-12-01 17:52 UTC  (2+ messages)

[PATCH] perf: make perf.data more self-descriptive (v8)
 2011-12-01 17:53 UTC  (8+ messages)

[PATCH] dsa: Include linux/if_ether.h to fix build error
 2011-12-01 17:41 UTC  (2+ messages)

[PATCH 0/11] Reduce compaction-related stalls and improve asynchronous migration of dirty pages v5
 2011-12-01 17:36 UTC  (12+ messages)
` [PATCH 01/11] mm: compaction: Allow compaction to isolate dirty pages
` [PATCH 02/11] mm: compaction: Use synchronous compaction for /proc/sys/vm/compact_memory
` [PATCH 03/11] mm: vmscan: Check if we isolated a compound page during lumpy scan
` [PATCH 04/11] mm: vmscan: Do not OOM if aborting reclaim to start compaction
` [PATCH 05/11] mm: compaction: Determine if dirty pages can be migrated without blocking within ->migratepage
` [PATCH 06/11] mm: compaction: make isolate_lru_page() filter-aware again
` [PATCH 07/11] mm: page allocator: Do not call direct reclaim for THP allocations while compaction is deferred
` [PATCH 08/11] mm: compaction: Introduce sync-light migration for use by compaction
` [PATCH 09/11] mm: vmscan: When reclaiming for compaction, ensure there are sufficient free pages available
` [PATCH 10/11] mm: vmscan: Check if reclaim should really abort even if compaction_ready() is true for one zone
` [PATCH 11/11] mm: Isolate pages for immediate reclaim on their own LRU

[PATCH] Guest stop notification
 2011-12-01 17:36 UTC  (8+ messages)

[PATCH V2] Guest stop notification
 2011-12-01 17:29 UTC 

linux-next: Tree for Dec 1
 2011-12-01 18:19 UTC  (2+ messages)
` [PATCH -next] exit: fix writeback build errors

[PATCH 2/2 v4] pinctrl: introduce generic pin config
 2011-12-01 17:16 UTC  (4+ messages)

[PATCH 1/2 v4] pinctrl: add a pin config interface
 2011-12-01 17:12 UTC  (4+ messages)

[ANNOUNCE] Xen port to Cortex-A15 / ARMv7 with virt extensions
 2011-12-01 16:57 UTC  (13+ messages)
` [Xen-devel] "
      ` [Embeddedxen-devel] "
          ` [Android-virt] "

linux-next: build failure after merge of the v9fs tree
 2011-12-01 16:57 UTC  (2+ messages)

[PATCH] hv: Don't OOPS when can't init vmbus
 2011-12-01 16:52 UTC  (9+ messages)

[PATCH 1/2] ARM: exynos4: Fix build error due to 'gic_bank_offset' undeclared
 2011-12-01 16:39 UTC  (3+ messages)
` [PATCH 2/2] ARM: exynos4: Fix build error

[PATCH] specific do_timer_cpu value for nohz off mode
 2011-12-01 16:37 UTC  (8+ messages)

[PATCH] PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl error/test paths
 2011-12-01 16:28 UTC  (3+ messages)

[PATCH] fs: Make write(2) interruptible by a fatal signal
 2011-12-01 16:10 UTC  (4+ messages)

[rfc 0/3] A small bundle in a sake of checkpoint/restore
 2011-12-01 16:07 UTC  (8+ messages)
` [rfc 2/3] fs, proc: Introduce the Children: line in /proc/<pid>/status

[3.2-rc3] 100% CPU usage while in del_timer_sync from iwl3945_rs_free_sta
 2011-12-01 15:45 UTC  (19+ messages)

[PATCH] nohz: Remove update_ts_time_stat from tick_nohz_start_idle
 2011-12-01 16:00 UTC 

[PATCH] PM / Hibernate: Enable usermodehelpers in software_resume() error path
 2011-12-01 15:45 UTC 

[PATCH v2 1/3] ARM: at91/aic: add device tree support for AIC
 2011-12-01 15:42 UTC  (2+ messages)
` [PATCH v3 1/3] ARM: at91/aic: add irq domain and device tree support

[GIT PULL] Btrfs updates
 2011-12-01 15:39 UTC 

linux-next: manual merge of the trivial tree with the 4xx tree
 2011-12-01 15:39 UTC  (2+ messages)

[PATCH] FS: nilfs2: potential integer overflow in nilfs_ioctl_clean_segments()
 2011-12-01 15:33 UTC  (2+ messages)

[PATCH v4 0/6] ata port runtime power management support
 2011-12-01 15:30 UTC  (5+ messages)

suspend broken with macbookpro2,2 with the current Mainline
 2011-12-01 15:18 UTC  (2+ messages)

[PATCH] irqdomain: export irq_domain_simple_ops for !CONFIG_OF
 2011-12-01 15:18 UTC  (2+ messages)

[PATCH 3/4] staging: vt6656: datarate.c: Remove unneeded comments
 2011-12-01 15:10 UTC  (2+ messages)

[PATCH v2 0/3] PCI: Rework config space locking, add INTx masking services
 2011-12-01 15:06 UTC  (3+ messages)

[PATCH 1/4] staging: vt6656: channel.c: Remove dead code
 2011-12-01 15:00 UTC  (2+ messages)

[PATCH 0/4] iommu: iommu_ops group interface
 2011-12-01 14:34 UTC  (15+ messages)
` [PATCH 1/4] iommu: Add iommu_device_group callback and iommu_group sysfs entry

[PATCH] thermal: Add a new trip type to use cooling device instance number
 2011-12-01 14:29 UTC 

[PATCH] firmware: google: fix gsmi.c build warning
 2011-12-01 14:29 UTC  (5+ messages)

[PATCH 1/1] clocksource: In order to leave a margin of 12.5% we should >> 3 not >> 5
 2011-12-02  3:22 UTC 

[PATCH] PM / Hibernation: Remove deprecated hibernation test modes
 2011-12-01 14:20 UTC 

[PATCH 1/3] frv: remove irqsave pgd_lock locking
 2011-12-01 14:19 UTC  (4+ messages)
` [PATCH 3/3] mn10300: "

[PATCH] arm: add default value for PHYS_OFFSET Kconfig setting
 2011-12-01 14:19 UTC  (2+ messages)

[PATCH 0000/0005] Staging: hv: storvsc cleanup
 2011-12-01 12:59 UTC  (6+ messages)
` [PATCH 1/5] Staging: hv: storvsc: Disable clustering
  ` [PATCH 2/5] Staging: hv: storvsc: Cleanup storvsc_device_alloc()
  ` [PATCH 3/5] Staging: hv: storvsc: Fix a bug in storvsc_command_completion()
  ` [PATCH 4/5] Staging: hv: storvsc: Fix a bug in copy_from_bounce_buffer()
  ` [PATCH 5/5] Staging: hv: storvsc: Implement per device memory pools

[PATCH] perf top: fix crash on annotate request
 2011-12-01 14:11 UTC  (11+ messages)

[REGRESSION] [Linux 3.2] top/htop and all other CPU usage
 2011-12-01 14:07 UTC  (5+ messages)

[PATCH] arm: prevent inlining in arxescsi.c causing build failures
 2011-12-01 14:06 UTC  (3+ messages)

[PATCH] video IPUv1 fixes for different display connections
 2011-12-01 13:58 UTC  (3+ messages)
` [PATCH 1/2] i.MX IPU DMA: Fix wrong burstsize settings
` [PATCH 2/2] video i.MX IPU: Fix display connections

[PATCH 1/2] mfd: Add missing mutex.h inclusion to WM8994 core.h
 2011-12-01 13:56 UTC  (2+ messages)
` [PATCH 2/2] mfd: Mark WM1811 GPIO6 register volatile for later revisions

[PATCH 2/2] mmc: core: Support packed command for eMMC4.5 device
 2011-12-01 13:51 UTC  (3+ messages)

[PATCH v7 3.2-rc2 0/30] uprobes patchset with perf probe support
 2011-12-01 13:41 UTC  (7+ messages)
` [PATCH v7 3.2-rc2 3/30] uprobes: register/unregister probes

[PATCH 1/1] Staging: hv: storvsc: Move the storage driver out of the staging area
 2011-12-01 13:43 UTC 

[RFC PATCH 0/3] introduce: Multistate Switch Class
 2011-12-01 13:38 UTC  (11+ messages)

[PATCH v7 3.2-rc2 4/30] uprobes: Define hooks for mmap/munmap
 2011-12-01 13:24 UTC  (11+ messages)

[PATCH] [RFC] KSM: numa awareness sysfs knob
 2011-12-01 13:04 UTC  (4+ messages)
  `  "

[PATCH 0/3] Patches focus on clocksource_calc_mult_shift()
 2011-12-01 13:03 UTC  (3+ messages)
` [PATCH 2/3] clocksource: dbx500: convert to clocksource_register_hz()

[linux-next] drivers/i2c/busses/i2c-nuc900.c build error
 2011-12-01 12:58 UTC 

g33: GPU hangs
 2011-12-01 12:47 UTC  (2+ messages)

[Patch] btusb: fix a memory leak in btusb_send_frame()
 2011-12-01 12:47 UTC  (2+ messages)

[3.2-rc3] OOM killer doesn't kill the obvious memory hog
 2011-12-01 12:46 UTC  (3+ 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).