linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-20 09:25:43 to 2012-02-20 17:31:49 UTC [more...]

[PATCH 1/3] mfd: wm8994: Convert to devm_regmap_init()
 2012-02-20 17:38 UTC  (2+ messages)

[PATCH 3/5] genirq: No need to check IRQTF_DIED before stopping a thread handler
 2012-02-20 17:31 UTC 

[PATCH 2/5] genirq: Get rid of unnecessary irqaction field in task_struct
 2012-02-20 17:31 UTC 

PROBLEM: Data corruption when pasting large data to terminal
 2012-02-20 17:31 UTC  (11+ messages)

[PATCH 1/5] genirq: Fix incorrect check for forced IRQ thread handler
 2012-02-20 17:30 UTC 

[PATCH 00/30] RFC: x32 support
 2012-02-20 17:29 UTC  (4+ messages)
` [PATCH 06/30] sysinfo: Use explicit types in <linux/sysinfo.h>

[PATCH] mfd, ab5500: Remove unneeded version.h include
 2012-02-20 17:37 UTC  (2+ messages)

alpha: futex regression bisected
 2012-02-20 17:28 UTC  (2+ messages)

[PATCH v2 00/22] mm: lru_lock splitting
 2012-02-20 17:23 UTC  (23+ messages)
` [PATCH v2 01/22] memcg: rework inactive_ratio logic
` [PATCH v2 02/22] memcg: fix page_referencies cgroup filter on global reclaim
` [PATCH v2 03/22] memcg: use vm_swappiness from current memcg
` [PATCH v2 04/22] mm: drain percpu lru add/rotate page-vectors on cpu hot-unplug
` [PATCH v2 05/22] mm: replace per-cpu lru-add page-vectors with page-lists
` [PATCH v2 06/22] mm: deprecate pagevec lru-add functions
` [PATCH v2 07/22] mm: rename lruvec->lists into lruvec->pages_lru
` [PATCH v2 08/22] mm: add lruvec->pages_count
` [PATCH v2 09/22] mm: link lruvec with zone and node
` [PATCH v2 10/22] mm: unify inactive_list_is_low()
` [PATCH v2 11/22] mm: add lruvec->reclaim_stat
` [PATCH v2 12/22] mm: kill struct mem_cgroup_zone
` [PATCH v2 13/22] mm: move page-to-lruvec translation upper
` [PATCH v2 14/22] mm: push lruvec into update_page_reclaim_stat()
` [PATCH v2 15/22] mm: push lruvecs from pagevec_lru_move_fn() to iterator
` [PATCH v2 16/22] mm: introduce lruvec locking primitives
` [PATCH v2 17/22] mm: handle lruvec relocks on lumpy reclaim
` [PATCH v2 18/22] mm: handle lruvec relocks in compaction
` [PATCH v2 19/22] mm: handle lruvec relock in memory controller
` [PATCH v2 20/22] mm: optimize putback for 0-order reclaim
` [PATCH v2 21/22] mm: free lruvec in memcgroup via rcu
` [PATCH v2 22/22] mm: split zone->lru_lock

[PATCHv2 5/6] jump label: detect %c support for ARM
 2012-02-20 17:21 UTC  (2+ messages)

[PATCH] x86: Remove wrong error message in x86_default_fixup_cpu_id
 2012-02-20 17:17 UTC 

URGENT REPLY NEEDED
 2012-02-20 17:12 UTC 

[PATCH][GIT PULL][v3.3] x86: Test saved %rip in NMI to determine nested NMI
 2012-02-20 17:07 UTC  (7+ messages)

[PATCH 2/2 v2] gpio/stmpe: support no-irq mode
 2012-02-20 17:14 UTC  (2+ messages)

OF-related boot crash in 3.3.0-rc3-00188-g3ec1e88
 2012-02-20 17:06 UTC  (7+ messages)

[PATCH] mfd/stmpe: Add support for no-interrupt config
 2012-02-20 17:11 UTC  (3+ messages)

[RFC PATCH 00/14] sched: entity load-tracking re-work
 2012-02-20 17:01 UTC  (16+ messages)
` [RFC PATCH 08/14] sched: normalize tg load contributions against runnable time
` [RFC PATCH 14/14] sched: implement usage tracking

[PATCHSET] blkcg: update locking and fix stacking
 2012-02-20 17:01 UTC  (12+ messages)
` [PATCH 7/9] block: implement bio_associate_current()

[PATCH 1/3] mfd: Add __devinit and __devexit annotations in wm8994
 2012-02-20 17:03 UTC  (4+ messages)
` [PATCH 2/3] mfd/ASoC: Convert WM8994 driver to use regmap patches

[PATCH v2][GIT PULL][v3.3] x86: Test saved %cs in NMI to determine nested NMI
 2012-02-20 16:51 UTC  (3+ messages)
` [tip:x86/urgent] x86/nmi: Test saved %cs in NMI to determine nested NMI case

Linux 3.2.6
 2012-02-20 16:44 UTC  (5+ messages)
` compile warnings, linux-3.2.6a/arch/x86/include/asm/uaccess_32.h, was "

[PATCH V2] mfd: tps65910: Add wakeup support
 2012-02-20 16:57 UTC  (2+ messages)

[PATCH] dma: imx-sdma: Add error check on sdma_get_firmware
 2012-02-20 16:49 UTC 

[PATCH 1/2] mfd: Convert s5m core driver to use devm_kzalloc()
 2012-02-20 16:54 UTC  (4+ messages)
` [PATCH 2/2] mfd: Add support for multiple s5m devices

[PATCH V1] mfd: tps65910: Initialize irq platform data properly
 2012-02-20 16:45 UTC  (2+ messages)

[PATCH 04/10] af_unix: create, join and leave multicast groups with setsockopt
 2012-02-20 16:33 UTC  (7+ messages)
` [PATCH 05/10] af_unix: find the recipients of a multicast group
` [PATCH 06/10] af_unix: Deliver message to several recipients in case of multicast
` [PATCH 07/10] af_unix: implement poll(POLLOUT) for multicast sockets
` [PATCH 08/10] af_unix: Unsubscribe sockets from their multicast groups on RCV_SHUTDOWN
` [PATCH 09/10] Allow server side of SOCK_SEQPACKET sockets to accept a new member on the multicast groujoin seqpacket multicast group
` [PATCH 10/10] af_unix: Add a peer BPF for multicast Unix sockets

[RESEND] Congatec CGEB base, i2c and watchdog driver support
 2012-02-20 16:39 UTC  (3+ messages)
` [PATCH 1/3] mfd: Add basic support for the Congatec CGEB BIOS interface

[RFC][PATCH 0/7] UBI checkpointing support
 2012-02-20 16:31 UTC  (3+ messages)
` [RFC][PATCH 6/7] MTD: UBI: Implement "

[PATCH 1/2] staging: ramster: build ramster properly when CONFIG_OCFS2=m|y
 2012-02-20 16:29 UTC  (2+ messages)
` [PATCH 2/2] staging: ramster: Dont build ramster when CONFIGFS_FS=m

[PATCH 1/3] mm: drain percpu lru add/rotate page-vectors on cpu hot-unplug
 2012-02-20 16:21 UTC  (3+ messages)
` [PATCH 2/3] mm: replace per-cpu lru-add page-vectors with page-lists

[PATCH 0/10] af_unix: add multicast and filtering features to AF_UNIX
 2012-02-20 16:20 UTC  (5+ messages)
` [PATCH 01/10] af_unix: Documentation on multicast unix sockets
` [PATCH 02/10] af_unix: Add constant for unix socket options level
` [PATCH 03/10] af_unix: add setsockopt on unix sockets

[tip:x86/trampoline] x86, trampoline: Common infrastructure for low memory trampolines
 2012-02-20 16:08 UTC  (3+ messages)
` [PATCH] x86: remove some noise from boot log when starting cpus

[PATCH] Disable PAT support when running under Xen (v1)
 2012-02-20 16:01 UTC  (3+ messages)
` [PATCH 1/2] xen/setup: Remove redundant filtering of PTE masks
` [PATCH 2/2] xen/pat: Disable PAT support for now

hugetlbfs lockdep spew revisited
 2012-02-20 16:01 UTC  (6+ messages)
      ` udf deadlock (was Re: hugetlbfs lockdep spew revisited.)

[PATCH v4 0/4] introduce External Connector Class (extcon)
 2012-02-20 15:45 UTC  (6+ messages)
` [PATCH v5 0/5] Introduce "
  ` [PATCH v5 1/5] Extcon (external connector): import Android's switch class and modify

[PATCH 01/01] MFD: add ADC support to DA9052/53 MFD core v2
 2012-02-20 15:41 UTC  (4+ messages)

[PATCH] BUG in pv_clock when overflow condition is detected
 2012-02-20 15:28 UTC  (4+ messages)

[PATCH 0/2][V3] block: Support online resize of disk partitions
 2012-02-20 15:28 UTC  (5+ messages)
` [PATCH 1/2] block: add partition resize function to blkpg ioctl

[tip:x86/debug] x86/kdump: No need to disable ioapic/ lapic in crash path
 2012-02-20 15:24 UTC  (15+ messages)

[PATCH 0/3] Small fixes for w1_bq27000 driver
 2012-02-20 15:22 UTC  (7+ messages)
      ` [PATCH] OMAP: hdq: software-supervised control of HDQ_ICLK

[PATCH] x86, kdump, ioapic: Fix kdump race with migrating irq
 2012-02-20 15:20 UTC  (2+ messages)

[PATCH] mfd: s5m: fix error handling for invalid device type
 2012-02-20 15:24 UTC  (2+ messages)

A problem with percpu variable cpu_number
 2012-02-20 15:11 UTC  (4+ messages)

[PATCH] mfd: s5m: Fix possible null pointer dereference
 2012-02-20 15:18 UTC  (2+ messages)

sched: Performance of Trade workload running inside VM
 2012-02-20 15:09 UTC  (9+ messages)

[PATCH] mfd: variable dereferenced before check
 2012-02-20 15:15 UTC  (3+ messages)

[PATCH 00/18] at91 first cleanup series for 3.4
 2012-02-20 15:06 UTC  (17+ messages)
` [PATCH 04/18] ARM: at91: make ST (System Timer) soc independent
` [PATCH 13/18] ARM: at91/rtc-at91sam9: pass the GPBR to use via ressources
            ` [PATCH] ARM: at91/rtc-at91sam9: rework resources assignment

sched: Avoid SMT siblings in select_idle_sibling() if possible
 2012-02-20 15:03 UTC  (12+ messages)

[PATCH 1/1] linux headers: header file(s) changes to enable spinlock use jumplabel
 2012-02-20 15:00 UTC  (7+ messages)

RAS trace event proto
 2012-02-20 14:59 UTC 

Partnership!!!
 2012-02-20 14:53 UTC 

[PATCH 0/8] DB8500 PRCMU update
 2012-02-20 15:02 UTC  (2+ messages)

[RFCv3] 0/14 af_unix: Multicast and filtering features on AF_UNIX
 2012-02-20 14:48 UTC  (3+ messages)

[PATCH 0/2] Fix typo in staging
 2012-02-20 14:31 UTC  (3+ messages)
` [PATCH 1/2] [trivial] staging: Fix typo in unioxx5.c
` [PATCH 2/2] [trivial] staging: Fix typo in bssdb.c

[PATCH] ACPI / Video: blacklist some samsung laptops
 2012-02-20 14:27 UTC  (5+ messages)

linux-next: build failure after merge of the final tree (akpm tree related)
 2012-02-20 14:24 UTC  (7+ messages)
` [PATCH] mm: add config NUMA stub to all architectures

remoteproc: Load coprocessor code to the specific main memory location
 2012-02-20 14:22 UTC  (19+ messages)

[RFC PATCH 0/8] Add TI EMIF SDRAM controller driver
 2012-02-20 14:07 UTC  (6+ messages)

[PATCH 1/2] lp855x-bl: remove unnecessary platform data
 2012-02-20 14:01 UTC  (2+ messages)

[PATCH] sched: Make initial SCHED_RR timeslace DEF_TIMESLICE
 2012-02-20 13:30 UTC  (2+ messages)

[PATCH] x86, efi: Delete efi_ioremap() and fix CONFIG_X86_32 oops
 2012-02-20 13:30 UTC 

[PATCH] drm/i915: Fix single msg gmbus_xfers writes
 2012-02-20 13:30 UTC  (4+ messages)

[PATCH] sched: Avoid unnecessary work in reweight_entity
 2012-02-20 13:08 UTC  (9+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] sched: "
      ` [PATCH v4] "
          ` [PATCH v5] "

[PATCH 0/4] CPU hotplug, cpusets: Fix CPU online handling related to cpusets
 2012-02-20 12:59 UTC  (8+ messages)

ahci: sata hotplug doesn't work after suspend
 2012-02-20 12:52 UTC  (4+ messages)

MD and rotational attribute
 2012-02-20 12:20 UTC 

[RFC PATCH v7 00/10] fadump: Firmware-assisted dump support for Powerpc
 2012-02-20 12:15 UTC  (4+ messages)
` [RFC PATCH v7 03/10] fadump: Register for firmware assisted dump
    ` [UPDATED] "

[RFC PATCH 0/4] Gang scheduling in CFS
 2012-02-20 12:14 UTC  (16+ messages)

[PATCH] zcache: avoid AB-BA deadlock condition
 2012-02-20 12:11 UTC 

[PATCH] misc: bmp085: Handle jiffies overflow correctly
 2012-02-20 12:10 UTC  (2+ messages)

[PATCH 1/5] blackfin: s/#if CONFIG/#ifdef CONFIG/
 2012-02-20 11:59 UTC  (4+ messages)
` [PATCH 2/5] microblaze: s/#if[!] CONFIG/#if[n]def CONFIG/
  ` [microblaze-linux] "

[PATCH 2/6] thp: optimize away unnecessary page table locking
 2012-02-20 11:54 UTC  (3+ messages)

[BUG] divide by zero in uvc_video_clock_update, v3.3-rc4
 2012-02-20 11:49 UTC  (2+ messages)
` [GIT PULL FOR v3.3] uvcvideo divide by 0 fix

[PATCH] x86-32: don't switch to irq stack for a user-mode irq
 2012-02-20 11:47 UTC  (2+ messages)
` [tip:irq/core] x86-32/irq: Don' t "

[PATCH] x86 uv: lower UV rtc clocksource rating
 2012-02-20 11:46 UTC  (2+ messages)
` [tip:x86/uv] x86/UV: Lower "

[PATCH] locks: new procfs lockinfo
 2012-02-20 11:30 UTC 

[PATCH][V3] ux500 : decouple/recouple gic from the PRCMU
 2012-02-20 11:30 UTC 

[PATCH -V1 0/9] hugetlbfs: Add cgroup resource controller for hugetlbfs
 2012-02-20 11:21 UTC  (10+ messages)
` [PATCH -V1 1/9] hugetlbfs: Add new HugeTLB cgroup
` [PATCH -V1 2/9] hugetlbfs: Add usage and max usage files to hugetlb cgroup
` [PATCH -V1 3/9] hugetlbfs: Add new region handling functions
` [PATCH -V1 4/9] hugetlbfs: Add controller support for shared mapping
` [PATCH -V1 5/9] hugetlbfs: Add controller support for private mapping
` [PATCH -V1 6/9] hugetlbfs: Switch to new region APIs
` [PATCH -V1 7/9] hugetlbfs: Add truncate region functions
` [PATCH -V1 8/9] hugetlbfs: Add task migration support
` [PATCH -V1 9/9] hugetlbfs: Add HugeTLB controller documentation

[PATCH 0/3 v2] i2c: i801: enable irq
 2012-02-20 11:23 UTC  (3+ messages)

TTY: NULL dereference when closing a pty file
 2012-02-20 11:15 UTC  (5+ messages)
` [PATCH 1/1] TTY: fix PTY hangup vs close race

[PATCH] input/mc13783-ts: add pdata to set conversion delay
 2012-02-20 11:20 UTC  (3+ messages)

[PATCH 1/1] shmem.c: Compilation failure in shmem_file_setup for !CONFIG_MMU
 2012-02-20 11:11 UTC 

[PATCH] mfd: Fix section mismatch warning for da9052-spi
 2012-02-20 11:15 UTC  (2+ messages)

[PATCH 00/11] Push file_update_time() into .page_mkwrite
 2012-02-20 11:06 UTC  (7+ messages)
` [PATCH 04/11] ceph: Push file_update_time() into ceph_page_mkwrite()
` [PATCH 09/11] sysfs: Push file_update_time() into bin_page_mkwrite()

[PATCH RFC 0/4] Scheduler idle notifiers and users
 2012-02-20 11:03 UTC  (12+ messages)

[PATCH 0/2 x86] fix some page faults in nmi if kmemcheck is enabled
 2012-02-20 11:00 UTC  (2+ messages)

[PATCH 2/3] misc: max8925_onkey: add function to work as wakeup source
 2012-02-20 11:02 UTC  (3+ messages)

[tip:perf/uprobes] uprobes/core: Clean up, refactor and improve the code
 2012-02-20 10:51 UTC  (8+ messages)

[PATCH] mfd: da9052: Add missing regmap_exit to free a previously allocated register map
 2012-02-20 10:53 UTC  (2+ messages)

[PATCH] Cleaning up code formatting errors in net/wireless pointed out by checkpatch
 2012-02-20 10:45 UTC  (4+ messages)

[PATCH V4 1/2] MFD: TPS65217: Add new mfd device for TPS65217
 2012-02-20 10:46 UTC  (2+ messages)

will these methods work with firmware loading?
 2012-02-20 10:32 UTC  (5+ messages)

KVM: perf: a smart tool to analyse kvm events
 2012-02-20 10:27 UTC  (4+ messages)

[PATCH] backlight: convert platform_lcd to dev_pm_ops
 2012-02-20 10:16 UTC 

[PATCH] media: ir-sony-decoder: 15bit function decode fix
 2012-02-20 10:13 UTC 

[PATCH 2/2] lp855x-bl: remove unnecessary headers
 2012-02-20 10:13 UTC 

Regression: Bad page map in process xyz
 2012-02-20 10:02 UTC 

[PATCH v2 1/1] rc: Add support for GPIO based IR Receiver driver
 2012-02-20  9:47 UTC 

[PATCH v2 0/1] Add support for GPIO IR receiver driver
 2012-02-20  9:47 UTC 

oprofile and ARM A9 hardware counter
 2012-02-20  9:44 UTC  (11+ messages)

build failure in Linus' tree with gcc 4.4.3
 2012-02-20  9:43 UTC  (3+ messages)

[GIT PULL] s390 patches for 3.3-rc4
 2012-02-20  9:37 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).