Linux-Kernel Archive
By Date
Most Recent messages
3770 messages sorted by:
[ author ]
[ thread ]
[ Subject ]
About this archive
Other mail archives
- [PATCH] oprofile, perf: Use per-cpu framework Robert Richter (Thu Feb 23 2012 - 11:07:06 EST)
- [PATCH 1/1] ARM: dma-mapping: Allow DMA_NONE to skip cache_maint Hiroshi DOYU (Tue Mar 20 2012 - 09:09:30 EST)
- [PATCH] memcg: propagate kmem limiting information to children Glauber Costa (Mon May 21 2012 - 07:18:42 EST)
- printk: Fix alignment of buf causing crash on ARM EABI Andrew Lunn (Tue Jun 05 2012 - 02:52:34 EST)
- [PATCH] perf stat: Fix default logfd to use stderr Robert Richter (Thu Jun 07 2012 - 11:41:52 EST)
- [PATCH v2 1/4] ARM: new cache maintenance api for iommu mem flush Ramesh Gupta G (Fri Jun 15 2012 - 07:07:20 EST)
- [PATCH v2 2/4] ARM: add flush_mem api for ARMv6 Ramesh Gupta G (Fri Jun 15 2012 - 07:09:21 EST)
- [PATCH v2 3/4] ARM: add flush_mem api for ARMv7 Ramesh Gupta G (Fri Jun 15 2012 - 07:15:41 EST)
- [PATCH 4/4] OMAP:IOMMU:flush L1 and L2 caches Ramesh Gupta G (Fri Jun 15 2012 - 07:16:46 EST)
- [PATCH v2 0/4] OMAP:IOMMU:Add L1 and L2 cache flush Ramesh Gupta G (Fri Jun 15 2012 - 07:36:14 EST)
- Re: [PATCH] devicetree: add helper inline for retrieving a node's full name Grant Likely (Sat Jun 16 2012 - 00:00:26 EST)
- Re: [PATCH] extcon: Fix wrong index in max8997_extcon_cable[] Kyungmin Park (Sat Jun 16 2012 - 00:08:21 EST)
- Re: Reducing the noise level of build error notifications to 0 Fengguang Wu (Sat Jun 16 2012 - 00:11:46 EST)
- Re: Reducing the noise level of build error notifications to 0 Fengguang Wu (Sat Jun 16 2012 - 00:20:58 EST)
- [PATCH 1/2] printk: use logbuf_mutex_lock to stop syslog_seq from going wild Yuanhan Liu (Sat Jun 16 2012 - 00:41:34 EST)
- [PATCH 2/2] printk: return -EINVAL if the message len is bigger than the buf size Yuanhan Liu (Sat Jun 16 2012 - 00:41:35 EST)
- Re: [PATCH] swap: fix shmem swapping when more than 8 areas Wanpeng Li (Sat Jun 16 2012 - 00:57:28 EST)
- Re: [PATCH] devicetree: add helper inline for retrieving a node'sfull name Benjamin Herrenschmidt (Sat Jun 16 2012 - 01:00:08 EST)
- [PATCH 00/12] irqdomain cleanup and refactoring Grant Likely (Sat Jun 16 2012 - 01:01:54 EST)
- [PATCH 04/12] irqdomain: Eliminate dedicated radix lookup functions Grant Likely (Sat Jun 16 2012 - 01:02:05 EST)
- [PATCH 06/12] irqdomain: eliminate slow-path revmap lookups Grant Likely (Sat Jun 16 2012 - 01:02:17 EST)
- [PATCH 05/12] irqdomain: Fix irq_create_direct_mapping() to test irq_domain type. Grant Likely (Sat Jun 16 2012 - 01:02:19 EST)
- [PATCH 09/12] irqdomain: Reserve IRQs for legacy domain Grant Likely (Sat Jun 16 2012 - 01:02:27 EST)
- [PATCH 07/12] irqdomain: Make ops->map hook optional Grant Likely (Sat Jun 16 2012 - 01:02:36 EST)
- [PATCH 12/12] irqdomain: merge linear and tree reverse mappings. Grant Likely (Sat Jun 16 2012 - 01:02:45 EST)
- [PATCH 11/12] irqdomain: reorganize revmap data. Grant Likely (Sat Jun 16 2012 - 01:03:01 EST)
- [PATCH 10/12] irqdomain: Add debugging message Grant Likely (Sat Jun 16 2012 - 01:03:17 EST)
- [PATCH 08/12] irqdomain: Replace LEGACY mapping with LINEAR Grant Likely (Sat Jun 16 2012 - 01:03:29 EST)
- [PATCH 02/12] irqdomain: Always update revmap when setting up a virq Grant Likely (Sat Jun 16 2012 - 01:04:09 EST)
- [PATCH 01/12] irqdomain: Split disassociating code into separate function Grant Likely (Sat Jun 16 2012 - 01:04:22 EST)
- [PATCH 03/12] irqdomain: Support for static IRQ mapping and association. Grant Likely (Sat Jun 16 2012 - 01:04:37 EST)
- Re: [PATCH tip/core/rcu 02/15] rcu: Size rcu_node tree fromnr_cpu_ids rather than NR_CPUS Josh Triplett (Sat Jun 16 2012 - 01:17:41 EST)
- Re: [PATCH tip/core/rcu 14/15] rcu: Use for_each_rcu_flavor() inTREE_RCU tracing Josh Triplett (Sat Jun 16 2012 - 01:22:24 EST)
- Re: [PATCH tip/core/rcu 13/15] rcu: Introduce for_each_rcu_flavor()and use it Josh Triplett (Sat Jun 16 2012 - 01:35:56 EST)
- INVESTMENT PROPOSAL ! frjfr6 (Sat Jun 16 2012 - 01:50:18 EST)
- Re: missing leap second patches in stable. Richard Cochran (Sat Jun 16 2012 - 01:50:25 EST)
- Re: [PATCH 04/12] irqdomain: Eliminate dedicated radix lookupfunctions Benjamin Herrenschmidt (Sat Jun 16 2012 - 01:57:34 EST)
- Re: [PATCH 01/12] irqdomain: Split disassociating code intoseparate function Benjamin Herrenschmidt (Sat Jun 16 2012 - 01:57:54 EST)
- Re: [PATCH 02/12] irqdomain: Always update revmap when setting up avirq Benjamin Herrenschmidt (Sat Jun 16 2012 - 01:58:21 EST)
- Re: [PATCH 03/12] irqdomain: Support for static IRQ mapping andassociation. Benjamin Herrenschmidt (Sat Jun 16 2012 - 01:59:10 EST)
- Re: [PATCH 07/12] irqdomain: Make ops->map hook optional Benjamin Herrenschmidt (Sat Jun 16 2012 - 02:00:14 EST)
- Re: [PATCH 08/12] irqdomain: Replace LEGACY mapping with LINEAR Benjamin Herrenschmidt (Sat Jun 16 2012 - 02:02:14 EST)
- Re: [PATCH 10/12] irqdomain: Add debugging message Benjamin Herrenschmidt (Sat Jun 16 2012 - 02:02:28 EST)
- Re: [PATCH 11/12] irqdomain: reorganize revmap data. Benjamin Herrenschmidt (Sat Jun 16 2012 - 02:07:47 EST)
- Re: [PATCH] swap: fix shmem swapping when more than 8 areas Cong Wang (Sat Jun 16 2012 - 02:10:52 EST)
- Re: [PATCH 04/12] irqdomain: Eliminate dedicated radix lookup functions Grant Likely (Sat Jun 16 2012 - 02:13:02 EST)
- Re: [PATCH 08/12] irqdomain: Replace LEGACY mapping with LINEAR Grant Likely (Sat Jun 16 2012 - 02:16:47 EST)
- Re: [PATCH 11/12] irqdomain: reorganize revmap data. Grant Likely (Sat Jun 16 2012 - 02:20:03 EST)
- Re: [PATCH 11/12] irqdomain: reorganize revmap data. Grant Likely (Sat Jun 16 2012 - 02:20:56 EST)
- Re: [PATCH 1/2] regulator: core.c Pass voltage to notifier whensetting voltage Pankaj Jangra (Sat Jun 16 2012 - 02:33:48 EST)
- Re: [PATCH 1/2] memcg: remove MEMCG_NR_FILE_MAPPED Kamezawa Hiroyuki (Sat Jun 16 2012 - 02:33:54 EST)
- Re: [PATCH 2/2] memcg: add per cgroup dirty pages accounting Kamezawa Hiroyuki (Sat Jun 16 2012 - 02:36:23 EST)
- Re: [PATCH tip/core/rcu 13/15] rcu: Introduce for_each_rcu_flavor()and use it Paul E. McKenney (Sat Jun 16 2012 - 02:37:14 EST)
- Re: [PATCH tip/core/rcu 02/15] rcu: Size rcu_node tree fromnr_cpu_ids rather than NR_CPUS Paul E. McKenney (Sat Jun 16 2012 - 02:38:50 EST)
- about interlagos Mahmood Naderan (Sat Jun 16 2012 - 02:41:29 EST)
- Re: [PATCH tip/core/rcu 14/15] rcu: Use for_each_rcu_flavor() inTREE_RCU tracing Paul E. McKenney (Sat Jun 16 2012 - 02:42:47 EST)
- RE: [PATCH] sched: Folding nohz load accounting more accurate Doug Smythies (Sat Jun 16 2012 - 02:43:07 EST)
- Re: [PATCH 3/3] i2c-piix4: support AMD auxiliary SMBus controller Jean Delvare (Sat Jun 16 2012 - 02:52:21 EST)
- Re: [PATCH] mm: clear pages_scanned only if draining a pcp adds pagesto the buddy allocator again Kamezawa Hiroyuki (Sat Jun 16 2012 - 02:58:15 EST)
- Re: [PATCH] mm: cleanup on the comments of zone_reclaim_stat Kamezawa Hiroyuki (Sat Jun 16 2012 - 02:58:45 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Ingo Molnar (Sat Jun 16 2012 - 02:59:08 EST)
- Re: [PATCH 00/17] pramfs: persistent and protected RAM filesystem Marco (Sat Jun 16 2012 - 03:10:29 EST)
- Re: [PATCH 3/3] uprobes: write_opcode()->__replace_page() can racewith try_to_unmap() Ingo Molnar (Sat Jun 16 2012 - 03:11:47 EST)
- Re: [PATCH] mm: fix page reclaim comment error Kamezawa Hiroyuki (Sat Jun 16 2012 - 03:21:36 EST)
- Re: [PATCH] MM: Support more pagesizes for MAP_HUGETLB/SHM_HUGETLBv2 Kamezawa Hiroyuki (Sat Jun 16 2012 - 03:30:26 EST)
- bdver1 and bdver2 Mahmood Naderan (Sat Jun 16 2012 - 03:44:54 EST)
- Re: bdver1 and bdver2 Mahmood Naderan (Sat Jun 16 2012 - 03:49:50 EST)
- Re: automated warning notifications Cong Wang (Sat Jun 16 2012 - 03:50:32 EST)
- [PATCH 3.5] c/r: prctl: less paranoid prctl_set_mm_exe_file() Konstantin Khlebnikov (Sat Jun 16 2012 - 04:51:32 EST)
- Re: SNB PCI root information Thomas Gleixner (Sat Jun 16 2012 - 04:52:54 EST)
- Re: automated warning notifications Fengguang Wu (Sat Jun 16 2012 - 05:01:49 EST)
- Re: [PATCH 3.5] c/r: prctl: less paranoid prctl_set_mm_exe_file() Cyrill Gorcunov (Sat Jun 16 2012 - 05:01:49 EST)
- Re: [PATCH 3.5] c/r: prctl: less paranoid prctl_set_mm_exe_file() Cyrill Gorcunov (Sat Jun 16 2012 - 05:06:47 EST)
- Re: [PATCH 3.5] c/r: prctl: less paranoid prctl_set_mm_exe_file() Cyrill Gorcunov (Sat Jun 16 2012 - 05:17:31 EST)
- Re: [PATCH tip/core/rcu 02/15] rcu: Size rcu_node tree fromnr_cpu_ids rather than NR_CPUS Josh Triplett (Sat Jun 16 2012 - 05:17:43 EST)
- Re: automated warning notifications Fengguang Wu (Sat Jun 16 2012 - 05:17:48 EST)
- Re: about interlagos Clemens Ladisch (Sat Jun 16 2012 - 05:21:24 EST)
- Re: about interlagos Mahmood Naderan (Sat Jun 16 2012 - 05:34:41 EST)
- Re: [PATCH 3.5] c/r: prctl: less paranoid prctl_set_mm_exe_file() Konstantin Khlebnikov (Sat Jun 16 2012 - 05:43:07 EST)
- Re: [PATCH 3.5] c/r: prctl: less paranoid prctl_set_mm_exe_file() Cyrill Gorcunov (Sat Jun 16 2012 - 05:47:14 EST)
- Re: [PATCH] swap: fix shmem swapping when more than 8 areas Hugh Dickins (Sat Jun 16 2012 - 06:06:39 EST)
- Re: [Ksummit-2012-discuss] [ATTEND or not ATTEND] That's thequestion! Thomas Gleixner (Sat Jun 16 2012 - 06:50:57 EST)
- wishlist: vnc framebuffer device? Harald Dunkel (Sat Jun 16 2012 - 07:12:12 EST)
- Re: [Ksummit-2012-discuss] [ATTEND or not ATTEND] That's thequestion! Alan Cox (Sat Jun 16 2012 - 07:27:11 EST)
- MAIL 16.06.2012 Mr. Richard Sun (Sat Jun 16 2012 - 08:04:15 EST)
- Kernel bug logged David Feuer (Sat Jun 16 2012 - 08:35:30 EST)
- [PATCH] mm/frontswap: cleanup doc and comment error Wanpeng Li (Sat Jun 16 2012 - 08:38:03 EST)
- Re: [PATCH 1/2] printk: use logbuf_mutex_lock to stop syslog_seqfrom going wild Kay Sievers (Sat Jun 16 2012 - 08:42:41 EST)
- Re: [PATCH V6 06/13] perf: Add Nehalem and Sandy Bridge uncoresupport Peter Zijlstra (Sat Jun 16 2012 - 08:46:25 EST)
- Re: [PATCH V6 06/13] perf: Add Nehalem and Sandy Bridge uncoresupport Peter Zijlstra (Sat Jun 16 2012 - 08:46:59 EST)
- Re: [PATCH 2/2] printk: return -EINVAL if the message len is biggerthan the buf size Kay Sievers (Sat Jun 16 2012 - 08:51:15 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Joe Perches (Sat Jun 16 2012 - 08:51:24 EST)
- Re: [PATCH V6 06/13] perf: Add Nehalem and Sandy Bridge uncoresupport Peter Zijlstra (Sat Jun 16 2012 - 08:52:32 EST)
- Re: [PATCH 1/2] printk: use logbuf_mutex_lock to stop syslog_seqfrom going wild Yuanhan Liu (Sat Jun 16 2012 - 08:59:23 EST)
- Re: [PATCH 1/2] printk: use logbuf_mutex_lock to stop syslog_seq fromgoing wild Kay Sievers (Sat Jun 16 2012 - 09:03:55 EST)
- [PATCH] include/net/dst.h: neaten asterisk placement Eldad Zack (Sat Jun 16 2012 - 09:15:58 EST)
- Re: [PATCH 1/2] printk: use logbuf_mutex_lock to stop syslog_seqfrom going wild Fengguang Wu (Sat Jun 16 2012 - 09:20:56 EST)
- Re: [PATCH 2/2] printk: return -EINVAL if the message len is biggerthan the buf size Fengguang Wu (Sat Jun 16 2012 - 09:21:27 EST)
- [PATCH] printk: use mutex lock to stop syslog_seq from going wild Yuanhan Liu (Sat Jun 16 2012 - 09:21:34 EST)
- Re: [-next] FATAL: drivers/gpu/drm/udl/udl: sizeof(struct usb_device_id)=24 is not a modulo of the size of section __mod_usb_device_table=44. BjÃrn Mork (Sat Jun 16 2012 - 09:23:37 EST)
- [PATCH] extcon: max8997: Add missing kfree for info->edev inmax8997_muic_remove() Axel Lin (Sat Jun 16 2012 - 09:25:16 EST)
- Re: [PATCH 1/2] printk: use logbuf_mutex_lock to stop syslog_seqfrom going wild Yuanhan Liu (Sat Jun 16 2012 - 09:25:44 EST)
- Re: [PATCH 1/2] printk: use logbuf_mutex_lock to stop syslog_seqfrom going wild Yuanhan Liu (Sat Jun 16 2012 - 09:28:14 EST)
- Re: [Ksummit-2012-discuss] [ATTEND or not ATTEND] That's thequestion! Jonathan Corbet (Sat Jun 16 2012 - 09:28:57 EST)
- Re: [Ksummit-2012-discuss] [ATTEND or not ATTEND] That's thequestion! Frederic Weisbecker (Sat Jun 16 2012 - 09:32:25 EST)
- [For..2-6]æå [EndFor]. Silver Bevis (Sat Jun 16 2012 - 09:40:31 EST)
- Re: [Ksummit-2012-discuss] [ATTEND or not ATTEND] That's the question! Rafael J. Wysocki (Sat Jun 16 2012 - 09:50:47 EST)
- Re: [PATCH v2] power: add knob for printing device resume times Rafael J. Wysocki (Sat Jun 16 2012 - 09:52:14 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Rafael J. Wysocki (Sat Jun 16 2012 - 09:54:06 EST)
- Re: [PATCH] ftrace: Disable function tracing during suspend/resume and hibernation, again Rafael J. Wysocki (Sat Jun 16 2012 - 09:55:06 EST)
- [PATCH] leds: Add DT support for leds-pca9532 Roland Stigge (Sat Jun 16 2012 - 10:11:30 EST)
- [PATCH] mmc: mmci.c: Defer probe() in case of missing GPIOs Roland Stigge (Sat Jun 16 2012 - 10:15:39 EST)
- Re: [PATCH] mmc: mmci.c: Defer probe() in case of missing GPIOs Russell King - ARM Linux (Sat Jun 16 2012 - 10:28:07 EST)
- Re: [PATCH] printk: use mutex lock to stop syslog_seq from going wild Kay Sievers (Sat Jun 16 2012 - 10:39:15 EST)
- Re: [PATCH tip/core/rcu 02/15] rcu: Size rcu_node tree fromnr_cpu_ids rather than NR_CPUS Paul E. McKenney (Sat Jun 16 2012 - 10:45:53 EST)
- Re: [PATCH tip/core/rcu 02/15] rcu: Size rcu_node tree fromnr_cpu_ids rather than NR_CPUS Paul E. McKenney (Sat Jun 16 2012 - 10:52:39 EST)
- RE: [PATCH] sched: Folding nohz load accounting more accurate Doug Smythies (Sat Jun 16 2012 - 10:53:58 EST)
- Re: [PATCH] mmc: mmci.c: Defer probe() in case of missing GPIOs Roland Stigge (Sat Jun 16 2012 - 10:57:50 EST)
- Re: [PATCH] mmc: mmci.c: Defer probe() in case of missing GPIOs Russell King - ARM Linux (Sat Jun 16 2012 - 11:01:57 EST)
- Re: [PATCH] leds: Add DT support for leds-pca9532 Stephen Warren (Sat Jun 16 2012 - 11:06:32 EST)
- Re: [Ksummit-2012-discuss] [ATTEND or not ATTEND] That's the question! Phil Turmel (Sat Jun 16 2012 - 11:20:13 EST)
- Re: Reducing the noise level of build error notifications to 0 Greg Kroah-Hartman (Sat Jun 16 2012 - 11:27:47 EST)
- Re: [PATCH 1/2] printk: use logbuf_mutex_lock to stop syslog_seqfrom going wild Greg Kroah-Hartman (Sat Jun 16 2012 - 11:28:35 EST)
- sprÃvnà zprÃvy IS MU (Sat Jun 16 2012 - 11:38:12 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Greg Kroah-Hartman (Sat Jun 16 2012 - 11:38:17 EST)
- Re: [PATCH 3.5] c/r: prctl: less paranoid prctl_set_mm_exe_file() Konstantin Khlebnikov (Sat Jun 16 2012 - 11:38:33 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Greg Kroah-Hartman (Sat Jun 16 2012 - 11:40:45 EST)
- Re: [-next] FATAL: drivers/gpu/drm/udl/udl: sizeof(struct usb_device_id)=24 is not a modulo of the size of section __mod_usb_device_table=44. Andreas Schwab (Sat Jun 16 2012 - 11:43:42 EST)
- Re: [PATCH 3.5] c/r: prctl: less paranoid prctl_set_mm_exe_file() Cyrill Gorcunov (Sat Jun 16 2012 - 11:44:24 EST)
- Re: [RFC PATCH 00/10] Cleanupipi_call_lock[_irq]()/ipi_call_unlock[_irq]() Paul E. McKenney (Sat Jun 16 2012 - 12:31:41 EST)
- Re: [RFC PATCH 09/10] POWERPC: smp: remove call toipi_call_lock()/ipi_call_unlock() Paul E. McKenney (Sat Jun 16 2012 - 12:32:51 EST)
- Re: [Ksummit-2012-discuss] [ATTEND or not ATTEND] That's thequestion! Myklebust, Trond (Sat Jun 16 2012 - 12:43:48 EST)
- [PATCH v2] mmc: mmci.c: Defer probe() in case of yet uninitialized GPIOs Roland Stigge (Sat Jun 16 2012 - 12:50:56 EST)
- [PATCH][ANNOUNCE]RIFS-ES Scheduling V1 release. Chen (Sat Jun 16 2012 - 13:18:49 EST)
- Re: [PATCH v2] mmc: mmci.c: Defer probe() in case of yet uninitialized GPIOs Arnd Bergmann (Sat Jun 16 2012 - 13:23:48 EST)
- Re: [RFC PATCH 09/10] POWERPC: smp: remove call toipi_call_lock()/ipi_call_unlock() Peter Zijlstra (Sat Jun 16 2012 - 13:32:00 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Borislav Petkov (Sat Jun 16 2012 - 13:40:48 EST)
- Re: automated warning notifications Randy Dunlap (Sat Jun 16 2012 - 13:44:35 EST)
- [PATCH] pinctrl/pinctrl-u300: remove devm_kfree at driver unload Devendra Naga (Sat Jun 16 2012 - 13:45:39 EST)
- Re: [resend][PATCH] mm, vmscan: fix do_try_to_free_pages() livelock Aaditya Kumar (Sat Jun 16 2012 - 13:48:05 EST)
- Re: Deadlock in suspend console switch Pavel Machek (Sat Jun 16 2012 - 14:06:24 EST)
- Re: [PATCH v2 1/2] uprobes: Pass probed vaddr toarch_uprobe_analyze_insn() Oleg Nesterov (Sat Jun 16 2012 - 14:08:05 EST)
- [PATCH] pinctrl/pinctrl-core: cleanup pinctrl_register Devendra Naga (Sat Jun 16 2012 - 14:13:24 EST)
- Re: [-next] FATAL: drivers/gpu/drm/udl/udl: sizeof(structusb_device_id)=24 is not a modulo of the size of section__mod_usb_device_table=44. Philippe De Muyter (Sat Jun 16 2012 - 14:34:35 EST)
- Re: BUG in __key_instantiate_and_link(): unable to handle kernelpaging request at 0000632e6472616f Andre Tomt (Sat Jun 16 2012 - 14:43:36 EST)
- Re: [PATCH v2 1/7] affs: stop setting bm_flags Geert Uytterhoeven (Sat Jun 16 2012 - 14:50:05 EST)
- Re: [-next] FATAL: drivers/gpu/drm/udl/udl: sizeof(structusb_device_id)=24 is not a modulo of the size of section __mod_usb_device_table=44. Geert Uytterhoeven (Sat Jun 16 2012 - 14:51:25 EST)
- Re: [PATCH] epoll: Improved support for multi-threaded clients Christof Meerwald (Sat Jun 16 2012 - 14:52:48 EST)
- Re: [PATCH v2] mmc: mmci.c: Defer probe() in case of yet uninitializedGPIOs Roland Stigge (Sat Jun 16 2012 - 15:04:27 EST)
- Re: [-next] FATAL: drivers/gpu/drm/udl/udl: sizeof(structusb_device_id)=24 is not a modulo of the size of section__mod_usb_device_table=44. Greg Kroah-Hartman (Sat Jun 16 2012 - 15:11:54 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Rafael J. Wysocki (Sat Jun 16 2012 - 15:12:02 EST)
- Re: [-next] FATAL: drivers/gpu/drm/udl/udl: sizeof(structusb_device_id)=24 is not a modulo of the size of section __mod_usb_device_table=44. Geert Uytterhoeven (Sat Jun 16 2012 - 15:30:54 EST)
- [ATTEND] Discussion: role of the maintainer? Myklebust, Trond (Sat Jun 16 2012 - 15:31:32 EST)
- Re: File copy is very slow on linux-3.4.2 (or linux-3.3x) on a specifichardware: AMD FX-8150 + 990FX (solved?) Wallak (Sat Jun 16 2012 - 15:32:51 EST)
- Re: SNB PCI root information Yinghai Lu (Sat Jun 16 2012 - 15:36:05 EST)
- [PATCH] x86: cpu: use printk_once Davidlohr Bueso (Sat Jun 16 2012 - 15:46:16 EST)
- Re: BUG in __key_instantiate_and_link(): unable to handle kernelpaging request at 0000632e6472616f Myklebust, Trond (Sat Jun 16 2012 - 15:59:52 EST)
- [GIT PULL] fbdev fixes for 3.5 Florian Tobias Schandinat (Sat Jun 16 2012 - 16:00:48 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Bojan Smojver (Sat Jun 16 2012 - 16:10:28 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Alan Stern (Sat Jun 16 2012 - 16:19:23 EST)
- Re: [PATCH -V6 07/14] memcg: Add HugeTLB extension David Rientjes (Sat Jun 16 2012 - 16:26:54 EST)
- [PATCH] (was: Re: [PATCH v2] power: add knob for printing device resume times) Rafael J. Wysocki (Sat Jun 16 2012 - 16:31:01 EST)
- Re: [PATCH tip/core/rcu 02/15] rcu: Size rcu_node tree fromnr_cpu_ids rather than NR_CPUS Josh Triplett (Sat Jun 16 2012 - 16:31:19 EST)
- [PATCH 1/3] tilegx pci: support I/O to arbitrarily-cached pages Chris Metcalf (Sat Jun 16 2012 - 16:36:34 EST)
- [PATCH 2/3] arch/tile: enable ZONE_DMA for tilegx Chris Metcalf (Sat Jun 16 2012 - 16:37:10 EST)
- [PATCH 3/3] tile pci: enable IOMMU to support DMA for legacy devices Chris Metcalf (Sat Jun 16 2012 - 16:37:17 EST)
- [PATCH 1/3] arch/tile: provide kernel support for the tilegx USB shim Chris Metcalf (Sat Jun 16 2012 - 16:48:47 EST)
- [PATCH 2/3] usb: add host support for the tilegx architecture Chris Metcalf (Sat Jun 16 2012 - 16:49:08 EST)
- [PATCH 3/3] bounce: allow use of bounce pool via config option Chris Metcalf (Sat Jun 16 2012 - 16:49:21 EST)
- Re: [RFC PATCH 09/10] POWERPC: smp: remove call toipi_call_lock()/ipi_call_unlock() Paul E. McKenney (Sat Jun 16 2012 - 16:58:09 EST)
- Re: [PATCH -v5 3/3] PCIe, PM, Add PCIe runtime D3cold support Rafael J. Wysocki (Sat Jun 16 2012 - 17:03:46 EST)
- Re: [PATCH] x86: cpu: use printk_once Joe Perches (Sat Jun 16 2012 - 17:07:42 EST)
- [GIT PULL] arch/tile update for 3.5-rc3 Chris Metcalf (Sat Jun 16 2012 - 17:14:02 EST)
- LPC2012 Tracing Summit, August 30th, 2012 (was: [CFP] TracingMicro-conference at LPC2012 (August 28-30, San Diego)) Mathieu Desnoyers (Sat Jun 16 2012 - 17:14:51 EST)
- Re: SNB PCI root information Bjorn Helgaas (Sat Jun 16 2012 - 17:57:33 EST)
- [PATCH 08/10] fblog: react on framebuffer events David Herrmann (Sat Jun 16 2012 - 18:05:04 EST)
- [PATCH 10/10] fblog: add "activate" module parameter David Herrmann (Sat Jun 16 2012 - 18:05:11 EST)
- [PATCH 03/10] fblog: register framebuffer objects David Herrmann (Sat Jun 16 2012 - 18:05:37 EST)
- [PATCH 09/10] fblog: register all handlers on module-init David Herrmann (Sat Jun 16 2012 - 18:05:40 EST)
- [PATCH 07/10] fblog: forward kernel log messages to all framebuffers David Herrmann (Sat Jun 16 2012 - 18:06:03 EST)
- [PATCH 05/10] fblog: add framebuffer helpers David Herrmann (Sat Jun 16 2012 - 18:06:24 EST)
- [PATCH 06/10] fblog: allow enabling/disabling fblog on runtime David Herrmann (Sat Jun 16 2012 - 18:06:35 EST)
- [PATCH 01/10] fblog: new framebuffer kernel log dummy driver David Herrmann (Sat Jun 16 2012 - 18:06:48 EST)
- [PATCH 04/10] fblog: implement fblog_redraw() David Herrmann (Sat Jun 16 2012 - 18:07:05 EST)
- [RFC 00/10] fblog: framebuffer kernel log driver David Herrmann (Sat Jun 16 2012 - 18:07:27 EST)
- [PATCH 02/10] fblog: implement buffer management David Herrmann (Sat Jun 16 2012 - 18:07:34 EST)
- Re: [PATCH] include/net/dst.h: neaten asterisk placement David Miller (Sat Jun 16 2012 - 18:22:49 EST)
- Re: [PATCH 04/10] fblog: implement fblog_redraw() Alan Cox (Sat Jun 16 2012 - 18:32:27 EST)
- Re: [PATCH 05/10] fblog: add framebuffer helpers Bruno PrÃmont (Sat Jun 16 2012 - 18:43:06 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Borislav Petkov (Sat Jun 16 2012 - 19:07:45 EST)
- Re: [PATCH 1/8] /proc/net/ entries for bluetooth protocols Masatake YAMATO (Sat Jun 16 2012 - 20:27:25 EST)
- Linux 3.5-rc3 Linus Torvalds (Sat Jun 16 2012 - 21:00:54 EST)
- Re: [PATCH v5] slab/mempolicy: always use local policy from interruptcontext David Rientjes (Sat Jun 16 2012 - 21:11:46 EST)
- Re: [Ksummit-2012-discuss] [ATTEND] Discussion: role of themaintainer? Guenter Roeck (Sat Jun 16 2012 - 21:13:13 EST)
- [PATCH] mm/vmscan: cleanup comment error in balance_pgdat Wanpeng Li (Sat Jun 16 2012 - 21:28:10 EST)
- [PATCH RFT 1/2] regulator: max8998: Convert toregulator_list_voltage_linear() Axel Lin (Sat Jun 16 2012 - 21:33:56 EST)
- [PATCH RFT 2/2] regulator: max8998: Convert to set_voltage_sel andregulator_map_voltage_linear Axel Lin (Sat Jun 16 2012 - 21:34:30 EST)
- Re: [PATCH] mm/vmscan: cleanup comment error in balance_pgdat David Rientjes (Sat Jun 16 2012 - 21:53:47 EST)
- Re: [PATCH] mm/vmscan: cleanup comment error in balance_pgdat Wanpeng Li (Sat Jun 16 2012 - 22:05:06 EST)
- Re: [PATCH] mm: clear pages_scanned only if draining a pcp addspages to the buddy allocator again David Rientjes (Sat Jun 16 2012 - 22:05:19 EST)
- Re: [PATCH] mm/vmscan: cleanup comment error in balance_pgdat David Rientjes (Sat Jun 16 2012 - 22:11:47 EST)
- Re: [PATCH] mm/vmscan: cleanup comment error in balance_pgdat Wanpeng Li (Sat Jun 16 2012 - 22:15:01 EST)
- Re: [PATCH] trivial, memory hotplug: add kswapd_is_running() forbetter readability David Rientjes (Sat Jun 16 2012 - 22:19:02 EST)
- Re: [PATCH] memory hotplug: fix invalid memory access caused bystale kswapd pointer David Rientjes (Sat Jun 16 2012 - 22:20:09 EST)
- [PATCH 1/2] w1: Fix a typo in 'hardware' word Otavio Salvador (Sat Jun 16 2012 - 23:05:09 EST)
- [PATCH 2/2] pinctrl: pinctrl-mxs: fix implicit declaration of free() Otavio Salvador (Sat Jun 16 2012 - 23:05:10 EST)
- boot change to /dev/sdc1 but still think it's /dev/sda2 James (Sat Jun 16 2012 - 23:21:43 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Bojan Smojver (Sat Jun 16 2012 - 23:21:48 EST)
- Re: Reducing the noise level of build error notifications to 0 Fengguang Wu (Sat Jun 16 2012 - 23:35:42 EST)
- [PATCH] mm: cleanup comments error in mm subsystem Wanpeng Li (Sun Jun 17 2012 - 00:13:24 EST)
- WILL EXECUTION!!!!! Shelia Tatum (Sun Jun 17 2012 - 01:18:36 EST)
- [GIT PULL] ARM: SoC fixes Olof Johansson (Sun Jun 17 2012 - 01:34:36 EST)
- Re: [PATCH][ANNOUNCE]RIFS-ES Scheduling V1 release. Mike Galbraith (Sun Jun 17 2012 - 02:25:41 EST)
- [PATCH] nohz/cpuset: Make a CPU stick with do_timer() duty in thepresence of nohz cpusets Hakan Akkan (Sun Jun 17 2012 - 02:36:14 EST)
- Partitions: Amiga RDB partition on 2 TB disk way too big, while OK in AmigaOS 4.1 Martin Steigerwald (Sun Jun 17 2012 - 02:41:26 EST)
- Re: [PATCH 1/2] memcg: remove MEMCG_NR_FILE_MAPPED Sha Zhengju (Sun Jun 17 2012 - 02:54:03 EST)
- Re: [PATCH 1/2] memcg: remove MEMCG_NR_FILE_MAPPED Sha Zhengju (Sun Jun 17 2012 - 02:56:10 EST)
- [git pull] drm-fixes Dave Airlie (Sun Jun 17 2012 - 03:42:43 EST)
- Re: [PATCH 2/2] memcg: add per cgroup dirty pages accounting Sha Zhengju (Sun Jun 17 2012 - 03:44:20 EST)
- Re: [PATCH][ANNOUNCE]RIFS-ES Scheduling V1 release. Chen (Sun Jun 17 2012 - 04:21:10 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, while OK in AmigaOS 4.1 Martin Steigerwald (Sun Jun 17 2012 - 04:24:18 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, while OK in AmigaOS 4.1 Martin Steigerwald (Sun Jun 17 2012 - 04:34:35 EST)
- Re: [PATCHv2 0/5] remoteproc: Custom firmware handling. Ohad Ben-Cohen (Sun Jun 17 2012 - 04:53:47 EST)
- Re: wishlist: vnc framebuffer device? Veyrdite (Sun Jun 17 2012 - 04:58:12 EST)
- [PATCH -next] avr: Fix sanitize tsk_is_polling fallout Geert Uytterhoeven (Sun Jun 17 2012 - 05:24:26 EST)
- Loan Application. Loan Solution Team (Sun Jun 17 2012 - 05:51:17 EST)
- [PATCH] gpio: of_get_named_gpio_flags() return -EPROBE_DEFER if GPIO not yet available Roland Stigge (Sun Jun 17 2012 - 06:12:28 EST)
- [PATCH v3 1/2] mmc: mmci.c: Defer probe() in case of yet uninitialized GPIOs Roland Stigge (Sun Jun 17 2012 - 06:12:31 EST)
- [PATCH v3 2/2] mmc: mmci.c: Remove wrong error handling of gpio 0 Roland Stigge (Sun Jun 17 2012 - 06:12:43 EST)
- Re: wishlist: vnc framebuffer device? richard -rw- weinberger (Sun Jun 17 2012 - 06:13:05 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Borislav Petkov (Sun Jun 17 2012 - 06:31:50 EST)
- Re: [PATCH v5] slab/mempolicy: always use local policy from interrupt context Pekka Enberg (Sun Jun 17 2012 - 06:38:07 EST)
- Re: [Ksummit-2012-discuss] [ATTEND or not ATTEND] That's thequestion! Thomas Gleixner (Sun Jun 17 2012 - 06:40:58 EST)
- Re: [patch] BFS 420: a tiny step forward Emmanuel Benisty (Sun Jun 17 2012 - 06:45:57 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, whileOK in AmigaOS 4.1 jdow (Sun Jun 17 2012 - 06:50:15 EST)
- [PATCH] HID: select NEW_LEDS for driver of Lenovo ThinkPad USB Keyboard with TrackPoint Bryan Wu (Sun Jun 17 2012 - 06:52:44 EST)
- Re: linux-next: Tree for Jun 14 (leds) Bryan Wu (Sun Jun 17 2012 - 06:53:54 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, whileOK in AmigaOS 4.1 jdow (Sun Jun 17 2012 - 06:58:51 EST)
- Re: video: USB webcam fails since kernel 3.2 Martin-Éric Racine (Sun Jun 17 2012 - 07:24:09 EST)
- Re: [PATCH] leds: Add DT support for leds-pca9532 Roland Stigge (Sun Jun 17 2012 - 07:51:17 EST)
- Re: [PATCHv2 0/5] remoteproc: Custom firmware handling. Sjur BrÃndeland (Sun Jun 17 2012 - 07:57:37 EST)
- Re: [PATCHv2 0/5] remoteproc: Custom firmware handling. Ohad Ben-Cohen (Sun Jun 17 2012 - 08:04:58 EST)
- Re: [patch] BFS 420: a tiny step forward Hillf Danton (Sun Jun 17 2012 - 08:33:15 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, while OK in AmigaOS 4.1 Martin Steigerwald (Sun Jun 17 2012 - 08:52:10 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, while OK in AmigaOS 4.1 Martin Steigerwald (Sun Jun 17 2012 - 08:59:09 EST)
- Re: PCI problems with Intel H77 chipset, kernel 3.4 and 3.5-rc3 (wasAVM B1 PCI on DH77KC (H77 chipset) problem, requires pci=noirq) Malte Schröder (Sun Jun 17 2012 - 08:59:20 EST)
- [GIT PULL] remoteproc fixes Ohad Ben-Cohen (Sun Jun 17 2012 - 08:59:41 EST)
- Pleasant Greetings Allen and Violet Large (Sun Jun 17 2012 - 09:09:09 EST)
- [PATCH 1/2] staging/rtl8192u: cleanup coding style problems Devendra Naga (Sun Jun 17 2012 - 09:47:56 EST)
- [PATCH 2/2] staging/rtl8182u: cleanup eprom_read function and clean all checkpatch warnings / errors Devendra Naga (Sun Jun 17 2012 - 09:48:33 EST)
- Re: [-next] FATAL: drivers/gpu/drm/udl/udl: sizeof(struct usb_device_id)=24 is not a modulo of the size of section __mod_usb_device_table=44. BjÃrn Mork (Sun Jun 17 2012 - 10:01:14 EST)
- Re: [ 00/82] 3.2.20-stable review Ben Hutchings (Sun Jun 17 2012 - 10:05:02 EST)
- Re: [PATCH RFT] regulator: ab3100: Convert fixed voltage to use regulator_list_voltage_linear Linus Walleij (Sun Jun 17 2012 - 10:21:30 EST)
- Re: [PATCH RFT 1/2] regulator: ab8500: Use regulator_list_voltage_linearfor ab8500_regulator_fixed_ops Linus Walleij (Sun Jun 17 2012 - 10:33:05 EST)
- Re: [PATCH -stable] ntp: Correct TAI offset during leap second Ben Hutchings (Sun Jun 17 2012 - 10:44:25 EST)
- [PATCH] perf tools: Fix an error on perf-bench document Namhyung Kim (Sun Jun 17 2012 - 10:57:36 EST)
- 3.5 regressions related to printk changes Willy Tarreau (Sun Jun 17 2012 - 11:09:30 EST)
- [PATCH 1/2] w1: Fix a typo in 'hardware' word Otavio Salvador (Sun Jun 17 2012 - 11:15:55 EST)
- [PATCH 2/2] pinctrl: pinctrl-mxs: fix implicit declaration of free() Otavio Salvador (Sun Jun 17 2012 - 11:16:02 EST)
- Re: [-next] FATAL: drivers/gpu/drm/udl/udl: sizeof(struct usb_device_id)=24 is not a modulo of the size of section __mod_usb_device_table=44. Andreas Schwab (Sun Jun 17 2012 - 11:43:16 EST)
- Re: 3.5 regressions related to printk changes Greg Kroah-Hartman (Sun Jun 17 2012 - 11:54:56 EST)
- [PATCH] drivers/w1: free the w1_master at w1_free_dev and return a correct return value Devendra Naga (Sun Jun 17 2012 - 12:18:47 EST)
- Re: [PATCH v3 1/2] mmc: mmci.c: Defer probe() in case of yetuninitialized GPIOs Russell King - ARM Linux (Sun Jun 17 2012 - 12:23:29 EST)
- Re: 3.5 regressions related to printk changes Willy Tarreau (Sun Jun 17 2012 - 12:35:56 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, whileOK in AmigaOS 4.1 Geert Uytterhoeven (Sun Jun 17 2012 - 12:36:37 EST)
- Re: [PATCH -stable] ntp: Correct TAI offset during leap second Jonathan Nieder (Sun Jun 17 2012 - 12:48:32 EST)
- Re: [PATCH RFT 1/2] regulator: ab8500: Useregulator_list_voltage_linear for ab8500_regulator_fixed_ops Mark Brown (Sun Jun 17 2012 - 12:56:37 EST)
- Re: [Ksummit-2012-discuss] [ATTEND or not ATTEND] That's thequestion! Mark Brown (Sun Jun 17 2012 - 13:05:34 EST)
- Re: video: USB webcam fails since kernel 3.2 Jonathan Nieder (Sun Jun 17 2012 - 13:12:28 EST)
- Re: video: USB webcam fails since kernel 3.2 Jonathan Nieder (Sun Jun 17 2012 - 13:12:45 EST)
- Re: [PATCH] pinctrl: mxs: Use kfree to fix build error Linus Walleij (Sun Jun 17 2012 - 13:26:33 EST)
- Re: [PATCH -stable] ntp: Correct TAI offset during leap second Richard Cochran (Sun Jun 17 2012 - 13:35:56 EST)
- systemtap release 1.8 Frank Ch. Eigler (Sun Jun 17 2012 - 13:36:13 EST)
- Re: Fwd: [PATCH 1/3] i2c: Add Device Tree support to the Nomadik I2C driver Linus Walleij (Sun Jun 17 2012 - 13:43:51 EST)
- Re: boot change to /dev/sdc1 but still think it's /dev/sda2 James (Sun Jun 17 2012 - 13:45:10 EST)
- Re: [Ksummit-2012-discuss] [ATTEND] Discussion: role of themaintainer? Mark Brown (Sun Jun 17 2012 - 13:54:50 EST)
- Re: [PATCH] firewire: core: add is_local sysfs device attribute Stefan Richter (Sun Jun 17 2012 - 13:56:23 EST)
- [PATCH] firewire: core: document is_local sysfs attribute Stefan Richter (Sun Jun 17 2012 - 13:57:32 EST)
- Re: [PATCH v3 1/2] mmc: mmci.c: Defer probe() in case of yetuninitialized GPIOs Linus Walleij (Sun Jun 17 2012 - 14:01:16 EST)
- Re: [PATCH] leds: Add DT support for leds-pca9532 Stephen Warren (Sun Jun 17 2012 - 14:02:53 EST)
- Re: [PATCH] gpio: of_get_named_gpio_flags() return -EPROBE_DEFER ifGPIO not yet available Linus Walleij (Sun Jun 17 2012 - 14:04:43 EST)
- Re: [PATCH v3 2/2] mmc: mmci.c: Remove wrong error handling of gpio 0 Linus Walleij (Sun Jun 17 2012 - 14:06:03 EST)
- [tip:x86/reboot] x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64 tip-bot for H. Peter Anvin (Sun Jun 17 2012 - 14:06:14 EST)
- Re: [PATCH 1/2] regulator: core.c Pass voltage to notifier whensetting voltage Mark Brown (Sun Jun 17 2012 - 14:12:41 EST)
- [ 04/69] drm/i915: fix up ivb plane 3 pageflips Ben Hutchings (Sun Jun 17 2012 - 14:22:19 EST)
- [ 01/69] drm/i915: Mark the ringbuffers as being in the GTT domain Ben Hutchings (Sun Jun 17 2012 - 14:22:19 EST)
- [ 16/69] iwlwifi: dont mess up the SCD when removing a key Ben Hutchings (Sun Jun 17 2012 - 14:22:46 EST)
- [ 36/69] ARM i.MX imx21ads: Fix overlapping static i/o mappings Ben Hutchings (Sun Jun 17 2012 - 14:23:11 EST)
- [ 31/69] iwlwifi: unregister LEDs if mac80211 registration fails Ben Hutchings (Sun Jun 17 2012 - 14:23:25 EST)
- [ 39/69] iwlwifi: disable the buggy chain extension feature in HW Ben Hutchings (Sun Jun 17 2012 - 14:23:35 EST)
- [ 68/69] swap: fix shmem swapping when more than 8 areas Ben Hutchings (Sun Jun 17 2012 - 14:23:45 EST)
- [ 69/69] drm/radeon: add some additional 6xx/7xx/EG register init Ben Hutchings (Sun Jun 17 2012 - 14:23:56 EST)
- [ 18/69] crypto: aesni-intel - fix unaligned cbc decrypt for x86-32 Ben Hutchings (Sun Jun 17 2012 - 14:24:11 EST)
- [ 22/69] can: c_can: fix an interrupt thrash issue with c_can driver Ben Hutchings (Sun Jun 17 2012 - 14:24:26 EST)
- [ 23/69] can: c_can: fix race condition in c_can_open() Ben Hutchings (Sun Jun 17 2012 - 14:24:36 EST)
- [ 26/69] mac80211: clean up remain-on-channel on interface stop Ben Hutchings (Sun Jun 17 2012 - 14:24:50 EST)
- [ 14/69] hwmon: (fam15h_power) Increase output resolution Ben Hutchings (Sun Jun 17 2012 - 14:25:06 EST)
- [ 20/69] NFSv4.1: Fix a request leak on the back channel Ben Hutchings (Sun Jun 17 2012 - 14:25:16 EST)
- [ 25/69] usb: musb_gadget: fix crash caused by dangling pointer Ben Hutchings (Sun Jun 17 2012 - 14:25:20 EST)
- [ 21/69] can: c_can: fix "BUG! echo_skb is occupied!" during transmit Ben Hutchings (Sun Jun 17 2012 - 14:25:48 EST)
- [ 27/69] rt2x00: use atomic variable for seqno Ben Hutchings (Sun Jun 17 2012 - 14:26:11 EST)
- [ 24/69] ARM i.MX53: Fix PLL4 base address Ben Hutchings (Sun Jun 17 2012 - 14:26:24 EST)
- [ 29/69] ASoC: wm8994: Ensure all AIFnCLK events are run from the _latevariants Ben Hutchings (Sun Jun 17 2012 - 14:26:40 EST)
- [ 28/69] iwlwifi: disable WoWLAN if !CONFIG_PM_SLEEP Ben Hutchings (Sun Jun 17 2012 - 14:26:51 EST)
- [ 17/69] hwrng: atmel-rng - fix race condition leading to repeated bits Ben Hutchings (Sun Jun 17 2012 - 14:27:05 EST)
- [ 34/69] net: sierra_net: device IDs for Aircard 320U++ Ben Hutchings (Sun Jun 17 2012 - 14:27:20 EST)
- [ 07/69] powerpc: Fix kernel panic during kernel module load Ben Hutchings (Sun Jun 17 2012 - 14:27:32 EST)
- [ 32/69] cfg80211: fix interface combinations check Ben Hutchings (Sun Jun 17 2012 - 14:27:38 EST)
- [ 33/69] [SCSI] mpt2sas: Fix unsafe using smp_processor_id() in preemptible Ben Hutchings (Sun Jun 17 2012 - 14:27:49 EST)
- [ 30/69] ASoC: wm8994: Apply volume updates with clocks enabled Ben Hutchings (Sun Jun 17 2012 - 14:28:14 EST)
- [ 12/69] x86, MCE, AMD: Make APIC LVT thresholding interrupt optional Ben Hutchings (Sun Jun 17 2012 - 14:28:27 EST)
- [ 35/69] ARM: imx6: exit coherency when shutting down a cpu Ben Hutchings (Sun Jun 17 2012 - 14:28:34 EST)
- [ 37/69] NFSv4: Fix unnecessary delegation returns in nfs4_do_open Ben Hutchings (Sun Jun 17 2012 - 14:28:53 EST)
- [ 38/69] iwlwifi: use correct supported firmware for 6035 and 6000g2 Ben Hutchings (Sun Jun 17 2012 - 14:29:13 EST)
- [ 45/69] usb: cdc-wdm: Add device-id for Huawei 3G/LTE modems Ben Hutchings (Sun Jun 17 2012 - 14:29:33 EST)
- [ 13/69] x86/amd: Re-enable CPU topology extensions in case BIOS hasdisabled it Ben Hutchings (Sun Jun 17 2012 - 14:29:44 EST)
- Linux 3.0.35 Greg KH (Sun Jun 17 2012 - 14:29:51 EST)
- Re: Linux 3.0.35 Greg KH (Sun Jun 17 2012 - 14:30:07 EST)
- [ 15/69] sched: Fix the relax_domain_level boot parameter Ben Hutchings (Sun Jun 17 2012 - 14:30:37 EST)
- Linux 3.4.3 Greg KH (Sun Jun 17 2012 - 14:30:42 EST)
- Re: Linux 3.4.3 Greg KH (Sun Jun 17 2012 - 14:31:02 EST)
- [ 41/69] ALSA: hda - add support for Uniwill ECS M31EI notebook Ben Hutchings (Sun Jun 17 2012 - 14:31:25 EST)
- [ 19/69] xen/setup: filter APERFMPERF cpuid feature out Ben Hutchings (Sun Jun 17 2012 - 14:31:37 EST)
- [ 42/69] ALSA: hda - Suppress auto-mute feature on some machines with ALC861 Ben Hutchings (Sun Jun 17 2012 - 14:31:40 EST)
- [ 40/69] ALSA: hda - Add codec->no_jack_detect flag Ben Hutchings (Sun Jun 17 2012 - 14:31:57 EST)
- [ 44/69] ALSA: HDA: Pin fixup for Zotac Z68 motherboard Ben Hutchings (Sun Jun 17 2012 - 14:32:12 EST)
- [ 11/69] fuse: fix stat call on 32 bit platforms Ben Hutchings (Sun Jun 17 2012 - 14:32:32 EST)
- [ 43/69] ALSA: hda - Add another jack-detection suppression for ASUS ALC892 Ben Hutchings (Sun Jun 17 2012 - 14:32:35 EST)
- [ 46/69] USB: cdc-wdm: Add Vodafone/Huawei K5005 support Ben Hutchings (Sun Jun 17 2012 - 14:32:50 EST)
- [ 59/69] USB: serial: Enforce USB driver and USB serial driver match Ben Hutchings (Sun Jun 17 2012 - 14:33:12 EST)
- [ 06/69] x86/uv: Fix UV2 BAU legacy mode Ben Hutchings (Sun Jun 17 2012 - 14:33:27 EST)
- [ 58/69] USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2 Ben Hutchings (Sun Jun 17 2012 - 14:33:32 EST)
- [ 47/69] USB: option: Add Vodafone/Huawei K5005 support Ben Hutchings (Sun Jun 17 2012 - 14:33:41 EST)
- [ 10/69] drm/nouveau/disp: fix dithering not being enabled on some eDPmacbooks Ben Hutchings (Sun Jun 17 2012 - 14:34:05 EST)
- [ 49/69] USB: ftdi-sio: Add support for RT Systems USB-RTS01 serial adapter Ben Hutchings (Sun Jun 17 2012 - 14:34:14 EST)
- [ 48/69] USB: qcserial: Add Sierra Wireless device IDs Ben Hutchings (Sun Jun 17 2012 - 14:34:26 EST)
- [ 67/69] USB: fix gathering of interface associations Ben Hutchings (Sun Jun 17 2012 - 14:34:41 EST)
- [ 57/69] target: Return error to initiator if SET TARGET PORT GROUPSemulation fails Ben Hutchings (Sun Jun 17 2012 - 14:35:07 EST)
- [ 08/69] drm/nouveau: determine a value for display_info.bpc if edid doesnt Ben Hutchings (Sun Jun 17 2012 - 14:35:30 EST)
- [ 56/69] USB: option: add more YUGA device ids Ben Hutchings (Sun Jun 17 2012 - 14:35:35 EST)
- [ 50/69] USB: serial: cp210x: add Optris MS Pro usb id Ben Hutchings (Sun Jun 17 2012 - 14:35:52 EST)
- [ 51/69] USB: serial: sierra: Add support for Sierra Wireless AirCard 320Umodem Ben Hutchings (Sun Jun 17 2012 - 14:36:16 EST)
- [ 52/69] USB: option: Updated Huawei K4605 has better id Ben Hutchings (Sun Jun 17 2012 - 14:36:27 EST)
- [ 09/69] drm/nouveau: default to 8bpc for non-LVDS panels if EDID isntuseful Ben Hutchings (Sun Jun 17 2012 - 14:36:37 EST)
- [ 55/69] USB: option: fix memory leak Ben Hutchings (Sun Jun 17 2012 - 14:36:46 EST)
- [ 54/69] USB: option: fix port-data abuse Ben Hutchings (Sun Jun 17 2012 - 14:36:58 EST)
- [ 53/69] USB: mct_u232: Fix incorrect TIOCMSET return Ben Hutchings (Sun Jun 17 2012 - 14:37:29 EST)
- [ 60/69] usb-storage: Add 090c:1000 to unusal-devs Ben Hutchings (Sun Jun 17 2012 - 14:37:41 EST)
- [ 65/69] USB: fix PS3 EHCI systems Ben Hutchings (Sun Jun 17 2012 - 14:37:56 EST)
- [ 64/69] usb: PS3 EHCI QH read work-around Ben Hutchings (Sun Jun 17 2012 - 14:38:17 EST)
- [ 03/69] drm/i915: Unpin the flip target if we fail to queue the flip Ben Hutchings (Sun Jun 17 2012 - 14:38:29 EST)
- [ 62/69] xhci: Dont free endpoints in xhci_mem_cleanup() Ben Hutchings (Sun Jun 17 2012 - 14:38:32 EST)
- [ 66/69] usb: cdc-acm: fix devices not unthrottled on open Ben Hutchings (Sun Jun 17 2012 - 14:38:36 EST)
- [ 63/69] xHCI: Increase the timeout for controller save/restore stateoperation Ben Hutchings (Sun Jun 17 2012 - 14:39:07 EST)
- [ 61/69] xhci: Fix invalid loop check in xhci_free_tt_info() Ben Hutchings (Sun Jun 17 2012 - 14:39:27 EST)
- [ 05/69] char/agp: add another Ironlake host bridge Ben Hutchings (Sun Jun 17 2012 - 14:39:42 EST)
- [ 00/69] 3.2.21-stable review Ben Hutchings (Sun Jun 17 2012 - 14:40:13 EST)
- [ 02/69] drm/i915: hold forcewake around ring hw init Ben Hutchings (Sun Jun 17 2012 - 14:40:32 EST)
- Re: [ 00/69] 3.2.21-stable review Ben Hutchings (Sun Jun 17 2012 - 14:48:55 EST)
- [GIT PULL] MMC fixes for 3.5-rc4 Chris Ball (Sun Jun 17 2012 - 14:51:44 EST)
- Re: [Ksummit-2012-discuss] [ATTEND or not ATTEND] That's thequestion! Greg KH (Sun Jun 17 2012 - 14:51:55 EST)
- Re: [PATCH 5/5] regulator: Support AP watchdog reset operation fors5m8767a Mark Brown (Sun Jun 17 2012 - 14:53:04 EST)
- Re: [Ksummit-2012-discuss] [ATTEND or not ATTEND] That's thequestion! Mark Brown (Sun Jun 17 2012 - 14:58:20 EST)
- Re: [git pull] drm-fixes Daniel Vetter (Sun Jun 17 2012 - 15:45:28 EST)
- Build regressions/improvements in v3.5-rc3 Geert Uytterhoeven (Sun Jun 17 2012 - 15:46:16 EST)
- Re: [PATCH 2/2] regulator: core.c Only delay when setting voltagerequires this Mark Brown (Sun Jun 17 2012 - 15:50:34 EST)
- Re: [PATCH RFT 1/2] regulator: wm8350: Use wm8350_ldo_list_voltageinstead of open code to verify selected voltage Mark Brown (Sun Jun 17 2012 - 15:52:02 EST)
- Re: [PATCH RFT 2/2] regulator: wm8350: Reuse map_voltage() to getselector of a given uV Mark Brown (Sun Jun 17 2012 - 15:54:12 EST)
- Re: [PATCH] regulator: tps65023: Set n_voltages to 1 for fixedvoltage Mark Brown (Sun Jun 17 2012 - 15:56:16 EST)
- Re: Build regressions/improvements in v3.5-rc3 Geert Uytterhoeven (Sun Jun 17 2012 - 15:56:56 EST)
- Re: [PATCH] regulator: tps65023: Fix mask for LDOs output voltageselect control Mark Brown (Sun Jun 17 2012 - 15:58:07 EST)
- Re: [PATCH RESEND 1/3] regulator: wm831x-dcdc: Convertwm831x_buckp_ops to regulator_list_voltage_linear Mark Brown (Sun Jun 17 2012 - 16:00:02 EST)
- Re: [PATCH RFT 1/2] regulator: mc13xxx: Fix voltage checking formc13xxx_fixed_regulator_set_voltage Mark Brown (Sun Jun 17 2012 - 16:01:34 EST)
- Re: [PATCH] regulator: tps62360: Simplifytps62360_set_voltage_time_sel implementation Mark Brown (Sun Jun 17 2012 - 16:03:39 EST)
- Re: [PATCH RFT 1/2] regulator: ab8500: Useregulator_list_voltage_linear for ab8500_regulator_fixed_ops Mark Brown (Sun Jun 17 2012 - 16:05:05 EST)
- Re: [PATCH RFT] regulator: ab3100: Convert fixed voltage to useregulator_list_voltage_linear Mark Brown (Sun Jun 17 2012 - 16:05:59 EST)
- Re: [PATCH RFT] regulator: pcf50633: Convert toregulator_set_voltage_sel_regmap and map_voltage Mark Brown (Sun Jun 17 2012 - 16:06:13 EST)
- Re: [PATCH RFT] regulator: wm831x-ldo: Convert toregulator_set_voltage_sel_regmap and map_voltage Mark Brown (Sun Jun 17 2012 - 16:07:30 EST)
- Re: [PATCH RESEND 2/3] regulator: wm831x-dcdc: Convertwm831x_buckp_ops to regulator_set_voltage_sel_regmap Mark Brown (Sun Jun 17 2012 - 16:07:50 EST)
- Re: missing leap second patches in stable. Dave Jones (Sun Jun 17 2012 - 16:09:32 EST)
- Re: [PATCH] regulator: Add ramp_delay to regulator constraints toget used as a configurable parameter. Mark Brown (Sun Jun 17 2012 - 16:14:16 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Rafael J. Wysocki (Sun Jun 17 2012 - 16:16:27 EST)
- nfs3 problem with -rc{2,3} Ken Moffat (Sun Jun 17 2012 - 16:22:57 EST)
- [PATCH 0/5] platform / x86: Convert a few drivers to struct dev_pm_ops Rafael J. Wysocki (Sun Jun 17 2012 - 16:25:36 EST)
- [PATCH 2/5] thinkpad_acpi: Use struct dev_pm_ops instead of legacy PM routines Rafael J. Wysocki (Sun Jun 17 2012 - 16:25:47 EST)
- [PATCH 5/5] intel_ips: Remove empty legacy PM callbacks Rafael J. Wysocki (Sun Jun 17 2012 - 16:25:57 EST)
- [PATCH 3/5] acer-wmi: Use struct dev_pm_ops for power management Rafael J. Wysocki (Sun Jun 17 2012 - 16:26:18 EST)
- [PATCH 4/5] intel_mid_thermal: Use struct dev_pm_ops for power management Rafael J. Wysocki (Sun Jun 17 2012 - 16:26:29 EST)
- [PATCH 1/5] thinkpad_acpi: Drop pm_message_t arguments from suspend routines Rafael J. Wysocki (Sun Jun 17 2012 - 16:26:43 EST)
- Re: [PATCH 00/21] vfs: atomic open v6 (part 2) Christoph Hellwig (Sun Jun 17 2012 - 16:38:05 EST)
- Re: [PATCH 1/2 v2] regmap: Move lock out from internal function_regmap_update_bits(). Mark Brown (Sun Jun 17 2012 - 16:45:27 EST)
- Re: [PATCH 2/2 v2] regmap: Add support for register indirectaddressing. Mark Brown (Sun Jun 17 2012 - 16:50:51 EST)
- Re: [ 46/69] USB: cdc-wdm: Add Vodafone/Huawei K5005 support BjÃrn Mork (Sun Jun 17 2012 - 16:51:03 EST)
- Re: [ 45/69] usb: cdc-wdm: Add device-id for Huawei 3G/LTE modems BjÃrn Mork (Sun Jun 17 2012 - 16:52:08 EST)
- Re: [PATCH V2] hfsplus: Fix bless ioctl when used with hardlinks Christoph Hellwig (Sun Jun 17 2012 - 17:01:15 EST)
- [RFC] Plan to get rid of all legacy PM handling Rafael J. Wysocki (Sun Jun 17 2012 - 17:05:22 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, while OK in AmigaOS 4.1 Martin Steigerwald (Sun Jun 17 2012 - 17:06:02 EST)
- [PATCH 2/2] hfsplus: fix bless ioctl when used with hardlinks Christoph Hellwig (Sun Jun 17 2012 - 17:06:31 EST)
- [PATCH 0/2] hfsplus fixes for Linux 3.5 Christoph Hellwig (Sun Jun 17 2012 - 17:06:41 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, whileOK in AmigaOS 4.1 jdow (Sun Jun 17 2012 - 17:06:46 EST)
- [PATCH 1/2] hfsplus: fix overflow in sector calculations in hfsplus_submit_bio Christoph Hellwig (Sun Jun 17 2012 - 17:07:19 EST)
- Re: [PATCH 0/2] hfsplus fixes for Linux 3.5 Christoph Hellwig (Sun Jun 17 2012 - 17:09:24 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, whileOK in AmigaOS 4.1 Geert Uytterhoeven (Sun Jun 17 2012 - 17:16:04 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, while OK in AmigaOS 4.1 Martin Steigerwald (Sun Jun 17 2012 - 17:20:09 EST)
- Re: [PATCH 4/5] powerpc: bitops: Introduce {clear,set}_bit_le() Benjamin Herrenschmidt (Sun Jun 17 2012 - 17:50:49 EST)
- Re: Build regressions/improvements in v3.5-rc3 Benjamin Herrenschmidt (Sun Jun 17 2012 - 17:53:46 EST)
- Re: [PATCH 04/12] irqdomain: Eliminate dedicated radix lookup functions Grant Likely (Sun Jun 17 2012 - 17:58:35 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, whileOK in AmigaOS 4.1 jdow (Sun Jun 17 2012 - 17:58:59 EST)
- Re: [PATCH 1/2] w1: Fix a typo in 'hardware' word Evgeniy Polyakov (Sun Jun 17 2012 - 18:01:27 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, whileOK in AmigaOS 4.1 jdow (Sun Jun 17 2012 - 18:09:46 EST)
- Re: [PATCH 03/12] irqdomain: Support for static IRQ mapping and association. Grant Likely (Sun Jun 17 2012 - 18:16:30 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, whileOK in AmigaOS 4.1 jdow (Sun Jun 17 2012 - 18:17:05 EST)
- [ANNOUNCE] Git v1.7.10.5 Junio C Hamano (Sun Jun 17 2012 - 18:24:26 EST)
- [ANNOUNCE] Git v1.7.11 Junio C Hamano (Sun Jun 17 2012 - 18:24:29 EST)
- Re: [PATCH][ANNOUNCE]RIFS-ES Scheduling V1 release. Chen (Sun Jun 17 2012 - 18:24:38 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, whileOK in AmigaOS 4.1 jdow (Sun Jun 17 2012 - 18:27:56 EST)
- Re: Build regressions/improvements in v3.5-rc3 Andreas Schwab (Sun Jun 17 2012 - 18:30:19 EST)
- Re: [ 45/69] usb: cdc-wdm: Add device-id for Huawei 3G/LTE modems Ben Hutchings (Sun Jun 17 2012 - 18:52:36 EST)
- Re: [PATCH] efivars: prevent Oops if efi_enabled but no EFI runtime Olof Johansson (Sun Jun 17 2012 - 19:01:27 EST)
- [PATCH] Driver scsi/lpfc: Remove some unused varaibles (Compilefixfor linux 3.4.1-3.4.x) Tobias Klausmann (Sun Jun 17 2012 - 19:14:55 EST)
- Re: linux-next: build failure in Linus' tree Benjamin Herrenschmidt (Sun Jun 17 2012 - 19:40:05 EST)
- Re: [PATCH 1/2] w1: Fix a typo in 'hardware' word GregKH (Sun Jun 17 2012 - 19:49:22 EST)
- Re: [RFC] Plan to get rid of all legacy PM handling Greg KH (Sun Jun 17 2012 - 19:49:40 EST)
- RE: [PATCH 5/5] regulator: Support AP watchdog reset operation fors5m8767a Sangbeom Kim (Sun Jun 17 2012 - 19:57:14 EST)
- Driver scsi/lpfc breaks build since 3.4.1 Tobias Klausmann (Sun Jun 17 2012 - 20:09:53 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Bojan Smojver (Sun Jun 17 2012 - 20:33:50 EST)
- Re: [resend][PATCH] mm, vmscan: fix do_try_to_free_pages() livelock Minchan Kim (Sun Jun 17 2012 - 20:44:30 EST)
- [PATCH-Resend] regulator: s5m8767a: Support AP watchdog reset operation Sangbeom Kim (Sun Jun 17 2012 - 20:49:56 EST)
- Re: [resend][PATCH] mm, vmscan: fix do_try_to_free_pages() livelock Kamezawa Hiroyuki (Sun Jun 17 2012 - 20:54:48 EST)
- Re: nfs3 problem with -rc{2,3} Ken Moffat (Sun Jun 17 2012 - 21:12:38 EST)
- Re: [PATCH] trivial, memory hotplug: add kswapd_is_running() forbetter readability Minchan Kim (Sun Jun 17 2012 - 21:12:43 EST)
- Re: Driver scsi/lpfc breaks build since 3.4.1 Greg KH (Sun Jun 17 2012 - 21:24:47 EST)
- Re: [PATCH] (was: Re: [PATCH v2] power: add knob for printing deviceresume times) Greg KH (Sun Jun 17 2012 - 21:26:45 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, whileOK in AmigaOS 4.1 jdow (Sun Jun 17 2012 - 21:28:49 EST)
- Re: [PATCH V6 08/13] perf: Add Sandy Bridge-EP uncore support Yan, Zheng (Sun Jun 17 2012 - 21:48:09 EST)
- Re: [PATCH] driver core: fix shutdown races with probe/remove(v2) Ming Lei (Sun Jun 17 2012 - 21:53:24 EST)
- Re: [PATCH] gpio: of_get_named_gpio_flags() return -EPROBE_DEFERif GPIO not yet available Stephen Warren (Sun Jun 17 2012 - 22:07:27 EST)
- [PATCH RFC] regulator: core: Support table based mapping inregulator_set_voltage_time_sel Axel Lin (Sun Jun 17 2012 - 22:11:33 EST)
- [PATCH 0/5] printk: Add eliminated_printk Joe Perches (Sun Jun 17 2012 - 22:26:06 EST)
- [PATCH 1/5] printk: Add eliminated_printk macro Joe Perches (Sun Jun 17 2012 - 22:26:06 EST)
- [PATCH 5/5] thinkpad_acpi: Convert dbg_printk to tp_dbg and tp_vdbg Joe Perches (Sun Jun 17 2012 - 22:26:20 EST)
- [PATCH 4/5] fujitsu-laptop: Convert dbg_printk and vdbg_printk to fuj_dbg Joe Perches (Sun Jun 17 2012 - 22:26:35 EST)
- [PATCH 3/5] usb: Convert dbg to pr_eliminated and pr_debug Joe Perches (Sun Jun 17 2012 - 22:26:45 EST)
- [PATCH 2/5] printk: Convert pr_devel to use eliminated_printk Joe Perches (Sun Jun 17 2012 - 22:26:57 EST)
- Re: [PATCH] extcon: max8997: Add missing kfree for info->edev inmax8997_muic_remove() 함명주 (Sun Jun 17 2012 - 22:43:20 EST)
- Re: [RFC PATCH 09/10] POWERPC: smp: remove call toipi_call_lock()/ipi_call_unlock() Yong Zhang (Sun Jun 17 2012 - 22:52:51 EST)
- Re: [PATCH] extcon: max8997: Add missing kfree for info->edev in max8997_muic_remove() Axel Lin (Sun Jun 17 2012 - 22:54:23 EST)
- [PATCH v2 1/5] tools lib traceevent: Replace malloc_or_die to plain calloc in alloc_event() Namhyung Kim (Sun Jun 17 2012 - 22:54:30 EST)
- [PATCH v2 3/5] tools lib traceevent: Introduce pevent_errno Namhyung Kim (Sun Jun 17 2012 - 22:54:32 EST)
- [PATCH v2 4/5] tools lib traceevent: Introduce pevent_strerror Namhyung Kim (Sun Jun 17 2012 - 22:54:36 EST)
- [PATCH v2 5/5] scripts/tags.sh: Teach [ce]tags about libtraceeevent error codes Namhyung Kim (Sun Jun 17 2012 - 22:54:41 EST)
- [PATCH v2 2/5] tools lib traceevent: Do not link broken field arg for an old ftrace event Namhyung Kim (Sun Jun 17 2012 - 22:55:33 EST)
- Re: [PATCH][ANNOUNCE]RIFS-ES Scheduling V1 release. Vikram Dhillon (Sun Jun 17 2012 - 23:01:27 EST)
- Re: [PATCH V6 07/13] perf: Generic pci uncore device support Yan, Zheng (Sun Jun 17 2012 - 23:06:00 EST)
- Re: [PATCH] x86: revert "x86: Fix S4 regression" Cong Wang (Sun Jun 17 2012 - 23:10:02 EST)
- Re: [PATCH v3 6/6] KVM: introduce readonly memslot Xiao Guangrong (Sun Jun 17 2012 - 23:11:11 EST)
- Re: [PATCH 2/2] irqdomain: Support one-shot tear down of domain mappings. Grant Likely (Sun Jun 17 2012 - 23:46:29 EST)
- What is the status of fanotify bugs? John (Mon Jun 18 2012 - 00:03:05 EST)
- [PATCH 03/22 v4] Input: atmel_mxt_ts - detect OOM when creating mt slots Daniel Kurtz (Mon Jun 18 2012 - 00:08:44 EST)
- [PATCH 05/22 v4] Input: atmel_mxt_ts - don't read T5 when dumping objects Daniel Kurtz (Mon Jun 18 2012 - 00:08:46 EST)
- [PATCH 07/22 v4] Input: atmel_mxt_ts - optimize reading objects in object sysfs entry Daniel Kurtz (Mon Jun 18 2012 - 00:09:13 EST)
- [PATCH 11/22 v4] Input: atmel_mxt_ts - add variable length __mxt_write_reg Daniel Kurtz (Mon Jun 18 2012 - 00:09:26 EST)
- [PATCH 01/22 v4] Input: atmel_mxt_ts - set phys to i2c client adapter name Daniel Kurtz (Mon Jun 18 2012 - 00:09:37 EST)
- [PATCH 09/22 v4] Input: atmel_mxt_ts - print all instances when dumping objects Daniel Kurtz (Mon Jun 18 2012 - 00:09:46 EST)
- [PATCH 21/22 v4] Input: atmel_mxt_ts - send all MT-B slots in one input report Daniel Kurtz (Mon Jun 18 2012 - 00:10:03 EST)
- [PATCH 12/22 v4] Input: atmel_mxt_ts - optimize writing of object table entries Daniel Kurtz (Mon Jun 18 2012 - 00:10:33 EST)
- [PATCH 18/22 v4] Input: atmel_mxt_ts - add detail to touchevent debug message Daniel Kurtz (Mon Jun 18 2012 - 00:10:44 EST)
- [PATCH 22/22 v4] Input: atmel_mxt_ts - parse T6 reports Daniel Kurtz (Mon Jun 18 2012 - 00:11:03 EST)
- [PATCH 17/22 v4] Input: atmel_mxt_ts - simplify event reporting Daniel Kurtz (Mon Jun 18 2012 - 00:11:20 EST)
- [PATCH 14/22 v4] Input: atmel_mxt_ts - don't re-read matrix after applying pdata Daniel Kurtz (Mon Jun 18 2012 - 00:11:31 EST)
- [PATCH 19/22 v4] Input: atmel_mxt_ts - cache T9 reportid range when reading object table Daniel Kurtz (Mon Jun 18 2012 - 00:11:43 EST)
- [PATCH 13/22 v4] Input: atmel_mxt_ts - read ID information block in one i2c transaction Daniel Kurtz (Mon Jun 18 2012 - 00:12:17 EST)
- [PATCH 16/22 v4] Input: atmel_mxt_ts - add sysfs entries to read fw and hw version Daniel Kurtz (Mon Jun 18 2012 - 00:12:33 EST)
- [PATCH 08/22 v4] Input: atmel_mxt_ts - print less overhead when dumping objects Daniel Kurtz (Mon Jun 18 2012 - 00:12:45 EST)
- [PATCH 10/22 v4] Input: atmel_mxt_ts - return errors from i2c layer Daniel Kurtz (Mon Jun 18 2012 - 00:12:59 EST)
- [PATCH 06/22 v4] Input: atmel_mxt_ts - use scnprintf for object sysfs entry Daniel Kurtz (Mon Jun 18 2012 - 00:13:24 EST)
- [PATCH 15/22 v4] Input: atmel_mxt_ts - update driver ID info logging Daniel Kurtz (Mon Jun 18 2012 - 00:13:38 EST)
- [PATCH 02/22 v4] Input: atmel_mxt_ts - use client name for irq Daniel Kurtz (Mon Jun 18 2012 - 00:13:59 EST)
- [PATCH 04/22 v4] Input: atmel_mxt_ts - warn if sysfs could not be created Daniel Kurtz (Mon Jun 18 2012 - 00:14:13 EST)
- [PATCH 00/22 v4] cleanup atmel_mxt_ts Daniel Kurtz (Mon Jun 18 2012 - 00:14:26 EST)
- [PATCH 20/22 v4] Input: atmel_mxt_ts - use T9 reportid range to init number of mt slots Daniel Kurtz (Mon Jun 18 2012 - 00:15:00 EST)
- Re: [PATCHv2] power_supply: Register battery as a thermal zone Anton Vorontsov (Mon Jun 18 2012 - 00:31:33 EST)
- [PATCH] ds2781_battery: w1_ds2781_read() should be static Anton Vorontsov (Mon Jun 18 2012 - 00:35:29 EST)
- Re: [PATCH] power_supply: pda_power: Complain if regulatoroperations fail Anton Vorontsov (Mon Jun 18 2012 - 00:37:13 EST)
- [PATCH] thermal: Constify 'type' argument for the registration routine Anton Vorontsov (Mon Jun 18 2012 - 00:52:45 EST)
- [PATCH] bug.h: Fix up powerpc build regression. Paul Mundt (Mon Jun 18 2012 - 00:54:15 EST)
- [PATCH] Makefile: fix up CROSS_COMPILE and READABLE_ASM interaction. Paul Mundt (Mon Jun 18 2012 - 00:55:04 EST)
- Re: linux-next: build failure in Linus' tree Paul Mundt (Mon Jun 18 2012 - 00:58:21 EST)
- RE: [PATCHv2] power_supply: Register battery as a thermal zone Tc, Jenny (Mon Jun 18 2012 - 01:11:58 EST)
- Re: [PATCH] regulator: tps62360: Simplify tps62360_set_voltage_time_selimplementation Axel Lin (Mon Jun 18 2012 - 01:20:18 EST)
- Re: [PATCH] regulator: tps62360: Simplify tps62360_set_voltage_time_selimplementation Laxman Dewangan (Mon Jun 18 2012 - 01:27:42 EST)
- [PATCH RESEND v7 1/3] mmc: core: Add packed command feature of eMMC4.5 Seungwon Jeon (Mon Jun 18 2012 - 01:42:55 EST)
- [PATCH RESEND v7 2/3] mmc: core: Support packed write command foreMMC4.5 device Seungwon Jeon (Mon Jun 18 2012 - 01:43:12 EST)
- Re: [PATCH] (was: Re: [PATCH v2] power: add knob for printing deviceresume times) Srivatsa S. Bhat (Mon Jun 18 2012 - 01:46:11 EST)
- [PATCH RESEND v7 3/3] mmc: core: Support packed read command foreMMC4.5 device Seungwon Jeon (Mon Jun 18 2012 - 01:46:31 EST)
- Re: [PATCH] pinctrl: Add one-register-per-pin type device treebased pinctrl driver Tony Lindgren (Mon Jun 18 2012 - 01:50:39 EST)
- [PATCH 1/2] regulator: Fix setting constraints->ramp_delay inof_get_regulation_constraints Axel Lin (Mon Jun 18 2012 - 01:59:29 EST)
- RE: [PATCH 4/5] intel_mid_thermal: Use struct dev_pm_ops for powermanagement R, Durgadoss (Mon Jun 18 2012 - 02:03:16 EST)
- [PATCH 2/2] regulator: core: Change the unit of ramp_delay frommV/uS to uV/uS Axel Lin (Mon Jun 18 2012 - 02:03:28 EST)
- Re: [PATCH 2/2] pinctrl: pinctrl-mxs: fix implicit declaration of free() Linus Walleij (Mon Jun 18 2012 - 02:04:42 EST)
- Re: [PATCH] pinctrl/pinctrl-u300: remove devm_kfree at driver unload Linus Walleij (Mon Jun 18 2012 - 02:07:27 EST)
- Re: [PATCH 3/5] usb: Convert dbg to pr_eliminated and pr_debug Paul Mundt (Mon Jun 18 2012 - 02:08:25 EST)
- Re: [PATCH] pinctrl/pinctrl-core: cleanup pinctrl_register Linus Walleij (Mon Jun 18 2012 - 02:10:06 EST)
- [PATCH v3 0/3] perf script: Add general event support to event handler of python script Feng Tang (Mon Jun 18 2012 - 02:14:31 EST)
- [PATCH v3 1/3] perf script: Add general python handler to process non-tracepoint events Feng Tang (Mon Jun 18 2012 - 02:14:32 EST)
- [PATCH v3 2/3] perf script: Replace "struct thread" with "struct addr_location" as a parameter for "process_event()" Feng Tang (Mon Jun 18 2012 - 02:14:35 EST)
- [PATCH v3 3/3] perf script/python: Pass event/thread/dso name and symbol info to event handler in python Feng Tang (Mon Jun 18 2012 - 02:14:44 EST)
- Re: [PATCH] pinctrl: mxs: Use kfree to fix build error devendra.aaru (Mon Jun 18 2012 - 02:15:14 EST)
- Re: [PATCH RFT 1/2] regulator: ab8500: Use regulator_list_voltage_linearfor ab8500_regulator_fixed_ops Linus Walleij (Mon Jun 18 2012 - 02:15:38 EST)
- Kernel 3.3.8 breaks accidental ext3 mount of extended partition Torsten Hilbrich (Mon Jun 18 2012 - 02:18:27 EST)
- Re: [PATCH] thermal: Constify 'type' argument for the registrationroutine Jean Delvare (Mon Jun 18 2012 - 02:19:10 EST)
- [PATCH] bq27x00_battery: Add support for BQ27425 chip Saranya Gopal (Mon Jun 18 2012 - 02:19:44 EST)
- Re: [PATCHv2] power_supply: Register battery as a thermal zone Anton Vorontsov (Mon Jun 18 2012 - 02:21:01 EST)
- RE: [PATCHv2] power_supply: Register battery as a thermal zone Tc, Jenny (Mon Jun 18 2012 - 02:23:49 EST)
- [PATCH RFT] regulator: s5m8767: Convert otregulator_list_voltage_linear Axel Lin (Mon Jun 18 2012 - 02:25:27 EST)
- [PATCH v5 0/13] SATA ZPODD support Lin Ming (Mon Jun 18 2012 - 02:26:22 EST)
- [PATCH v5 03/12] libata: migrate ACPI code over to new bindings Lin Ming (Mon Jun 18 2012 - 02:26:29 EST)
- [PATCH v5 06/12] libata-acpi: add ata port runtime D3Cold support Lin Ming (Mon Jun 18 2012 - 02:26:36 EST)
- [PATCH v5 08/12] libata: detect Device Attention support Lin Ming (Mon Jun 18 2012 - 02:26:42 EST)
- [PATCH v5 11/12] [SCSI] sr: support zero power ODD Lin Ming (Mon Jun 18 2012 - 02:26:42 EST)
- [PATCH v5 10/12] [SCSI] sr: check support for device busy class events Lin Ming (Mon Jun 18 2012 - 02:27:08 EST)
- Re: [PATCH] pinctrl: mxs: Use kfree to fix build error Linus Walleij (Mon Jun 18 2012 - 02:27:22 EST)
- [PATCH v5 12/12] [SCSI] sr: make sure ODD is in resumed state in block ioctl Lin Ming (Mon Jun 18 2012 - 02:27:34 EST)
- [PATCH v5 09/12] libata: tell scsi layer device supports runtime power off Lin Ming (Mon Jun 18 2012 - 02:28:04 EST)
- Re: [PATCH][ANNOUNCE]RIFS-ES Scheduling V1 release. Chen (Mon Jun 18 2012 - 02:28:07 EST)
- [PATCH v5 07/12] libata-acpi: register/unregister device to/from power resource Lin Ming (Mon Jun 18 2012 - 02:28:46 EST)
- [PATCH v5 05/12] libata-acpi: set acpi state for SATA port Lin Ming (Mon Jun 18 2012 - 02:29:07 EST)
- [PATCH v5 02/12] libata: bind the Linux device tree to the ACPI device tree Lin Ming (Mon Jun 18 2012 - 02:29:28 EST)
- [PATCH v5 04/12] libata: use correct PCI devices Lin Ming (Mon Jun 18 2012 - 02:29:43 EST)
- [PATCH v5 01/12] [SCSI]: add wrapper to access and set scsi_bus_type in struct acpi_bus_type Lin Ming (Mon Jun 18 2012 - 02:30:16 EST)
- Re: [PATCH 1/5 v2] mmc: bfin_sdh: limit mmc DMA segment len to 1 for bf518. Sonic Zhang (Mon Jun 18 2012 - 02:31:23 EST)
- Re: [PATCH v5 00/12] SATA ZPODD support Lin Ming (Mon Jun 18 2012 - 02:33:03 EST)
- Re: [PATCH] cpuidle: move field disable from per-driver to per-cpu Yanmin Zhang (Mon Jun 18 2012 - 02:41:23 EST)
- RE: [PATCH] sched: Folding nohz load accounting more accurate Doug Smythies (Mon Jun 18 2012 - 02:42:17 EST)
- Re: [PATCH] tmp patch to fix hotplug issue in CMCI storm Chen Gong (Mon Jun 18 2012 - 02:42:34 EST)
- [PATCH V2] tmp patch to fix hotplug issue in CMCI storm Chen Gong (Mon Jun 18 2012 - 02:44:30 EST)
- [PATCH v2 0/3] Improve virtio-blk performance Asias He (Mon Jun 18 2012 - 02:52:27 EST)
- [PATCH 1/3] block: Introduce __blk_segment_map_sg() helper Asias He (Mon Jun 18 2012 - 02:52:32 EST)
- [PATCH v2 2/3] block: Add blk_bio_map_sg() helper Asias He (Mon Jun 18 2012 - 02:52:39 EST)
- [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Asias He (Mon Jun 18 2012 - 02:52:40 EST)
- linux-next: Tree for Jun 18 Stephen Rothwell (Mon Jun 18 2012 - 02:53:43 EST)
- Re: [PATCH 3/5] acer-wmi: Use struct dev_pm_ops for powermanagement joeyli (Mon Jun 18 2012 - 02:57:04 EST)
- Re: [RFC patch 5/5] infiniband: ehca: Use hotplug thread infrastructure Rusty Russell (Mon Jun 18 2012 - 02:57:56 EST)
- Re: [PATCH] init: add comments to keep initcall-names in sync with initcall levels Rusty Russell (Mon Jun 18 2012 - 02:58:10 EST)
- Re: [PATCH 4/5] fujitsu-laptop: Convert dbg_printk and vdbg_printkto fuj_dbg Jonathan Woithe (Mon Jun 18 2012 - 03:08:26 EST)
- [PATCHv2 1/2] sched: Folding nohz load accounting more accurate Charles Wang (Mon Jun 18 2012 - 03:13:56 EST)
- [PATCH 2/2] sched: Try fix sampling time line for idle Charles Wang (Mon Jun 18 2012 - 03:14:02 EST)
- Re: Fwd: [PATCH 1/3] i2c: Add Device Tree support to the NomadikI2C driver Lee Jones (Mon Jun 18 2012 - 03:18:06 EST)
- Re: [PATCH v2 0/5] Export offsets of VMCS fields as note informationfor kdump YOSHIDA Masanori (Mon Jun 18 2012 - 03:26:02 EST)
- Re: wishlist: vnc framebuffer device? Harald Dunkel (Mon Jun 18 2012 - 03:29:30 EST)
- [PATCH] Fixing double brelse'ing bh allocated in gfs2_meta_readwhen EIO occurs Masatake YAMATO (Mon Jun 18 2012 - 03:31:35 EST)
- Re: [PATCH V6 08/13] perf: Add Sandy Bridge-EP uncore support Peter Zijlstra (Mon Jun 18 2012 - 03:42:38 EST)
- Re: [PATCH V6 07/13] perf: Generic pci uncore device support Peter Zijlstra (Mon Jun 18 2012 - 03:43:10 EST)
- Re: [alsa-devel] [PATCH] snd-opti9xx: fixes for MED3931 card (opti931) Takashi Iwai (Mon Jun 18 2012 - 03:44:31 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Rusty Russell (Mon Jun 18 2012 - 03:46:49 EST)
- RE: [PATCH] power_supply: Add charge_current and charge_voltageproperties and use it in smb347 Pallala, Ramakrishna (Mon Jun 18 2012 - 03:50:19 EST)
- Re: [PATCH/RFC 0/2] ARM: DMA-mapping: new extensions for buffersharing (part 2) Hiroshi Doyu (Mon Jun 18 2012 - 03:51:13 EST)
- RE: [PATCH] max17042_battery: Support CHARGE_COUNTER power supplyattribute Pallala, Ramakrishna (Mon Jun 18 2012 - 03:52:19 EST)
- Re: Fwd: [PATCH 1/3] i2c: Add Device Tree support to the NomadikI2C driver Srinidhi Kasagar (Mon Jun 18 2012 - 03:59:36 EST)
- Re: [PATCH V2] tmp patch to fix hotplug issue in CMCI storm Thomas Gleixner (Mon Jun 18 2012 - 04:01:05 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Asias He (Mon Jun 18 2012 - 04:02:02 EST)
- Re: [RFC patch 5/5] infiniband: ehca: Use hotplug threadinfrastructure Thomas Gleixner (Mon Jun 18 2012 - 04:08:38 EST)
- Re: wishlist: vnc framebuffer device? richard -rw- weinberger (Mon Jun 18 2012 - 04:13:58 EST)
- [PATCH] regulator: extend the fixed voltage regulator to acceptvoltage Guennadi Liakhovetski (Mon Jun 18 2012 - 04:20:07 EST)
- Re: [PATCH v5] slab/mempolicy: always use local policy from interruptcontext KOSAKI Motohiro (Mon Jun 18 2012 - 04:20:52 EST)
- Re: Crypto Fixes for 3.5 Herbert Xu (Mon Jun 18 2012 - 04:24:47 EST)
- Re: [PATCH] trivial, memory hotplug: add kswapd_is_running() forbetter readability KOSAKI Motohiro (Mon Jun 18 2012 - 04:25:16 EST)
- Re: [PATCH 1/8] /proc/net/ entries for bluetooth protocols Andrei Emeltchenko (Mon Jun 18 2012 - 04:27:09 EST)
- Re: [PATCH 06/14] mfd: Initialise the DB8500 PRCMU driver at core_initcalltime Lee Jones (Mon Jun 18 2012 - 04:32:46 EST)
- Re: [ 60/69] usb-storage: Add 090c:1000 to unusal-devs Hans de Goede (Mon Jun 18 2012 - 04:35:36 EST)
- Re: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmd plugins Namhyung Kim (Mon Jun 18 2012 - 04:39:22 EST)
- cpuidle future and improvements Daniel Lezcano (Mon Jun 18 2012 - 04:40:47 EST)
- Re: Fwd: [PATCH 1/3] i2c: Add Device Tree support to the NomadikI2C driver Lee Jones (Mon Jun 18 2012 - 04:41:03 EST)
- RE: [PATCH] KVM: Use IRQF_ONESHOT for assigned device MSI interrupts Ren, Yongjie (Mon Jun 18 2012 - 04:46:43 EST)
- Re: [RFC patch V2 2/7] kthread: Implement park/unpark facility Namhyung Kim (Mon Jun 18 2012 - 04:47:07 EST)
- Re: [RFC patch 2/5] smpboot: Provide infrastructure for percpuhotplug threads Cyrill Gorcunov (Mon Jun 18 2012 - 04:47:14 EST)
- Re: [RFC patch V2 2/7] kthread: Implement park/unpark facility Thomas Gleixner (Mon Jun 18 2012 - 04:50:06 EST)
- [tip:perf/core] uprobes: Valid_vma() should reject VM_HUGETLB tip-bot for Oleg Nesterov (Mon Jun 18 2012 - 04:50:32 EST)
- Re: [RFC patch 2/5] smpboot: Provide infrastructure for percpuhotplug threads Thomas Gleixner (Mon Jun 18 2012 - 04:50:50 EST)
- [tip:perf/core] uprobes: __copy_insn() should ensure a_ops->readpage != NULL tip-bot for Oleg Nesterov (Mon Jun 18 2012 - 04:51:32 EST)
- [tip:perf/core] uprobes: Write_opcode()->__replace_page() can race with try_to_unmap() tip-bot for Oleg Nesterov (Mon Jun 18 2012 - 04:52:07 EST)
- [tip:perf/core] uprobes: Install_breakpoint() should fail if is_swbp_insn() == T tip-bot for Oleg Nesterov (Mon Jun 18 2012 - 04:53:00 EST)
- [tip:perf/core] uprobes: Rework register_for_each_vma() to make it O(n) tip-bot for Oleg Nesterov (Mon Jun 18 2012 - 04:53:51 EST)
- [tip:perf/core] uprobes: Change build_map_info() to try kmalloc(GFP_NOWAIT) first tip-bot for Oleg Nesterov (Mon Jun 18 2012 - 04:54:42 EST)
- [tip:perf/core] uprobes: Document uprobe_register() vs uprobe_mmap() race tip-bot for Peter Zijlstra (Mon Jun 18 2012 - 04:55:43 EST)
- Re: [PATCH][GIT PULL][v3.5] ftrace: Make all inline tags alsoinclude notrace Ingo Molnar (Mon Jun 18 2012 - 04:56:26 EST)
- [tip:perf/core] uprobes: Copy_insn() shouldn't depend on mm/vma/vaddr tip-bot for Oleg Nesterov (Mon Jun 18 2012 - 04:56:50 EST)
- [tip:perf/core] uprobes: Copy_insn() should not return -ENOMEM if __copy_insn() fails tip-bot for Oleg Nesterov (Mon Jun 18 2012 - 04:57:22 EST)
- [tip:perf/core] uprobes: No need to re-check vma_address() in write_opcode() tip-bot for Oleg Nesterov (Mon Jun 18 2012 - 04:58:13 EST)
- Re: [PATCH 3.5] c/r: prctl: less paranoid prctl_set_mm_exe_file() Cyrill Gorcunov (Mon Jun 18 2012 - 04:58:22 EST)
- [tip:perf/core] uprobes: Move BUG_ON(UPROBE_SWBP_INSN_SIZE) from write_opcode() to install_breakpoint() tip-bot for Oleg Nesterov (Mon Jun 18 2012 - 04:59:05 EST)
- [tip:perf/core] uprobes: Simplify the usage of uprobe->pending_list tip-bot for Oleg Nesterov (Mon Jun 18 2012 - 05:00:09 EST)
- [tip:perf/core] uprobes: Don't use loff_t for the valid virtual address tip-bot for Oleg Nesterov (Mon Jun 18 2012 - 05:00:51 EST)
- [tip:perf/core] uprobes: __copy_insn() needs "loff_t offset" tip-bot for Oleg Nesterov (Mon Jun 18 2012 - 05:01:42 EST)
- Re: [PATCH] crypto: aes - make assembler implementation defaultfor i386 and x86-64 Herbert Xu (Mon Jun 18 2012 - 05:02:09 EST)
- [tip:perf/core] uprobes: Remove the unnecessary initialization in add_utask() tip-bot for Oleg Nesterov (Mon Jun 18 2012 - 05:02:37 EST)
- Re: [PATCH 08/14] mfd: Add IRQ domain support for the AB8500 Lee Jones (Mon Jun 18 2012 - 05:02:53 EST)
- Re: [PATCH] bq27x00_battery: Add support for BQ27425 chip Lars-Peter Clausen (Mon Jun 18 2012 - 05:03:01 EST)
- RE: [PATCH/RFC 0/2] ARM: DMA-mapping: new extensions for buffersharing (part 2) Marek Szyprowski (Mon Jun 18 2012 - 05:03:41 EST)
- Re: [PATCH] vga_switcheroo.h: fix pci_dev warning Takashi Iwai (Mon Jun 18 2012 - 05:04:38 EST)
- Re: BUG in __key_instantiate_and_link(): unable to handle kernelpaging request at 0000632e6472616f Andre Tomt (Mon Jun 18 2012 - 05:04:58 EST)
- Re: [PATCH] perf tools: Fix an error on perf-bench document Ingo Molnar (Mon Jun 18 2012 - 05:05:07 EST)
- Re: [PATCH 0/2] x86,nmi: Section header fixes Ingo Molnar (Mon Jun 18 2012 - 05:07:31 EST)
- Re: [PATCH v2 0/3] Improve virtio-blk performance Stefan Hajnoczi (Mon Jun 18 2012 - 05:14:26 EST)
- Re: [RFC][PATCH 05/13 v2] ftrace/x86: Add separate function to saveregs Masami Hiramatsu (Mon Jun 18 2012 - 05:15:05 EST)
- Re: [PATCH 1/2] x86, irq: update irq_cfg domain unless the newaffinity is a subset of the current domain Alexander Gordeev (Mon Jun 18 2012 - 05:17:44 EST)
- Re: [PATCH] gpio: of_get_named_gpio_flags() return -EPROBE_DEFERif GPIO not yet available Roland Stigge (Mon Jun 18 2012 - 05:19:14 EST)
- [PATCH] spi: spi-pl022: Adjust probe() to of_get_named_gpio() returning -EPROBE_DEFER Roland Stigge (Mon Jun 18 2012 - 05:21:01 EST)
- Re: [PATCH V6 06/13] perf: Add Nehalem and Sandy Bridge uncore support Stephane Eranian (Mon Jun 18 2012 - 05:23:26 EST)
- Re: [ 60/69] usb-storage: Add 090c:1000 to unusal-devs Simon Raffeiner (Mon Jun 18 2012 - 05:24:21 EST)
- [PATCH] mips: pci-lantiq: Fix check for valid gpio Roland Stigge (Mon Jun 18 2012 - 05:28:37 EST)
- Re: [PATCH 0/2] x86/mm: remove arch-specific PTE/PMD get-and-clear functions Rusty Russell (Mon Jun 18 2012 - 05:29:19 EST)
- Re: [PATCH 08/14] mfd: Add IRQ domain support for the AB8500 Mark Brown (Mon Jun 18 2012 - 05:32:48 EST)
- Re: [RFC PATCH 0/5] omap: add ocp2scp as a misc driver ABRAHAM, KISHON VIJAY (Mon Jun 18 2012 - 05:34:43 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Stefan Hajnoczi (Mon Jun 18 2012 - 05:37:05 EST)
- Re: [PATCH v2 0/3] Improve virtio-blk performance Asias He (Mon Jun 18 2012 - 05:37:40 EST)
- Re: [PATCH RFT 1/2] regulator: ab8500: Useregulator_list_voltage_linear for ab8500_regulator_fixed_ops Mark Brown (Mon Jun 18 2012 - 05:38:14 EST)
- Re: [PATCH] regulator: extend the fixed voltage regulator to acceptvoltage Mark Brown (Mon Jun 18 2012 - 05:41:42 EST)
- [no subject] sakthiperumal karuthasamy (Mon Jun 18 2012 - 05:44:17 EST)
- Re: [PATCH 1/2] regulator: Fix setting constraints->ramp_delay inof_get_regulation_constraints Mark Brown (Mon Jun 18 2012 - 05:44:37 EST)
- Re: [PATCH 2/2] regulator: core: Change the unit of ramp_delay frommV/uS to uV/uS Mark Brown (Mon Jun 18 2012 - 05:50:14 EST)
- Re: [PATCH v3 6/6] KVM: introduce readonly memslot Avi Kivity (Mon Jun 18 2012 - 05:50:24 EST)
- Re: [PATCH] regulator: extend the fixed voltage regulator to acceptvoltage Guennadi Liakhovetski (Mon Jun 18 2012 - 05:52:16 EST)
- [PATCH] OMAP7XX: Remove omap730.h and omap850.h Paul Bolle (Mon Jun 18 2012 - 05:58:19 EST)
- Re: [PATCH RFC] regulator: core: Support table based mapping inregulator_set_voltage_time_sel Mark Brown (Mon Jun 18 2012 - 05:58:39 EST)
- [PATCH v2 1/8] /proc/net/ entries for bluetooth protocols Masatake YAMATO (Mon Jun 18 2012 - 06:00:14 EST)
- [PATCH v2 2/8] Added /proc/net/bnep via bt_procfs_init() Masatake YAMATO (Mon Jun 18 2012 - 06:00:46 EST)
- [PATCH v2 3/8] Added /proc/net/cmtp via bt_procfs_init() Masatake YAMATO (Mon Jun 18 2012 - 06:01:37 EST)
- [PATCH v2 4/8] Added /proc/net/hci via bt_procfs_init() Masatake YAMATO (Mon Jun 18 2012 - 06:01:57 EST)
- [PATCH v2 5/8] Added /proc/net/hidp via bt_procfs_init() Masatake YAMATO (Mon Jun 18 2012 - 06:03:33 EST)
- [PATCH v2 6/8] Added /proc/net/l2cap via bt_procfs_init() Masatake YAMATO (Mon Jun 18 2012 - 06:03:58 EST)
- [PATCH v2 7/8] Added /proc/net/rfcomm via bt_procfs_init() Masatake YAMATO (Mon Jun 18 2012 - 06:04:16 EST)
- Re: What is the status of fanotify bugs? (ENOMAINTAINER ?) Alan Cox (Mon Jun 18 2012 - 06:04:38 EST)
- [PATCH v2 8/8] Added /proc/net/sco via bt_procfs_init() Masatake YAMATO (Mon Jun 18 2012 - 06:04:45 EST)
- Re: [PATCH] regulator: extend the fixed voltage regulator to acceptvoltage Mark Brown (Mon Jun 18 2012 - 06:06:55 EST)
- Re: [PATCH] sched: Folding nohz load accounting more accurate Charles Wang (Mon Jun 18 2012 - 06:07:10 EST)
- Re: [PATCH v3 6/6] KVM: introduce readonly memslot Avi Kivity (Mon Jun 18 2012 - 06:11:03 EST)
- RE: [PATCH] sched: Folding nohz load accounting more accurate Peter Zijlstra (Mon Jun 18 2012 - 06:13:22 EST)
- Re: [PATCH V2] tmp patch to fix hotplug issue in CMCI storm Chen Gong (Mon Jun 18 2012 - 06:13:39 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Michael S. Tsirkin (Mon Jun 18 2012 - 06:13:55 EST)
- Re: [PATCH] regulator: extend the fixed voltage regulator to acceptvoltage Guennadi Liakhovetski (Mon Jun 18 2012 - 06:13:58 EST)
- Re: [PATCH v3 4/6] KVM: pass slot to hva_to_pfn Avi Kivity (Mon Jun 18 2012 - 06:15:37 EST)
- Re: [PATCH v3 5/6] KVM: introduce gfn_to_hva_read/kvm_read_hva/kvm_read_hva_atomic Avi Kivity (Mon Jun 18 2012 - 06:16:35 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Rusty Russell (Mon Jun 18 2012 - 06:18:33 EST)
- Re: [PATCH 08/14] mfd: Add IRQ domain support for the AB8500 Russell King - ARM Linux (Mon Jun 18 2012 - 06:20:15 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Michael S. Tsirkin (Mon Jun 18 2012 - 06:21:11 EST)
- [PATCH] x86/microcode: microcode_id[] can be __initconst Jan Beulich (Mon Jun 18 2012 - 06:28:51 EST)
- [PATCH] x86: free_initrd_mem() can be __init Jan Beulich (Mon Jun 18 2012 - 06:30:20 EST)
- [PATCH v4 00/25] kmem limitation for memcg Glauber Costa (Mon Jun 18 2012 - 06:30:45 EST)
- [PATCH v4 01/25] slab: rename gfpflags to allocflags Glauber Costa (Mon Jun 18 2012 - 06:30:46 EST)
- [PATCH v4 02/25] provide a common place for initcall processing in kmem_cache Glauber Costa (Mon Jun 18 2012 - 06:30:51 EST)
- [PATCH v4 03/25] slab: move FULL state transition to an initcall Glauber Costa (Mon Jun 18 2012 - 06:30:55 EST)
- [PATCH v4 05/25] memcg: Always free struct memcg through schedule_work() Glauber Costa (Mon Jun 18 2012 - 06:31:02 EST)
- [PATCH v4 07/25] memcg: Reclaim when more than one page needed. Glauber Costa (Mon Jun 18 2012 - 06:31:11 EST)
- [PATCH v4 08/25] memcg: change defines to an enum Glauber Costa (Mon Jun 18 2012 - 06:31:15 EST)
- [PATCH v4 11/25] consider a memcg parameter in kmem_create_cache Glauber Costa (Mon Jun 18 2012 - 06:31:19 EST)
- [PATCH v4 12/25] sl[au]b: always get the cache from its page in kfree Glauber Costa (Mon Jun 18 2012 - 06:31:25 EST)
- [PATCH v4 13/25] Add a __GFP_SLABMEMCG flag Glauber Costa (Mon Jun 18 2012 - 06:31:37 EST)
- [PATCH v4 17/25] skip memcg kmem allocations in specified code regions Glauber Costa (Mon Jun 18 2012 - 06:31:41 EST)
- [PATCH v4 18/25] mm: Allocate kernel pages to the right memcg Glauber Costa (Mon Jun 18 2012 - 06:31:45 EST)
- [PATCH v4 19/25] memcg: disable kmem code when not in use. Glauber Costa (Mon Jun 18 2012 - 06:31:56 EST)
- [PATCH v4 22/25] slab: slab-specific propagation changes. Glauber Costa (Mon Jun 18 2012 - 06:32:03 EST)
- [PATCH v4 24/25] memcg/slub: shrink dead caches Glauber Costa (Mon Jun 18 2012 - 06:32:10 EST)
- [PATCH v4 23/25] memcg: propagate kmem limiting information to children Glauber Costa (Mon Jun 18 2012 - 06:32:29 EST)
- [PATCH v4 20/25] memcg: destroy memcg caches Glauber Costa (Mon Jun 18 2012 - 06:32:53 EST)
- [PATCH v4 21/25] Track all the memcg children of a kmem_cache. Glauber Costa (Mon Jun 18 2012 - 06:33:18 EST)
- [PATCH v4 25/25] Documentation: add documentation for slab tracker for memcg Glauber Costa (Mon Jun 18 2012 - 06:33:33 EST)
- [PATCH] x86/PCI: adjust section annotations Jan Beulich (Mon Jun 18 2012 - 06:34:12 EST)
- [PATCH v4 15/25] allow enable_cpu_cache to use preset values for its tunables Glauber Costa (Mon Jun 18 2012 - 06:34:26 EST)
- [PATCH v4 14/25] memcg: kmem controller dispatch infrastructure Glauber Costa (Mon Jun 18 2012 - 06:34:36 EST)
- [PATCH v4 16/25] don't do __ClearPageSlab before freeing slab page. Glauber Costa (Mon Jun 18 2012 - 06:34:41 EST)
- [PATCH v4 10/25] slab/slub: struct memcg_params Glauber Costa (Mon Jun 18 2012 - 06:35:27 EST)
- [PATCH v4 09/25] kmem slab accounting basic infrastructure Glauber Costa (Mon Jun 18 2012 - 06:35:49 EST)
- [PATCH v4 06/25] memcg: Make it possible to use the stock for more than one page. Glauber Costa (Mon Jun 18 2012 - 06:36:18 EST)
- [PATCH v4 04/25] Wipe out CFLGS_OFF_SLAB from flags during initial slab creation Glauber Costa (Mon Jun 18 2012 - 06:36:34 EST)
- Re: [PATCH 2/2] iommu/tegra: gart: Reserve iomem resource Hiroshi Doyu (Mon Jun 18 2012 - 06:37:47 EST)
- [PATCH] x86: move call to print_modules() out of show_regs() Jan Beulich (Mon Jun 18 2012 - 06:40:11 EST)
- Re: [patch] UBIFS: add key state map data structure and accessors Artem Bityutskiy (Mon Jun 18 2012 - 06:40:21 EST)
- BUG: scheduling while atomic: chcpu/6197/0x00000002 Thomas Sattler (Mon Jun 18 2012 - 06:42:14 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Stefan Hajnoczi (Mon Jun 18 2012 - 06:45:48 EST)
- Re: [RFC GIT PULL] nohz: Basic cputime accounting for adaptivetickless Martin Schwidefsky (Mon Jun 18 2012 - 06:46:42 EST)
- Re: [PATCH 2/4] Staging: xgifb: reorder the code a bit to be moremodule friendly Miguel Gómez (Mon Jun 18 2012 - 06:52:34 EST)
- Re: [PATCH][ANNOUNCE]RIFS-ES Scheduling V1 release. Chen (Mon Jun 18 2012 - 06:56:20 EST)
- Re: [PATCH v2 0/3] Improve virtio-blk performance Stefan Hajnoczi (Mon Jun 18 2012 - 06:58:50 EST)
- Re: [PATCH] KVM: Use IRQF_ONESHOT for assigned device MSI interrupts Avi Kivity (Mon Jun 18 2012 - 07:01:07 EST)
- Michelle Miller Recommends Advanced Sports to you easyprofit (Mon Jun 18 2012 - 07:09:49 EST)
- [PATCH] arm: zynq: Support GIC OF initialization Michal Simek (Mon Jun 18 2012 - 07:11:31 EST)
- [PATCH 2/8] Staging: xgifb: remove DEBUGPRN() macro and its uses. Miguel GÃmez (Mon Jun 18 2012 - 07:12:35 EST)
- [PATCH 6/8] Staging: xgifb: Remove printk usage. Miguel GÃmez (Mon Jun 18 2012 - 07:12:37 EST)
- [PATCH 8/8] Staging: xgifb: Replace pr_* with dev_* when possible. Miguel GÃmez (Mon Jun 18 2012 - 07:12:51 EST)
- [PATCH 7/8] Staging: xgifb: Fix sparse warnings. Miguel GÃmez (Mon Jun 18 2012 - 07:13:09 EST)
- Re: [PATCH] spi: spi-pl022: Adjust probe() to of_get_named_gpio()returning -EPROBE_DEFER Roland Stigge (Mon Jun 18 2012 - 07:13:19 EST)
- [PATCH 5/8] Staging: xgifb: Remove XGIFAIL() macro and its calls. Miguel GÃmez (Mon Jun 18 2012 - 07:13:39 EST)
- [PATCH 3/8] Staging: xgifb: remove DPRINTK() macro and replace it with pr_debug. Miguel GÃmez (Mon Jun 18 2012 - 07:13:41 EST)
- [PATCH 0/8] Homogenize application output and fix sparse warnings. Miguel GÃmez (Mon Jun 18 2012 - 07:14:12 EST)
- [PATCH 4/8] Staging: xgifb: define real dumpVGAReg() content only in DEBUG mode. Miguel GÃmez (Mon Jun 18 2012 - 07:14:17 EST)
- [PATCH 1/8] Staging: xgifb: reformat module parameter descriptions. Miguel GÃmez (Mon Jun 18 2012 - 07:14:40 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Dor Laor (Mon Jun 18 2012 - 07:14:51 EST)
- Re: [PATCH] gpio: of_get_named_gpio_flags() return -EPROBE_DEFERif GPIO not yet available Roland Stigge (Mon Jun 18 2012 - 07:24:19 EST)
- [PATCH 0/7] Initial release of Samsung S2MPS11 pmic driver Sangbeom Kim (Mon Jun 18 2012 - 07:28:22 EST)
- [PATCH 1/7] mfd: samsung: Rename and Replace file and directory Sangbeom Kim (Mon Jun 18 2012 - 07:28:34 EST)
- [PATCH 2/7] regulator: s5m8767: Modify header file and Kconfig Sangbeom Kim (Mon Jun 18 2012 - 07:28:49 EST)
- [PATCH 3/7] mfd: samsung: Modify samsung mfd driver for common api Sangbeom Kim (Mon Jun 18 2012 - 07:29:04 EST)
- [PATCH 4/7] regulator: s5m8767: Modify function and variable name Sangbeom Kim (Mon Jun 18 2012 - 07:29:20 EST)
- [PATCH 5/7] mfd: samsung: Modify samsung mfd header Sangbeom Kim (Mon Jun 18 2012 - 07:29:29 EST)
- [PATCH 6/7] regualtor: Add samsung s2mps11 regulator driver Sangbeom Kim (Mon Jun 18 2012 - 07:29:38 EST)
- [PATCH 7/7] mfd: s2mps11: Add samsung s2mps11 pmic Sangbeom Kim (Mon Jun 18 2012 - 07:29:44 EST)
- Re: [PATCH 2/3] ARM: ux500: Add i2c configurations to the Device Treefor DB8500 based devices Linus Walleij (Mon Jun 18 2012 - 07:30:06 EST)
- PROBLEM: New 3.5.0-rcx kernel hang after uncompressing the kernelimage on Orion ARM machine linkstation pro cloudy.linux (Mon Jun 18 2012 - 07:30:16 EST)
- ARM SMP/GIC/LDS patches for Xilinx Zynq remoteproc Michal Simek (Mon Jun 18 2012 - 07:30:26 EST)
- [RFC PATCH 1/8] ARM: gic: Support forcing cpumask for possible cpus in the system Michal Simek (Mon Jun 18 2012 - 07:30:36 EST)
- [RFC PATCH 3/8] ARM: gic: Introduce new gic_set_cpu Michal Simek (Mon Jun 18 2012 - 07:30:42 EST)
- [RFC PATCH 4/8] ARM: smp: Move cpu initialization directly to ipi_cpu_stop Michal Simek (Mon Jun 18 2012 - 07:30:45 EST)
- [RFC PATCH 5/8] AMP: smp: Extend number of IPIs Michal Simek (Mon Jun 18 2012 - 07:30:48 EST)
- [RFC PATCH 6/8] ARM: smp: Use generic API for ipi Michal Simek (Mon Jun 18 2012 - 07:30:54 EST)
- [RFC PATCH 7/8] ARM: vmlinux.lds: Setup physical load address not virtual Michal Simek (Mon Jun 18 2012 - 07:31:04 EST)
- [RFC PATCH 8/8] ARM: vmlinux.lds: Setup correct entry point to physical address Michal Simek (Mon Jun 18 2012 - 07:31:08 EST)
- [RFC PATCH 2/8] ARM: gic: Export gic_raise_softirq function for kernel modules Michal Simek (Mon Jun 18 2012 - 07:32:05 EST)
- Re: [RFC PATCH 1/8] ARM: gic: Support forcing cpumask for possiblecpus in the system Russell King - ARM Linux (Mon Jun 18 2012 - 07:33:42 EST)
- Re: [RFC PATCH 4/8] ARM: smp: Move cpu initialization directly toipi_cpu_stop Russell King - ARM Linux (Mon Jun 18 2012 - 07:34:22 EST)
- RE: [PATCH RESEND v7 1/3] mmc: core: Add packed command feature of eMMC4.5 Subhash Jadavani (Mon Jun 18 2012 - 07:34:32 EST)
- Re: [RFC PATCH 5/8] AMP: smp: Extend number of IPIs Russell King - ARM Linux (Mon Jun 18 2012 - 07:35:48 EST)
- Re: [PATCH] pinctrl: mxs: Use kfree to fix build error devendra.aaru (Mon Jun 18 2012 - 07:36:07 EST)
- Re: [RFC PATCH 6/8] ARM: smp: Use generic API for ipi Russell King - ARM Linux (Mon Jun 18 2012 - 07:36:17 EST)
- Re: [RFC PATCH 8/8] ARM: vmlinux.lds: Setup correct entry point tophysical address Russell King - ARM Linux (Mon Jun 18 2012 - 07:37:17 EST)
- Re: [PATCH 2/3] ARM: ux500: Add i2c configurations to the DeviceTree for DB8500 based devices Lee Jones (Mon Jun 18 2012 - 07:37:52 EST)
- Re: [PATCH v5 04/12] libata: use correct PCI devices Sergei Shtylyov (Mon Jun 18 2012 - 07:38:00 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Sasha Levin (Mon Jun 18 2012 - 07:38:34 EST)
- Why does ionice(1) ban the user to set back to 'none' class? Zheng Liu (Mon Jun 18 2012 - 07:40:40 EST)
- Re: [RFC PATCH 1/8] ARM: gic: Support forcing cpumask for possiblecpus in the system Michal Simek (Mon Jun 18 2012 - 07:41:53 EST)
- My dear good friend can we do this? Cpt, Dwire Willie Baum (Mon Jun 18 2012 - 07:43:33 EST)
- Re: Punching hole using fallocate is not removing the uninit extentfrom extent tree Namjae Jeon (Mon Jun 18 2012 - 07:45:14 EST)
- Re: [RFC PATCH 8/8] ARM: vmlinux.lds: Setup correct entry point tophysical address Michal Simek (Mon Jun 18 2012 - 07:45:43 EST)
- Q: return of pinctrl_register and handing at drivers that use this function devendra.aaru (Mon Jun 18 2012 - 07:47:16 EST)
- Re: [PATCH] spi: spi-pl022: Adjust probe() to of_get_named_gpio()returning -EPROBE_DEFER Linus Walleij (Mon Jun 18 2012 - 07:47:29 EST)
- RE: [PATCH RFT] regulator: tps65217: Convert toregulator_[is_enabled|get_voltage_sel]_regmap AnilKumar, Chimata (Mon Jun 18 2012 - 07:48:36 EST)
- Re: [PATCH] spi: spi-pl022: Adjust probe() to of_get_named_gpio()returning -EPROBE_DEFER Alexandre Pereira da Silva (Mon Jun 18 2012 - 07:51:05 EST)
- Re: Q: return of pinctrl_register and handing at drivers that usethis function Linus Walleij (Mon Jun 18 2012 - 07:52:02 EST)
- Re: Â (Mon Jun 18 2012 - 07:52:21 EST)
- Re: [RFC PATCH 4/8] ARM: smp: Move cpu initialization directly toipi_cpu_stop Michal Simek (Mon Jun 18 2012 - 07:53:42 EST)
- Re: cpuidle future and improvements Deepthi Dharwar (Mon Jun 18 2012 - 07:54:12 EST)
- Re: [RFC PATCH 6/8] ARM: smp: Use generic API for ipi Michal Simek (Mon Jun 18 2012 - 07:54:37 EST)
- Re: [RFC PATCH 5/8] AMP: smp: Extend number of IPIs Michal Simek (Mon Jun 18 2012 - 07:54:56 EST)
- RE: [PATCH RESEND v7 1/3] mmc: core: Add packed command feature of eMMC4.5 merez (Mon Jun 18 2012 - 07:55:04 EST)
- Re: [PATCH RFC] virtio-spec: flexible configuration layout Michael S. Tsirkin (Mon Jun 18 2012 - 07:55:24 EST)
- Re: [PATCH RFT] regulator: tps65217: Convert to regulator_[is_enabled|get_voltage_sel]_regmap Axel Lin (Mon Jun 18 2012 - 07:56:14 EST)
- Re: [PATCH RESEND v7 2/3] mmc: core: Support packed write command for eMMC4.5 device merez (Mon Jun 18 2012 - 07:56:17 EST)
- Re: [PATCH] regulator: extend the fixed voltage regulator to acceptvoltage Mark Brown (Mon Jun 18 2012 - 07:57:35 EST)
- Re: [PATCH 00/21] vfs: atomic open v6 (part 2) Christoph Hellwig (Mon Jun 18 2012 - 07:58:04 EST)
- [PATCH 1/2] memcg: remove -EINTR at rmdir() Kamezawa Hiroyuki (Mon Jun 18 2012 - 07:59:35 EST)
- Re: [PATCH 2/4] KVM: Introduce hva_to_gfn() for kvm_handle_hva() Avi Kivity (Mon Jun 18 2012 - 07:59:42 EST)
- Re: [PATCH RESEND v7 3/3] mmc: core: Support packed read command for eMMC4.5 device merez (Mon Jun 18 2012 - 07:59:58 EST)
- [PATCH 2/2] memcg: clean up force_empty_list() return value check Kamezawa Hiroyuki (Mon Jun 18 2012 - 08:01:47 EST)
- Re: [PATCH RFT] regulator: tps65217: Convert toregulator_[is_enabled|get_voltage_sel]_regmap Mark Brown (Mon Jun 18 2012 - 08:01:58 EST)
- Re: [PATCH v5 04/12] libata: use correct PCI devices Lin Ming (Mon Jun 18 2012 - 08:03:45 EST)
- Re: [PATCH RFC] virtio-spec: flexible configuration layout Sasha Levin (Mon Jun 18 2012 - 08:04:11 EST)
- Re: Q: return of pinctrl_register and handing at drivers that usethis function devendra.aaru (Mon Jun 18 2012 - 08:04:48 EST)
- RE: [PATCH RFT] regulator: tps65217: Convert toregulator_[is_enabled|get_voltage_sel]_regmap AnilKumar, Chimata (Mon Jun 18 2012 - 08:05:31 EST)
- Re: [PATCH RFT] regulator: tps65217: Convert to regulator_[is_enabled|get_voltage_sel]_regmap Axel Lin (Mon Jun 18 2012 - 08:06:29 EST)
- Re: [PATCH] arm: zynq: Support GIC OF initialization Rob Herring (Mon Jun 18 2012 - 08:06:37 EST)
- Re: [PATCH RFC] virtio-spec: flexible configuration layout Michael S. Tsirkin (Mon Jun 18 2012 - 08:08:06 EST)
- [PATCH] regmap: Fix work_buf switching for page update during virtual range access. Krystian Garbaciak (Mon Jun 18 2012 - 08:08:46 EST)
- XFS status update for May 2012 Christoph Hellwig (Mon Jun 18 2012 - 08:08:50 EST)
- Re: [PATCH v4 05/25] memcg: Always free struct memcg through schedule_work() Kamezawa Hiroyuki (Mon Jun 18 2012 - 08:09:57 EST)
- Re: [PATCH] arm: zynq: Support GIC OF initialization Michal Simek (Mon Jun 18 2012 - 08:11:00 EST)
- Re: [PATCH v2 1/2] uprobes: Pass probed vaddr toarch_uprobe_analyze_insn() Srikar Dronamraju (Mon Jun 18 2012 - 08:11:21 EST)
- Re: [PATCH 3/4] KVM: MMU: Make kvm_handle_hva() handle range of addresses Avi Kivity (Mon Jun 18 2012 - 08:11:45 EST)
- Re: [PATCH 2/7] regulator: s5m8767: Modify header file and Kconfig Mark Brown (Mon Jun 18 2012 - 08:12:31 EST)
- Re: [PATCH v4 00/25] kmem limitation for memcg Kamezawa Hiroyuki (Mon Jun 18 2012 - 08:12:40 EST)
- Re: [PATCH v4 05/25] memcg: Always free struct memcg through schedule_work() Glauber Costa (Mon Jun 18 2012 - 08:12:50 EST)
- Re: [PATCH 11/15] uprobes: move BUG_ON(UPROBE_SWBP_INSN_SIZE) fromwrite_opcode() to install_breakpoint() Srikar Dronamraju (Mon Jun 18 2012 - 08:13:17 EST)
- RE: [PATCH RFT] regulator: tps65217: Convert toregulator_[is_enabled|get_voltage_sel]_regmap AnilKumar, Chimata (Mon Jun 18 2012 - 08:15:03 EST)
- Re: [PATCH v4 00/25] kmem limitation for memcg Glauber Costa (Mon Jun 18 2012 - 08:17:03 EST)
- Re: [PATCH 2/2] pinctrl: pinctrl-mxs: fix implicit declaration of free() Otavio Salvador (Mon Jun 18 2012 - 08:18:37 EST)
- Re: [PATCH v4 17/25] skip memcg kmem allocations in specified coderegions Kamezawa Hiroyuki (Mon Jun 18 2012 - 08:22:00 EST)
- Re: [PATCH V2] tmp patch to fix hotplug issue in CMCI storm Thomas Gleixner (Mon Jun 18 2012 - 08:23:39 EST)
- Re: [PATCH 08/12] irqdomain: Replace LEGACY mapping with LINEAR Mark Brown (Mon Jun 18 2012 - 08:23:46 EST)
- Re: [PATCH v4 19/25] memcg: disable kmem code when not in use. Kamezawa Hiroyuki (Mon Jun 18 2012 - 08:24:21 EST)
- Re: [PATCH][GIT PULL][v3.5] ftrace: Make all inline tags alsoinclude notrace Steven Rostedt (Mon Jun 18 2012 - 08:25:09 EST)
- Re: [patch] BFS 420: a tiny step forward Hillf Danton (Mon Jun 18 2012 - 08:25:21 EST)
- Re: [PATCH 2/2] pinctrl: pinctrl-mxs: fix implicit declaration of free() devendra.aaru (Mon Jun 18 2012 - 08:27:51 EST)
- Re: [PATCH 00/12] irqdomain cleanup and refactoring Mark Brown (Mon Jun 18 2012 - 08:28:35 EST)
- Re: [PATCH v4 19/25] memcg: disable kmem code when not in use. Glauber Costa (Mon Jun 18 2012 - 08:29:20 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Borislav Petkov (Mon Jun 18 2012 - 08:32:21 EST)
- Re: BUG: scheduling while atomic: chcpu/6197/0x00000002 Thomas Sattler (Mon Jun 18 2012 - 08:33:35 EST)
- Re: cpuidle future and improvements Daniel Lezcano (Mon Jun 18 2012 - 08:35:43 EST)
- [PATCH 0/3] A few mass_storage fixes. Michal Nazarewicz (Mon Jun 18 2012 - 08:37:30 EST)
- [PATCH 1/3] usb: gadget: storage_common: remove FSG_BUFFHD_STATIC_BUFFER support Michal Nazarewicz (Mon Jun 18 2012 - 08:37:38 EST)
- [PATCH 3/3] usb: gadget: mass_storage: require backing file for non-removable LUNs Michal Nazarewicz (Mon Jun 18 2012 - 08:37:43 EST)
- [PATCH 2/3] usb: gadget: mass_storage: fail fsg_store_file() early if colud not open file Michal Nazarewicz (Mon Jun 18 2012 - 08:38:08 EST)
- Re: [PATCH v4 23/25] memcg: propagate kmem limiting information tochildren Kamezawa Hiroyuki (Mon Jun 18 2012 - 08:39:14 EST)
- RE: [PATCH RFT] regulator: tps65217: Convert toregulator_[is_enabled|get_voltage_sel]_regmap AnilKumar, Chimata (Mon Jun 18 2012 - 08:39:40 EST)
- Re: BUG in __key_instantiate_and_link(): unable to handle kernelpaging request at 0000632e6472616f Bryan Schumaker (Mon Jun 18 2012 - 08:44:07 EST)
- Re: [PATCH RFT] regulator: tps65217: Convert toregulator_[is_enabled|get_voltage_sel]_regmap Mark Brown (Mon Jun 18 2012 - 08:45:12 EST)
- Re: [PATCH v4 23/25] memcg: propagate kmem limiting information tochildren Glauber Costa (Mon Jun 18 2012 - 08:46:06 EST)
- Re: [PATCH 6/7] regualtor: Add samsung s2mps11 regulator driver Mark Brown (Mon Jun 18 2012 - 08:50:04 EST)
- Re: [PATCH 7/7] mfd: s2mps11: Add samsung s2mps11 pmic Mark Brown (Mon Jun 18 2012 - 08:52:28 EST)
- Re: cpuidle future and improvements Peter De Schrijver (Mon Jun 18 2012 - 08:54:16 EST)
- Re: cpuidle future and improvements Daniel Lezcano (Mon Jun 18 2012 - 08:56:01 EST)
- RE: [PATCH RFT] regulator: tps65217: Convert toregulator_[is_enabled|get_voltage_sel]_regmap AnilKumar, Chimata (Mon Jun 18 2012 - 08:56:42 EST)
- Re: [PATCH] spi: spi-pl022: Adjust probe() to of_get_named_gpio()returning -EPROBE_DEFER Roland Stigge (Mon Jun 18 2012 - 08:56:47 EST)
- Re: [PATCH 2/2 v2] regmap: Add support for register indirect addressing. Krystian Garbaciak (Mon Jun 18 2012 - 08:57:36 EST)
- Re: cpuidle future and improvements Jean Pihet (Mon Jun 18 2012 - 09:06:27 EST)
- Re: [PATCH RFT] regulator: tps65217: Convert toregulator_[is_enabled|get_voltage_sel]_regmap Mark Brown (Mon Jun 18 2012 - 09:09:08 EST)
- [PATCH] mm/memcg: add unlikely to mercg->move_charge_at_immigrate Wanpeng Li (Mon Jun 18 2012 - 09:10:38 EST)
- Re: [PATCH] mm/memcg: add unlikely to mercg->move_charge_at_immigrate Glauber Costa (Mon Jun 18 2012 - 09:12:06 EST)
- Re: [PATCH 00/21] vfs: atomic open v6 (part 2) Christoph Hellwig (Mon Jun 18 2012 - 09:12:50 EST)
- RE: [PATCH RFT] regulator: tps65217: Convert toregulator_[is_enabled|get_voltage_sel]_regmap AnilKumar, Chimata (Mon Jun 18 2012 - 09:14:00 EST)
- Re: [PATCH] mm/memcg: add unlikely to mercg->move_charge_at_immigrate Wanpeng Li (Mon Jun 18 2012 - 09:19:51 EST)
- Re: [PATCH 3/4] KVM: MMU: Make kvm_handle_hva() handle range ofaddresses Takuya Yoshikawa (Mon Jun 18 2012 - 09:20:14 EST)
- Re: [PATCH] mm/memcg: add unlikely to mercg->move_charge_at_immigrate Glauber Costa (Mon Jun 18 2012 - 09:21:43 EST)
- Re: cpuidle future and improvements Daniel Lezcano (Mon Jun 18 2012 - 09:26:45 EST)
- Re: Why does ionice(1) ban the user to set back to 'none' class? Jens Axboe (Mon Jun 18 2012 - 09:28:58 EST)
- Re: BUG in __key_instantiate_and_link(): unable to handle kernelpaging request at 0000632e6472616f Myklebust, Trond (Mon Jun 18 2012 - 09:29:03 EST)
- Re: [linux-pm] cpuidle future and improvements a0393909 (Mon Jun 18 2012 - 09:30:12 EST)
- Re: [PATCH 1/2] memcg: remove -EINTR at rmdir() Michal Hocko (Mon Jun 18 2012 - 09:30:20 EST)
- Re: [PATCH 2/2] memcg: clean up force_empty_list() return value check Michal Hocko (Mon Jun 18 2012 - 09:31:46 EST)
- Re: [PATCH 0/2] x86,nmi: Section header fixes Don Zickus (Mon Jun 18 2012 - 09:33:47 EST)
- Re: [PATCH v2 1/5] tools lib traceevent: Replace malloc_or_die toplain calloc in alloc_event() Steven Rostedt (Mon Jun 18 2012 - 09:37:11 EST)
- Re: [ 60/69] usb-storage: Add 090c:1000 to unusal-devs Ben Hutchings (Mon Jun 18 2012 - 09:38:23 EST)
- Re: [PATCH v2 4/5] tools lib traceevent: Introduce pevent_strerror Steven Rostedt (Mon Jun 18 2012 - 09:41:03 EST)
- Re: nfs3 problem with -rc{2,3} Myklebust, Trond (Mon Jun 18 2012 - 09:42:33 EST)
- Re: [PATCH v2 5/5] scripts/tags.sh: Teach [ce]tags aboutlibtraceeevent error codes Steven Rostedt (Mon Jun 18 2012 - 09:44:12 EST)
- Re: nfs3 problem with -rc{2,3} Myklebust, Trond (Mon Jun 18 2012 - 09:45:32 EST)
- Re: [PATCH v2 1/5] tools lib traceevent: Replace malloc_or_die toplain calloc in alloc_event() Steven Rostedt (Mon Jun 18 2012 - 09:45:43 EST)
- Re: [GIT PULL] at91: platform data for atmel-mci (for 3.5) Olof Johansson (Mon Jun 18 2012 - 09:49:46 EST)
- [GIT PULL] v9fs fixes Eric Van Hensbergen (Mon Jun 18 2012 - 09:51:03 EST)
- Re: [PATCH -stable] ntp: Correct TAI offset during leap second Ben Hutchings (Mon Jun 18 2012 - 09:55:23 EST)
- Re: [PATCH][GIT PULL][v3.5] ftrace: Make all inline tags alsoinclude notrace Ingo Molnar (Mon Jun 18 2012 - 10:00:58 EST)
- Re: [PATCH RFT] watchdog: Convert orion_wdt driver to watchdog core Andrew Lunn (Mon Jun 18 2012 - 10:01:06 EST)
- [PATCH v2][GIT PULL][v3.5] ftrace: Make all inline tags alsoinclude notrace Steven Rostedt (Mon Jun 18 2012 - 10:01:34 EST)
- Re: [PATCH 2/3] swarm_cs4297: Rename AC97 registers to use sound/ac97_codec.h definitions Takashi Iwai (Mon Jun 18 2012 - 10:04:54 EST)
- Re: [PATCH v2 1/5] tools lib traceevent: Replace malloc_or_die toplain calloc in alloc_event() Arnaldo Carvalho de Melo (Mon Jun 18 2012 - 10:06:25 EST)
- Re: [PATCH 1/3] maestro3: Remove unused AC97 register definitions Takashi Iwai (Mon Jun 18 2012 - 10:06:42 EST)
- Re: [PATCH RESEND v7 1/3] mmc: core: Add packed command feature of eMMC4.5 Namjae Jeon (Mon Jun 18 2012 - 10:09:42 EST)
- Re: [PATCH RESEND v7 2/3] mmc: core: Support packed write command foreMMC4.5 device Namjae Jeon (Mon Jun 18 2012 - 10:11:54 EST)
- Re: [RFC PATCH 7/8] ARM: vmlinux.lds: Setup physical load addressnot virtual Nicolas Pitre (Mon Jun 18 2012 - 10:13:18 EST)
- Re: [PATCHv7 3/8] kvm_para: guest side for eoi avoidance Avi Kivity (Mon Jun 18 2012 - 10:17:35 EST)
- Re: [PATCH 3/3] usb: gadget: mass_storage: require backing file fornon-removable LUNs Alan Stern (Mon Jun 18 2012 - 10:18:38 EST)
- Re: nfs3 problem with -rc{2,3} Ken Moffat (Mon Jun 18 2012 - 10:18:53 EST)
- Re: [PATCHv7 5/8] kvm: eoi msi documentation Avi Kivity (Mon Jun 18 2012 - 10:20:16 EST)
- Re: [PATCH 2/3] usb: gadget: mass_storage: fail fsg_store_file() early if colud not open file Alan Stern (Mon Jun 18 2012 - 10:20:39 EST)
- Re: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmdplugins Steven Rostedt (Mon Jun 18 2012 - 10:21:29 EST)
- Re: [PATCH RESEND v7 3/3] mmc: core: Support packed read command foreMMC4.5 device Namjae Jeon (Mon Jun 18 2012 - 10:22:52 EST)
- Re: Why does ionice(1) ban the user to set back to 'none' class? Rob Landley (Mon Jun 18 2012 - 10:26:49 EST)
- Re: [PATCH 00/21] vfs: atomic open v6 (part 2) Miklos Szeredi (Mon Jun 18 2012 - 10:27:47 EST)
- Re: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmdplugins David Ahern (Mon Jun 18 2012 - 10:35:20 EST)
- Re: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmdplugins David Ahern (Mon Jun 18 2012 - 10:38:17 EST)
- Re: Q: return of pinctrl_register and handing at drivers that usethis function Linus Walleij (Mon Jun 18 2012 - 10:38:50 EST)
- Re: [PATCH] sched: Folding nohz load accounting more accurate Charles Wang (Mon Jun 18 2012 - 10:41:53 EST)
- Re: Q: return of pinctrl_register and handing at drivers that usethis function devendra.aaru (Mon Jun 18 2012 - 10:42:13 EST)
- [PATCH 1/2]staging "serqt_usb2" Fix some typos. Justin P. Mattock (Mon Jun 18 2012 - 10:42:29 EST)
- [PATCH 2/2]staging "slicoss" Fix a typo. Justin P. Mattock (Mon Jun 18 2012 - 10:42:30 EST)
- Re: Driver scsi/lpfc breaks build since 3.4.1 James Smart (Mon Jun 18 2012 - 10:48:41 EST)
- Re: [PATCH] gpio: of_get_named_gpio_flags() return -EPROBE_DEFERif GPIO not yet available Stephen Warren (Mon Jun 18 2012 - 10:50:38 EST)
- Re: [PATCHv7 3/8] kvm_para: guest side for eoi avoidance Michael S. Tsirkin (Mon Jun 18 2012 - 10:50:56 EST)
- [PATCH] perf stat: Fix default logfd to use stderr Robert Richter (Mon Jun 18 2012 - 10:51:18 EST)
- [PATCH -mm 1/6] mm: get unmapped area from VMA tree Rik van Riel (Mon Jun 18 2012 - 10:53:03 EST)
- Re: nfs3 problem with -rc{2,3} Myklebust, Trond (Mon Jun 18 2012 - 10:53:52 EST)
- Re: [PATCHv7 5/8] kvm: eoi msi documentation Michael S. Tsirkin (Mon Jun 18 2012 - 10:56:35 EST)
- Re: [PATCH 3/8] Staging: xgifb: remove DPRINTK() macro and replaceit with pr_debug. Dan Carpenter (Mon Jun 18 2012 - 11:00:20 EST)
- Re: [PATCHv7 5/8] kvm: eoi msi documentation Michael S. Tsirkin (Mon Jun 18 2012 - 11:01:05 EST)
- Re: [PATCHv7 3/8] kvm_para: guest side for eoi avoidance Avi Kivity (Mon Jun 18 2012 - 11:02:07 EST)
- Re: [PATCHv7 5/8] kvm: eoi msi documentation Avi Kivity (Mon Jun 18 2012 - 11:03:49 EST)
- Re: [PATCH 5/8] Staging: xgifb: Remove XGIFAIL() macro and its calls. Dan Carpenter (Mon Jun 18 2012 - 11:05:14 EST)
- Re: [PATCH] gpio: of_get_named_gpio_flags() return -EPROBE_DEFERif GPIO not yet available Roland Stigge (Mon Jun 18 2012 - 11:08:14 EST)
- Re: [PATCH 22/22 v4] Input: atmel_mxt_ts - parse T6 reports Nick Dyer (Mon Jun 18 2012 - 11:09:51 EST)
- Re: [PATCH 14/22 v4] Input: atmel_mxt_ts - don't re-read matrix afterapplying pdata Nick Dyer (Mon Jun 18 2012 - 11:11:17 EST)
- Re: [PATCH 1/1] TPM: STMicroelectronics ST33 I2C/SPI & ST19 I2C Kent Yoder (Mon Jun 18 2012 - 11:11:24 EST)
- Re: [PATCH] gpio: of_get_named_gpio_flags() return -EPROBE_DEFERif GPIO not yet available Stephen Warren (Mon Jun 18 2012 - 11:12:03 EST)
- [[PATCH -mm] 5/6] remove MIPS arch_get_unmapped_area code Rik van Riel (Mon Jun 18 2012 - 11:13:02 EST)
- [PATCH -mm 0/6] mm: scalable and unified arch_get_unmapped_area Rik van Riel (Mon Jun 18 2012 - 11:14:09 EST)
- [[PATCH -mm] 3/6] Fix the x86-64 page colouring code to take pgoff into account and use that code as the basis for a generic page colouring code. Rik van Riel (Mon Jun 18 2012 - 11:14:12 EST)
- [[PATCH -mm] 6/6] remove ARM arch_get_unmapped_area functions Rik van Riel (Mon Jun 18 2012 - 11:14:21 EST)
- [PATCH -mm 2/6] Allow each architecture to specify the address range that can be used for this allocation. Rik van Riel (Mon Jun 18 2012 - 11:14:31 EST)
- [[PATCH -mm] 4/6] mm: remove x86 arch_get_unmapped_area(_topdown) Rik van Riel (Mon Jun 18 2012 - 11:14:39 EST)
- [PATCH -mm 6/6] remove ARM arch_get_unmapped_area functions Rik van Riel (Mon Jun 18 2012 - 11:18:02 EST)
- Re: [PATCH 5/8] Staging: xgifb: Remove XGIFAIL() macro and its calls. Miguel Gómez (Mon Jun 18 2012 - 11:19:02 EST)
- [PATCH -mm 3/6] Fix the x86-64 page colouring code to take pgoff into account and use that code as the basis for a generic page colouring code. Rik van Riel (Mon Jun 18 2012 - 11:19:54 EST)
- [PATCH -mm 5/6] remove MIPS arch_get_unmapped_area code Rik van Riel (Mon Jun 18 2012 - 11:20:00 EST)
- [GIT PULL] tilegx ethernet driver support Chris Metcalf (Mon Jun 18 2012 - 11:20:13 EST)
- [PATCH -mm 4/6] mm: remove x86 arch_get_unmapped_area(_topdown) Rik van Riel (Mon Jun 18 2012 - 11:20:37 EST)
- [PATCHv3 2/4] remoteproc: Add function rproc_get_boot_addr sjur . brandeland (Mon Jun 18 2012 - 11:22:01 EST)
- [PATCHv3 4/4] remoteproc: Support custom firmware handlers sjur . brandeland (Mon Jun 18 2012 - 11:22:09 EST)
- [PATCHv3 1/4] remoteproc: Pass struct fw to load_segments and find_rsc_table. sjur . brandeland (Mon Jun 18 2012 - 11:22:29 EST)
- [PATCHv3 3/4] remoteproc: Move Elf related functions to separate file sjur . brandeland (Mon Jun 18 2012 - 11:22:32 EST)
- [PATCHv3 0/4] remoteproc: Custom firmware handling. sjur . brandeland (Mon Jun 18 2012 - 11:22:53 EST)
- Re: [PATCH] gpio: of_get_named_gpio_flags() return -EPROBE_DEFERif GPIO not yet available Roland Stigge (Mon Jun 18 2012 - 11:23:04 EST)
- Re: [PATCH 3/5] usb: Convert dbg to pr_eliminated and pr_debug Greg Kroah-Hartman (Mon Jun 18 2012 - 11:23:18 EST)
- Re: [PATCH V6 08/13] perf: Add Sandy Bridge-EP uncore support Stephane Eranian (Mon Jun 18 2012 - 11:28:04 EST)
- Re: [PATCH 14/22 v4] Input: atmel_mxt_ts - don't re-read matrix afterapplying pdata Daniel Kurtz (Mon Jun 18 2012 - 11:28:18 EST)
- Re: [PATCH 22/22 v4] Input: atmel_mxt_ts - parse T6 reports Daniel Kurtz (Mon Jun 18 2012 - 11:30:15 EST)
- Re: [PATCH 3/3] usb: gadget: mass_storage: require backing file fornon-removable LUNs Michal Nazarewicz (Mon Jun 18 2012 - 11:32:28 EST)
- RE: [PATCH] arm: zynq: Support GIC OF initialization John Linn (Mon Jun 18 2012 - 11:45:24 EST)
- Re: [PATCH] gpio: of_get_named_gpio_flags() return -EPROBE_DEFERif GPIO not yet available Stephen Warren (Mon Jun 18 2012 - 11:45:27 EST)
- output taint information when the rss-counter check trips up. Dave Jones (Mon Jun 18 2012 - 11:48:15 EST)
- [PATCH 1/2 v2] regulator: support multiple dummy fixed regulators Guennadi Liakhovetski (Mon Jun 18 2012 - 11:58:11 EST)
- [PATCH 2/2 v2] regulator: extend the fixed dummy voltage regulatorto accept voltage Guennadi Liakhovetski (Mon Jun 18 2012 - 11:58:20 EST)
- Re: nfs3 problem with -rc{2,3} Ken Moffat (Mon Jun 18 2012 - 12:00:07 EST)
- Re: [PATCHv7 5/8] kvm: eoi msi documentation Michael S. Tsirkin (Mon Jun 18 2012 - 12:01:50 EST)
- Re: [PATCH] sched: Folding nohz load accounting more accurate Peter Zijlstra (Mon Jun 18 2012 - 12:03:50 EST)
- Re: [PATCH 3/5] usb: Convert dbg to pr_eliminated and pr_debug Joe Perches (Mon Jun 18 2012 - 12:07:07 EST)
- Re: BUG in __key_instantiate_and_link(): unable to handle kernelpaging request at 0000632e6472616f Bryan Schumaker (Mon Jun 18 2012 - 12:11:58 EST)
- [PATCHv2] bq27x00_battery: Add support for BQ27425 chip Saranya Gopal (Mon Jun 18 2012 - 12:14:19 EST)
- Re: [PATCH 3/5] usb: Convert dbg to pr_eliminated and pr_debug Greg Kroah-Hartman (Mon Jun 18 2012 - 12:14:45 EST)
- [PATCH 03/22] UBI: Fastmap: Keep fastmap after attaching Richard Weinberger (Mon Jun 18 2012 - 12:19:27 EST)
- [PATCH 01/22] UBI: Fastmap: Add EBA selfcheck Richard Weinberger (Mon Jun 18 2012 - 12:19:27 EST)
- [PATCH 09/22] UBI: Fastmap: Fix PEB count assert Richard Weinberger (Mon Jun 18 2012 - 12:19:34 EST)
- [PATCH 17/22] UBI: Fastmap: Add comments to new functions Richard Weinberger (Mon Jun 18 2012 - 12:19:38 EST)
- [PATCH 21/22] UBI: Fastmap: Fix and explain duplicated PEBs Richard Weinberger (Mon Jun 18 2012 - 12:19:45 EST)
- [PATCH 19/22] UBI: Fastmap: Init fm_sem Richard Weinberger (Mon Jun 18 2012 - 12:20:03 EST)
- [PATCH 20/22] UBI: Fastmap: Use good_peb_count in assert Richard Weinberger (Mon Jun 18 2012 - 12:20:20 EST)
- [PATCH 18/22] UBI: Fastmap: Rename "early PEB" to "anchor PEB". Richard Weinberger (Mon Jun 18 2012 - 12:20:41 EST)
- Re: [PATCH 1/2 v2] regulator: support multiple dummy fixed regulators Mark Brown (Mon Jun 18 2012 - 12:20:57 EST)
- [PATCH 16/22] UBI: Fastmap: Fix loglevel Richard Weinberger (Mon Jun 18 2012 - 12:21:17 EST)
- [PATCH 15/22] UBI: Fastmap: Kill old fastmap in case of a failure Richard Weinberger (Mon Jun 18 2012 - 12:21:32 EST)
- [PATCH 10/22] UBI: Fastmap: Remove more useless new lines Richard Weinberger (Mon Jun 18 2012 - 12:21:45 EST)
- [PATCH 13/22] UBI: Fastmap: Fix EC values Richard Weinberger (Mon Jun 18 2012 - 12:21:59 EST)
- [PATCH 14/22] UBI: Fastmap: Fix copy&paste error Richard Weinberger (Mon Jun 18 2012 - 12:22:13 EST)
- [PATCH 06/22] UBI: Fastmap: Make EBA table self check depend on chk_gen Richard Weinberger (Mon Jun 18 2012 - 12:22:25 EST)
- [PATCH 12/22] UBI: Fastmap: Locking fixes Richard Weinberger (Mon Jun 18 2012 - 12:22:38 EST)
- [PATCH 11/22] UBI: Fastmap: Get rid of ubi_wl_flush() in ubi_update_fastmap() Richard Weinberger (Mon Jun 18 2012 - 12:22:48 EST)
- [PATCH 05/22] UBI: Fastmap: Rework ubi_wl_put_fm_peb() Richard Weinberger (Mon Jun 18 2012 - 12:23:06 EST)
- [PATCH 07/22] UBI: Fastmap: Fix build (a left over from the ai->fm removal) Richard Weinberger (Mon Jun 18 2012 - 12:23:23 EST)
- [PATCH 08/22] Revert "UBI: Fastmap: Check for duplicated PEBs in add_aeb()" Richard Weinberger (Mon Jun 18 2012 - 12:23:33 EST)
- [PATCH 04/22] UBI: Fastmap: Store scrub list in fastmap Richard Weinberger (Mon Jun 18 2012 - 12:23:51 EST)
- UBI Fastmap updates Richard Weinberger (Mon Jun 18 2012 - 12:24:17 EST)
- [PATCH 02/22] UBI: Fastmap: Fix NULL pointer bug Richard Weinberger (Mon Jun 18 2012 - 12:24:20 EST)
- Re: [PATCH -stable] ntp: Correct TAI offset during leap second Richard Cochran (Mon Jun 18 2012 - 12:29:06 EST)
- Re: [PATCH -mm 3/6] Fix the x86-64 page colouring code to take pgoff into account and use that code as the basis for a generic page colouring code. Andi Kleen (Mon Jun 18 2012 - 12:30:27 EST)
- Re: [PATCH 1/2 v2] regulator: support multiple dummy fixed regulators Guennadi Liakhovetski (Mon Jun 18 2012 - 12:30:29 EST)
- Re: [PATCH] ARM: davinci: remove dummy header files Sekhar Nori (Mon Jun 18 2012 - 12:38:07 EST)
- Re: [PATCH 1/2 v2] regulator: support multiple dummy fixed regulators Mark Brown (Mon Jun 18 2012 - 12:38:12 EST)
- Re: [PATCH 3/5] usb: Convert dbg to pr_eliminated and pr_debug Joe Perches (Mon Jun 18 2012 - 12:39:06 EST)
- Re: [PATCH] gpio: of_get_named_gpio_flags() return -EPROBE_DEFERif GPIO not yet available Roland Stigge (Mon Jun 18 2012 - 12:40:46 EST)
- [PATCH 2/2] sound: tegra_alc5632: Adjust to of_get_named_gpio() change Roland Stigge (Mon Jun 18 2012 - 12:42:58 EST)
- [PATCH 1/2] sound: tegra_wm8903: Adjust to of_get_named_gpio() change Roland Stigge (Mon Jun 18 2012 - 12:43:12 EST)
- Re: [PATCH -mm 3/6] Fix the x86-64 page colouring code to take pgoffinto account and use that code as the basis for a generic page colouringcode. Rik van Riel (Mon Jun 18 2012 - 12:46:45 EST)
- Re: [PATCH 1/2] sound: tegra_wm8903: Adjust to of_get_named_gpio()change Mark Brown (Mon Jun 18 2012 - 12:47:01 EST)
- ComplÃter et de faire VOTRE BOÃTE AUX LETTRES Help Desk Webmestre (Mon Jun 18 2012 - 12:52:46 EST)
- Re: error: implicit declarations of BUG/BUG_ON/WARN_ON/WARN_ON_ONCE Randy Dunlap (Mon Jun 18 2012 - 12:55:02 EST)
- Re: [PATCH 1/2] sound: tegra_wm8903: Adjust to of_get_named_gpio()change Roland Stigge (Mon Jun 18 2012 - 13:00:15 EST)
- Re: [PATCH 1/2] sound: tegra_wm8903: Adjust to of_get_named_gpio()change Mark Brown (Mon Jun 18 2012 - 13:04:06 EST)
- Re: [PATCH 1/2 v2] regulator: support multiple dummy fixed regulators Guennadi Liakhovetski (Mon Jun 18 2012 - 13:13:10 EST)
- Re: linux-next: Tree for Jun 18 (kmsg problems) Randy Dunlap (Mon Jun 18 2012 - 13:13:28 EST)
- Re: [RFC PATCH 09/10] POWERPC: smp: remove call toipi_call_lock()/ipi_call_unlock() Paul E. McKenney (Mon Jun 18 2012 - 13:14:00 EST)
- Re: [PATCH 1/2] sound: tegra_wm8903: Adjust to of_get_named_gpio()change Roland Stigge (Mon Jun 18 2012 - 13:15:43 EST)
- Re: [PATCHv7 3/8] kvm_para: guest side for eoi avoidance Michael S. Tsirkin (Mon Jun 18 2012 - 13:16:00 EST)
- [PATCH] arch/tile: big-endian: properly bswap instruction bundles when backtracing Chris Metcalf (Mon Jun 18 2012 - 13:18:16 EST)
- [PATCH] sound/gpio: of_get_named_gpio() return -EPROBE_DEFER if GPIO deferred Roland Stigge (Mon Jun 18 2012 - 13:23:51 EST)
- Re: [PATCH] HID: select NEW_LEDS for driver of Lenovo ThinkPad USBKeyboard with TrackPoint Randy Dunlap (Mon Jun 18 2012 - 13:25:15 EST)
- Re: [PATCH] sound/gpio: of_get_named_gpio() return -EPROBE_DEFERif GPIO deferred Stephen Warren (Mon Jun 18 2012 - 13:26:28 EST)
- Re: [PATCH 1/2] sound: tegra_wm8903: Adjust to of_get_named_gpio() change Alexandre Pereira da Silva (Mon Jun 18 2012 - 13:27:59 EST)
- Re: [PATCH 1/2 v2] regulator: support multiple dummy fixed regulators Mark Brown (Mon Jun 18 2012 - 13:28:08 EST)
- Re: [PATCH 2/2] sound: tegra_alc5632: Adjust to of_get_named_gpio() change Alexandre Pereira da Silva (Mon Jun 18 2012 - 13:28:22 EST)
- Re: [PATCH] sound/gpio: of_get_named_gpio() return -EPROBE_DEFER ifGPIO deferred Alexandre Pereira da Silva (Mon Jun 18 2012 - 13:29:05 EST)
- Re: linux-next: Tree for Jun 18 (netfilter nfconntrack) Randy Dunlap (Mon Jun 18 2012 - 13:31:58 EST)
- Re: [PATCH v2 0/7] IOMMU: Groups support Alex Williamson (Mon Jun 18 2012 - 13:32:11 EST)
- [PATCH 1/2] pinctrl/pinctrl-tegra: remove IS_ERR checking of pmx->pctl Devendra Naga (Mon Jun 18 2012 - 13:44:42 EST)
- [PATCH 2/2] pinctrl/pinctrl-spear: remove IS_ERR checking of pmx->pctl Devendra Naga (Mon Jun 18 2012 - 13:46:07 EST)
- [PATCH] pinctrl/pinctrl-u300: remove unused variable i Devendra Naga (Mon Jun 18 2012 - 13:47:24 EST)
- Re: [PATCH 2/3] swarm_cs4297: Rename AC97 registers to usesound/ac97_codec.h definitions Ezequiel Garcia (Mon Jun 18 2012 - 13:50:50 EST)
- Re: [PATCH 1/2] pinctrl/pinctrl-tegra: remove IS_ERR checking ofpmx->pctl Stephen Warren (Mon Jun 18 2012 - 14:05:22 EST)
- [PATCH] pinctrl: select the proper symbol Linus Walleij (Mon Jun 18 2012 - 14:11:12 EST)
- Re: cpuidle future and improvements Colin Cross (Mon Jun 18 2012 - 14:15:28 EST)
- Re: [PATCH -mm 3/6] Fix the x86-64 page colouring code to take pgoffinto account and use that code as the basis for a generic page colouringcode. Borislav Petkov (Mon Jun 18 2012 - 14:17:02 EST)
- [PATCH] staging: comedi: remove unneeded sanity check in insn_bits functions H Hartley Sweeten (Mon Jun 18 2012 - 14:18:33 EST)
- Re: [PATCH -stable] ntp: Correct TAI offset during leap second John Stultz (Mon Jun 18 2012 - 14:20:35 EST)
- [PATCH v3] mm/memblock: fix overlapping allocation when doubling reserved array Greg Pearson (Mon Jun 18 2012 - 14:29:37 EST)
- Re: [PATCH v2] PCI: Mark INTx masking support of Chelsio T310 10GbENIC as broken Bjorn Helgaas (Mon Jun 18 2012 - 14:29:39 EST)
- Re: [PATCH v2] PCI: Add Ralink RT2800 broken INTx masking quirk Bjorn Helgaas (Mon Jun 18 2012 - 14:30:18 EST)
- Re: PROBLEM: New 3.5.0-rcx kernel hang after uncompressing thekernel image on Orion ARM machine linkstation pro Simon Baatz (Mon Jun 18 2012 - 14:31:39 EST)
- Re: [PATCH 04/10] fblog: implement fblog_redraw() David Herrmann (Mon Jun 18 2012 - 14:36:45 EST)
- Re: [PATCH 05/10] fblog: add framebuffer helpers David Herrmann (Mon Jun 18 2012 - 14:50:19 EST)
- Re: [PATCH 08/14] mfd: Add IRQ domain support for the AB8500 Mark Brown (Mon Jun 18 2012 - 14:56:44 EST)
- Re: [PATCH] bug.h: Fix up powerpc build regression. Vaidyanathan Srinivasan (Mon Jun 18 2012 - 14:57:48 EST)
- Re: cpuidle future and improvements Daniel Lezcano (Mon Jun 18 2012 - 15:00:44 EST)
- Re: [PATCH -mm 3/6] Fix the x86-64 page colouring code to take pgoffinto account and use that code as the basis for a generic page colouringcode. Rik van Riel (Mon Jun 18 2012 - 15:01:31 EST)
- Re: [RFC PATCH 7/8] ARM: vmlinux.lds: Setup physical load addressnot virtual Nicolas Pitre (Mon Jun 18 2012 - 15:02:54 EST)
- Re: Kernel 3.3.8 breaks accidental ext3 mount of extended partition Jeff Moyer (Mon Jun 18 2012 - 15:03:24 EST)
- Re: [PATCH -mm 3/6] Fix the x86-64 page colouring code to take pgoffinto account and use that code as the basis for a generic page colouringcode. Rik van Riel (Mon Jun 18 2012 - 15:03:33 EST)
- Re: [RFC 00/10] fblog: framebuffer kernel log driver David Herrmann (Mon Jun 18 2012 - 15:06:13 EST)
- [PATCH] tracing: Update entries counter when removing pages Vaibhav Nagarnaik (Mon Jun 18 2012 - 15:12:12 EST)
- Re: [ 39/69] iwlwifi: disable the buggy chain extension feature in HW Herton Ronaldo Krzesinski (Mon Jun 18 2012 - 15:19:35 EST)
- Re: [PATCH v6 6/9] KVM: MMU: fast path of handling guest page fault Marcelo Tosatti (Mon Jun 18 2012 - 15:21:37 EST)
- RE: [ 39/69] iwlwifi: disable the buggy chain extension feature inHW Grumbach, Emmanuel (Mon Jun 18 2012 - 15:23:05 EST)
- Re: [RFC PATCH 7/8] ARM: vmlinux.lds: Setup physical load addressnot virtual Michal Simek (Mon Jun 18 2012 - 15:23:57 EST)
- Re: [GIT PULL] tilegx ethernet driver support Linus Torvalds (Mon Jun 18 2012 - 15:28:46 EST)
- Re: [PATCH v6 6/9] KVM: MMU: fast path of handling guest page fault Marcelo Tosatti (Mon Jun 18 2012 - 15:33:06 EST)
- Re: [PATCH v3] mm/memblock: fix overlapping allocation whendoubling reserved array Tejun Heo (Mon Jun 18 2012 - 15:36:01 EST)
- Re: [PATCH] c_can_pci: generic module for C_CAN/D_CAN on PCI Marc Kleine-Budde (Mon Jun 18 2012 - 15:38:30 EST)
- Re: [PATCH 14/22 v4] Input: atmel_mxt_ts - don't re-read matrix afterapplying pdata Yufeng Shen (Mon Jun 18 2012 - 15:50:10 EST)
- [PATCH v2] x86,nmi: Fix section mismatch warnings on 32-bit (cleaner) Don Zickus (Mon Jun 18 2012 - 15:57:53 EST)
- [PATCH v9] MTD: LPC32xx MLC NAND driver Roland Stigge (Mon Jun 18 2012 - 16:00:29 EST)
- Re: [PATCH 1/1] locks: prevent side-effects oflocks_release_private before file_lock is initialized J. Bruce Fields (Mon Jun 18 2012 - 16:01:36 EST)
- pull request: wireless 2012-06-18 John W. Linville (Mon Jun 18 2012 - 16:03:11 EST)
- Re: nfs3 problem with -rc{2,3} Ken Moffat (Mon Jun 18 2012 - 16:05:24 EST)
- Re: [PATCH] efivars: prevent Oops if efi_enabled but no EFI runtime Marko Kohtala (Mon Jun 18 2012 - 16:06:01 EST)
- [PATCH v5] input: keyboard: Add keys driver for the LPC32xx SoC Roland Stigge (Mon Jun 18 2012 - 16:06:16 EST)
- Re: nfs3 problem with -rc{2,3} Myklebust, Trond (Mon Jun 18 2012 - 16:11:43 EST)
- [PATCH RESEND] net: lpc_eth: Driver cleanup Roland Stigge (Mon Jun 18 2012 - 16:14:53 EST)
- [PATCH] staging: comedi: fix return value for insn_bits functions H Hartley Sweeten (Mon Jun 18 2012 - 16:16:39 EST)
- [PATCH RESEND] gpio: LPC32xx: Driver cleanup Roland Stigge (Mon Jun 18 2012 - 16:19:06 EST)
- Re: [PATCH] efivars: prevent Oops if efi_enabled but no EFI runtime H. Peter Anvin (Mon Jun 18 2012 - 16:23:00 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Rafael J. Wysocki (Mon Jun 18 2012 - 16:24:06 EST)
- Re: [PATCH 2/2] mfd: anatop: permit adata be NULL when access register Rob Lee (Mon Jun 18 2012 - 16:24:22 EST)
- [PATCH RESEND] ARM: omap: Fix dts files w/ status property: "disable" -> "disabled" Roland Stigge (Mon Jun 18 2012 - 16:25:25 EST)
- Re: [PATCH v3 6/6] KVM: introduce readonly memslot Marcelo Tosatti (Mon Jun 18 2012 - 16:25:42 EST)
- Re: Build regressions/improvements in v3.5-rc3 Kim Phillips (Mon Jun 18 2012 - 16:30:03 EST)
- [GIT PULL for 3.5-rc4] EDAC fixes Mauro Carvalho Chehab (Mon Jun 18 2012 - 16:33:14 EST)
- Re: Build regressions/improvements in v3.5-rc3 Mauro Carvalho Chehab (Mon Jun 18 2012 - 16:35:14 EST)
- Re: XFS status update for May 2012 Andreas Dilger (Mon Jun 18 2012 - 16:36:22 EST)
- Re: [PATCH -mm 3/6] Fix the x86-64 page colouring code to take pgoffinto account and use that code as the basis for a generic page colouringcode. Borislav Petkov (Mon Jun 18 2012 - 16:37:19 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, while OK in AmigaOS 4.1 Martin Steigerwald (Mon Jun 18 2012 - 16:39:25 EST)
- NETDEV WATCHDOG: eth0 (forcedeth): transmit queue 0 timed out Borislav Petkov (Mon Jun 18 2012 - 16:43:32 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, whileOK in AmigaOS 4.1 jdow (Mon Jun 18 2012 - 16:58:23 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Bojan Smojver (Mon Jun 18 2012 - 17:09:11 EST)
- Re: [RFC PATCH 7/8] ARM: vmlinux.lds: Setup physical load addressnot virtual Nicolas Pitre (Mon Jun 18 2012 - 17:10:14 EST)
- Re: [PATCH 2/2] iommu/tegra: gart: Reserve iomem resource Lucas Stach (Mon Jun 18 2012 - 17:14:04 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, while OK in AmigaOS 4.1 Martin Steigerwald (Mon Jun 18 2012 - 17:14:13 EST)
- My pledge as a maintainer to the developers sending me patches. Greg KH (Mon Jun 18 2012 - 17:15:13 EST)
- Re: [PATCH v5] input: keyboard: Add keys driver for the LPC32xx SoC Alexandre Pereira da Silva (Mon Jun 18 2012 - 17:18:18 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Rafael J. Wysocki (Mon Jun 18 2012 - 17:22:56 EST)
- Re: [PATCH] c_can_pci: generic module for C_CAN/D_CAN on PCI Federico Vaga (Mon Jun 18 2012 - 17:23:51 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Tejun Heo (Mon Jun 18 2012 - 17:28:26 EST)
- Re: [PATCH 1/3] block: Introduce __blk_segment_map_sg() helper Tejun Heo (Mon Jun 18 2012 - 17:31:04 EST)
- Re: [RFC PATCH] pch_uart: Add eg20t_port lock field, avoid recursivespinlocks Darren Hart (Mon Jun 18 2012 - 17:43:08 EST)
- [PATCH] staging: comedi: comedi_subdevice 'io_bits' should be an unsigned int H Hartley Sweeten (Mon Jun 18 2012 - 17:45:44 EST)
- Re: [PATCH 2/2] mfd: anatop: permit adata be NULL when accessregister Samuel Ortiz (Mon Jun 18 2012 - 17:47:54 EST)
- Re: pull request: wireless 2012-06-18 David Miller (Mon Jun 18 2012 - 17:48:35 EST)
- Re: nfs3 problem with -rc{2,3} Ken Moffat (Mon Jun 18 2012 - 17:53:56 EST)
- Re: [ 04/69] drm/i915: fix up ivb plane 3 pageflips Herton Ronaldo Krzesinski (Mon Jun 18 2012 - 17:55:58 EST)
- Re: [PATCH] epoll: Improved support for multi-threaded clients Paton J. Lewis (Mon Jun 18 2012 - 17:58:57 EST)
- Re: linux-next: Tree for Jun 18 (kmsg problems) Stephen Rothwell (Mon Jun 18 2012 - 18:01:21 EST)
- Re: nfs3 problem with -rc{2,3} Myklebust, Trond (Mon Jun 18 2012 - 18:03:35 EST)
- Re: [PATCH -mm 3/6] Fix the x86-64 page colouring code to take pgoffinto account and use that code as the basis for a generic page colouringcode. Rik van Riel (Mon Jun 18 2012 - 18:04:18 EST)
- Re: [PATCH] memblock: Make sure reserved.regions is freed really Tejun Heo (Mon Jun 18 2012 - 18:05:19 EST)
- [PATCH -mm 0/7] mm: scalable and unified arch_get_unmapped_area Rik van Riel (Mon Jun 18 2012 - 18:05:43 EST)
- [PATCH -mm 3/7] Allow each architecture to specify the address range that can be used for this allocation. Rik van Riel (Mon Jun 18 2012 - 18:06:02 EST)
- [PATCH -mm 4/7] mm: make page colouring code generic Rik van Riel (Mon Jun 18 2012 - 18:06:06 EST)
- [PATCH -mm 2/7] mm: get unmapped area from VMA tree Rik van Riel (Mon Jun 18 2012 - 18:06:11 EST)
- [PATCH -mm 1/7] mm: track free size between VMAs in VMA rbtree Rik van Riel (Mon Jun 18 2012 - 18:06:48 EST)
- [PATCH -mm 5/7] mm: remove x86 arch_get_unmapped_area(_topdown) Rik van Riel (Mon Jun 18 2012 - 18:07:05 EST)
- [PATCH -mm 7/7] remove ARM arch_get_unmapped_area functions Rik van Riel (Mon Jun 18 2012 - 18:07:26 EST)
- [PATCH -mm 6/7] remove MIPS arch_get_unmapped_area code Rik van Riel (Mon Jun 18 2012 - 18:07:39 EST)
- Re: How do embedded linux-rt systems fill their entropy/randomnesspools? Thomas Gleixner (Mon Jun 18 2012 - 18:08:05 EST)
- Re: [ 04/69] drm/i915: fix up ivb plane 3 pageflips Eugeni Dodonov (Mon Jun 18 2012 - 18:09:03 EST)
- Re: nfs3 problem with -rc{2,3} Ken Moffat (Mon Jun 18 2012 - 18:10:51 EST)
- Re: linux-next: Tree for Jun 18 (kmsg problems) Greg Kroah-Hartman (Mon Jun 18 2012 - 18:15:41 EST)
- Re: linux-next: Tree for Jun 18 (kmsg problems) Kay Sievers (Mon Jun 18 2012 - 18:17:18 EST)
- Re: linux-next: Tree for Jun 18 (kmsg problems) Randy Dunlap (Mon Jun 18 2012 - 18:20:11 EST)
- Re: [RFC PATCH] pch_uart: Add eg20t_port lock field, avoid recursivespinlocks Greg Kroah-Hartman (Mon Jun 18 2012 - 18:21:05 EST)
- Re: [PATCH] driver core: fix shutdown races with probe/remove(v2) Greg Kroah-Hartman (Mon Jun 18 2012 - 18:25:51 EST)
- Re: SNB PCI root information Ulrich Drepper (Mon Jun 18 2012 - 18:30:38 EST)
- Re: Early boot panic on machine with lots of memory Tejun Heo (Mon Jun 18 2012 - 18:32:04 EST)
- Re: linux-next: Tree for Jun 18 (kmsg problems) Kay Sievers (Mon Jun 18 2012 - 18:33:03 EST)
- Re: [PATCHSET] block: implement per-blkg request allocation, take#2 Tejun Heo (Mon Jun 18 2012 - 18:34:31 EST)
- Re: linux-next: Tree for Jun 18 (kmsg problems) Greg Kroah-Hartman (Mon Jun 18 2012 - 18:35:15 EST)
- Re: linux-next: Tree for Jun 18 (kmsg problems) Stephen Rothwell (Mon Jun 18 2012 - 18:37:23 EST)
- Re: [PATCH UPDATED] block: In blk_execute_rq_nowait, initrq->end_io before checking for dead queue. Tejun Heo (Mon Jun 18 2012 - 18:42:53 EST)
- Re: linux-next: Tree for Jun 18 (kmsg problems) Greg Kroah-Hartman (Mon Jun 18 2012 - 18:45:57 EST)
- Re: Early boot panic on machine with lots of memory Sasha Levin (Mon Jun 18 2012 - 18:49:46 EST)
- Re: [PATCH] memblock: Make sure reserved.regions is freed really Yinghai Lu (Mon Jun 18 2012 - 18:58:53 EST)
- Re: [PATCH 2/2] mfd: anatop: permit adata be NULL when access register Rob Lee (Mon Jun 18 2012 - 19:00:08 EST)
- [PATCH] ring-buffer: fix uninitialized read_stamp David Sharp (Mon Jun 18 2012 - 19:03:26 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Greg Kroah-Hartman (Mon Jun 18 2012 - 19:03:38 EST)
- Re: [PATCH] [RESEND] fs: cachefiles: Add support for large files infilesystem caching Andrew Morton (Mon Jun 18 2012 - 19:04:05 EST)
- Re: [PATCH v3 5/9] video/uvc: use memweight() Mauro Carvalho Chehab (Mon Jun 18 2012 - 19:06:28 EST)
- Re: [PATCH] memblock: Make sure reserved.regions is freed really Tejun Heo (Mon Jun 18 2012 - 19:09:37 EST)
- Re: [PATCH] epoll: Improved support for multi-threaded clients Paton J. Lewis (Mon Jun 18 2012 - 19:27:00 EST)
- Re: [RFC] Introduce to batch variants of accept() and epoll_ctl() syscall Andi Kleen (Mon Jun 18 2012 - 19:27:43 EST)
- Re: nfs3 problem with -rc{2,3} Ken Moffat (Mon Jun 18 2012 - 19:38:21 EST)
- Re: SNB PCI root information Yinghai Lu (Mon Jun 18 2012 - 19:40:39 EST)
- Re: nfs3 problem with -rc{2,3} Ken Moffat (Mon Jun 18 2012 - 19:44:38 EST)
- Re: [PATCH] memblock: Make sure reserved.regions is freed really Yinghai Lu (Mon Jun 18 2012 - 19:46:35 EST)
- [PATCH v4] mm/memblock: fix overlapping allocation when doubling reserved array Greg Pearson (Mon Jun 18 2012 - 19:48:09 EST)
- [PATCH] staging: comedi: comedi_compat_ioctl should be NULL not 0 H Hartley Sweeten (Mon Jun 18 2012 - 19:54:06 EST)
- Re: [PATCH 1/4] staging: comedi: Kconfig: menuconfig options shouldbe bool not tristate Greg KH (Mon Jun 18 2012 - 19:59:46 EST)
- RE: [PATCH 1/4] staging: comedi: Kconfig: menuconfig options shouldbe bool not tristate H Hartley Sweeten (Mon Jun 18 2012 - 20:01:43 EST)
- Re: [PATCH 1/2] staging/rtl8192u: cleanup coding style problems Greg Kroah-Hartman (Mon Jun 18 2012 - 20:01:50 EST)
- Re: [PATCH 2/2] staging/rtl8182u: cleanup eprom_read function andclean all checkpatch warnings / errors Greg Kroah-Hartman (Mon Jun 18 2012 - 20:02:17 EST)
- [PATCH] staging: comedi: pcmmio: quiet NULL pointer sparse noise H Hartley Sweeten (Mon Jun 18 2012 - 20:03:21 EST)
- Re: [PATCH] mm/memcg: add unlikely to mercg->move_charge_at_immigrate Kamezawa Hiroyuki (Mon Jun 18 2012 - 20:05:18 EST)
- Re: [PATCH 1/2] memcg: remove -EINTR at rmdir() Kamezawa Hiroyuki (Mon Jun 18 2012 - 20:12:40 EST)
- Re: [PATCH v4 05/25] memcg: Always free struct memcg through schedule_work() Kamezawa Hiroyuki (Mon Jun 18 2012 - 20:13:40 EST)
- RE: [PATCH 1/4] staging: comedi: Kconfig: menuconfig options shouldbe bool not tristate H Hartley Sweeten (Mon Jun 18 2012 - 20:16:18 EST)
- Re: [PATCH v4 23/25] memcg: propagate kmem limiting information tochildren Kamezawa Hiroyuki (Mon Jun 18 2012 - 20:18:26 EST)
- Re: [PATCH 1/4] staging: comedi: Kconfig: menuconfig options shouldbe bool not tristate Greg KH (Mon Jun 18 2012 - 20:30:59 EST)
- Re: linux-next: Tree for Jun 18 (kmsg problems) Randy Dunlap (Mon Jun 18 2012 - 20:33:38 EST)
- [PATCH] staging: comedi: Kconfig: fix drivers that require the 8255 driver H Hartley Sweeten (Mon Jun 18 2012 - 20:45:51 EST)
- Re: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmd plugins Namhyung Kim (Mon Jun 18 2012 - 20:49:21 EST)
- Re: [PATCH 1/2] x86, irq: update irq_cfg domain unless the newaffinity is a subset of the current domain Suresh Siddha (Mon Jun 18 2012 - 20:51:17 EST)
- Re: PROBLEM: New 3.5.0-rcx kernel hang after uncompressing the kernelimage on Orion ARM machine linkstation pro cloudy.linux (Mon Jun 18 2012 - 20:53:21 EST)
- Re: [PATCH V6 08/13] perf: Add Sandy Bridge-EP uncore support Yan, Zheng (Mon Jun 18 2012 - 20:59:10 EST)
- RE: [PATCH 1/4] staging: comedi: Kconfig: menuconfig options shouldbe bool not tristate H Hartley Sweeten (Mon Jun 18 2012 - 21:01:14 EST)
- Re: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmdplugins Steven Rostedt (Mon Jun 18 2012 - 21:03:11 EST)
- Re: nfs3 problem with -rc{2,3} : blame Ken Moffat (Mon Jun 18 2012 - 21:06:41 EST)
- Re: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmdplugins David Ahern (Mon Jun 18 2012 - 21:14:31 EST)
- Re: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmd plugins Namhyung Kim (Mon Jun 18 2012 - 21:15:15 EST)
- linux-next: manual merge of the pci tree with Linus' tree Stephen Rothwell (Mon Jun 18 2012 - 21:15:42 EST)
- Re: XFS status update for May 2012 Dave Chinner (Mon Jun 18 2012 - 21:22:45 EST)
- Re: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmdplugins Steven Rostedt (Mon Jun 18 2012 - 21:26:00 EST)
- [PATCH] regulator: rc5t583: Use regulator_set_voltage_time_sel() Axel Lin (Mon Jun 18 2012 - 21:26:59 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Steven Rostedt (Mon Jun 18 2012 - 21:28:43 EST)
- linux-next: manual merge of the v4l-dvb tree with Linus' tree Stephen Rothwell (Mon Jun 18 2012 - 21:29:43 EST)
- [PATCH RFC] regulator: Use list_voltage() to get voltage inregulator_set_voltage_time_sel Axel Lin (Mon Jun 18 2012 - 21:38:55 EST)
- pm runtime and system suspend resume chao xie (Mon Jun 18 2012 - 21:39:04 EST)
- Re: [PATCH V6 06/13] perf: Add Nehalem and Sandy Bridge uncore support Yan, Zheng (Mon Jun 18 2012 - 21:39:47 EST)
- Re: [tip:core/locking] futex: Do not leak robust list to unprivilegedprocess Wanlong Gao (Mon Jun 18 2012 - 21:42:36 EST)
- Re: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmd plugins Namhyung Kim (Mon Jun 18 2012 - 21:43:39 EST)
- Re: [PATCH] driver core: fix shutdown races with probe/remove(v2) Ming Lei (Mon Jun 18 2012 - 22:01:02 EST)
- Re: [PATCH 1/3] block: Introduce __blk_segment_map_sg() helper Asias He (Mon Jun 18 2012 - 22:01:16 EST)
- [PATCH] Smack: user access check bounds Casey Schaufler (Mon Jun 18 2012 - 22:01:31 EST)
- Re: [PATCH v6 6/9] KVM: MMU: fast path of handling guest page fault Xiao Guangrong (Mon Jun 18 2012 - 22:04:36 EST)
- Re: [PATCH v6 6/9] KVM: MMU: fast path of handling guest page fault Takuya Yoshikawa (Mon Jun 18 2012 - 22:07:28 EST)
- Re: Why does ionice(1) ban the user to set back to 'none' class? gnehzuil.lzheng@xxxxxxxxx (Mon Jun 18 2012 - 22:07:37 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Bojan Smojver (Mon Jun 18 2012 - 22:09:58 EST)
- Re: Why does ionice(1) ban the user to set back to 'none' class? gnehzuil.lzheng@xxxxxxxxx (Mon Jun 18 2012 - 22:11:27 EST)
- [PATCH 0/7] pstore/ram: Early registration and configurable ECCbuffers size Anton Vorontsov (Mon Jun 18 2012 - 22:12:38 EST)
- Re: [PATCH v3 6/6] KVM: introduce readonly memslot Xiao Guangrong (Mon Jun 18 2012 - 22:14:33 EST)
- Re: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmdplugins Steven Rostedt (Mon Jun 18 2012 - 22:16:08 EST)
- Re: [PATCH] perf stat: Fix default logfd to use stderr Namhyung Kim (Mon Jun 18 2012 - 22:17:22 EST)
- [PATCH 1/7] pstore/ram: Probe as early as possible Anton Vorontsov (Mon Jun 18 2012 - 22:17:54 EST)
- [PATCH 2/7] pstore/ram: Fix error handling during przs allocation Anton Vorontsov (Mon Jun 18 2012 - 22:18:00 EST)
- [PATCH 3/7] pstore/ram_core: Proper checking for post_init errors (e.g. improper ECC size) Anton Vorontsov (Mon Jun 18 2012 - 22:18:07 EST)
- [PATCH 4/7] pstore/ram_core: Better ECC size checking Anton Vorontsov (Mon Jun 18 2012 - 22:18:14 EST)
- [PATCH 5/7] pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_poly Anton Vorontsov (Mon Jun 18 2012 - 22:18:21 EST)
- [PATCH 7/7] pstore/ram_core: Get rid of prz->ecc enable/disable flag Anton Vorontsov (Mon Jun 18 2012 - 22:18:31 EST)
- [PATCH 6/7] pstore/ram: Make ECC size configurable Anton Vorontsov (Mon Jun 18 2012 - 22:18:48 EST)
- Re: [PATCH v3 4/6] KVM: pass slot to hva_to_pfn Xiao Guangrong (Mon Jun 18 2012 - 22:19:22 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Asias He (Mon Jun 18 2012 - 22:20:11 EST)
- Re: [PATCH v3 5/6] KVM: introduce gfn_to_hva_read/kvm_read_hva/kvm_read_hva_atomic Xiao Guangrong (Mon Jun 18 2012 - 22:24:23 EST)
- Re: [tip:core/locking] futex: Do not leak robust list tounprivileged process Serge Hallyn (Mon Jun 18 2012 - 22:25:09 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Asias He (Mon Jun 18 2012 - 22:28:30 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Asias He (Mon Jun 18 2012 - 22:38:35 EST)
- Re: [tip:core/locking] futex: Do not leak robust list to unprivilegedprocess Wanlong Gao (Mon Jun 18 2012 - 22:39:23 EST)
- Re: [PATCH] perf/x86: check ucode before disabling PEBS onSandyBridge Henrique de Moraes Holschuh (Mon Jun 18 2012 - 22:42:51 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Mon Jun 18 2012 - 22:46:38 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Asias He (Mon Jun 18 2012 - 22:49:57 EST)
- Re: [tip:core/locking] futex: Do not leak robust list tounprivileged process Serge Hallyn (Mon Jun 18 2012 - 23:13:36 EST)
- Re: linux-next: Tree for Jun 18 (netfilter nfconntrack) Pablo Neira Ayuso (Mon Jun 18 2012 - 23:19:47 EST)
- Re: [tip:core/locking] futex: Do not leak robust list to unprivilegedprocess Wanlong Gao (Mon Jun 18 2012 - 23:23:19 EST)
- Re: [PATCH] GPIOLIB: add generic gpio_set_pull API Barry Song (Mon Jun 18 2012 - 23:26:00 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system H. Peter Anvin (Mon Jun 18 2012 - 23:31:49 EST)
- pull request: bluetooth 2012-06-19 Gustavo Padovan (Mon Jun 18 2012 - 23:38:02 EST)
- RE: [ 39/69] iwlwifi: disable the buggy chain extension feature inHW Ben Hutchings (Mon Jun 18 2012 - 23:57:18 EST)
- Re: [ 04/69] drm/i915: fix up ivb plane 3 pageflips Ben Hutchings (Mon Jun 18 2012 - 23:59:52 EST)
- [PATCH] Documentation: ManagementStyle: fixed typo Christopher L. Simons (Tue Jun 19 2012 - 00:08:28 EST)
- Re: Early boot panic on machine with lots of memory Gavin Shan (Tue Jun 19 2012 - 00:12:02 EST)
- Re: [PATCH 1/2] staging/rtl8192u: cleanup coding style problems devendra.aaru (Tue Jun 19 2012 - 00:30:21 EST)
- linux-next: build warning after merge of the battery tree Stephen Rothwell (Tue Jun 19 2012 - 00:54:21 EST)
- linux-next: build failure after merge of the final tree (acpi andbattery trees related) Stephen Rothwell (Tue Jun 19 2012 - 00:54:24 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system Borislav Petkov (Tue Jun 19 2012 - 01:03:39 EST)
- Re: linux-next: build warning after merge of the battery tree Anton Vorontsov (Tue Jun 19 2012 - 01:04:22 EST)
- Re: RE: Re: [PATCH 1/2] PM: devfreq: add freq table and available_freqs 함명주 (Tue Jun 19 2012 - 01:04:49 EST)
- linux-next: Tree for Jun 19 Stephen Rothwell (Tue Jun 19 2012 - 01:05:20 EST)
- Re: [PATCH v2 0/3] Improve virtio-blk performance Asias He (Tue Jun 19 2012 - 01:07:59 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system Borislav Petkov (Tue Jun 19 2012 - 01:10:54 EST)
- Re: linux-next: build failure after merge of the final tree (acpiand battery trees related) Anton Vorontsov (Tue Jun 19 2012 - 01:12:18 EST)
- [PATCH -v6 0/4] PCIe, PM, Add PCIe runtime D3cold support Huang Ying (Tue Jun 19 2012 - 01:21:23 EST)
- [PATCH -v6 1/4] ACPI, PM, Specify lowest allowed state for device sleep state Huang Ying (Tue Jun 19 2012 - 01:21:24 EST)
- [PATCH -v6 4/4] PCIe, PM, Add PCIe runtime D3cold support Huang Ying (Tue Jun 19 2012 - 01:21:33 EST)
- [PATCH -v6 3/4] PCI, PM, Do not call pci_set_power_state with PCI_D3cold Huang Ying (Tue Jun 19 2012 - 01:21:45 EST)
- [PATCH -v6 2/4] PCIe, PM, Add runtime PM support to PCIe port Huang Ying (Tue Jun 19 2012 - 01:22:07 EST)
- Re: [PATCH] [RESEND] fs: cachefiles: Add support for large filesin filesystem caching Suresh Jayaraman (Tue Jun 19 2012 - 01:28:21 EST)
- RE: RE: Re: [PATCH 1/2] PM: devfreq: add freq table andavailable_freqs Xiaoguang Chen (Tue Jun 19 2012 - 01:34:41 EST)
- Re: linux-next: build failure after merge of the final tree (acpiand battery trees related) Stephen Rothwell (Tue Jun 19 2012 - 01:37:12 EST)
- Re: [PATCH 2/3] swarm_cs4297: Rename AC97 registers to use sound/ac97_codec.h definitions Takashi Iwai (Tue Jun 19 2012 - 01:38:09 EST)
- Re: Early boot panic on machine with lots of memory Yinghai Lu (Tue Jun 19 2012 - 01:44:25 EST)
- Re: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmd plugins Namhyung Kim (Tue Jun 19 2012 - 01:44:51 EST)
- RFC: Easy-Reclaimable LRU list Minchan Kim (Tue Jun 19 2012 - 01:49:07 EST)
- Re: RE: RE: Re: [PATCH 1/2] PM: devfreq: add freq table andavailable_freqs 함명주 (Tue Jun 19 2012 - 01:49:59 EST)
- Re: Kernel 3.3.8 breaks accidental ext3 mount of extended partition Torsten Hilbrich (Tue Jun 19 2012 - 02:00:21 EST)
- [PATCH 1/2] regulator: support for regulator match by regulator-compatible Laxman Dewangan (Tue Jun 19 2012 - 02:01:38 EST)
- [PATCH 2/2] regulator: tps65910: dt: identify regulator by regulator-compatible Laxman Dewangan (Tue Jun 19 2012 - 02:01:49 EST)
- [PATCH 0/2] regulator: tps65910: dt: identify regulator by prop regulator-compatible. Laxman Dewangan (Tue Jun 19 2012 - 02:02:07 EST)
- Re: [PATCH v2 1/7] KVM Guest: Add VCPU running/pre-empted state for guest Nikunj A Dadhania (Tue Jun 19 2012 - 02:04:38 EST)
- Re: [PATCH V2] tmp patch to fix hotplug issue in CMCI storm Chen Gong (Tue Jun 19 2012 - 02:05:08 EST)
- [PATCH V3] tmp patch to fix hotplug issue in CMCI storm Chen Gong (Tue Jun 19 2012 - 02:08:03 EST)
- Re: [PATCH] sched: Folding nohz load accounting more accurate Yong Zhang (Tue Jun 19 2012 - 02:08:33 EST)
- Re: [PATCH] perf stat: Fix default logfd to use stderr Stephane Eranian (Tue Jun 19 2012 - 02:09:29 EST)
- Re: Early boot panic on machine with lots of memory Gavin Shan (Tue Jun 19 2012 - 02:09:49 EST)
- Re: [PATCH v2 3/7] KVM: Add paravirt kvm_flush_tlb_others Nikunj A Dadhania (Tue Jun 19 2012 - 02:12:35 EST)
- [char-misc-next 1/4] mei: check for error codes that mei_flow_ctrl_creds retuns Tomas Winkler (Tue Jun 19 2012 - 02:13:36 EST)
- [char-misc-next 2/4] mei: make mei_write_message more readable Tomas Winkler (Tue Jun 19 2012 - 02:13:40 EST)
- [char-misc-next 4/4] mei: group wd_interface_reg with watchdog variables within struct mei_device Tomas Winkler (Tue Jun 19 2012 - 02:13:44 EST)
- [char-misc-next 3/4] mei: mei_irq_thread_write_handler check for overflow Tomas Winkler (Tue Jun 19 2012 - 02:14:10 EST)
- Re: NFSv4 regression, kernel BUG at fs/nfsd/nfs4state.c:1044! Benny Halevy (Tue Jun 19 2012 - 02:15:47 EST)
- [PATCH] ARM: tegra: apbio access using dma for tegra20 only Laxman Dewangan (Tue Jun 19 2012 - 02:16:03 EST)
- Re: [PATCH] leds: Add DT support for leds-pca9532 Thierry Reding (Tue Jun 19 2012 - 02:16:22 EST)
- [PATCH] regulator: mc13xxx: Remove mc13xxx_sw_regulator_is_enabledfunction Axel Lin (Tue Jun 19 2012 - 02:20:05 EST)
- RE: [PATCH] sched: Folding nohz load accounting more accurate Doug Smythies (Tue Jun 19 2012 - 02:20:19 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Dor Laor (Tue Jun 19 2012 - 02:21:23 EST)
- Re: [PATCH] sched: Folding nohz load accounting more accurate Charles Wang (Tue Jun 19 2012 - 02:24:49 EST)
- Re: [PATCH 2/2] sound: tegra_alc5632: Adjust to of_get_named_gpio() change Leon Romanovsky (Tue Jun 19 2012 - 02:30:23 EST)
- [PATCH] video: exynos_dp: fix build warning due to uninitialized value Jingoo Han (Tue Jun 19 2012 - 02:36:29 EST)
- Re: Why does ionice(1) ban the user to set back to 'none' class? Bernhard Voelker (Tue Jun 19 2012 - 02:40:29 EST)
- RE: [PATCH v2] regulator: add new regulator driver for lp872x Kim, Milo (Tue Jun 19 2012 - 02:42:05 EST)
- RE: [PATCH v2] regulator: add new regulator driver for lp872x Kim, Milo (Tue Jun 19 2012 - 02:42:20 EST)
- Re: linux-next: Tree for Jun 4 Michal Simek (Tue Jun 19 2012 - 02:51:18 EST)
- [PATCH] uprobes: move function declarations out of arch Rabin Vincent (Tue Jun 19 2012 - 02:56:53 EST)
- RE: [PATCH v2] regulator: add new regulator driver for lp872x Kim, Milo (Tue Jun 19 2012 - 03:01:39 EST)
- [PATCH] gpio: add EXPORT_SYMBOL() for devm_gpio_request_one Kim, Milo (Tue Jun 19 2012 - 03:07:45 EST)
- ath9k_htc: Every 2nd packet 1000ms delayed in recent kernels Michael Leun (Tue Jun 19 2012 - 03:07:53 EST)
- [PATCH v3] regulator: add new regulator driver for lp872x Kim, Milo (Tue Jun 19 2012 - 03:08:25 EST)
- Re: [PATCH 6/7] pstore/ram: Make ECC size configurable Dan Carpenter (Tue Jun 19 2012 - 03:17:30 EST)
- Re: [PATCH V6 08/13] perf: Add Sandy Bridge-EP uncore support Stephane Eranian (Tue Jun 19 2012 - 03:18:06 EST)
- Re: How do embedded linux-rt systems fill their entropy/randomnesspools? Nicholas Mc Guire (Tue Jun 19 2012 - 03:19:41 EST)
- Re: [PATCH v3 6/6] KVM: introduce readonly memslot Gleb Natapov (Tue Jun 19 2012 - 03:20:28 EST)
- Re: [PATCH RESEND] net: lpc_eth: Driver cleanup David Miller (Tue Jun 19 2012 - 03:28:41 EST)
- [PATCH] regulator: core: Export regulator_set_voltage_time_sel() Axel Lin (Tue Jun 19 2012 - 03:28:58 EST)
- [PATCH] clear the frame pointer in copy_thread Su, Xuemin (Tue Jun 19 2012 - 03:29:30 EST)
- Re: [PATCHv3 0/4] remoteproc: Custom firmware handling. Ohad Ben-Cohen (Tue Jun 19 2012 - 03:48:41 EST)
- Re: [PATCH] [RESEND] fs: cachefiles: Add support for large files infilesystem caching Andrew Morton (Tue Jun 19 2012 - 03:51:45 EST)
- [PATCH 1/2] regulator: max77686: Convert driver to use regulator_set_voltage_time_sel. Yadwinder Singh Brar (Tue Jun 19 2012 - 03:54:06 EST)
- [PATCH 2/2] regulator: max77686: Implement .set_ramp_delay() callback. Yadwinder Singh Brar (Tue Jun 19 2012 - 03:54:16 EST)
- Re: [PATCH v3] regulator: add new regulator driver for lp872x Axel Lin (Tue Jun 19 2012 - 03:58:19 EST)
- Re: [PATCH v2 1/5] tools lib traceevent: Replace malloc_or_die to plain calloc in alloc_event() Namhyung Kim (Tue Jun 19 2012 - 04:06:36 EST)
- Re: [PATCH] [RESEND] fs: cachefiles: Add support for large filesin filesystem caching justin (Tue Jun 19 2012 - 04:08:30 EST)
- Re: [PATCH v3 6/6] KVM: introduce readonly memslot Avi Kivity (Tue Jun 19 2012 - 04:11:29 EST)
- Re: Why does ionice(1) ban the user to set back to 'none' class? gnehzuil.lzheng@xxxxxxxxx (Tue Jun 19 2012 - 04:15:57 EST)
- Re: [PATCH V6 08/13] perf: Add Sandy Bridge-EP uncore support Yan, Zheng (Tue Jun 19 2012 - 04:17:11 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system Peter Zijlstra (Tue Jun 19 2012 - 04:17:56 EST)
- Re: [PATCH 2/2] regulator: max77686: Implement .set_ramp_delay() callback. Axel Lin (Tue Jun 19 2012 - 04:19:08 EST)
- Re: [PATCH 2/2] regulator: max77686: Implement .set_ramp_delay() callback. Yadwinder Singh Brar (Tue Jun 19 2012 - 04:21:04 EST)
- Re: [ 04/69] drm/i915: fix up ivb plane 3 pageflips Daniel Vetter (Tue Jun 19 2012 - 04:23:47 EST)
- [PATCH v2 0/5] ARM: topology: set the capacity of each cores for big.LITTLE Vincent Guittot (Tue Jun 19 2012 - 04:30:01 EST)
- [PATCH v2 1/5] ARM: topology: Add arch_scale_freq_power function Vincent Guittot (Tue Jun 19 2012 - 04:30:06 EST)
- [PATCH v2 2/5] ARM: topology: factorize the update of sibling masks Vincent Guittot (Tue Jun 19 2012 - 04:30:10 EST)
- [PATCH v2 3/5] ARM: topology: Update cpu_power according to DT information Vincent Guittot (Tue Jun 19 2012 - 04:30:18 EST)
- [PATCH v2 5/5] sched: cpu_power: enable ARCH_POWER Vincent Guittot (Tue Jun 19 2012 - 04:30:23 EST)
- [PATCH v2 4/5] sched, x86: Remove broken power estimation Vincent Guittot (Tue Jun 19 2012 - 04:31:02 EST)
- [PATCH 01/10] zcache: fix preemptable memory allocation in atomiccontext Xiao Guangrong (Tue Jun 19 2012 - 04:32:53 EST)
- [PATCH 03/10] zcache: fix a compile warning Xiao Guangrong (Tue Jun 19 2012 - 04:33:49 EST)
- [PATCH 02/10] zcache: fix refcount leak Xiao Guangrong (Tue Jun 19 2012 - 04:34:10 EST)
- [PATCH 04/10] zcache: remove unnecessary check of config option dependence Xiao Guangrong (Tue Jun 19 2012 - 04:35:11 EST)
- [PATCH 05/10] zcache: mark zbud_init/zcache_comp_init as __init Xiao Guangrong (Tue Jun 19 2012 - 04:35:22 EST)
- Re: [PATCH 1/4] staging: comedi: Kconfig: menuconfig options shouldbe bool not tristate Ian Abbott (Tue Jun 19 2012 - 04:35:34 EST)
- [PATCH 07/10] zcache: optimize zcache_do_preload Xiao Guangrong (Tue Jun 19 2012 - 04:36:21 EST)
- [PATCH 06/10] zcache: cleanup zbud_init Xiao Guangrong (Tue Jun 19 2012 - 04:36:39 EST)
- [PATCH 08/10] zcache: cleanup zcache_do_preload and zcache_put_page Xiao Guangrong (Tue Jun 19 2012 - 04:36:57 EST)
- [PATCH 09/10] zcache: introduce get_zcache_client Xiao Guangrong (Tue Jun 19 2012 - 04:37:19 EST)
- Re: [PATCH v4 23/25] memcg: propagate kmem limiting information tochildren Glauber Costa (Tue Jun 19 2012 - 04:37:38 EST)
- [PATCH 10/10] cleanup the code between tmem_obj_init and tmem_obj_find Xiao Guangrong (Tue Jun 19 2012 - 04:38:02 EST)
- Re: [PATCH] [RESEND] arm: limit memblock base address for early_pte_alloc Minchan Kim (Tue Jun 19 2012 - 04:38:10 EST)
- [PATCH] docs: block: update ioprio.txt Zheng Liu (Tue Jun 19 2012 - 04:43:57 EST)
- Re: [RFC][PATCH 4/4] sched/fair: Optimize cgroup pick_next_task_fair Paul Turner (Tue Jun 19 2012 - 04:45:33 EST)
- Re: [patch v3] sched: fix select_idle_sibling() induced bouncing Paul Turner (Tue Jun 19 2012 - 04:48:24 EST)
- RE: arch/arm/mach-s3c2410/Kconfig is unsourced Kukjin Kim (Tue Jun 19 2012 - 04:50:42 EST)
- RE: [PATCH] ARM: s3c24xx: remove unused header Kukjin Kim (Tue Jun 19 2012 - 04:51:04 EST)
- Re: [PATCH] perf tools: Fix an error on perf-bench document Namhyung Kim (Tue Jun 19 2012 - 04:52:05 EST)
- Re: [PATCH v4 23/25] memcg: propagate kmem limiting information tochildren Glauber Costa (Tue Jun 19 2012 - 04:57:18 EST)
- Re: [PATCH v2 5/5] sched: cpu_power: enable ARCH_POWER Yong Zhang (Tue Jun 19 2012 - 05:01:49 EST)
- Re: [RFC PATCH] pch_uart: Add eg20t_port lock field, avoidrecursive spinlocks Alan Cox (Tue Jun 19 2012 - 05:11:16 EST)
- [PATCH RFT 1/3] regulator: tps65023: Convert toregulator_list_voltage_table Axel Lin (Tue Jun 19 2012 - 05:12:23 EST)
- [PATCH RFT 2/3] regulator: tps65023: Convert to get_voltage_sel Axel Lin (Tue Jun 19 2012 - 05:13:14 EST)
- [PATCH RFT 3/3] regulator: tps65023: Convert tps65023_ldo_ops toregulator_[get|set]_voltage_sel_regmap Axel Lin (Tue Jun 19 2012 - 05:14:33 EST)
- Re: [PATCH] Makefile: fix up CROSS_COMPILE and READABLE_ASM interaction. Geert Uytterhoeven (Tue Jun 19 2012 - 05:17:58 EST)
- Re: [PATCH] sched: Folding nohz load accounting more accurate Peter Zijlstra (Tue Jun 19 2012 - 05:18:59 EST)
- Re: [PATCH 1/2] regulator: support for regulator match byregulator-compatible Mark Brown (Tue Jun 19 2012 - 05:32:11 EST)
- Re: ath9k_htc: Every 2nd packet 1000ms delayed in recent kernels Mohammed Shafi (Tue Jun 19 2012 - 05:41:39 EST)
- Re: [PATCH 1/2] regulator: support for regulator match by regulator-compatible Laxman Dewangan (Tue Jun 19 2012 - 05:43:48 EST)
- Re: [PATCH v2 0/7] IOMMU: Groups support Joerg Roedel (Tue Jun 19 2012 - 05:49:48 EST)
- Re: [PATCH] regmap: Fix work_buf switching for page update duringvirtual range access. Mark Brown (Tue Jun 19 2012 - 05:52:04 EST)
- Re: [PATCH] sched: Folding nohz load accounting more accurate Peter Zijlstra (Tue Jun 19 2012 - 05:57:43 EST)
- Re: [PATCH 2/2] sound: tegra_alc5632: Adjust to of_get_named_gpio() change Alexandre Pereira da Silva (Tue Jun 19 2012 - 06:03:57 EST)
- Re: linux-next: manual merge of the v4l-dvb tree with Linus' tree Jiri Kosina (Tue Jun 19 2012 - 06:06:17 EST)
- Re: [PATCH v2 0/3] Improve virtio-blk performance Stefan Hajnoczi (Tue Jun 19 2012 - 06:14:32 EST)
- Re: [PATCH 1/2] extcon: Set platform drvdata in gpio_extcon_probe()and fix irq leak 함명주 (Tue Jun 19 2012 - 06:19:49 EST)
- Re: [PATCH] docs: block: update ioprio.txt Zheng Liu (Tue Jun 19 2012 - 06:19:50 EST)
- Re: [PATCH] docs: block: update ioprio.txt Karel Zak (Tue Jun 19 2012 - 06:19:58 EST)
- IO_PAGE_FAULTS with igb or igbvf on AMD IOMMU system Joerg Roedel (Tue Jun 19 2012 - 06:20:55 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system Borislav Petkov (Tue Jun 19 2012 - 06:22:28 EST)
- Re: [PATCH 14/22 v4] Input: atmel_mxt_ts - don't re-read matrix afterapplying pdata Nick Dyer (Tue Jun 19 2012 - 06:26:03 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system Peter Zijlstra (Tue Jun 19 2012 - 06:26:17 EST)
- Re: [PATCH 2/2] extcon: Convert extcon_gpio to devm_gpio_request_one MyungJoo Ham (Tue Jun 19 2012 - 06:30:32 EST)
- Re: [PATCH 1/2] extcon: Set platform drvdata in gpio_extcon_probe()and fix irq leak Axel Lin (Tue Jun 19 2012 - 06:32:50 EST)
- [PATCHv2 00/10] dw_dmac: set of cleanups and small fixes Andy Shevchenko (Tue Jun 19 2012 - 06:34:24 EST)
- [PATCHv2 03/10] dw_dmac: introduce dwc_dump_chan_regs to dump registers Andy Shevchenko (Tue Jun 19 2012 - 06:34:28 EST)
- [PATCHv2 09/10] dw_dmac: move from __init to __devinit Andy Shevchenko (Tue Jun 19 2012 - 06:34:32 EST)
- [PATCHv2 08/10] dw_dmac: introduce dwc_fast_fls() Andy Shevchenko (Tue Jun 19 2012 - 06:34:44 EST)
- [PATCHv2 07/10] dw_dmac: disable BLOCK interrupts Andy Shevchenko (Tue Jun 19 2012 - 06:35:00 EST)
- [PATCHv2 10/10] dw_dmac: introduce dwc_chan_reset Andy Shevchenko (Tue Jun 19 2012 - 06:35:22 EST)
- [PATCHv2 06/10] dw_dmac: disable dma in optimal way in probe Andy Shevchenko (Tue Jun 19 2012 - 06:35:40 EST)
- [PATCHv2 05/10] dw_dmac: use __func__ constant in the debug prints Andy Shevchenko (Tue Jun 19 2012 - 06:35:58 EST)
- [PATCHv2 02/10] dw_dmac: use proper casting to print dma_addr_t values Andy Shevchenko (Tue Jun 19 2012 - 06:36:13 EST)
- [PATCHv2 04/10] dw_dmac: print correct number of scanned descriptors Andy Shevchenko (Tue Jun 19 2012 - 06:36:26 EST)
- [PATCHv2 01/10] dw_dmac: fix constant in the comment Andy Shevchenko (Tue Jun 19 2012 - 06:36:47 EST)
- Re: [PATCHv2 10/10] dw_dmac: introduce dwc_chan_reset viresh kumar (Tue Jun 19 2012 - 06:39:35 EST)
- Re: [PATCH v2 0/7] IOMMU: Groups support Benjamin Herrenschmidt (Tue Jun 19 2012 - 06:40:33 EST)
- Re: [PATCHv2 00/10] dw_dmac: set of cleanups and small fixes viresh kumar (Tue Jun 19 2012 - 06:40:47 EST)
- Re: [PATCH 1/2] regulator: support for regulator match byregulator-compatible Mark Brown (Tue Jun 19 2012 - 06:43:15 EST)
- Re: [PATCH RESEND v7 3/3] mmc: core: Support packed read command for eMMC4.5 device merez (Tue Jun 19 2012 - 06:46:04 EST)
- [PATCH] ARM: sa1100: remove lart.h Paul Bolle (Tue Jun 19 2012 - 06:46:29 EST)
- [PATCHv2.1] dw_dmac: introduce dwc_chan_disable Andy Shevchenko (Tue Jun 19 2012 - 06:46:47 EST)
- Re: [PATCH 1/2] regulator: support for regulator match by regulator-compatible Laxman Dewangan (Tue Jun 19 2012 - 06:46:50 EST)
- Re: [PATCHv2.1] dw_dmac: introduce dwc_chan_disable viresh kumar (Tue Jun 19 2012 - 06:52:27 EST)
- Re: [PATCH 2/2] sound: tegra_alc5632: Adjust to of_get_named_gpio()change Roland Stigge (Tue Jun 19 2012 - 07:03:27 EST)
- Re: [PATCH] regulator: mc13xxx: Removemc13xxx_sw_regulator_is_enabled function Mark Brown (Tue Jun 19 2012 - 07:07:25 EST)
- Re: [PATCH RFT 1/3] regulator: tps65023: Convert toregulator_list_voltage_table Mark Brown (Tue Jun 19 2012 - 07:08:04 EST)
- Re: [PATCH RFT 2/3] regulator: tps65023: Convert to get_voltage_sel Mark Brown (Tue Jun 19 2012 - 07:08:37 EST)
- Re: [PATCH-Resend] regulator: s5m8767a: Support AP watchdog resetoperation Mark Brown (Tue Jun 19 2012 - 07:09:20 EST)
- Re: [PATCH 1/2] regulator: max77686: Convert driver to useregulator_set_voltage_time_sel. Mark Brown (Tue Jun 19 2012 - 07:10:23 EST)
- Re: [PATCH 3/3] usb: gadget: mass_storage: require backing file fornon-removable LUNs Sergei Shtylyov (Tue Jun 19 2012 - 07:12:57 EST)
- Re: [PATCH RFT 3/3] regulator: tps65023: Convert tps65023_ldo_ops toregulator_[get|set]_voltage_sel_regmap Mark Brown (Tue Jun 19 2012 - 07:14:30 EST)
- regulator: tps6586x: What is the meaning of TPS6586X_SLEW_RATE_SETsetting? Axel Lin (Tue Jun 19 2012 - 07:15:26 EST)
- [PATCH v2 1/4] ARM: new cache maintenance api for iommu mem flush Gupta, Ramesh (Tue Jun 19 2012 - 07:21:12 EST)
- [PATCH v2 2/4] ARM: add flush_mem api for ARMv6 Gupta, Ramesh (Tue Jun 19 2012 - 07:21:20 EST)
- [PATCH 4/4] OMAP:IOMMU:flush L1 and L2 caches Gupta, Ramesh (Tue Jun 19 2012 - 07:21:44 EST)
- [PATCH v2 3/4] ARM: add flush_mem api for ARMv7 Gupta, Ramesh (Tue Jun 19 2012 - 07:26:53 EST)
- Re: [PATCH RESEND v7 3/3] mmc: core: Support packed read command foreMMC4.5 device Namjae Jeon (Tue Jun 19 2012 - 07:29:50 EST)
- Re: [PATCH] perf stat: Fix default logfd to use stderr Robert Richter (Tue Jun 19 2012 - 07:33:09 EST)
- Re: [PATCH RFT 3/3] regulator: tps65023: Convert tps65023_ldo_ops toregulator_[get|set]_voltage_sel_regmap Mark Brown (Tue Jun 19 2012 - 07:34:16 EST)
- Re: [PATCH] perf stat: Fix default logfd to use stderr Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 07:34:41 EST)
- [GIT PULL] regulator fixes for 3.5 Mark Brown (Tue Jun 19 2012 - 07:39:10 EST)
- Re: [net-next:master 49/50]net/netfilter/nfnetlink_queue_ct.c:23:18: sparse: incompatible types incomparison expression (different address spaces) Fengguang Wu (Tue Jun 19 2012 - 07:41:15 EST)
- [RESEND][PATCH v2 0/4] OMAP:IOMMU:Add L1 and L2 cache flush Gupta, Ramesh (Tue Jun 19 2012 - 07:42:29 EST)
- Re: [ 04/69] drm/i915: fix up ivb plane 3 pageflips Eugeni Dodonov (Tue Jun 19 2012 - 07:43:40 EST)
- Re: linux-next: manual merge of the v4l-dvb tree with Linus' tree Hans de Goede (Tue Jun 19 2012 - 07:51:04 EST)
- Re: linux-next: manual merge of the v4l-dvb tree with Linus' tree Jiri Kosina (Tue Jun 19 2012 - 07:52:38 EST)
- [PATCH] mtd: chips: reorganize Kconfig help on swapping Paul Bolle (Tue Jun 19 2012 - 07:52:42 EST)
- Re: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmdplugins Steven Rostedt (Tue Jun 19 2012 - 07:54:38 EST)
- Re: [PATCH -stable] ntp: Correct TAI offset during leap second Ben Hutchings (Tue Jun 19 2012 - 07:55:05 EST)
- Re: [net-next:master 49/50]net/netfilter/nfnetlink_queue_ct.c:23:18: sparse: incompatible types incomparison expression (different address spaces) Pablo Neira Ayuso (Tue Jun 19 2012 - 07:56:41 EST)
- Re: [PATCH 2/2] regulator: max77686: Implement .set_ramp_delay() callback. Yadwinder Singh Brar (Tue Jun 19 2012 - 07:57:46 EST)
- Re: [PATCH -stable] ntp: Correct TAI offset during leap second Ben Hutchings (Tue Jun 19 2012 - 07:57:51 EST)
- Re: [ 04/69] drm/i915: fix up ivb plane 3 pageflips Ben Hutchings (Tue Jun 19 2012 - 07:59:12 EST)
- [PATCH] pinctrl/u300: delete pointless debug print Linus Walleij (Tue Jun 19 2012 - 08:03:25 EST)
- [PATCH v3] sched: balance_cpu to consider other cpus in its groupas target of (pinned) task Prashanth Nageshappa (Tue Jun 19 2012 - 08:14:18 EST)
- Re: [PATCH] Makefile: fix up CROSS_COMPILE and READABLE_ASMinteraction. Paul Mundt (Tue Jun 19 2012 - 08:14:24 EST)
- [PATCH 1/2] x86: abort secondary CPU bring-up gracefully if do_boot_cpu timed out on cpu_callin_mask Igor Mammedov (Tue Jun 19 2012 - 08:14:43 EST)
- [PATCH 0/2 v2] x86: Improve secondary CPU bring-up process robustness Igor Mammedov (Tue Jun 19 2012 - 08:14:47 EST)
- [PATCH 2/2] x86: don't panic if master CPU haven't set cpu_callout_mask Igor Mammedov (Tue Jun 19 2012 - 08:15:16 EST)
- Re: [PATCH 1/2] regulator: support for regulator match by regulator-compatible Laxman Dewangan (Tue Jun 19 2012 - 08:16:01 EST)
- Re: [PATCH 1/2] regulator: support for regulator match byregulator-compatible Mark Brown (Tue Jun 19 2012 - 08:18:16 EST)
- [PATCH] sched: reorder lb_env struct members to reduce its size Prashanth Nageshappa (Tue Jun 19 2012 - 08:18:24 EST)
- Re: [PATCH 2/2] regulator: max77686: Implement .set_ramp_delay() callback. Axel Lin (Tue Jun 19 2012 - 08:20:53 EST)
- [PATCH] sched: reset loop counters if all tasks are pinned and weneed to redo load balance Prashanth Nageshappa (Tue Jun 19 2012 - 08:22:29 EST)
- Re: [tip:core/locking] futex: Do not leak robust list tounprivileged process Serge Hallyn (Tue Jun 19 2012 - 08:23:29 EST)
- Re: [PATCH 2/2] regulator: max77686: Implement .set_ramp_delay() callback. Axel Lin (Tue Jun 19 2012 - 08:24:06 EST)
- Re: [PATCH v2 1/5] tools lib traceevent: Replace malloc_or_die toplain calloc in alloc_event() Steven Rostedt (Tue Jun 19 2012 - 08:30:52 EST)
- Re: [net-next:master 49/50]net/netfilter/nfnetlink_queue_ct.c:23:18: sparse: incompatible types incomparison expression (different address spaces) Eric Dumazet (Tue Jun 19 2012 - 08:36:01 EST)
- Re: SNB PCI root information Bjorn Helgaas (Tue Jun 19 2012 - 08:36:38 EST)
- [PATCH 1/3] HID: hid-multitouch: fix input mode feature command benjamin.tissoires (Tue Jun 19 2012 - 08:40:08 EST)
- [PATCH 2/3] HID: hid-multitouch: support arrays for the split of the touches in a report benjamin.tissoires (Tue Jun 19 2012 - 08:40:15 EST)
- [PATCH 3/3] HID: hid-multitouch: add support for Zytronic panels benjamin.tissoires (Tue Jun 19 2012 - 08:40:20 EST)
- Re: [PATCH 1/2] memcg: remove -EINTR at rmdir() Michal Hocko (Tue Jun 19 2012 - 08:40:33 EST)
- Re: [PATCH 2/3] swarm_cs4297: Rename AC97 registers to usesound/ac97_codec.h definitions Ezequiel Garcia (Tue Jun 19 2012 - 08:41:26 EST)
- [PATCH 1/3] staging/ft1000: Return -ENOMEM if kmalloc fails at ft1000_probe Devendra Naga (Tue Jun 19 2012 - 08:45:28 EST)
- Re: [PATCH 2/3] swarm_cs4297: Rename AC97 registers to use sound/ac97_codec.h definitions Takashi Iwai (Tue Jun 19 2012 - 08:47:31 EST)
- [PATCH] mpilib: use DIV_ROUN_UP macro Andy Shevchenko (Tue Jun 19 2012 - 09:03:19 EST)
- [PATCH Stable 3.4.x] HID: hid-multitouch: fix wrong protocol detection benjamin.tissoires (Tue Jun 19 2012 - 09:06:51 EST)
- Re: [resend][PATCH] mm, vmscan: fix do_try_to_free_pages() livelock Aaditya Kumar (Tue Jun 19 2012 - 09:18:06 EST)
- Re: [RFC][PATCH] mm: Update zone->un_reclaimable in direct reclaim path Aaditya Kumar (Tue Jun 19 2012 - 09:20:45 EST)
- hid-generic regression on existing distros Jan Beulich (Tue Jun 19 2012 - 09:26:22 EST)
- printk behavioral regression Jan Beulich (Tue Jun 19 2012 - 09:29:19 EST)
- [PATCH 0/4] cputime: Virtual cputime accounting small cleanups and consolidation Frederic Weisbecker (Tue Jun 19 2012 - 09:43:21 EST)
- [PATCH 1/4] cputime: Generalize CONFIG_VIRT_CPU_ACCOUNTING Frederic Weisbecker (Tue Jun 19 2012 - 09:43:24 EST)
- [PATCH 3/4] cputime: Consolidate vtime handling on context switch Frederic Weisbecker (Tue Jun 19 2012 - 09:43:29 EST)
- [PATCH 4/4] s390: Remove leftover account_tick_vtime() header Frederic Weisbecker (Tue Jun 19 2012 - 09:43:38 EST)
- [PATCH 2/4] sched: Move cputime code to its own file Frederic Weisbecker (Tue Jun 19 2012 - 09:44:21 EST)
- Re: [PATCH 3/4] KVM: MMU: Make kvm_handle_hva() handle range ofaddresses Takuya Yoshikawa (Tue Jun 19 2012 - 09:46:49 EST)
- Re: printk behavioral regression Kay Sievers (Tue Jun 19 2012 - 09:54:30 EST)
- Re: [PATCH] pinctrl: Add one-register-per-pin type device treebased pinctrl driver Tony Lindgren (Tue Jun 19 2012 - 09:56:06 EST)
- Re: [PATCH] clear the frame pointer in copy_thread H. Peter Anvin (Tue Jun 19 2012 - 09:58:35 EST)
- Inotify scalability issue Emil Renner Berthing (Tue Jun 19 2012 - 10:00:41 EST)
- Re: printk behavioral regression Jan Beulich (Tue Jun 19 2012 - 10:03:42 EST)
- regression with dynpm [was: [git pull] drm-fixes] Jörg-Volker Peetz (Tue Jun 19 2012 - 10:08:27 EST)
- regression with dynpm [was: [git pull] drm-fixes] Jörg-Volker Peetz (Tue Jun 19 2012 - 10:10:48 EST)
- Re: regression with dynpm [was: [git pull] drm-fixes] Dave Airlie (Tue Jun 19 2012 - 10:11:45 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Borislav Petkov (Tue Jun 19 2012 - 10:21:30 EST)
- Re: [PATCH][ANNOUNCE]RIFS-ES Scheduling V1 release. Chen (Tue Jun 19 2012 - 10:22:58 EST)
- Re: [RESEND/PATCHv5 1/2] drivers: input: keypad: Add device tree support Poddar, Sourav (Tue Jun 19 2012 - 10:25:43 EST)
- Re: [RESEND/PATCHv5 2/2] arm/dts: omap4-sdp: Add keypad data Poddar, Sourav (Tue Jun 19 2012 - 10:27:25 EST)
- Re: [PATCH 01/10] zcache: fix preemptable memory allocation in atomiccontext Seth Jennings (Tue Jun 19 2012 - 10:28:22 EST)
- Re: [PATCH 02/10] zcache: fix refcount leak Seth Jennings (Tue Jun 19 2012 - 10:28:51 EST)
- Re: [PATCH 2/2] memcg: add per cgroup dirty pages accounting Sha Zhengju (Tue Jun 19 2012 - 10:31:31 EST)
- Re: [PATCH 03/10] zcache: fix a compile warning Seth Jennings (Tue Jun 19 2012 - 10:31:40 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Bojan Smojver (Tue Jun 19 2012 - 10:32:39 EST)
- Re: printk behavioral regression Kay Sievers (Tue Jun 19 2012 - 10:35:10 EST)
- Re: [PATCH 04/10] zcache: remove unnecessary check of config optiondependence Seth Jennings (Tue Jun 19 2012 - 10:37:35 EST)
- [PATCH V2 1/3] regulator: dt: regulator match by regulator-compatible Laxman Dewangan (Tue Jun 19 2012 - 10:38:21 EST)
- [PATCH V2 3/3] ARM: dts: db8500: add node property "regulator-compatible" regulator node Laxman Dewangan (Tue Jun 19 2012 - 10:38:25 EST)
- [PATCH V2 2/3] regulator: dt: add policy to have property "regulator-compatible" Laxman Dewangan (Tue Jun 19 2012 - 10:38:46 EST)
- [PATCH V2 0/3] regulator: dt: add policy to match regulator with prop "regulator-compatible" Laxman Dewangan (Tue Jun 19 2012 - 10:39:03 EST)
- Re: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmd plugins Namhyung Kim (Tue Jun 19 2012 - 10:39:40 EST)
- Re: [PATCH 1/3] i2c: i801: refactori801_block_transaction_byte_by_byte Jean Delvare (Tue Jun 19 2012 - 10:43:29 EST)
- Re: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmdplugins Steven Rostedt (Tue Jun 19 2012 - 10:44:09 EST)
- Re: mount stuck, khubd blocked Alan Stern (Tue Jun 19 2012 - 10:45:07 EST)
- Re: pm runtime and system suspend resume Alan Stern (Tue Jun 19 2012 - 10:48:19 EST)
- [PATCH -mm] memcg: prevent from OOM with too many dirty pages Michal Hocko (Tue Jun 19 2012 - 10:50:47 EST)
- gpio_keys_polled.c and DT Roland Stigge (Tue Jun 19 2012 - 11:02:02 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system Borislav Petkov (Tue Jun 19 2012 - 11:06:17 EST)
- Re: [PATCH 14/22 v4] Input: atmel_mxt_ts - don't re-read matrix afterapplying pdata Yufeng Shen (Tue Jun 19 2012 - 11:12:25 EST)
- 2012 Kernel Summit: Call for Participation: 2nd CALL Theodore Ts'o (Tue Jun 19 2012 - 11:19:26 EST)
- Re: [PATCH 2/2] regulator: max77686: Implement .set_ramp_delay() callback. Yadwinder Singh Brar (Tue Jun 19 2012 - 11:20:07 EST)
- [PATCH 1/1] [media] ene_ir: Fix driver initialisation Luis Henriques (Tue Jun 19 2012 - 11:30:22 EST)
- [PATCH 1/2 v3] regulator: support multiple dummy fixed regulators Guennadi Liakhovetski (Tue Jun 19 2012 - 11:44:14 EST)
- [PATCH 2/2 v3] regulator: extend the fixed dummy voltage regulatorto accept voltage Guennadi Liakhovetski (Tue Jun 19 2012 - 11:44:36 EST)
- Re: [Ksummit-2012-discuss] [ATTEND or not ATTEND] That's the question! Bjorn Helgaas (Tue Jun 19 2012 - 11:46:09 EST)
- [RFCv5 00/23] perf: Add backtrace post dwarf unwind Jiri Olsa (Tue Jun 19 2012 - 11:48:48 EST)
- [PATCH 05/23] perf: Factor __output_copy to be usable with specific copy function Jiri Olsa (Tue Jun 19 2012 - 11:48:53 EST)
- [PATCH 04/23] perf, x86: Add copy_from_user_nmi_nochk for best effort copy Jiri Olsa (Tue Jun 19 2012 - 11:48:59 EST)
- [PATCH 03/23] perf: Add ability to attach user level registers dump to sample Jiri Olsa (Tue Jun 19 2012 - 11:49:14 EST)
- [PATCH 07/23] perf: Add ability to attach user stack dump to sample Jiri Olsa (Tue Jun 19 2012 - 11:49:24 EST)
- [PATCH 10/23] perf, tool: Adding PERF_ATTR_SIZE_VER2 to the header swap check Jiri Olsa (Tue Jun 19 2012 - 11:49:35 EST)
- [PATCH 11/23] perf, tool: Remove unsused evsel parameter from machine__resolve_callchain Jiri Olsa (Tue Jun 19 2012 - 11:49:40 EST)
- [PATCH 17/23] perf, tool: Add libunwind dependency for dwarf cfi unwinding Jiri Olsa (Tue Jun 19 2012 - 11:49:45 EST)
- [PATCH 12/23] perf, tool: Factor DSO symtab types to generic binary types Jiri Olsa (Tue Jun 19 2012 - 11:49:49 EST)
- [PATCH 13/23] perf, tool: Add interface to read DSO image data Jiri Olsa (Tue Jun 19 2012 - 11:50:05 EST)
- [PATCH 18/23] perf, tool: Support user regs and stack in sample parsing Jiri Olsa (Tue Jun 19 2012 - 11:50:09 EST)
- [PATCH 20/23] perf, tool: Adding round_up/round_down macros Jiri Olsa (Tue Jun 19 2012 - 11:50:17 EST)
- [PATCH 21/23] perf, tool: Support for dwarf mode callchain on perf record Jiri Olsa (Tue Jun 19 2012 - 11:50:30 EST)
- [PATCH 16/23] perf, tool: Add interface to arch registers sets Jiri Olsa (Tue Jun 19 2012 - 11:50:37 EST)
- [PATCH 15/23] perf, tool: Back [vdso] DSO with real data Jiri Olsa (Tue Jun 19 2012 - 11:50:42 EST)
- [PATCH 19/23] perf, tool: Support for dwarf cfi unwinding on post processing Jiri Olsa (Tue Jun 19 2012 - 11:50:56 EST)
- RE: [PATCH] sched: Folding nohz load accounting more accurate Doug Smythies (Tue Jun 19 2012 - 11:51:06 EST)
- [PATCH 14/23] perf, tool: Add '.note' check into search for NOTE section Jiri Olsa (Tue Jun 19 2012 - 11:51:42 EST)
- [PATCH 23/23] perf, tool: Add dso data caching tests Jiri Olsa (Tue Jun 19 2012 - 11:51:43 EST)
- [PATCH 22/23] perf, tool: Add dso data caching Jiri Olsa (Tue Jun 19 2012 - 11:52:20 EST)
- [PATCH 06/23] perf: Add perf_output_skip function to skip bytes in sample Jiri Olsa (Tue Jun 19 2012 - 11:53:29 EST)
- [RFC 09/23] x86_64: Store userspace rsp in system_call fastpath Jiri Olsa (Tue Jun 19 2012 - 11:53:31 EST)
- [PATCH 02/23] perf: Unified API to record selective sets of arch registers Jiri Olsa (Tue Jun 19 2012 - 11:53:51 EST)
- [PATCH 08/23] perf: Add attribute to filter out callchains Jiri Olsa (Tue Jun 19 2012 - 11:54:20 EST)
- [PATCH 01/23] tracing/filter: Add missing initialization Jiri Olsa (Tue Jun 19 2012 - 11:55:59 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system H. Peter Anvin (Tue Jun 19 2012 - 11:57:52 EST)
- [ANNOUNCE] 3.0.35-rt56 Steven Rostedt (Tue Jun 19 2012 - 12:01:54 EST)
- [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Tue Jun 19 2012 - 12:03:31 EST)
- [PATCH 0/2] x86, microcode: Reload ucode only per-system Borislav Petkov (Tue Jun 19 2012 - 12:03:42 EST)
- [PATCH 1/2] x86, microcode: Sanitize per-cpu microcode reloading interface Borislav Petkov (Tue Jun 19 2012 - 12:03:53 EST)
- Re: [PATCH] mtd: m25p80: Add support for m25pe20 Artem Bityutskiy (Tue Jun 19 2012 - 12:10:38 EST)
- Re: [PATCH] mtd: m25p80: Add support for n25q064 Artem Bityutskiy (Tue Jun 19 2012 - 12:11:42 EST)
- Re: [PATCH V2 3/3] ARM: dts: db8500: add node property "regulator-compatible"regulator node Lee Jones (Tue Jun 19 2012 - 12:14:01 EST)
- Re: nfs3 problem with -rc{2,3} : blame Myklebust, Trond (Tue Jun 19 2012 - 12:20:41 EST)
- [PATCH 2/3] staging/ft1000: use kzalloc to allocate the ft1000_device structure Devendra Naga (Tue Jun 19 2012 - 12:22:41 EST)
- Re: nfs3 problem with -rc{2,3} : blame Myklebust, Trond (Tue Jun 19 2012 - 12:23:20 EST)
- [PATCH 3/3] staging/ft1000: remove usage of ret in ft1000_open Devendra Naga (Tue Jun 19 2012 - 12:23:34 EST)
- RE: [PATCH 1/4] staging: comedi: Kconfig: menuconfig options shouldbe bool not tristate H Hartley Sweeten (Tue Jun 19 2012 - 12:32:31 EST)
- Re: [PATCH 05/10] zcache: mark zbud_init/zcache_comp_init as __init Seth Jennings (Tue Jun 19 2012 - 12:35:29 EST)
- Re: [PATCH 1/2] extcon: Set platform drvdata in gpio_extcon_probe()and fix irq leak Greg Kroah-Hartman (Tue Jun 19 2012 - 12:44:00 EST)
- Re: [PATCH 10/10] cleanup the code between tmem_obj_init and tmem_obj_find Seth Jennings (Tue Jun 19 2012 - 12:50:21 EST)
- Re: MMC: commit dba3c29 ruins mmc card data on beagle-xm revB Paolo Pisati (Tue Jun 19 2012 - 12:53:17 EST)
- Re: nfs3 problem with -rc{2,3} : blame Ken Moffat (Tue Jun 19 2012 - 12:55:20 EST)
- [PATCH] autonuma: shrink the per-page page_autonuma struct size Andrea Arcangeli (Tue Jun 19 2012 - 12:55:25 EST)
- Re: [PATCH] ARM: tegra: apbio access using dma for tegra20 only Stephen Warren (Tue Jun 19 2012 - 13:01:33 EST)
- Re: linux-next: Tree for Jun 19 (mfd/max77693-irq.c) Randy Dunlap (Tue Jun 19 2012 - 13:19:07 EST)
- Re: [PATCH -stable] ntp: Correct TAI offset during leap second John Stultz (Tue Jun 19 2012 - 13:27:01 EST)
- Re: [PATCH V2 3/3] ARM: dts: db8500: add node property "regulator-compatible"regulator node Stephen Warren (Tue Jun 19 2012 - 13:29:44 EST)
- Re: [PATCH V2 3/3] ARM: dts: db8500: add node property "regulator-compatible"regulator node Stephen Warren (Tue Jun 19 2012 - 13:32:12 EST)
- [ANOUNCE] 3.4.3-rt11 Steven Rostedt (Tue Jun 19 2012 - 13:35:24 EST)
- Re: [RFC PATCH] pch_uart: Add eg20t_port lock field, avoid recursivespinlocks Darren Hart (Tue Jun 19 2012 - 13:36:49 EST)
- Re: [PATCH V2 1/3] regulator: dt: regulator match by regulator-compatible Stephen Warren (Tue Jun 19 2012 - 13:39:04 EST)
- Re: Kernel 3.3.8 breaks accidental ext3 mount of extended partition Jeff Moyer (Tue Jun 19 2012 - 13:43:34 EST)
- Re: [PATCH V2 2/3] regulator: dt: add policy to have property "regulator-compatible" Stephen Warren (Tue Jun 19 2012 - 13:43:57 EST)
- Re: nfs3 problem with -rc{2,3} : blame Myklebust, Trond (Tue Jun 19 2012 - 13:46:41 EST)
- Re: [RFC PATCH] pch_uart: Add eg20t_port lock field, avoidrecursive spinlocks Alan Cox (Tue Jun 19 2012 - 13:51:00 EST)
- Re: [PATCH V2 2/3] regulator: dt: add policy to have property"regulator-compatible" Mark Brown (Tue Jun 19 2012 - 13:53:53 EST)
- [PATCH 07/20] perf lib: Introduce rtrim Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:00:19 EST)
- [PATCH 14/20] perf script: Replace __event_name uses with perf_evsel__name Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:00:22 EST)
- [PATCH 18/20] perf tools: Remove unused evsel parameter from machine__resolve_callchain Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:00:27 EST)
- Re: [PATCH 1/3] block: Introduce __blk_segment_map_sg() helper Tejun Heo (Tue Jun 19 2012 - 14:00:47 EST)
- [PATCH 11/20] perf tools: Reconstruct sw event with modifiers from perf_event_attr Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:01:05 EST)
- [PATCH 20/20] perf annotate: Check null of sym pointer before using it Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:01:14 EST)
- [PATCH 03/20] perf ui/gtk: Introduce struct perf_gtk_context Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:01:32 EST)
- [GIT PULL 00/20] perf/core improvements Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:01:40 EST)
- [PATCH 13/20] perf tools: Move all users of event_name to perf_evsel__name Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:01:59 EST)
- [PATCH 04/20] perf ui/gtk: Add GTK statusbar widget to browser window Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:02:13 EST)
- [PATCH 02/20] perf ui: Introduce struct perf_error_ops Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:02:27 EST)
- [PATCH 01/20] perf tools: Add sort by src line/number Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:02:36 EST)
- [PATCH 19/20] perf evsel: Make some methods private Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:03:09 EST)
- [PATCH 16/20] perf tools: Remove __event_name Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:03:24 EST)
- Re: [PATCH V2 2/3] regulator: dt: add policy to have property "regulator-compatible" Stephen Warren (Tue Jun 19 2012 - 14:03:29 EST)
- [PATCH 08/20] perf hists browser: Implement printing snapshots to files Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:03:48 EST)
- [PATCH 06/20] perf ui/gtk: Use struct perf_error_ops Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:04:02 EST)
- [PATCH 09/20] perf evsel: Carve out event modifier formatting Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:04:17 EST)
- [PATCH 05/20] perf ui/gtk: Add GTK info_bar widget to browser window Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:04:28 EST)
- [PATCH 15/20] perf tools: Don't access evsel->name directly Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:04:40 EST)
- [PATCH 17/20] perf evsel: Reconstruct raw event with modifiers from perf_event_attr Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:04:48 EST)
- [PATCH 10/20] perf tools: Reconstruct hw cache event with modifiers from perf_event_attr Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:05:03 EST)
- [PATCH 12/20] perf evsel: Handle all event types in perf_evsel__name Arnaldo Carvalho de Melo (Tue Jun 19 2012 - 14:05:25 EST)
- Re: [PATCH V2 2/3] regulator: dt: add policy to have property"regulator-compatible" Mark Brown (Tue Jun 19 2012 - 14:06:45 EST)
- Re: [PATCH 13/35] autonuma: add page structure fields Andrea Arcangeli (Tue Jun 19 2012 - 14:07:43 EST)
- [PATCH 09/10] perf, x86: Improve debug output in check_hw_exists() Robert Richter (Tue Jun 19 2012 - 14:11:10 EST)
- [PATCH 02/10] perf, x86: Rework counter reservation code Robert Richter (Tue Jun 19 2012 - 14:11:19 EST)
- [PATCH 07/10] perf, amd: Generalize northbridge constraints code for family 15h Robert Richter (Tue Jun 19 2012 - 14:11:26 EST)
- [PATCH 10/10] perf, amd: Check northbridge event config value Robert Richter (Tue Jun 19 2012 - 14:11:41 EST)
- [PATCH 00/10] perf, x86: Add northbridge counter support for AMD family 15h Robert Richter (Tue Jun 19 2012 - 14:11:53 EST)
- [PATCH 06/10] perf, amd: Unify AMD's generic and family 15h pmus Robert Richter (Tue Jun 19 2012 - 14:12:03 EST)
- [PATCH 08/10] perf, amd: Enable northbridge counters on family 15h Robert Richter (Tue Jun 19 2012 - 14:12:07 EST)
- Re: Early boot panic on machine with lots of memory Yinghai Lu (Tue Jun 19 2012 - 14:12:21 EST)
- [PATCH 03/10] perf, x86: Use bitmasks for generic counters Robert Richter (Tue Jun 19 2012 - 14:12:36 EST)
- [PATCH 05/10] perf, x86: Move Intel specific code to intel_pmu_init() Robert Richter (Tue Jun 19 2012 - 14:12:56 EST)
- [PATCH 04/10] perf, x86: Rename Intel specific macros Robert Richter (Tue Jun 19 2012 - 14:13:13 EST)
- [PATCH 01/10] perf, amd: Rework northbridge event constraints handler Robert Richter (Tue Jun 19 2012 - 14:13:29 EST)
- Re: [PATCH] epoll: Improved support for multi-threaded clients Christof Meerwald (Tue Jun 19 2012 - 14:17:16 EST)
- Re: IO_PAGE_FAULTS with igb or igbvf on AMD IOMMU system Alexander Duyck (Tue Jun 19 2012 - 14:19:15 EST)
- Re: SNB PCI root information Yinghai Lu (Tue Jun 19 2012 - 14:20:09 EST)
- [PATCH] leds: [trivial]Remove unnecesary return Devendra Naga (Tue Jun 19 2012 - 14:22:45 EST)
- Re: hid-generic regression on existing distros Henrik Rydberg (Tue Jun 19 2012 - 14:29:33 EST)
- WARNING: at /home/konrad/ssd/linux/kernel/rcutree.c:1547__rcu_process_callbacks+0x42e/0x440() Konrad Rzeszutek Wilk (Tue Jun 19 2012 - 14:30:11 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Tue Jun 19 2012 - 14:30:45 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Tue Jun 19 2012 - 14:31:45 EST)
- Re: [PATCH 1/2] x86, microcode: Sanitize per-cpu microcodereloading interface Henrique de Moraes Holschuh (Tue Jun 19 2012 - 14:31:50 EST)
- [RFC][RT][PATCH] mm: Do not use stop_machine() for__zone_pcp_udpate() for CONFIG_PREEMPT_RT_FULL Aaditya Kumar (Tue Jun 19 2012 - 14:32:16 EST)
- Re: [PATCH 1/7] pstore/ram: Probe as early as possible Kees Cook (Tue Jun 19 2012 - 14:40:14 EST)
- Re: [PATCH 2/7] pstore/ram: Fix error handling during przs allocation Kees Cook (Tue Jun 19 2012 - 14:40:39 EST)
- Re: [PATCH 3/7] pstore/ram_core: Proper checking for post_init errors(e.g. improper ECC size) Kees Cook (Tue Jun 19 2012 - 14:41:45 EST)
- Re: [PATCH 4/7] pstore/ram_core: Better ECC size checking Kees Cook (Tue Jun 19 2012 - 14:43:59 EST)
- Re: [PATCH 2/3 v2] i2c: i801: enable irq for i801 smbustransactions Jean Delvare (Tue Jun 19 2012 - 14:47:28 EST)
- Re: asm/kvm_para.h from asm-generic (was: Re: linux-next: triagefor April 19, 2012) Sam Ravnborg (Tue Jun 19 2012 - 14:48:03 EST)
- Re: WARNING: at /home/konrad/ssd/linux/kernel/rcutree.c:1547__rcu_process_callbacks+0x42e/0x440() Paul E. McKenney (Tue Jun 19 2012 - 14:49:18 EST)
- RE: [PATCH 0/4] cputime: Virtual cputime accounting small cleanupsand consolidation Luck, Tony (Tue Jun 19 2012 - 14:55:19 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Tue Jun 19 2012 - 14:57:35 EST)
- Re: asm/kvm_para.h from asm-generic (was: Re: linux-next: triagefor April 19, 2012) Sam Ravnborg (Tue Jun 19 2012 - 15:00:09 EST)
- Attaching a process to cgroups Alexey Vlasov (Tue Jun 19 2012 - 15:04:21 EST)
- [PATCH V2 1/3] staging/rtl8192u: fix coding style problems Devendra Naga (Tue Jun 19 2012 - 15:05:49 EST)
- [PATCH V2 2/3] staging/rtl8192u: fix coding style problems Devendra Naga (Tue Jun 19 2012 - 15:06:48 EST)
- [PATCH V2 3/3] staging/rtl8192u: use for loop to assign bit shifted addr Devendra Naga (Tue Jun 19 2012 - 15:08:14 EST)
- Re: WARNING: at /home/konrad/ssd/linux/kernel/rcutree.c:1547__rcu_process_callbacks+0x42e/0x440() Paul E. McKenney (Tue Jun 19 2012 - 15:11:06 EST)
- Re: [PATCH 2/3] swarm_cs4297: Rename AC97 registers to usesound/ac97_codec.h definitions Ezequiel Garcia (Tue Jun 19 2012 - 15:13:52 EST)
- Re: [Ksummit-2012-discuss] [ATTEND or not ATTEND] That's the question! Roland Dreier (Tue Jun 19 2012 - 15:18:49 EST)
- Re: [PATCH V2 3/3] staging/rtl8192u: use for loop to assign bitshifted addr Joe Perches (Tue Jun 19 2012 - 15:19:51 EST)
- [PATCH 1/2] swarm_cs4297: Provide definitions for AC97 registers Ezequiel Garcia (Tue Jun 19 2012 - 15:20:40 EST)
- [PATCH 2/2] Remove unused include/linux/ac97_codec.h header Ezequiel Garcia (Tue Jun 19 2012 - 15:20:47 EST)
- Hello Miss Naome (Tue Jun 19 2012 - 15:33:06 EST)
- Re: nfs3 problem with -rc{2,3} : blame Ken Moffat (Tue Jun 19 2012 - 15:35:39 EST)
- Re: Partitions: Amiga RDB partition on 2 TB disk way too big, while OK in AmigaOS 4.1 Martin Steigerwald (Tue Jun 19 2012 - 15:46:20 EST)
- Re: [RFC][RT][PATCH] mm: Do not use stop_machine() for __zone_pcp_udpate()for CONFIG_PREEMPT_RT_FULL Frank Rowand (Tue Jun 19 2012 - 15:47:30 EST)
- [PATCH 0/5] uprobes: write_opcode() cleanups Oleg Nesterov (Tue Jun 19 2012 - 15:48:46 EST)
- [PATCH 1/5] uprobes: don't recheck vma/f_mapping in write_opcode() Oleg Nesterov (Tue Jun 19 2012 - 15:49:02 EST)
- [PATCH 2/5] uprobes: __replace_page() should not usepage_address_in_vma() Oleg Nesterov (Tue Jun 19 2012 - 15:49:20 EST)
- [PATCH 3/5] uprobes: kill write_opcode()->lock_page(new_page) Oleg Nesterov (Tue Jun 19 2012 - 15:49:36 EST)
- RE: [PATCH 02/10] zcache: fix refcount leak Dan Magenheimer (Tue Jun 19 2012 - 15:49:38 EST)
- [PATCH 4/5] uprobes: cleanup and documentwrite_opcode()->lock_page(old_page) Oleg Nesterov (Tue Jun 19 2012 - 15:49:51 EST)
- [PATCH 5/5] uprobes: write_opcode: alloc the new page outside of"retry" loop Oleg Nesterov (Tue Jun 19 2012 - 15:50:51 EST)
- Re: [PATCH 3/3] arch/tile: tilegx PCI root complex support Geert Uytterhoeven (Tue Jun 19 2012 - 15:51:05 EST)
- Re: [PATCH 3/3] arch/tile: tilegx PCI root complex support Yinghai Lu (Tue Jun 19 2012 - 16:07:30 EST)
- Re: [PATCH V2] writeback: fix hung_task alarm when sync block Jeff Moyer (Tue Jun 19 2012 - 16:14:24 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Rafael J. Wysocki (Tue Jun 19 2012 - 16:17:39 EST)
- Regarding improving ple handler (vcpu_on_spin) Raghavendra K T (Tue Jun 19 2012 - 16:22:19 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system H. Peter Anvin (Tue Jun 19 2012 - 16:23:34 EST)
- [PATCH] clk: mxs: Fix the GPMI clock name Fabio Estevam (Tue Jun 19 2012 - 16:27:38 EST)
- Re: [PATCH 02/10] zcache: fix refcount leak Seth Jennings (Tue Jun 19 2012 - 16:29:29 EST)
- Re: [PATCH 3/3] arch/tile: tilegx PCI root complex support Chris Metcalf (Tue Jun 19 2012 - 16:40:10 EST)
- [PATCH] kvm: handle last_boosted_vcpu = 0 case Rik van Riel (Tue Jun 19 2012 - 16:51:43 EST)
- [PATCH V3] pch_uart: Add eg20t_port lock field, avoid recursive spinlocks Darren Hart (Tue Jun 19 2012 - 17:00:42 EST)
- Re: [PATCH V2] writeback: fix hung_task alarm when sync block Dave Chinner (Tue Jun 19 2012 - 17:02:10 EST)
- Re: [PATCH V2] writeback: fix hung_task alarm when sync block Jeff Moyer (Tue Jun 19 2012 - 17:09:36 EST)
- [PATCH] input: Add keyreset driver. mathieu . poirier (Tue Jun 19 2012 - 17:14:28 EST)
- Re: [PATCH] clk: mxs: Fix the GPMI clock name Marek Vasut (Tue Jun 19 2012 - 17:15:18 EST)
- Re: [resend][PATCH] mm, vmscan: fix do_try_to_free_pages() livelock KOSAKI Motohiro (Tue Jun 19 2012 - 17:17:54 EST)
- Re: Early boot panic on machine with lots of memory Tejun Heo (Tue Jun 19 2012 - 17:21:04 EST)
- mmotm 2012-06-19-14-21 uploaded akpm (Tue Jun 19 2012 - 17:23:07 EST)
- mmotm 2012-06-19-14-24 uploaded akpm (Tue Jun 19 2012 - 17:25:18 EST)
- Re: Early boot panic on machine with lots of memory Tejun Heo (Tue Jun 19 2012 - 17:26:18 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Bojan Smojver (Tue Jun 19 2012 - 17:32:41 EST)
- Re: [PATCH v4] mm/memblock: fix overlapping allocation whendoubling reserved array Tejun Heo (Tue Jun 19 2012 - 17:33:15 EST)
- [PATCH] pinctrl/coh901: use clk_prepare_enable() Linus Walleij (Tue Jun 19 2012 - 17:38:46 EST)
- [PATCH] pinctrl/u300: drop unused variable Linus Walleij (Tue Jun 19 2012 - 17:41:27 EST)
- Re: mount stuck, khubd blocked Dave Chinner (Tue Jun 19 2012 - 17:41:34 EST)
- Re: [PATCH] mips: pci-lantiq: Fix check for valid gpio Linus Walleij (Tue Jun 19 2012 - 17:50:32 EST)
- Re: [RFC][RT][PATCH] mm: Do not use stop_machine() for __zone_pcp_udpate()for CONFIG_PREEMPT_RT_FULL Frank Rowand (Tue Jun 19 2012 - 17:53:58 EST)
- Re: [PATCH V2] writeback: fix hung_task alarm when sync block Dave Chinner (Tue Jun 19 2012 - 17:56:43 EST)
- Re: [PATCH -mm] memcg: prevent from OOM with too many dirty pages Andrew Morton (Tue Jun 19 2012 - 18:00:12 EST)
- Re: [PATCH V3] pch_uart: Add eg20t_port lock field, avoid recursivespinlocks Alan Cox (Tue Jun 19 2012 - 18:01:12 EST)
- Re: [PATCH v4] mm/memblock: fix overlapping allocation whendoubling reserved array Pearson, Greg (Tue Jun 19 2012 - 18:02:22 EST)
- Re: [PATCH v4] mm/memblock: fix overlapping allocation whendoubling reserved array Andrew Morton (Tue Jun 19 2012 - 18:15:26 EST)
- [PATCH]: PM: Print hibernation/thaw progress indicator one line ata time Bojan Smojver (Tue Jun 19 2012 - 18:16:15 EST)
- Re: [resend][PATCH] mm, vmscan: fix do_try_to_free_pages() livelock KOSAKI Motohiro (Tue Jun 19 2012 - 18:17:30 EST)
- Re: [PATCH v3] regulator: add new regulator driver for lp872x Mark Brown (Tue Jun 19 2012 - 18:17:55 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system Borislav Petkov (Tue Jun 19 2012 - 18:19:54 EST)
- [PATCH v2012.3] fs: add link restrictions Kees Cook (Tue Jun 19 2012 - 18:20:51 EST)
- Re: [PATCH v4] mm/memblock: fix overlapping allocation whendoubling reserved array Andrew Morton (Tue Jun 19 2012 - 18:21:43 EST)
- Re: [PATCH 1/2 v3] regulator: support multiple dummy fixed regulators Mark Brown (Tue Jun 19 2012 - 18:28:22 EST)
- Re: [PATCH RFC] regulator: Use list_voltage() to get voltage inregulator_set_voltage_time_sel Mark Brown (Tue Jun 19 2012 - 18:29:23 EST)
- Re: [PATCH] regulator: core: Export regulator_set_voltage_time_sel() Mark Brown (Tue Jun 19 2012 - 18:31:00 EST)
- Re: ath9k_htc: Every 2nd packet 1000ms delayed in recent kernels Michael Leun (Tue Jun 19 2012 - 18:33:38 EST)
- Re: [PATCH]: In kernel hibernation, suspend to both Bojan Smojver (Tue Jun 19 2012 - 18:35:43 EST)
- Re: [PATCH v4] mm/memblock: fix overlapping allocation whendoubling reserved array Pearson, Greg (Tue Jun 19 2012 - 18:37:30 EST)
- Re: [PATCH] usb: host: xhci: Compliance Mode port recovery Sarah Sharp (Tue Jun 19 2012 - 18:39:29 EST)
- Re: nfs3 problem with -rc{2,3} : blame Myklebust, Trond (Tue Jun 19 2012 - 18:44:50 EST)
- [ANNOUNCE] kmod 9 Lucas De Marchi (Tue Jun 19 2012 - 18:58:35 EST)
- Re: [PATCH v4] mm/memblock: fix overlapping allocation whendoubling reserved array Andrew Morton (Tue Jun 19 2012 - 18:59:59 EST)
- how to map a host virtual address (hva) to guest address space (gva/gpa/gfn) sheng qiu (Tue Jun 19 2012 - 19:09:11 EST)
- RE: [PATCH 2/2] x86, microcode: Make reload interface per system Yu, Fenghua (Tue Jun 19 2012 - 19:10:13 EST)
- RE: [PATCH 1/2] x86, microcode: Sanitize per-cpu microcodereloading interface Yu, Fenghua (Tue Jun 19 2012 - 19:16:17 EST)
- [PATCH v2 0/5] staging: comedi: Kconfig cleanup H Hartley Sweeten (Tue Jun 19 2012 - 19:19:45 EST)
- [PATCH v2 1/5] staging: comedi: Kconfig: fix drivers that require the 8255 driver H Hartley Sweeten (Tue Jun 19 2012 - 19:20:07 EST)
- [PATCH v2 2/5] staging: comedi: remove unused CONFIG_COMEDI_PCMCIA define H Hartley Sweeten (Tue Jun 19 2012 - 19:20:22 EST)
- [PATCH v2 4/5] staging: comedi: Kconfig: menuconfig options should be bool H Hartley Sweeten (Tue Jun 19 2012 - 19:20:42 EST)
- Re: [PATCH -mm 0/7] mm: scalable and unified arch_get_unmapped_area Andrew Morton (Tue Jun 19 2012 - 19:20:49 EST)
- Re: [PATCH v2] tmpfs not interleaving properly Nathan Zimmer (Tue Jun 19 2012 - 19:21:01 EST)
- [PATCH v2 3/5] staging: comedi: remove CONFIG_COMEDI_PCI define H Hartley Sweeten (Tue Jun 19 2012 - 19:21:24 EST)
- [PATCH v2 5/5] staging: comedi: Kconfig: remove redundant depends on tests H Hartley Sweeten (Tue Jun 19 2012 - 19:21:37 EST)
- Re: [PATCH -mm 1/7] mm: track free size between VMAs in VMA rbtree Andrew Morton (Tue Jun 19 2012 - 19:25:44 EST)
- Re: [PATCH -mm 4/7] mm: make page colouring code generic Andrew Morton (Tue Jun 19 2012 - 19:27:43 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Tue Jun 19 2012 - 19:28:54 EST)
- Re: nfs3 problem with -rc{2,3} : blame Ken Moffat (Tue Jun 19 2012 - 19:31:47 EST)
- Re: 2.6.36-rc1-git3 - ACPI Warning: Incorrect checksum in table[OEMB] - 0x9C, should be 0x9F (20100702/tbutils-314) chuz41 (Tue Jun 19 2012 - 19:37:51 EST)
- Re: [PATCH 1/2] x86, microcode: Sanitize per-cpu microcode reloadinginterface Borislav Petkov (Tue Jun 19 2012 - 19:38:07 EST)
- Re: 2.6.36-rc1-git3 - ACPI Warning: Incorrect checksum in table[OEMB] - 0x9C, should be 0x9F (20100702/tbutils-314) chuz41 (Tue Jun 19 2012 - 19:39:16 EST)
- Re: [PATCH] epoll: Improved support for multi-threaded clients Andrew Morton (Tue Jun 19 2012 - 19:42:04 EST)
- [PATCH 1/2] x86, apic: optimize cpu traversal in __assign_irq_vector() using domain membership Suresh Siddha (Tue Jun 19 2012 - 19:43:18 EST)
- [PATCH 2/2] x86, x2apic: limit the vector reservation to the user specified mask Suresh Siddha (Tue Jun 19 2012 - 19:43:24 EST)
- Re: [PATCH v2] charger_manager: update charge profile upontemperature zone change Anton Vorontsov (Tue Jun 19 2012 - 19:52:18 EST)
- Re: [PATCH] max17042_battery: Support CHARGE_COUNTER power supplyattribute Anton Vorontsov (Tue Jun 19 2012 - 19:52:54 EST)
- Re: [PATCH] power_supply: Add charge_current and charge_voltageproperties and use it in smb347 Anton Vorontsov (Tue Jun 19 2012 - 19:56:40 EST)
- Re: [PATCH 2/2] memcg: clean up force_empty_list() return valuecheck Andrew Morton (Tue Jun 19 2012 - 19:58:12 EST)
- Re: [PATCH] thermal: Constify 'type' argument for the registrationroutine Andrew Morton (Tue Jun 19 2012 - 20:12:08 EST)
- Re: [PATCH 1/2] x86, irq: update irq_cfg domain unless the newaffinity is a subset of the current domain Suresh Siddha (Tue Jun 19 2012 - 20:19:01 EST)
- Re: how to map a host virtual address (hva) to guest address space (gva/gpa/gfn) Mehul Chadha (Tue Jun 19 2012 - 20:33:54 EST)
- Re: [Ksummit-2012-discuss] [ATTEND or not ATTEND] That's thequestion! Dave Chinner (Tue Jun 19 2012 - 20:41:11 EST)
- Re: [PATCH] video: exynos_dp: fix build warning due to uninitializedvalue Florian Tobias Schandinat (Tue Jun 19 2012 - 20:46:21 EST)
- Re: [PATCH] video: exynos_dp: fix build warning due to uninitializedvalue Jingoo Han (Tue Jun 19 2012 - 20:55:29 EST)
- Linux 3.2.21 Ben Hutchings (Tue Jun 19 2012 - 21:00:39 EST)
- Re: Linux 3.2.21 Ben Hutchings (Tue Jun 19 2012 - 21:02:04 EST)
- Re: [PATCH] video: backlight: remove unused header Florian Tobias Schandinat (Tue Jun 19 2012 - 21:11:34 EST)
- [PATCH v2] video: exynos_dp: fix build warning due to uninitializedvalue Jingoo Han (Tue Jun 19 2012 - 21:26:37 EST)
- Re: [PATCH] clear the frame pointer in copy_thread Yanmin Zhang (Tue Jun 19 2012 - 21:26:48 EST)
- Re: [PATCH] thermal: Constify 'type' argument for the registrationroutine Anton Vorontsov (Tue Jun 19 2012 - 21:28:22 EST)
- RE: [Fwd: [patch] [SCSI] arcmsr: fix misuse of | instead of &] NickCheng (Tue Jun 19 2012 - 21:41:48 EST)
- [PATCH] mfd: MFD_MAX77693 needs to select IRQ_DOMAIN Axel Lin (Tue Jun 19 2012 - 21:41:50 EST)
- Re: pm runtime and system suspend resume chao xie (Tue Jun 19 2012 - 21:54:48 EST)
- RE: [Fwd: [patch] [SCSI] arcmsr: fix misuse of | instead of &] NickCheng (Tue Jun 19 2012 - 21:56:15 EST)
- Re: MMC: commit dba3c29 ruins mmc card data on beagle-xm revB Ming Lei (Tue Jun 19 2012 - 22:02:40 EST)
- Re: [PATCH v2] charger_manager: update charge profile upontemperature zone change Anton Vorontsov (Tue Jun 19 2012 - 22:07:47 EST)
- [PATCH] PM: Prevent waiting forever on asynchronous suspend after abort Mandeep Singh Baines (Tue Jun 19 2012 - 22:08:21 EST)
- [PATCH] PM: Prevent waiting forever on asynchronous suspend after abort Mandeep Singh Baines (Tue Jun 19 2012 - 22:17:25 EST)
- Re: [PATCH 1/1] locks: prevent side-effects of locks_release_privatebefore file_lock is initialized Filipe Brandenburger (Tue Jun 19 2012 - 22:40:05 EST)
- [PATCH 4/4] localmodconfig: Add debug environment variable LOCALMODCONFIG_DEBUG Steven Rostedt (Tue Jun 19 2012 - 22:50:19 EST)
- [PATCH 3/4] localmodconfig: Check if configs are already set for selects Steven Rostedt (Tue Jun 19 2012 - 22:50:35 EST)
- [PATCH 2/4] localmodconfig: Read in orig config file to avoid extra processing Steven Rostedt (Tue Jun 19 2012 - 22:50:46 EST)
- [PATCH 1/4] localmodconfig: Comments and cleanup for streamline_config.pl Steven Rostedt (Tue Jun 19 2012 - 22:51:00 EST)
- [PATCH 0/4] localmodconfig: Improve the number of modules removed Steven Rostedt (Tue Jun 19 2012 - 22:51:15 EST)
- Re: [PATCH 01/10] zcache: fix preemptable memory allocation in atomiccontext Xiao Guangrong (Tue Jun 19 2012 - 22:52:16 EST)
- Re: [PATCH 10/10] cleanup the code between tmem_obj_init and tmem_obj_find Xiao Guangrong (Tue Jun 19 2012 - 22:53:37 EST)
- Re: [PATCH 02/10] zcache: fix refcount leak Xiao Guangrong (Tue Jun 19 2012 - 22:54:50 EST)
- Re: [PATCH 03/10] zcache: fix a compile warning Xiao Guangrong (Tue Jun 19 2012 - 22:55:43 EST)
- Re: Early boot panic on machine with lots of memory Yinghai Lu (Tue Jun 19 2012 - 22:57:41 EST)
- linux-next: manual merge of the net-next tree with the tree Stephen Rothwell (Tue Jun 19 2012 - 23:19:12 EST)
- Re: [PATCH 02/10] zcache: fix refcount leak Xiao Guangrong (Tue Jun 19 2012 - 23:24:37 EST)
- [PATCH] eeepc-wmi: change wireless key event to toggle all wireless devices. Alex Hung (Tue Jun 19 2012 - 23:26:31 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Tue Jun 19 2012 - 23:27:00 EST)
- Re: [PATCH] eeepc-wmi: change wireless key event to toggle all wirelessdevices. Alex Hung (Tue Jun 19 2012 - 23:27:49 EST)
- Re: [PATCH] drivers/power/sbs-battery.c: don't trigger falsesupply_changed event Anton Vorontsov (Tue Jun 19 2012 - 23:32:45 EST)
- linux-next: build failure after merge of the net-next tree Stephen Rothwell (Tue Jun 19 2012 - 23:33:54 EST)
- Re: [PATCH 0/4] twl4030_charger improvements. Anton Vorontsov (Tue Jun 19 2012 - 23:35:00 EST)
- Re: [PATCH] power: bq27x00: power average and health properties Anton Vorontsov (Tue Jun 19 2012 - 23:35:47 EST)
- Re: [patch 3/5] x86: mce: Split timer init Hidetoshi Seto (Tue Jun 19 2012 - 23:36:10 EST)
- Re: Attaching a process to cgroups Daisuke Nishimura (Tue Jun 19 2012 - 23:36:32 EST)
- RE: [PATCH v2] charger_manager: update charge profile upontemperature zone change Pallala, Ramakrishna (Tue Jun 19 2012 - 23:39:11 EST)
- Re: [PATCH] pinctrl/coh901: use clk_prepare_enable() Pankaj Jangra (Tue Jun 19 2012 - 23:43:56 EST)
- [PATCH] asus-wmi: use ASUS_WMI_METHODID_DSTS2 as default DSTS ID. Alex Hung (Tue Jun 19 2012 - 23:47:37 EST)
- Re: [PATCH] asus-wmi: use ASUS_WMI_METHODID_DSTS2 as default DSTSID. Alex Hung (Tue Jun 19 2012 - 23:50:42 EST)
- Re: [PATCH] gpio-charger: use cansleep version of gpio_set_value Anton Vorontsov (Tue Jun 19 2012 - 23:51:35 EST)
- Re: [PATCH 1/2] test_power: add support for USB AC source Anton Vorontsov (Tue Jun 19 2012 - 23:58:05 EST)
- Re: Build regressions/improvements in v3.5-rc3 Paul Mundt (Wed Jun 20 2012 - 00:00:08 EST)
- Re: [PATCH v2] tmpfs not interleaving properly KOSAKI Motohiro (Wed Jun 20 2012 - 00:02:20 EST)
- Re: linux-next: build failure after merge of the net-next tree David Miller (Wed Jun 20 2012 - 00:25:20 EST)
- RE: linux-next: build failure after merge of the net-next tree Bhupesh SHARMA (Wed Jun 20 2012 - 00:27:29 EST)
- Re: Re: [PATCH 1/2] extcon: Set platform drvdata ingpio_extcon_probe() and fix irq leak MyungJoo Ham (Wed Jun 20 2012 - 00:32:08 EST)
- Re: linux-next: build failure after merge of the net-next tree David Miller (Wed Jun 20 2012 - 00:37:02 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Asias He (Wed Jun 20 2012 - 00:45:56 EST)
- RE: linux-next: build failure after merge of the net-next tree Bhupesh SHARMA (Wed Jun 20 2012 - 00:46:05 EST)
- Re: linux-next: build failure after merge of the net-next tree David Miller (Wed Jun 20 2012 - 00:47:55 EST)
- linux-next: build failure after merge of the regulator tree Stephen Rothwell (Wed Jun 20 2012 - 00:50:52 EST)
- [PATCH 1/1] pinctrl: pinctrl-mxs: fix a compiling error Dong Aisheng (Wed Jun 20 2012 - 00:52:16 EST)
- Re: linux-next: build failure after merge of the regulator tree Axel Lin (Wed Jun 20 2012 - 00:55:58 EST)
- Re: [PATCH] mm, fadvise: don't return -EINVAL when filesystem has nooptimization way KOSAKI Motohiro (Wed Jun 20 2012 - 01:02:21 EST)
- linux-next: build failure after merge of the pm tree Stephen Rothwell (Wed Jun 20 2012 - 01:02:21 EST)
- Re: [PATCH 1/1] pinctrl: pinctrl-mxs: fix a compiling error Shawn Guo (Wed Jun 20 2012 - 01:02:38 EST)
- Re: [PATCH v2 2/5] ARM: topology: factorize the update of sibling masks Namhyung Kim (Wed Jun 20 2012 - 01:08:52 EST)
- Re: [PATCH 1/1] pinctrl: pinctrl-mxs: fix a compiling error Dong Aisheng (Wed Jun 20 2012 - 01:10:35 EST)
- [PATCH 0/1 v3] leds: Add LED driver for lm3556 chip G.Shark Jeong (Wed Jun 20 2012 - 01:14:23 EST)
- [PATCH 1/1 v3] leds: Add LED driver for lm3556 chip G.Shark Jeong (Wed Jun 20 2012 - 01:14:37 EST)
- RE: [PATCH] ARM: remove unused SPI clock headers Kukjin Kim (Wed Jun 20 2012 - 01:15:30 EST)
- [PATCH v2] regulator: max77686: Implement .set_ramp_delay() callback. Yadwinder Singh Brar (Wed Jun 20 2012 - 01:21:01 EST)
- Re: [PATCH] leds: [trivial]Remove unnecesary return Bryan Wu (Wed Jun 20 2012 - 01:24:21 EST)
- [PATCH] Document : Add LED driver for lm3556 chip G.Shark Jeong (Wed Jun 20 2012 - 01:30:17 EST)
- Re: [PATCH v2 1/7] driver core: Add iommu_group tracking to structdevice Benjamin Herrenschmidt (Wed Jun 20 2012 - 01:46:56 EST)
- Re: [PATCH 1/2] x86, apic: optimize cpu traversal in__assign_irq_vector() using domain membership Yinghai Lu (Wed Jun 20 2012 - 01:53:23 EST)
- Re: [PATCH 2/2] x86, x2apic: limit the vector reservation to the userspecified mask Yinghai Lu (Wed Jun 20 2012 - 01:56:24 EST)
- [PATCH 1/1] of: reform prom_update_property function Dong Aisheng (Wed Jun 20 2012 - 01:57:39 EST)
- [PATCH] ath9k_htc: configure bssid on ASSOC/IBSS change Rajkumar Manoharan (Wed Jun 20 2012 - 02:03:37 EST)
- [PATCH v2] perf bench: Documentation update Namhyung Kim (Wed Jun 20 2012 - 02:11:38 EST)
- Re: ath9k_htc: Every 2nd packet 1000ms delayed in recent kernels Rajkumar Manoharan (Wed Jun 20 2012 - 02:11:45 EST)
- Accounting problem of MIGRATE_ISOLATED freed page Minchan Kim (Wed Jun 20 2012 - 02:11:54 EST)
- Re: Kernel 3.3.8 breaks accidental ext3 mount of extended partition Torsten Hilbrich (Wed Jun 20 2012 - 02:14:02 EST)
- Re: perf kvm segfaults while reporting events Pradeep Kumar Surisetty (Wed Jun 20 2012 - 02:14:27 EST)
- Re: ath9k_htc: Every 2nd packet 1000ms delayed in recent kernels Michael Leun (Wed Jun 20 2012 - 02:16:00 EST)
- Re: [resend][PATCH] mm, vmscan: fix do_try_to_free_pages() livelock Minchan Kim (Wed Jun 20 2012 - 02:18:36 EST)
- Re: ath9k_htc: Every 2nd packet 1000ms delayed in recent kernels Rajkumar Manoharan (Wed Jun 20 2012 - 02:19:29 EST)
- [PATCH v2] arm: zynq: Support GIC OF initialization Michal Simek (Wed Jun 20 2012 - 02:24:12 EST)
- [GIT PULL] sound fixes for 3.5-rc4 Takashi Iwai (Wed Jun 20 2012 - 02:27:47 EST)
- [PATCH] MIPS: fix bug.h MIPS build regression Yoichi Yuasa (Wed Jun 20 2012 - 02:28:11 EST)
- Re: [PATCH V2 3/3] staging/rtl8192u: use for loop to assign bitshifted addr devendra.aaru (Wed Jun 20 2012 - 02:31:27 EST)
- linux-next: manual merge of the remoteproc tree with Linus' tree Stephen Rothwell (Wed Jun 20 2012 - 02:31:33 EST)
- Re: [PATCH] mm, fadvise: don't return -EINVAL when filesystem hasno optimization way Wanlong Gao (Wed Jun 20 2012 - 02:31:50 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page KOSAKI Motohiro (Wed Jun 20 2012 - 02:32:31 EST)
- Re: [PATCH 1/1 v3] leds: Add LED driver for lm3556 chip Axel Lin (Wed Jun 20 2012 - 02:32:48 EST)
- Re: [PATCH] mm, fadvise: don't return -EINVAL when filesystem hasno optimization way KOSAKI Motohiro (Wed Jun 20 2012 - 02:33:54 EST)
- Re: [PATCH] Document : Add LED driver for lm3556 chip Bryan Wu (Wed Jun 20 2012 - 02:37:03 EST)
- Re: [PATCH] mm, fadvise: don't return -EINVAL when filesystem hasno optimization way Wanlong Gao (Wed Jun 20 2012 - 02:37:26 EST)
- Re: linux-next: manual merge of the remoteproc tree with Linus' tree Ohad Ben-Cohen (Wed Jun 20 2012 - 02:44:16 EST)
- Re: [net-next:master 257/266]drivers/net/team/team_mode_loadbalance.c:99:30: sparse: incompatible typesin comparison expression (different address spaces) Fengguang Wu (Wed Jun 20 2012 - 02:51:02 EST)
- Re: thermal_zone trip_point_0_temp 200°C Zhang Rui (Wed Jun 20 2012 - 02:53:03 EST)
- Re: ath9k_htc: Every 2nd packet 1000ms delayed in recent kernels Michael Leun (Wed Jun 20 2012 - 02:55:26 EST)
- Re: [PATCH v2] regulator: max77686: Implement .set_ramp_delay()callback. MyungJoo Ham (Wed Jun 20 2012 - 02:56:23 EST)
- [PATCH] virtio-scsi: hotplug suppot for virtio-scsi Cong Meng (Wed Jun 20 2012 - 02:56:51 EST)
- [PATCH] regulator: max77686: Initialize regulator_config Axel Lin (Wed Jun 20 2012 - 03:01:35 EST)
- Re: [PATCH v5] slab/mempolicy: always use local policy from interrupt context Pekka Enberg (Wed Jun 20 2012 - 03:02:27 EST)
- [PATCH v5] ARM: imx: Add basic imx6q cpu thermal management Robert Lee (Wed Jun 20 2012 - 03:06:08 EST)
- [PATCH v5] ARM: imx: Add basic imx6q cpu thermal management Robert Lee (Wed Jun 20 2012 - 03:06:12 EST)
- Re: [PATCH v2] regulator: max77686: Implement .set_ramp_delay() callback. Axel Lin (Wed Jun 20 2012 - 03:08:20 EST)
- Re: [PATCH V2 3/3] ARM: dts: db8500: add node property "regulator-compatible"regulator node Lee Jones (Wed Jun 20 2012 - 03:09:29 EST)
- Re: [PATCH] MIPS: fix bug.h MIPS build regression John Crispin (Wed Jun 20 2012 - 03:10:09 EST)
- Re: ath9k_htc: Every 2nd packet 1000ms delayed in recent kernels Rajkumar Manoharan (Wed Jun 20 2012 - 03:10:53 EST)
- Re: [PATCH 1,2/4 v4] slub: use __cmpxchg_double_slab() at interruptdisabled place Pekka Enberg (Wed Jun 20 2012 - 03:14:32 EST)
- Re: [PATCH 3/4] slub: refactoring unfreeze_partials() Pekka Enberg (Wed Jun 20 2012 - 03:20:03 EST)
- RE: [PATCH RESEND v7 3/3] mmc: core: Support packed read command foreMMC4.5 device Seungwon Jeon (Wed Jun 20 2012 - 03:23:34 EST)
- Re: MMC: commit dba3c29 ruins mmc card data on beagle-xm revB T Krishnamoorthy, Balaji (Wed Jun 20 2012 - 03:23:41 EST)
- Re: [PATCH v4 05/25] memcg: Always free struct memcg throughschedule_work() Pekka Enberg (Wed Jun 20 2012 - 03:33:09 EST)
- linux-next: Tree for Jun 20 Stephen Rothwell (Wed Jun 20 2012 - 03:35:41 EST)
- Re: [PATCH 02.5] mm: sl[au]b: first remove PFMEMALLOC flag then SLABflag Mel Gorman (Wed Jun 20 2012 - 03:38:05 EST)
- Re: [PATCH V2 3/3] ARM: dts: db8500: add node property "regulator-compatible"regulator node Laxman Dewangan (Wed Jun 20 2012 - 03:39:28 EST)
- Re: [PATCH 2/3 v2] i2c: i801: enable irq for i801 smbustransactions Jean Delvare (Wed Jun 20 2012 - 03:42:46 EST)
- Re: [GIT PULL] at91: platform data for atmel-mci (for 3.5) Nicolas Ferre (Wed Jun 20 2012 - 03:45:37 EST)
- linux-next: build failure after merge of the final tree (powerpcrelated) Stephen Rothwell (Wed Jun 20 2012 - 03:50:18 EST)
- Re: Q: return of pinctrl_register and handing at drivers that usethis function Linus Walleij (Wed Jun 20 2012 - 03:52:03 EST)
- Re: [PATCH 1/2] types.h: implement intptr_t and uintptr_t Christoph Hellwig (Wed Jun 20 2012 - 03:52:17 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page Minchan Kim (Wed Jun 20 2012 - 03:53:34 EST)
- [PATCH v7 00/10] KVM: MMU: fast page fault Xiao Guangrong (Wed Jun 20 2012 - 03:56:32 EST)
- [PATCH v7 01/10] KVM: MMU: return bool in __rmap_write_protect Xiao Guangrong (Wed Jun 20 2012 - 03:57:00 EST)
- [PATCH v7 02/10] KVM: MMU: abstract spte write-protect Xiao Guangrong (Wed Jun 20 2012 - 03:57:20 EST)
- [GIT PULL] two pinctrl fixes Linus Walleij (Wed Jun 20 2012 - 03:57:37 EST)
- [PATCH v7 03/10] KVM: MMU: cleanup spte_write_protect Xiao Guangrong (Wed Jun 20 2012 - 03:57:49 EST)
- [PATCH v7 04/10] KVM: VMX: export PFEC.P bit on ept Xiao Guangrong (Wed Jun 20 2012 - 03:58:09 EST)
- [PATCH v7 05/10] KVM: MMU: fold tlb flush judgement into mmu_spte_update Xiao Guangrong (Wed Jun 20 2012 - 03:58:36 EST)
- [PATCH v7 06/10] KVM: MMU: introduce SPTE_MMU_WRITEABLE bit Xiao Guangrong (Wed Jun 20 2012 - 03:59:06 EST)
- Re: [PATCH 2/2] pinctrl/pinctrl-spear: remove IS_ERR checking of pmx->pctl Linus Walleij (Wed Jun 20 2012 - 03:59:15 EST)
- [PATCH v7 08/10] KVM: MMU: trace fast page fault Xiao Guangrong (Wed Jun 20 2012 - 03:59:42 EST)
- [PATCH v7 07/10] KVM: MMU: fast path of handling guest page fault Xiao Guangrong (Wed Jun 20 2012 - 03:59:53 EST)
- Warning! Your mailbox is almost full. Publishers Clearing House (Wed Jun 20 2012 - 03:59:59 EST)
- [PATCH v7 10/10] KVM: MMU: document mmu-lock and fast page fault Xiao Guangrong (Wed Jun 20 2012 - 04:00:32 EST)
- Re: [PATCH] pinctrl/pinctrl-u300: remove unused variable i Linus Walleij (Wed Jun 20 2012 - 04:00:44 EST)
- [PATCH v7 09/10] KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint Xiao Guangrong (Wed Jun 20 2012 - 04:00:56 EST)
- Re: [PATCH V2 3/3] ARM: dts: db8500: add node property "regulator-compatible"regulator node Lee Jones (Wed Jun 20 2012 - 04:01:54 EST)
- Re: Build regressions/improvements in v3.5-rc3 Geert Uytterhoeven (Wed Jun 20 2012 - 04:02:50 EST)
- Re: [PATCH 1/2] pinctrl/pinctrl-tegra: remove IS_ERR checking of pmx->pctl Linus Walleij (Wed Jun 20 2012 - 04:04:37 EST)
- RE: regulator: tps6586x: What is the meaning ofTPS6586X_SLEW_RATE_SET setting? Danny Huang (Wed Jun 20 2012 - 04:04:47 EST)
- [PATCH V2 0/2] Add PPI support in tpm driver Zhang, Xiaoyan (Wed Jun 20 2012 - 04:05:34 EST)
- Re: [PATCH] drivers/w1: free the w1_master at w1_free_dev andreturn a correct return value Evgeniy Polyakov (Wed Jun 20 2012 - 04:07:01 EST)
- Re: [PATCH] uprobes: move function declarations out of arch Linus Walleij (Wed Jun 20 2012 - 04:07:46 EST)
- Re: [PATCH 1/2] swarm_cs4297: Provide definitions for AC97 registers Takashi Iwai (Wed Jun 20 2012 - 04:08:19 EST)
- Re: linux-next: build failure after merge of the net-next tree viresh kumar (Wed Jun 20 2012 - 04:08:39 EST)
- [PATCH] regulator: lp872x: Return -EINVAL if pdata is NULL Axel Lin (Wed Jun 20 2012 - 04:13:30 EST)
- Re: [PATCH] GPIOLIB: add generic gpio_set_pull API Linus Walleij (Wed Jun 20 2012 - 04:15:05 EST)
- [PATCH V2 1/2] driver: add PPI support in tpm driver Zhang, Xiaoyan (Wed Jun 20 2012 - 04:15:18 EST)
- Re: [PATCH RESEND] gpio: LPC32xx: Driver cleanup Linus Walleij (Wed Jun 20 2012 - 04:15:47 EST)
- [PATCH] Exynos : Add support for Exynos random number generator Jonghwa Lee (Wed Jun 20 2012 - 04:18:17 EST)
- Re: [PATCH V2 3/3] ARM: dts: db8500: add node property "regulator-compatible"regulator node Laxman Dewangan (Wed Jun 20 2012 - 04:19:22 EST)
- [PATCH V2 2/2] Documentation: sysfs for Physical Presence Interface Zhang, Xiaoyan (Wed Jun 20 2012 - 04:19:42 EST)
- Re: linux-next: build failure after merge of the net-next tree David Miller (Wed Jun 20 2012 - 04:20:36 EST)
- [PATCH] Exynos : Add support for Exynos random number generator Jonghwa Lee (Wed Jun 20 2012 - 04:22:12 EST)
- [PATCH] phys_efi_set_virtual_address_map needs va, no pa. Robin Holt (Wed Jun 20 2012 - 04:25:01 EST)
- Re: [PATCH v5] ARM: imx: Add basic imx6q cpu thermal management Rob Lee (Wed Jun 20 2012 - 04:26:37 EST)
- Re: [PATCH -mm] memcg: prevent from OOM with too many dirty pages Michal Hocko (Wed Jun 20 2012 - 04:28:00 EST)
- Re: linux-next: build failure after merge of the net-next tree Marc Kleine-Budde (Wed Jun 20 2012 - 04:31:40 EST)
- Re: [PATCH 00/10] perf, x86: Add northbridge counter support for AMDfamily 15h Stephane Eranian (Wed Jun 20 2012 - 04:36:31 EST)
- Re: linux-next: build failure after merge of the net-next tree David Miller (Wed Jun 20 2012 - 04:41:39 EST)
- [PATCH v2] pinctrl/coh901: use clk_prepare_[en|dis]able() Linus Walleij (Wed Jun 20 2012 - 04:42:25 EST)
- Re: [PATCH v4 05/25] memcg: Always free struct memcg through schedule_work() Glauber Costa (Wed Jun 20 2012 - 04:42:41 EST)
- Re: [PATCH v2 3/5] ARM: topology: Update cpu_power according to DT information Vincent Guittot (Wed Jun 20 2012 - 04:43:46 EST)
- [PATCH RESEND] gpio: fix bits conflict for gpio flags Laxman Dewangan (Wed Jun 20 2012 - 04:44:15 EST)
- Re: [PATCH v2 1/4] ARM: new cache maintenance api for iommu memflush Russell King - ARM Linux (Wed Jun 20 2012 - 04:45:51 EST)
- Re: linux-next: build failure after merge of the net-next tree viresh kumar (Wed Jun 20 2012 - 04:46:12 EST)
- Re: [PATCH v2 2/4] ARM: add flush_mem api for ARMv6 Russell King - ARM Linux (Wed Jun 20 2012 - 04:47:03 EST)
- [GIT PULL] libtraceevent fixes/improvements Namhyung Kim (Wed Jun 20 2012 - 04:50:51 EST)
- RE Mrs Donna Kwok (Wed Jun 20 2012 - 04:52:09 EST)
- Re: [PATCH 00/10] perf, x86: Add northbridge counter support forAMD family 15h Peter Zijlstra (Wed Jun 20 2012 - 04:55:00 EST)
- Re: [PATCH V2 3/3] ARM: dts: db8500: add node property "regulator-compatible"regulator node Lee Jones (Wed Jun 20 2012 - 04:56:21 EST)
- Re: [patch 1/2]block: handle merged discard request Christoph Hellwig (Wed Jun 20 2012 - 04:57:27 EST)
- Re: [PATCH 2/3 v2] i2c: i801: enable irq for i801 smbus transactions Jean Delvare (Wed Jun 20 2012 - 04:58:02 EST)
- Re: [PATCH V2 0/3] regulator: dt: add policy to match regulator withprop "regulator-compatible" Linus Walleij (Wed Jun 20 2012 - 04:59:28 EST)
- Re: linux-next: build failure after merge of the net-next tree Federico Vaga (Wed Jun 20 2012 - 04:59:37 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Peter Zijlstra (Wed Jun 20 2012 - 04:59:46 EST)
- Re: [PATCH v2 1/4] ARM: new cache maintenance api for iommu mem flush Gupta, Ramesh (Wed Jun 20 2012 - 05:00:37 EST)
- Re: [PATCH v2 2/4] ARM: add flush_mem api for ARMv6 Gupta, Ramesh (Wed Jun 20 2012 - 05:02:07 EST)
- Re: [PATCH v4 23/25] memcg: propagate kmem limiting information tochildren Glauber Costa (Wed Jun 20 2012 - 05:02:17 EST)
- Re: [PATCH v7 02/10] KVM: MMU: abstract spte write-protect Takuya Yoshikawa (Wed Jun 20 2012 - 05:02:58 EST)
- [RFC PATCH 2/2] irq: add irq_desc_initialize to remove some duplicated lines Dong Aisheng (Wed Jun 20 2012 - 05:04:16 EST)
- [RFC PATCH 1/2] irq_domain: correct a minor wrong comment for linear revmap Dong Aisheng (Wed Jun 20 2012 - 05:04:17 EST)
- Re: [PATCH v2 1/5] ARM: topology: Add arch_scale_freq_power function Vincent Guittot (Wed Jun 20 2012 - 05:04:54 EST)
- Re: [PATCH] mn10300: Remove -mmemfuncs from KBUILD_CFLAGS Geert Uytterhoeven (Wed Jun 20 2012 - 05:05:21 EST)
- Re: linux-next: build failure after merge of the net-next tree David Miller (Wed Jun 20 2012 - 05:06:07 EST)
- Re: [PATCH] trivial, memory hotplug: add kswapd_is_running() forbetter readability Jiang Liu (Wed Jun 20 2012 - 05:06:25 EST)
- Re: [PATCH RESEND] gpio: fix bits conflict for gpio flags Linus Walleij (Wed Jun 20 2012 - 05:10:12 EST)
- Re: [PATCH v2 5/5] sched: cpu_power: enable ARCH_POWER Vincent Guittot (Wed Jun 20 2012 - 05:11:02 EST)
- Re: [PATCH v7 02/10] KVM: MMU: abstract spte write-protect Xiao Guangrong (Wed Jun 20 2012 - 05:11:11 EST)
- Re: [PATCH 08/14] mfd: Add IRQ domain support for the AB8500 Linus Walleij (Wed Jun 20 2012 - 05:12:02 EST)
- Re: [PATCH v2 5/5] sched: cpu_power: enable ARCH_POWER Peter Zijlstra (Wed Jun 20 2012 - 05:20:03 EST)
- Re: [PATCH -mm] memcg: prevent from OOM with too many dirty pages Mel Gorman (Wed Jun 20 2012 - 05:20:13 EST)
- [PATCH] allow padlock module to load without xcrypt support Laszlo Ersek (Wed Jun 20 2012 - 05:21:09 EST)
- Re: [PATCH 00/10] perf, x86: Add northbridge counter support for AMDfamily 15h Robert Richter (Wed Jun 20 2012 - 05:29:46 EST)
- [Resend with ACK][PATCH] memory hotplug: fix invalid memory access caused by stale kswapd pointer Jiang Liu (Wed Jun 20 2012 - 05:29:50 EST)
- Re: BUG: scheduling while atomic: chcpu/6197/0x00000002 Thomas Sattler (Wed Jun 20 2012 - 05:31:40 EST)
- [PATCH] power_supply: Add charge_rate_limit power supply attribute Ramakrishna Pallala (Wed Jun 20 2012 - 05:32:46 EST)
- [PATCH 04/17] mm: allow PF_MEMALLOC from softirq context Mel Gorman (Wed Jun 20 2012 - 05:35:24 EST)
- [PATCH 11/17] netvm: Propagate page->pfmemalloc from skb_alloc_page to skb Mel Gorman (Wed Jun 20 2012 - 05:35:32 EST)
- [PATCH 14/17] nbd: Set SOCK_MEMALLOC for access to PFMEMALLOC reserves Mel Gorman (Wed Jun 20 2012 - 05:35:40 EST)
- [PATCH 15/17] mm: Throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storage Mel Gorman (Wed Jun 20 2012 - 05:35:52 EST)
- [PATCH 16/17] mm: Account for the number of times direct reclaimers get throttled Mel Gorman (Wed Jun 20 2012 - 05:36:08 EST)
- [PATCH 01/12] selinux: tag avc cache alloc as non-critical Mel Gorman (Wed Jun 20 2012 - 05:36:26 EST)
- [PATCH 02/12] mm: Methods for teaching filesystems about PG_swapcache pages Mel Gorman (Wed Jun 20 2012 - 05:36:35 EST)
- Re: [PATCH 05/10] perf, x86: Move Intel specific code tointel_pmu_init() Peter Zijlstra (Wed Jun 20 2012 - 05:36:45 EST)
- [PATCH 00/12] Swap-over-NFS without deadlocking V6 Mel Gorman (Wed Jun 20 2012 - 05:37:16 EST)
- [PATCH 17/17] netvm: Prevent a stream-specific deadlock Mel Gorman (Wed Jun 20 2012 - 05:37:51 EST)
- [PATCH 06/12] mm: Add get_kernel_page[s] for pinning of kernel addresses for I/O Mel Gorman (Wed Jun 20 2012 - 05:38:12 EST)
- [PATCH 11/12] nfs: Prevent page allocator recursions with swap over NFS. Mel Gorman (Wed Jun 20 2012 - 05:38:21 EST)
- [PATCH 12/12] Avoid dereferencing bd_disk during swap_entry_free for network storage Mel Gorman (Wed Jun 20 2012 - 05:38:37 EST)
- [PATCH 10/12] nfs: enable swap on NFS Mel Gorman (Wed Jun 20 2012 - 05:39:05 EST)
- Need help regarding the USB mass storage driver Vishal Nandanwar (Wed Jun 20 2012 - 05:39:19 EST)
- Re: [PATCH 00/10] perf, x86: Add northbridge counter support forAMD family 15h Peter Zijlstra (Wed Jun 20 2012 - 05:39:42 EST)
- [PATCH 09/12] nfs: disable data cache revalidation for swapfiles Mel Gorman (Wed Jun 20 2012 - 05:39:52 EST)
- [PATCH 08/12] nfs: teach the NFS client how to treat PG_swapcache pages Mel Gorman (Wed Jun 20 2012 - 05:40:32 EST)
- [PATCH 05/12] mm: swap: Implement generic handler for swap_activate Mel Gorman (Wed Jun 20 2012 - 05:40:49 EST)
- Charger Manager Proposal. Tc, Jenny (Wed Jun 20 2012 - 05:41:12 EST)
- [PATCH 07/12] mm: Add support for direct_IO to highmem pages Mel Gorman (Wed Jun 20 2012 - 05:41:25 EST)
- [PATCH 00/12] Swap-over-NFS without deadlocking V6 Mel Gorman (Wed Jun 20 2012 - 05:41:46 EST)
- [PATCH 04/12] mm: Add support for a filesystem to activate swap files and use direct_IO for writing swap pages Mel Gorman (Wed Jun 20 2012 - 05:41:53 EST)
- Re: [PATCH 00/10] perf, x86: Add northbridge counter support forAMD family 15h Peter Zijlstra (Wed Jun 20 2012 - 05:42:03 EST)
- Re: regression with dynpm [was: [git pull] drm-fixes] Jörg-Volker Peetz (Wed Jun 20 2012 - 05:42:10 EST)
- Re: [PATCH v6 0/4] CPU hotplug, cpusets, suspend/resume: Fixes, cleanupsand optimizations Srivatsa S. Bhat (Wed Jun 20 2012 - 05:42:43 EST)
- [PATCH 03/12] mm: Methods for teaching filesystems about PG_swapcache pages Mel Gorman (Wed Jun 20 2012 - 05:42:46 EST)
- [PATCH 02/12] selinux: tag avc cache alloc as non-critical Mel Gorman (Wed Jun 20 2012 - 05:43:30 EST)
- [PATCH 01/12] netvm: Prevent a stream-specific deadlock Mel Gorman (Wed Jun 20 2012 - 05:43:48 EST)
- [PATCH 13/17] mm: Micro-optimise slab to avoid a function call Mel Gorman (Wed Jun 20 2012 - 05:44:23 EST)
- [PATCH 12/17] netvm: Set PF_MEMALLOC as appropriate during SKB processing Mel Gorman (Wed Jun 20 2012 - 05:44:41 EST)
- [PATCH 08/17] netvm: Allow the use of __GFP_MEMALLOC by specific sockets Mel Gorman (Wed Jun 20 2012 - 05:44:54 EST)
- [PATCH 09/17] netvm: Allow skb allocation to use PFMEMALLOC reserves Mel Gorman (Wed Jun 20 2012 - 05:45:27 EST)
- RE: [PATCH] sched: Folding nohz load accounting more accurate Peter Zijlstra (Wed Jun 20 2012 - 05:45:37 EST)
- [PATCH 10/17] netvm: Propagate page->pfmemalloc to skb Mel Gorman (Wed Jun 20 2012 - 05:45:53 EST)
- [PATCH 07/17] net: Introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket Mel Gorman (Wed Jun 20 2012 - 05:46:24 EST)
- [PATCH 05/17] mm: Only set page->pfmemalloc when ALLOC_NO_WATERMARKS was used Mel Gorman (Wed Jun 20 2012 - 05:46:44 EST)
- [PATCH 00/17] Swap-over-NBD without deadlocking V12 Mel Gorman (Wed Jun 20 2012 - 05:46:58 EST)
- [PATCH 06/17] mm: Ignore mempolicies when using ALLOC_NO_WATERMARK Mel Gorman (Wed Jun 20 2012 - 05:47:02 EST)
- [PATCH 03/17] mm: Introduce __GFP_MEMALLOC to allow access to emergency reserves Mel Gorman (Wed Jun 20 2012 - 05:47:35 EST)
- [PATCH 01/17] mm: sl[au]b: Add knowledge of PFMEMALLOC reserve pages Mel Gorman (Wed Jun 20 2012 - 05:47:56 EST)
- [PATCH 02/17] mm: slub: Optimise the SLUB fast path to avoid pfmemalloc checks Mel Gorman (Wed Jun 20 2012 - 05:48:19 EST)
- Re: IO_PAGE_FAULTS with igb or igbvf on AMD IOMMU system Joerg Roedel (Wed Jun 20 2012 - 05:48:50 EST)
- Re: [PATCH -mm] memcg: prevent from OOM with too many dirty pages Fengguang Wu (Wed Jun 20 2012 - 05:55:54 EST)
- Re: linux-next: build failure after merge of the net-next tree Federico Vaga (Wed Jun 20 2012 - 05:55:59 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Wed Jun 20 2012 - 05:56:15 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Wed Jun 20 2012 - 05:57:37 EST)
- Re: linux-next: build failure after merge of the net-next tree David Miller (Wed Jun 20 2012 - 05:58:33 EST)
- Re: [PATCH -mm] memcg: prevent from OOM with too many dirty pages Michal Hocko (Wed Jun 20 2012 - 05:59:06 EST)
- RE: [PATCH] power_supply: Add charge_rate_limit power supplyattribute Pallala, Ramakrishna (Wed Jun 20 2012 - 05:59:47 EST)
- Re: [PATCH V2 0/3] regulator: dt: add policy to match regulator withprop "regulator-compatible" Mark Brown (Wed Jun 20 2012 - 06:00:57 EST)
- Re: [PATCH 00/10] perf, x86: Add northbridge counter support for AMDfamily 15h Robert Richter (Wed Jun 20 2012 - 06:01:05 EST)
- Re: [PATCH v2 2/7] iommu: IOMMU Groups Benjamin Herrenschmidt (Wed Jun 20 2012 - 06:02:25 EST)
- [PATCH] memcg: prevent from OOM with too many dirty pages Michal Hocko (Wed Jun 20 2012 - 06:06:07 EST)
- Re: [PATCH V2 3/3] ARM: dts: db8500: add node property"regulator-compatible" regulator node Mark Brown (Wed Jun 20 2012 - 06:06:29 EST)
- Re: [PATCH] sched/cpu hotplug: Don't traverse sched domain tree ofcpus going offline Srivatsa S. Bhat (Wed Jun 20 2012 - 06:06:45 EST)
- Re: [PATCH] GPIOLIB: add generic gpio_set_pull API Barry Song (Wed Jun 20 2012 - 06:07:58 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Peter Zijlstra (Wed Jun 20 2012 - 06:08:58 EST)
- Re: linux-next: build failure after merge of the final tree(powerpc related) Benjamin Herrenschmidt (Wed Jun 20 2012 - 06:09:19 EST)
- [PATCH] regulator: lp872x: Don't allow modular build Mark Brown (Wed Jun 20 2012 - 06:11:05 EST)
- [PATCH v2 -mm] memcg: prevent from OOM with too many dirty pages Michal Hocko (Wed Jun 20 2012 - 06:11:17 EST)
- Re: [PATCH v5] ARM: imx: Add basic imx6q cpu thermal management Sascha Hauer (Wed Jun 20 2012 - 06:11:44 EST)
- Re: linux-next: build failure after merge of the net-next tree Federico Vaga (Wed Jun 20 2012 - 06:14:03 EST)
- Re: [PATCH] regulator: max77686: Initialize regulator_config Mark Brown (Wed Jun 20 2012 - 06:14:11 EST)
- Re: [PATCH 00/10] perf, x86: Add northbridge counter support forAMD family 15h Peter Zijlstra (Wed Jun 20 2012 - 06:16:12 EST)
- Re: [PATCH] sched/cpu hotplug: Don't traverse sched domain tree ofcpus going offline Peter Zijlstra (Wed Jun 20 2012 - 06:17:43 EST)
- Re: [PATCH v2] regulator: max77686: Implement .set_ramp_delay()callback. Mark Brown (Wed Jun 20 2012 - 06:18:20 EST)
- Re: [PATCH] regulator: lp872x: Return -EINVAL if pdata is NULL Mark Brown (Wed Jun 20 2012 - 06:18:54 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Wed Jun 20 2012 - 06:19:40 EST)
- Re: Need help regarding the USB mass storage driver Thomas Petazzoni (Wed Jun 20 2012 - 06:20:59 EST)
- Re: [PATCH 2/3 v2] i2c: i801: enable irq for i801 smbus transactions Daniel Kurtz (Wed Jun 20 2012 - 06:22:07 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Peter Zijlstra (Wed Jun 20 2012 - 06:22:16 EST)
- Re: linux-next: build failure after merge of the net-next tree Stephen Rothwell (Wed Jun 20 2012 - 06:26:12 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Wed Jun 20 2012 - 06:27:43 EST)
- Re: [PATCH v5 0/7] cleanup imx5 idle, add imx5/6 cpuidle Sascha Hauer (Wed Jun 20 2012 - 06:30:08 EST)
- Re: [PATCH] uprobes: move function declarations out of arch Srikar Dronamraju (Wed Jun 20 2012 - 06:32:10 EST)
- Re: [PATCH] video: backlight: remove unused header Donghwa Lee (Wed Jun 20 2012 - 06:32:58 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Peter Zijlstra (Wed Jun 20 2012 - 06:33:17 EST)
- Re: linux-next: build failure after merge of the net-next tree Marc Kleine-Budde (Wed Jun 20 2012 - 06:33:28 EST)
- [PATCH] Allow cross subvolume reflinks (2nd attempt) Alexander Block (Wed Jun 20 2012 - 06:35:09 EST)
- [PATCH] btrfs: allow cross-subvolume file clone Alexander Block (Wed Jun 20 2012 - 06:35:28 EST)
- [tip:perf/core] ftrace: Remove a superfluous check tip-bot for Borislav Petkov (Wed Jun 20 2012 - 06:38:54 EST)
- Re: [PATCH] MIPS: fix bug.h MIPS build regression Sergei Shtylyov (Wed Jun 20 2012 - 06:41:18 EST)
- [tip:x86/platform] x86/vsmp: Fix vector_allocation_domain's return value tip-bot for Ido Yariv (Wed Jun 20 2012 - 06:42:13 EST)
- [PATCH] Docs: printk-formats: add description for %pMR Andrei Emeltchenko (Wed Jun 20 2012 - 06:43:12 EST)
- [tip:sched/core] sched/x86: Remove broken power estimation tip-bot for Peter Zijlstra (Wed Jun 20 2012 - 06:44:02 EST)
- Re: [RFC PATCH 3/3] arm: omap: phy: remove unused functions fromomap-phy-internal.c Tony Lindgren (Wed Jun 20 2012 - 06:44:40 EST)
- [PATCH] regulator: arizona: Add support for microphone supplies on Arizona devices Mark Brown (Wed Jun 20 2012 - 06:45:43 EST)
- [tip:sched/core] cpusets, hotplug: Implement cpuset tree traversal in a helper function tip-bot for Srivatsa S. Bhat (Wed Jun 20 2012 - 06:45:48 EST)
- Re: [PATCH 00/10] perf, x86: Add northbridge counter support for AMDfamily 15h Stephane Eranian (Wed Jun 20 2012 - 06:46:17 EST)
- [tip:sched/core] cpusets, hotplug: Restructure functions that are invoked during hotplug tip-bot for Srivatsa S. Bhat (Wed Jun 20 2012 - 06:46:40 EST)
- [tip:sched/core] CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resume tip-bot for Srivatsa S. Bhat (Wed Jun 20 2012 - 06:46:55 EST)
- [tip:sched/core] cpusets: Remove/update outdated comments tip-bot for Srivatsa S. Bhat (Wed Jun 20 2012 - 06:47:32 EST)
- [tip:sched/core] sched: Improve scalability via 'CPU buddies', which withstand random perturbations tip-bot for Mike Galbraith (Wed Jun 20 2012 - 06:48:25 EST)
- [tip:perf/core] perf: Use css_tryget() to avoid propping up css refcount tip-bot for Salman Qazi (Wed Jun 20 2012 - 06:49:16 EST)
- [tip:perf/core] perf: Export perf_assign_events() tip-bot for Yan, Zheng (Wed Jun 20 2012 - 06:50:11 EST)
- [tip:perf/core] perf: Avoid race between cpu hotplug and installing event tip-bot for Yan, Zheng (Wed Jun 20 2012 - 06:51:03 EST)
- Re: [PATCH 2/3 v2] i2c: i801: enable irq for i801 smbustransactions Jean Delvare (Wed Jun 20 2012 - 06:51:48 EST)
- [tip:perf/core] perf: Allow the PMU driver to choose the CPU on which to install events tip-bot for Yan, Zheng (Wed Jun 20 2012 - 06:51:58 EST)
- Re: [PATCH V2 0/6] Bridging PCI to amba Alessandro Rubini (Wed Jun 20 2012 - 06:52:20 EST)
- [tip:perf/core] perf: Introduce perf_pmu_migrate_context() tip-bot for Yan, Zheng (Wed Jun 20 2012 - 06:52:46 EST)
- [tip:perf/core] perf/x86: Add generic Intel uncore PMU support tip-bot for Yan, Zheng (Wed Jun 20 2012 - 06:54:34 EST)
- [tip:perf/core] perf/x86: Add Intel Nehalem and Sandy Bridge uncore PMU support tip-bot for Yan, Zheng (Wed Jun 20 2012 - 06:55:25 EST)
- [tip:perf/core] perf: Add generic PCI uncore PMU device support tip-bot for Yan, Zheng (Wed Jun 20 2012 - 06:56:16 EST)
- [tip:perf/core] perf/x86: Add Intel Nehalem and Sandy Bridge-EP uncore support tip-bot for Yan, Zheng (Wed Jun 20 2012 - 06:57:11 EST)
- [tip:perf/core] perf/tool: Use data struct for arg passing in event parse function tip-bot for Jiri Olsa (Wed Jun 20 2012 - 06:58:03 EST)
- [tip:perf/core] perf/tool: Make the event parser re-entrant tip-bot for Zheng Yan (Wed Jun 20 2012 - 06:58:58 EST)
- [tip:perf/core] perf/tool: Add support to reuse event grammar to parse out terms tip-bot for Jiri Olsa (Wed Jun 20 2012 - 06:59:47 EST)
- [tip:perf/core] perf/tool: Add PMU event alias support tip-bot for Zheng Yan (Wed Jun 20 2012 - 07:00:41 EST)
- [tip:perf/core] perf/tool: Add automated test for pure terms parsing tip-bot for Jiri Olsa (Wed Jun 20 2012 - 07:01:32 EST)
- Re: [PATCH v2 1/3] dmaengine: Add wrapper for device_tx_statuscallback Vinod Koul (Wed Jun 20 2012 - 07:02:06 EST)
- [tip:perf/core] perf/x86: Lowercase uncore PMU event names tip-bot for Peter Zijlstra (Wed Jun 20 2012 - 07:02:23 EST)
- Re: [PATCH v2 2/3] ASoC: dmaengine-pcm: Rename and deprecatesnd_dmaengine_pcm_pointer Vinod Koul (Wed Jun 20 2012 - 07:02:44 EST)
- Re: [PATCH v2 3/3] ASoC: dmaengine-pcm: Add support for queryingstream position from DMA driver Vinod Koul (Wed Jun 20 2012 - 07:03:17 EST)
- Re: [PATCH 01/17] mm: sl[au]b: Add knowledge of PFMEMALLOC reservepages Sebastian Andrzej Siewior (Wed Jun 20 2012 - 07:05:33 EST)
- Re: Attaching a process to cgroups Alexey Vlasov (Wed Jun 20 2012 - 07:08:53 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Wed Jun 20 2012 - 07:09:15 EST)
- From Mr. Sameh Jawad sameh (Wed Jun 20 2012 - 07:14:04 EST)
- Re: [PATCH V2 3/3] ARM: dts: db8500: add node property "regulator-compatible"regulator node Lee Jones (Wed Jun 20 2012 - 07:25:22 EST)
- Re: [PATCH V2 3/3] ARM: dts: db8500: add node property "regulator-compatible"regulator node Laxman Dewangan (Wed Jun 20 2012 - 07:27:59 EST)
- Re: [PATCH] regulator: arizona: Add support for microphone supplieson Arizona devices Axel Lin (Wed Jun 20 2012 - 07:32:35 EST)
- MMTests 0.04 Mel Gorman (Wed Jun 20 2012 - 07:32:49 EST)
- [PATCH RESEND] input: gpio_keys_polled: convert to dt Alexandre Pereira da Silva (Wed Jun 20 2012 - 07:35:34 EST)
- Re: linux-next: build failure after merge of the net-next tree Mark Brown (Wed Jun 20 2012 - 07:35:44 EST)
- Re: [PATCH V2 3/3] ARM: dts: db8500: add node property "regulator-compatible"regulator node Lee Jones (Wed Jun 20 2012 - 07:37:49 EST)
- [PATCH 2/2] expose fine-grained per-cpu data for cpuacct stats Glauber Costa (Wed Jun 20 2012 - 07:40:51 EST)
- [PATCH 0/2] Show per-cpu data in cpuacct stats Glauber Costa (Wed Jun 20 2012 - 07:41:03 EST)
- [PATCH 1/2] account guest time per-cgroup as well. Glauber Costa (Wed Jun 20 2012 - 07:41:14 EST)
- [PATCH 04/17] mm: allow PF_MEMALLOC from softirq context Mel Gorman (Wed Jun 20 2012 - 07:44:15 EST)
- [PATCH 16/17] mm: Throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storage Mel Gorman (Wed Jun 20 2012 - 07:44:29 EST)
- [PATCH 07/17] net: Introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket Mel Gorman (Wed Jun 20 2012 - 07:44:42 EST)
- [PATCH 17/17] mm: Account for the number of times direct reclaimers get throttled Mel Gorman (Wed Jun 20 2012 - 07:44:45 EST)
- Re: [PATCH 01/17] mm: sl[au]b: Add knowledge of PFMEMALLOC reservepages Mel Gorman (Wed Jun 20 2012 - 07:44:50 EST)
- [PATCH 15/17] nbd: Set SOCK_MEMALLOC for access to PFMEMALLOC reserves Mel Gorman (Wed Jun 20 2012 - 07:45:40 EST)
- Re: [PATCH v6 0/4] CPU hotplug, cpusets, suspend/resume: Fixes,cleanups and optimizations Ingo Molnar (Wed Jun 20 2012 - 07:45:55 EST)
- [PATCH 06/17] mm: Ignore mempolicies when using ALLOC_NO_WATERMARK Mel Gorman (Wed Jun 20 2012 - 07:46:11 EST)
- [PATCH 14/17] mm: Micro-optimise slab to avoid a function call Mel Gorman (Wed Jun 20 2012 - 07:46:26 EST)
- [PATCH 09/17] netvm: Allow the use of __GFP_MEMALLOC by specific sockets Mel Gorman (Wed Jun 20 2012 - 07:46:40 EST)
- [PATCH 13/17] netvm: Set PF_MEMALLOC as appropriate during SKB processing Mel Gorman (Wed Jun 20 2012 - 07:46:45 EST)
- [PATCH 12/17] netvm: Propagate page->pfmemalloc from skb_alloc_page to skb Mel Gorman (Wed Jun 20 2012 - 07:47:21 EST)
- [PATCH 08/17] net: Do not coalesce skbs belonging to PFMEMALLOC sockets Mel Gorman (Wed Jun 20 2012 - 07:47:37 EST)
- [PATCH 11/17] netvm: Propagate page->pfmemalloc to skb Mel Gorman (Wed Jun 20 2012 - 07:47:51 EST)
- [PATCH 10/17] netvm: Allow skb allocation to use PFMEMALLOC reserves Mel Gorman (Wed Jun 20 2012 - 07:48:15 EST)
- [PATCH 05/17] mm: Only set page->pfmemalloc when ALLOC_NO_WATERMARKS was used Mel Gorman (Wed Jun 20 2012 - 07:48:38 EST)
- Re: [PATCH] regulator: arizona: Add support for microphone supplieson Arizona devices Mark Brown (Wed Jun 20 2012 - 07:48:49 EST)
- Re: [PATCH] crypto: aes - make assembler implementation defaultfor i386 and x86-64 Jussi Kivilinna (Wed Jun 20 2012 - 07:49:09 EST)
- [PATCH 01/17] mm: sl[au]b: Add knowledge of PFMEMALLOC reserve pages Mel Gorman (Wed Jun 20 2012 - 07:49:26 EST)
- [PATCH 03/17] mm: Introduce __GFP_MEMALLOC to allow access to emergency reserves Mel Gorman (Wed Jun 20 2012 - 07:49:37 EST)
- [PATCH 00/17] Swap-over-NBD without deadlocking V12 (resend) Mel Gorman (Wed Jun 20 2012 - 07:49:57 EST)
- [PATCH 02/17] mm: slub: Optimise the SLUB fast path to avoid pfmemalloc checks Mel Gorman (Wed Jun 20 2012 - 07:50:20 EST)
- [PATCH] scripts/get_maintainer.pl: Add tested-by signature Alexandre Pereira da Silva (Wed Jun 20 2012 - 07:52:17 EST)
- [PATCH] mn10300: Fix common threadinfo allocator fallout Geert Uytterhoeven (Wed Jun 20 2012 - 07:57:53 EST)
- [PATCH] USB: option: add id for Cellient MEN-200 Dmitry Shmygov (Wed Jun 20 2012 - 07:58:59 EST)
- Re: [GIT PULL 00/20] perf/core improvements Ingo Molnar (Wed Jun 20 2012 - 08:01:42 EST)
- [PATCH] ARM: LPC32XX: Cleanup USB clock init Alexandre Pereira da Silva (Wed Jun 20 2012 - 08:02:11 EST)
- [PATCH] ohci-nxp: add usbd and otg clock initialization Alexandre Pereira da Silva (Wed Jun 20 2012 - 08:02:46 EST)
- [PATCH] usb: gadget: lpc32xx_udc: move clock init to clock framework Alexandre Pereira da Silva (Wed Jun 20 2012 - 08:03:34 EST)
- Re: [tpmdd-devel] [PATCH V2 1/2] driver: add PPI support in tpmdriver Mimi Zohar (Wed Jun 20 2012 - 08:03:53 EST)
- Re: [PATCH 08/17] net: Do not coalesce skbs belonging toPFMEMALLOC sockets Eric Dumazet (Wed Jun 20 2012 - 08:04:54 EST)
- Re: [PATCH 07/17] net: Introduce sk_gfp_atomic() to allow additionof GFP flags depending on the individual socket Eric Dumazet (Wed Jun 20 2012 - 08:06:38 EST)
- Re: [PATCH] phys_efi_set_virtual_address_map needs va, no pa. Matthew Garrett (Wed Jun 20 2012 - 08:07:04 EST)
- Re: [PATCH v2 1/3] dmaengine: Add wrapper for device_tx_status callback Lars-Peter Clausen (Wed Jun 20 2012 - 08:10:26 EST)
- Re: [PATCH 2/5] uprobes: __replace_page() should not usepage_address_in_vma() Srikar Dronamraju (Wed Jun 20 2012 - 08:13:04 EST)
- Re: [PATCH V2 0/6] Bridging PCI to amba Linus Walleij (Wed Jun 20 2012 - 08:15:55 EST)
- Re: [PATCH] perf stat: Fix default logfd to use stderr Stephane Eranian (Wed Jun 20 2012 - 08:23:28 EST)
- [PATCH V3 1/3] ARM: dts: db8500: add property "regulator-compatible" regulator node Laxman Dewangan (Wed Jun 20 2012 - 08:23:33 EST)
- [PATCH V3 3/3] regulator: dt: add policy to have property "regulator-compatible" Laxman Dewangan (Wed Jun 20 2012 - 08:23:36 EST)
- [PATCH V3 2/3] regulator: dt: regulator match by regulator-compatible Laxman Dewangan (Wed Jun 20 2012 - 08:23:49 EST)
- [PATCH V3 0/3] regulator: dt: add policy to match regulator with prop "regulator-compatible" Laxman Dewangan (Wed Jun 20 2012 - 08:24:16 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Ingo Molnar (Wed Jun 20 2012 - 08:25:50 EST)
- Re: [PATCH v2][GIT PULL][v3.5] ftrace: Make all inline tags alsoinclude notrace Ingo Molnar (Wed Jun 20 2012 - 08:27:43 EST)
- Re: Attaching a process to cgroups Mike Galbraith (Wed Jun 20 2012 - 08:28:31 EST)
- Re: [PATCH v2] arm: zynq: Support GIC OF initialization Rob Herring (Wed Jun 20 2012 - 08:29:44 EST)
- Re: [PATCH 00/10] perf, x86: Add northbridge counter support for AMDfamily 15h Robert Richter (Wed Jun 20 2012 - 08:29:51 EST)
- Re: [PATCH 5/5] uprobes: write_opcode: alloc the new page outside of"retry" loop Anton Arapov (Wed Jun 20 2012 - 08:31:02 EST)
- Re: [PATCH 0/3] [GIT PULL][v3.6] tracing: simple updates Ingo Molnar (Wed Jun 20 2012 - 08:35:08 EST)
- [PATCH V2] ARM: tegra: apbio access using dma for tegra20 only Laxman Dewangan (Wed Jun 20 2012 - 08:36:49 EST)
- [PATCH] usb: gadget: lpc32xx_udc: fix build error with debugfs enabled Alexandre Pereira da Silva (Wed Jun 20 2012 - 08:38:14 EST)
- Re: [PATCH 00/10] perf, x86: Add northbridge counter support for AMDfamily 15h Robert Richter (Wed Jun 20 2012 - 08:41:21 EST)
- RE: [PATCH V2] ARM: tegra: apbio access using dma for tegra20 only Bandi Krishna Chaitanya (Wed Jun 20 2012 - 08:44:24 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page Hillf Danton (Wed Jun 20 2012 - 08:44:45 EST)
- Re: [net-next:master 257/266]drivers/net/team/team_mode_loadbalance.c:99:30: sparse: incompatible typesin comparison expression (different address spaces) Paul E. McKenney (Wed Jun 20 2012 - 08:50:43 EST)
- Re: Build regressions/improvements in v3.5-rc3 Giuseppe CAVALLARO (Wed Jun 20 2012 - 08:51:24 EST)
- [PATCH] i2c: tegra: remove unused member variable. Laxman Dewangan (Wed Jun 20 2012 - 08:55:34 EST)
- [PATCH] i2c: tegra: use clk_disable_unprepare in place of clk_disable Laxman Dewangan (Wed Jun 20 2012 - 08:56:27 EST)
- Re: [PATCH v7 02/10] KVM: MMU: abstract spte write-protect Takuya Yoshikawa (Wed Jun 20 2012 - 08:56:54 EST)
- Re: [PATCH] drivers/w1: free the w1_master at w1_free_dev and returna correct return value devendra.aaru (Wed Jun 20 2012 - 08:57:22 EST)
- Re: [PATCH 08/14] mfd: Add IRQ domain support for the AB8500 Lee Jones (Wed Jun 20 2012 - 09:00:05 EST)
- Re: [net-next:master 257/266]drivers/net/team/team_mode_loadbalance.c:99:30: sparse: incompatible typesin comparison expression (different address spaces) Jiri Pirko (Wed Jun 20 2012 - 09:08:15 EST)
- Re: [PATCH 1/1] of: reform prom_update_property function Rob Herring (Wed Jun 20 2012 - 09:08:26 EST)
- Re: [PATCH v2 1/3] dmaengine: Add wrapper for device_tx_statuscallback Mark Brown (Wed Jun 20 2012 - 09:09:58 EST)
- Re: [net-next:master 257/266]drivers/net/team/team_mode_loadbalance.c:99:30: sparse: incompatible typesin comparison expression (different address spaces) Eric Dumazet (Wed Jun 20 2012 - 09:11:49 EST)
- Re: [PATCH v4 08/25] memcg: change defines to an enum Michal Hocko (Wed Jun 20 2012 - 09:13:22 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Wed Jun 20 2012 - 09:18:32 EST)
- Re: [PATCH] arm: OMAP depends on MMU Tony Lindgren (Wed Jun 20 2012 - 09:19:16 EST)
- Re: [PATCH v4 05/25] memcg: Always free struct memcg throughschedule_work() Michal Hocko (Wed Jun 20 2012 - 09:20:48 EST)
- Re: [PATCH v7 02/10] KVM: MMU: abstract spte write-protect Xiao Guangrong (Wed Jun 20 2012 - 09:21:11 EST)
- Re: [net-next:master 257/266]drivers/net/team/team_mode_loadbalance.c:99:30: sparse: incompatible typesin comparison expression (different address spaces) Jiri Pirko (Wed Jun 20 2012 - 09:24:05 EST)
- Re: [PATCH v4 06/25] memcg: Make it possible to use the stock formore than one page. Michal Hocko (Wed Jun 20 2012 - 09:28:02 EST)
- Re: [PATCH] rtc/rtc-spear: free the config right after the rtc_device_unregister devendra.aaru (Wed Jun 20 2012 - 09:32:35 EST)
- Re: [PATCH 3/3 v2] i2c: i801: enable irq for byte_by_bytetransactions Jean Delvare (Wed Jun 20 2012 - 09:35:13 EST)
- Re: [PATCH] [RESEND] fs: cachefiles: Add support for large filesin filesystem caching Suresh Jayaraman (Wed Jun 20 2012 - 09:35:35 EST)
- Re: [PATCH 08/17] net: Do not coalesce skbs belonging to PFMEMALLOCsockets Mel Gorman (Wed Jun 20 2012 - 09:36:58 EST)
- Re: [PATCH v2 1/3] dmaengine: Add wrapper for device_tx_statuscallback Vinod Koul (Wed Jun 20 2012 - 09:43:38 EST)
- Re: [alsa-devel] [PATCH v2 2/3] ASoC: dmaengine-pcm: Rename anddeprecate snd_dmaengine_pcm_pointer Dong Aisheng (Wed Jun 20 2012 - 09:45:27 EST)
- Re: [PATCH v2 1/3] dmaengine: Add wrapper for device_tx_statuscallback Vinod Koul (Wed Jun 20 2012 - 09:45:41 EST)
- Re: [PATCH v4 07/25] memcg: Reclaim when more than one page needed. Michal Hocko (Wed Jun 20 2012 - 09:47:36 EST)
- Re: [PATCH 2/5] uprobes: __replace_page() should not usepage_address_in_vma() Oleg Nesterov (Wed Jun 20 2012 - 09:50:10 EST)
- Re: [PATCH 5/5] uprobes: write_opcode: alloc the new page outsideof "retry" loop Oleg Nesterov (Wed Jun 20 2012 - 09:51:41 EST)
- Re: [PATCH 08/17] net: Do not coalesce skbs belonging toPFMEMALLOC sockets Eric Dumazet (Wed Jun 20 2012 - 09:51:55 EST)
- Re: [alsa-devel] [PATCH v2 3/3] ASoC: dmaengine-pcm: Add supportfor querying stream position from DMA driver Dong Aisheng (Wed Jun 20 2012 - 09:52:16 EST)
- Re: [PATCH 1/1] of: reform prom_update_property function Dong Aisheng (Wed Jun 20 2012 - 09:57:27 EST)
- Re: [PATCH] ARM: LPC32XX: Cleanup USB clock init Roland Stigge (Wed Jun 20 2012 - 09:59:26 EST)
- Re: [PATCH] ohci-nxp: add usbd and otg clock initialization Roland Stigge (Wed Jun 20 2012 - 10:01:28 EST)
- Re: [PATCH] usb: gadget: lpc32xx_udc: move clock init to clock framework Roland Stigge (Wed Jun 20 2012 - 10:01:52 EST)
- Re: [GIT PULL 00/20] perf/core improvements Namhyung Kim (Wed Jun 20 2012 - 10:07:22 EST)
- Re: [alsa-devel] [PATCH v2 3/3] ASoC: dmaengine-pcm: Add supportfor querying stream position from DMA driver Lars-Peter Clausen (Wed Jun 20 2012 - 10:07:22 EST)
- Re: WARNING: at /home/konrad/ssd/linux/kernel/rcutree.c:1547__rcu_process_callbacks+0x42e/0x440() Konrad Rzeszutek Wilk (Wed Jun 20 2012 - 10:07:44 EST)
- Re: [PATCH v7 02/10] KVM: MMU: abstract spte write-protect Takuya Yoshikawa (Wed Jun 20 2012 - 10:11:13 EST)
- Re: [PATCH v5] ARM: imx: Add basic imx6q cpu thermal management Rob Lee (Wed Jun 20 2012 - 10:13:30 EST)
- Re: [PATCH v5 0/7] cleanup imx5 idle, add imx5/6 cpuidle Rob Lee (Wed Jun 20 2012 - 10:16:10 EST)
- Re: [PATCH 08/17] net: Do not coalesce skbs belonging to PFMEMALLOCsockets Mel Gorman (Wed Jun 20 2012 - 10:18:33 EST)
- Re: [PATCH v6 0/4] CPU hotplug, cpusets, suspend/resume: Fixes, cleanupsand optimizations Srivatsa S. Bhat (Wed Jun 20 2012 - 10:18:38 EST)
- Re: [PATCH 07/17] net: Introduce sk_gfp_atomic() to allow additionof GFP flags depending on the individual socket Mel Gorman (Wed Jun 20 2012 - 10:20:31 EST)
- Re: [PATCH v5] ARM: imx: Add basic imx6q cpu thermal management Sascha Hauer (Wed Jun 20 2012 - 10:21:15 EST)
- Re: [PATCH 01/12] netvm: Prevent a stream-specific deadlock Mel Gorman (Wed Jun 20 2012 - 10:21:27 EST)
- Re: [PATCH 05/10] perf, x86: Move Intel specific code tointel_pmu_init() Robert Richter (Wed Jun 20 2012 - 10:22:09 EST)
- Re: [PATCH] clk: mxs: Fix the GPMI clock name Shawn Guo (Wed Jun 20 2012 - 10:26:56 EST)
- Re: [PATCH v6 0/4] CPU hotplug, cpusets, suspend/resume: Fixes, cleanupsand optimizations Srivatsa S. Bhat (Wed Jun 20 2012 - 10:27:35 EST)
- Re: how to map a host virtual address (hva) to guest address space (gva/gpa/gfn) sheng qiu (Wed Jun 20 2012 - 10:28:46 EST)
- [PATCH 1/2] regulator: tps6524x: Convert toregulator_list_voltage_table() Axel Lin (Wed Jun 20 2012 - 10:30:18 EST)
- How does SACK or FACK determine the time to start fast retransmition? LovelyLich (Wed Jun 20 2012 - 10:31:00 EST)
- Re: mount stuck, khubd blocked Alan Stern (Wed Jun 20 2012 - 10:31:34 EST)
- [PATCH 2/2] regulator: tps6524x: Convert fixed ilimsel to tablebased Axel Lin (Wed Jun 20 2012 - 10:32:10 EST)
- what is this function mean "is_no_device"? sheng qiu (Wed Jun 20 2012 - 10:32:54 EST)
- Re: [PATCH] GPIOLIB: add generic gpio_set_pull API Paul Mundt (Wed Jun 20 2012 - 10:33:12 EST)
- Re: [PATCH v5] ARM: imx: Add basic imx6q cpu thermal management Rob Lee (Wed Jun 20 2012 - 10:33:41 EST)
- [PATCH] gpio: gpio-lpc32xx: Add gpio_to_irq mapping Roland Stigge (Wed Jun 20 2012 - 10:34:14 EST)
- Re: [PATCH] rtc/rtc-spear: free the config right after the rtc_device_unregister devendra.aaru (Wed Jun 20 2012 - 10:39:48 EST)
- Re: pm runtime and system suspend resume Alan Stern (Wed Jun 20 2012 - 10:40:13 EST)
- [PATCH] regulator: tps65910: Convert toregulator_set_voltage_time_sel() Axel Lin (Wed Jun 20 2012 - 10:40:18 EST)
- Re: [PATCH v2 1/3] dmaengine: Add wrapper for device_tx_statuscallback Mark Brown (Wed Jun 20 2012 - 10:40:41 EST)
- Re: WARNING: at /home/konrad/ssd/linux/kernel/rcutree.c:1547__rcu_process_callbacks+0x42e/0x440() Paul E. McKenney (Wed Jun 20 2012 - 10:44:47 EST)
- Re: [PATCH] rtc/rtc-spear: free the config right after the rtc_device_unregister viresh kumar (Wed Jun 20 2012 - 10:44:51 EST)
- Re: [PATCH] regulator: tps65910: Convert to regulator_set_voltage_time_sel() Laxman Dewangan (Wed Jun 20 2012 - 10:45:08 EST)
- Re: [PATCH] gpio: gpio-lpc32xx: Add gpio_to_irq mapping Alexandre Pereira da Silva (Wed Jun 20 2012 - 10:46:53 EST)
- Re: [PATCH v6 0/4] CPU hotplug, cpusets, suspend/resume: Fixes,cleanups and optimizations Ingo Molnar (Wed Jun 20 2012 - 10:47:38 EST)
- Re: [PATCH RESEND] ARM: omap: Fix dts files w/ status property:"disable" -> "disabled" Tony Lindgren (Wed Jun 20 2012 - 10:49:03 EST)
- Re: [GIT PULL 00/20] perf/core improvements Ingo Molnar (Wed Jun 20 2012 - 10:49:11 EST)
- [PATCH] regulator: tps62360: Convert toregulator_set_voltage_time_sel() Axel Lin (Wed Jun 20 2012 - 10:55:56 EST)
- Re: [PATCH] PM: Prevent waiting forever on asynchronous suspendafter abort Alan Stern (Wed Jun 20 2012 - 10:58:21 EST)
- [PATCH] thermal: Fix potential out-of-bounds memory access Guenter Roeck (Wed Jun 20 2012 - 11:04:16 EST)
- Re: Need help regarding the USB mass storage driver Alan Stern (Wed Jun 20 2012 - 11:05:07 EST)
- Re: Re: [PATCH 1/2] extcon: Set platform drvdata ingpio_extcon_probe() and fix irq leak Greg Kroah-Hartman (Wed Jun 20 2012 - 11:07:10 EST)
- Re: [PATCH] PM: Prevent waiting forever on asynchronous suspendafter abort Greg Kroah-Hartman (Wed Jun 20 2012 - 11:14:04 EST)
- Re: Unzustellbar: Re: [PATCH][ANNOUNCE]RIFS-ES Scheduling V1 release. Chen (Wed Jun 20 2012 - 11:17:07 EST)
- [PATCH v3 0/5] ARM: topology: set the capacity of each cores for big.LITTLE Vincent Guittot (Wed Jun 20 2012 - 11:19:59 EST)
- [PATCH v3 1/5] ARM: topology: Add arch_scale_freq_power function Vincent Guittot (Wed Jun 20 2012 - 11:20:13 EST)
- [PATCH v3 2/5] ARM: topology: factorize the update of sibling masks Vincent Guittot (Wed Jun 20 2012 - 11:20:19 EST)
- [PATCH v3 3/5] ARM: topology: Update cpu_power according to DT information Vincent Guittot (Wed Jun 20 2012 - 11:20:26 EST)
- [PATCH v3 4/5] sched, x86: Remove broken power estimation Vincent Guittot (Wed Jun 20 2012 - 11:20:37 EST)
- [PATCH v3 5/5] sched: cpu_power: enable ARCH_POWER Vincent Guittot (Wed Jun 20 2012 - 11:20:39 EST)
- RE: e1000e, 3.4.1, , jumbo frames are not working madovsky (Wed Jun 20 2012 - 11:21:23 EST)
- Re: [PATCH v4] mm/memblock: fix overlapping allocation whendoubling reserved array Pearson, Greg (Wed Jun 20 2012 - 11:21:54 EST)
- Re: [PATCH 01/12] netvm: Prevent a stream-specific deadlock Rik van Riel (Wed Jun 20 2012 - 11:23:49 EST)
- Re: linux-next: build failure after merge of the regulator tree Stephen Warren (Wed Jun 20 2012 - 11:33:31 EST)
- Re: [PATCH 02/12] selinux: tag avc cache alloc as non-critical Rik van Riel (Wed Jun 20 2012 - 11:34:57 EST)
- Re: [PATCH v2] pinctrl/coh901: use clk_prepare_[en|dis]able() Pankaj Jangra (Wed Jun 20 2012 - 11:40:17 EST)
- Thunderbolt, Apple Monitor & MBA, and excess kworker load Dominik Brodowski (Wed Jun 20 2012 - 11:48:55 EST)
- Re: [PATCH 03/12] mm: Methods for teaching filesystems about PG_swapcachepages Rik van Riel (Wed Jun 20 2012 - 11:50:38 EST)
- Re: [PATCH 00/10] perf, x86: Add northbridge counter support forAMD family 15h Peter Zijlstra (Wed Jun 20 2012 - 11:54:32 EST)
- Re: Thunderbolt, Apple Monitor & MBA, and excess kworker load Greg KH (Wed Jun 20 2012 - 11:56:28 EST)
- Re: [PATCH V6 0/13] perf: Intel uncore pmu counting support Peter Zijlstra (Wed Jun 20 2012 - 12:01:38 EST)
- Re: [PATCH v6 0/4] CPU hotplug, cpusets, suspend/resume: Fixes, cleanupsand optimizations Srivatsa S. Bhat (Wed Jun 20 2012 - 12:08:04 EST)
- Re: Thunderbolt, Apple Monitor & MBA, and excess kworker load Daniel Vetter (Wed Jun 20 2012 - 12:08:34 EST)
- Re: [PATCH 00/10] perf, x86: Add northbridge counter support forAMD family 15h Peter Zijlstra (Wed Jun 20 2012 - 12:09:00 EST)
- Re: [PATCH 04/12] mm: Add support for a filesystem to activate swapfiles and use direct_IO for writing swap pages Rik van Riel (Wed Jun 20 2012 - 12:09:21 EST)
- Re: [PATCH 05/12] mm: swap: Implement generic handler for swap_activate Rik van Riel (Wed Jun 20 2012 - 12:10:43 EST)
- Re: [PATCH 06/12] mm: Add get_kernel_page[s] for pinning of kerneladdresses for I/O Rik van Riel (Wed Jun 20 2012 - 12:12:51 EST)
- Re: [PATCH] MIPS: fix bug.h MIPS build regression Ralf Baechle (Wed Jun 20 2012 - 12:13:08 EST)
- [PATCH] PM: Prevent waiting forever on asynchronous suspend after abort mandeep . baines (Wed Jun 20 2012 - 12:13:28 EST)
- Re: [PATCH V2 3/3] ARM: dts: db8500: add node property "regulator-compatible"regulator node Stephen Warren (Wed Jun 20 2012 - 12:14:37 EST)
- Re: [PATCH 00/10] perf, x86: Add northbridge counter support for AMDfamily 15h Stephane Eranian (Wed Jun 20 2012 - 12:22:18 EST)
- [PATCH] mm: offlining memory may block forever Aaditya Kumar (Wed Jun 20 2012 - 12:23:27 EST)
- Re: [PATCH V2 0/3] regulator: dt: add policy to match regulator withprop "regulator-compatible" Stephen Warren (Wed Jun 20 2012 - 12:23:52 EST)
- Re: [PATCH] scripts/get_maintainer.pl: Add tested-by signature Joe Perches (Wed Jun 20 2012 - 12:25:22 EST)
- Re: [PATCH Stable 3.4.x] HID: hid-multitouch: fix wrong protocoldetection Henrik Rydberg (Wed Jun 20 2012 - 12:25:29 EST)
- Re: [PATCH -stable] ntp: Correct TAI offset during leap second Richard Cochran (Wed Jun 20 2012 - 12:25:35 EST)
- Re: [PATCH] i2c: tegra: use clk_disable_unprepare in place of clk_disable Stephen Warren (Wed Jun 20 2012 - 12:26:08 EST)
- Re: [PATCH] i2c: tegra: use clk_disable_unprepare in place of clk_disable Stephen Warren (Wed Jun 20 2012 - 12:27:01 EST)
- Re: [PATCH 1/3] HID: hid-multitouch: fix input mode feature command Henrik Rydberg (Wed Jun 20 2012 - 12:29:55 EST)
- Fwd: FW: [PATCH v2] arm: zynq: Support GIC OF initialization John Linn (Wed Jun 20 2012 - 12:30:17 EST)
- [PATCH] perf, x86: Fix section mismatch in uncore_pci_init() Robert Richter (Wed Jun 20 2012 - 12:31:17 EST)
- Re: [PATCH 1/2] types.h: implement intptr_t and uintptr_t Ben Myers (Wed Jun 20 2012 - 12:35:55 EST)
- [PATCH] perf, x86: Fix section mismatch in uncore_pci_init() Robert Richter (Wed Jun 20 2012 - 12:39:34 EST)
- Re: [PATCH 02/23] perf: Unified API to record selective sets of archregisters Frederic Weisbecker (Wed Jun 20 2012 - 12:42:39 EST)
- Re: [PATCH -stable] ntp: Correct TAI offset during leap second John Stultz (Wed Jun 20 2012 - 12:43:26 EST)
- [tip:perf/core] perf tools: Add sort by src line/number tip-bot for Arnaldo Carvalho de Melo (Wed Jun 20 2012 - 12:44:41 EST)
- RE: e1000e, 3.4.1, , jumbo frames are not working Allan, Bruce W (Wed Jun 20 2012 - 12:45:19 EST)
- [tip:perf/core] perf ui: Introduce struct perf_error_ops tip-bot for Namhyung Kim (Wed Jun 20 2012 - 12:46:16 EST)
- [tip:perf/core] perf ui/gtk: Introduce struct perf_gtk_context tip-bot for Namhyung Kim (Wed Jun 20 2012 - 12:47:02 EST)
- Re: [PATCH] PM: Prevent waiting forever on asynchronous suspend after abort Mandeep Baines (Wed Jun 20 2012 - 12:47:21 EST)
- [tip:perf/core] perf ui/gtk: Add GTK statusbar widget to browser window tip-bot for Namhyung Kim (Wed Jun 20 2012 - 12:47:54 EST)
- [tip:perf/core] perf ui/gtk: Add GTK info_bar widget to browser window tip-bot for Namhyung Kim (Wed Jun 20 2012 - 12:48:47 EST)
- Re: [PATCH v2 2/7] iommu: IOMMU Groups Alex Williamson (Wed Jun 20 2012 - 12:49:12 EST)
- [tip:perf/core] perf ui/gtk: Use struct perf_error_ops tip-bot for Namhyung Kim (Wed Jun 20 2012 - 12:49:37 EST)
- Re: [PATCH] rtc/rtc-spear: free the config right after the rtc_device_unregister devendra.aaru (Wed Jun 20 2012 - 12:49:49 EST)
- [tip:perf/core] perf lib: Introduce rtrim tip-bot for Arnaldo Carvalho de Melo (Wed Jun 20 2012 - 12:50:39 EST)
- Re: [PATCH 2/3] HID: hid-multitouch: support arrays for the split ofthe touches in a report Henrik Rydberg (Wed Jun 20 2012 - 12:51:11 EST)
- [tip:perf/core] perf hists browser: Implement printing snapshots to files tip-bot for Arnaldo Carvalho de Melo (Wed Jun 20 2012 - 12:51:27 EST)
- RE: IO_PAGE_FAULTS with igb or igbvf on AMD IOMMU system Rose, Gregory V (Wed Jun 20 2012 - 12:51:34 EST)
- [tip:perf/core] perf evsel: Carve out event modifier formatting tip-bot for Arnaldo Carvalho de Melo (Wed Jun 20 2012 - 12:52:30 EST)
- [tip:perf/core] perf tools: Reconstruct hw cache event with modifiers from perf_event_attr tip-bot for Arnaldo Carvalho de Melo (Wed Jun 20 2012 - 12:53:15 EST)
- [tip:perf/core] perf tools: Reconstruct sw event with modifiers from perf_event_attr tip-bot for Arnaldo Carvalho de Melo (Wed Jun 20 2012 - 12:54:05 EST)
- [tip:perf/core] perf evsel: Handle all event types in perf_evsel__name tip-bot for Arnaldo Carvalho de Melo (Wed Jun 20 2012 - 12:55:00 EST)
- [tip:perf/core] perf tools: Move all users of event_name to perf_evsel__name tip-bot for Arnaldo Carvalho de Melo (Wed Jun 20 2012 - 12:56:08 EST)
- [tip:perf/core] perf script: Replace __event_name uses with perf_evsel__name tip-bot for Arnaldo Carvalho de Melo (Wed Jun 20 2012 - 12:56:54 EST)
- [PATCH] m68k/sun3: Remove unselectable code in prom_init() Geert Uytterhoeven (Wed Jun 20 2012 - 12:57:01 EST)
- [tip:perf/core] perf tools: Don't access evsel->name directly tip-bot for Arnaldo Carvalho de Melo (Wed Jun 20 2012 - 12:57:34 EST)
- [PATCH 2/2] sparc32: Remove superfluous extern declarations for prom_*() functions Geert Uytterhoeven (Wed Jun 20 2012 - 12:58:09 EST)
- [PATCH 1/2] sparc: Correct comments about prom_init() return values Geert Uytterhoeven (Wed Jun 20 2012 - 12:58:21 EST)
- [tip:perf/core] perf tools: Remove __event_name tip-bot for Arnaldo Carvalho de Melo (Wed Jun 20 2012 - 12:58:29 EST)
- [tip:perf/core] perf evsel: Reconstruct raw event with modifiers from perf_event_attr tip-bot for Arnaldo Carvalho de Melo (Wed Jun 20 2012 - 12:59:20 EST)
- [tip:perf/core] perf tools: Remove unused evsel parameter from machine__resolve_callchain tip-bot for Jiri Olsa (Wed Jun 20 2012 - 13:00:49 EST)
- [tip:perf/core] perf evsel: Make some methods private tip-bot for Arnaldo Carvalho de Melo (Wed Jun 20 2012 - 13:02:15 EST)
- [tip:perf/core] perf annotate: Check null of sym pointer before using it tip-bot for Samuel Liao (Wed Jun 20 2012 - 13:03:10 EST)
- [tip:x86/debug] x86/nmi: Clean up register_nmi_handler() usage tip-bot for Li Zhong (Wed Jun 20 2012 - 13:04:44 EST)
- [tip:x86/debug] x86/microcode: Mark microcode_id[] as __initconst tip-bot for Jan Beulich (Wed Jun 20 2012 - 13:05:44 EST)
- [tip:x86/debug] x86/mm: Mark free_initrd_mem() as __init tip-bot for Jan Beulich (Wed Jun 20 2012 - 13:06:23 EST)
- [tip:x86/debug] x86: Move call to print_modules() out of show_regs() tip-bot for Jan Beulich (Wed Jun 20 2012 - 13:07:16 EST)
- Re: Q: return of pinctrl_register and handing at drivers that usethis function devendra.aaru (Wed Jun 20 2012 - 13:08:46 EST)
- Re: [PATCH 07/12] mm: Add support for direct_IO to highmem pages Rik van Riel (Wed Jun 20 2012 - 13:09:22 EST)
- Re: SNB PCI root information Ulrich Drepper (Wed Jun 20 2012 - 13:11:43 EST)
- Re: [PATCH] mm: offlining memory may block forever Greg KH (Wed Jun 20 2012 - 13:13:38 EST)
- next-20120620 build error in netfilter Valdis Kletnieks (Wed Jun 20 2012 - 13:14:29 EST)
- Re: [PATCH 08/12] nfs: teach the NFS client how to treat PG_swapcachepages Rik van Riel (Wed Jun 20 2012 - 13:16:10 EST)
- Re: [PATCH 09/12] nfs: disable data cache revalidation for swapfiles Rik van Riel (Wed Jun 20 2012 - 13:17:27 EST)
- Re: e1000e, 3.4.1, , jumbo frames are not working Madovsky (Wed Jun 20 2012 - 13:18:10 EST)
- Re: SNB PCI root information Bjorn Helgaas (Wed Jun 20 2012 - 13:18:21 EST)
- Re: [PATCH v2 1/2] uprobes: Pass probed vaddr toarch_uprobe_analyze_insn() Oleg Nesterov (Wed Jun 20 2012 - 13:18:52 EST)
- Re: [tip:x86/apic] x86/apic: Try to spread IRQ vectors to differentpriority levels H. Peter Anvin (Wed Jun 20 2012 - 13:23:58 EST)
- Re: [PATCH] Allow cross subvolume reflinks (2nd attempt) Goffredo Baroncelli (Wed Jun 20 2012 - 13:24:08 EST)
- Re: [PATCH] Allow cross subvolume reflinks (2nd attempt) Alexander Block (Wed Jun 20 2012 - 13:27:10 EST)
- Re: next-20120620 build error in netfilter Pablo Neira Ayuso (Wed Jun 20 2012 - 13:28:00 EST)
- [ 00/61] 3.4.4-stable review Greg KH (Wed Jun 20 2012 - 13:30:32 EST)
- [ 00/20] 3.0.36-stable review Greg KH (Wed Jun 20 2012 - 13:30:44 EST)
- Re: [PATCH 00/22 v4] cleanup atmel_mxt_ts Henrik Rydberg (Wed Jun 20 2012 - 13:35:54 EST)
- Re: BUG in ofcs2_change_file_space Bret Towe (Wed Jun 20 2012 - 13:38:09 EST)
- Re: [PATCH v3] sched: balance_cpu to consider other cpus in itsgroup as target of (pinned) task Peter Zijlstra (Wed Jun 20 2012 - 13:38:30 EST)
- Re: [PATCH 02/23] perf: Unified API to record selective sets of archregisters Jiri Olsa (Wed Jun 20 2012 - 13:39:20 EST)
- Re: [PATCH 10/12] nfs: enable swap on NFS Rik van Riel (Wed Jun 20 2012 - 13:39:34 EST)
- Re: [PATCH v3] sched: balance_cpu to consider other cpus in itsgroup as target of (pinned) task Peter Zijlstra (Wed Jun 20 2012 - 13:40:49 EST)
- Re: [PATCH 11/12] nfs: Prevent page allocator recursions with swapover NFS. Rik van Riel (Wed Jun 20 2012 - 13:44:01 EST)
- Re: [PATCH 12/12] Avoid dereferencing bd_disk during swap_entry_freefor network storage Rik van Riel (Wed Jun 20 2012 - 13:48:11 EST)
- Re: SNB PCI root information Ulrich Drepper (Wed Jun 20 2012 - 13:59:46 EST)
- Re: [PATCH] of: export of_platform_populate() Stephen Warren (Wed Jun 20 2012 - 14:00:21 EST)
- Re: BUG in ofcs2_change_file_space Luis Henriques (Wed Jun 20 2012 - 14:01:27 EST)
- [patch] block: fix off-by-one in init_page_buffers Jeff Moyer (Wed Jun 20 2012 - 14:01:36 EST)
- Re: [PATCH] Allow cross subvolume reflinks (2nd attempt) Calvin Walton (Wed Jun 20 2012 - 14:07:26 EST)
- Re: [PATCH] Allow cross subvolume reflinks (2nd attempt) Goffredo Baroncelli (Wed Jun 20 2012 - 14:11:23 EST)
- [ 01/61] ARM i.MX53: Fix PLL4 base address Greg KH (Wed Jun 20 2012 - 14:20:59 EST)
- [ 02/61] ARM: imx6: exit coherency when shutting down a cpu Greg KH (Wed Jun 20 2012 - 14:21:02 EST)
- [ 05/61] drm/radeon: add some additional 6xx/7xx/EG register init Greg KH (Wed Jun 20 2012 - 14:21:07 EST)
- [ 07/61] drm/udl: only bind to the video devices on the hub. Greg KH (Wed Jun 20 2012 - 14:21:10 EST)
- [ 08/61] drm sis: initialize object_idr Greg KH (Wed Jun 20 2012 - 14:21:13 EST)
- [ 10/61] xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFN Greg KH (Wed Jun 20 2012 - 14:21:25 EST)
- [ 11/61] xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness. Greg KH (Wed Jun 20 2012 - 14:21:29 EST)
- [ 14/61] NFSv4: Fix unnecessary delegation returns in nfs4_do_open Greg KH (Wed Jun 20 2012 - 14:21:37 EST)
- [ 16/61] tracing: Have tracing_off() actually turn tracing off Greg KH (Wed Jun 20 2012 - 14:21:41 EST)
- [ 17/61] rpc_pipefs: allow rpc_purge_list to take a NULL waitq pointer Greg KH (Wed Jun 20 2012 - 14:21:49 EST)
- [ 20/61] USB: option: Add Vodafone/Huawei K5005 support Greg KH (Wed Jun 20 2012 - 14:22:05 EST)
- [ 25/61] kdump: Execute kmsg_dump(KMSG_DUMP_PANIC) after smp_send_stop() Greg KH (Wed Jun 20 2012 - 14:22:11 EST)
- [ 27/61] hfsplus: fix bless ioctl when used with hardlinks Greg KH (Wed Jun 20 2012 - 14:22:15 EST)
- [ 29/61] xhci: Fix invalid loop check in xhci_free_tt_info() Greg KH (Wed Jun 20 2012 - 14:22:20 EST)
- [ 31/61] xHCI: Increase the timeout for controller save/restore state operation Greg KH (Wed Jun 20 2012 - 14:22:29 EST)
- [ 33/61] USB: mos7840: Fix compilation of usb serial driver Greg KH (Wed Jun 20 2012 - 14:22:32 EST)
- [ 30/61] xhci: Dont free endpoints in xhci_mem_cleanup() Greg KH (Wed Jun 20 2012 - 14:22:39 EST)
- [ 36/61] usb: musb: davinci: Fix build breakage Greg KH (Wed Jun 20 2012 - 14:22:48 EST)
- [ 38/61] USB: fix PS3 EHCI systems Greg KH (Wed Jun 20 2012 - 14:22:50 EST)
- [ 40/61] USB: ftdi-sio: Add support for RT Systems USB-RTS01 serialadapter Greg KH (Wed Jun 20 2012 - 14:23:01 EST)
- [ 43/61] usb: cdc-acm: fix devices not unthrottled on open Greg KH (Wed Jun 20 2012 - 14:23:07 EST)
- [ 39/61] USB: serial: cp210x: add Optris MS Pro usb id Greg KH (Wed Jun 20 2012 - 14:23:20 EST)
- [ 49/61] edac: avoid mce decoding crash after edac driver unloaded Greg KH (Wed Jun 20 2012 - 14:23:24 EST)
- [ 51/61] 9p: BUG before corrupting memory Greg KH (Wed Jun 20 2012 - 14:23:32 EST)
- [ 47/61] ASoC: wm8904: Fix GPIO and MICBIAS initialisation for regmap conversion Greg KH (Wed Jun 20 2012 - 14:23:43 EST)
- [ 57/61] ntp: Correct TAI offset during leap second Greg KH (Wed Jun 20 2012 - 14:23:49 EST)
- [ 59/61] iwlwifi: use correct supported firmware for 6035 and 6000g2 Greg KH (Wed Jun 20 2012 - 14:23:56 EST)
- [ 61/61] target: Return error to initiator if SET TARGET PORT GROUPS emulation fails Greg KH (Wed Jun 20 2012 - 14:24:07 EST)
- [ 04/20] USB: option: Add Vodafone/Huawei K5005 support Greg KH (Wed Jun 20 2012 - 14:24:15 EST)
- [ 06/20] USB: option: add more YUGA device ids Greg KH (Wed Jun 20 2012 - 14:24:20 EST)
- [ 08/20] USB: option: fix port-data abuse Greg KH (Wed Jun 20 2012 - 14:24:29 EST)
- [ 11/20] USB: mos7840: Fix compilation of usb serial driver Greg KH (Wed Jun 20 2012 - 14:24:36 EST)
- [ 13/20] USB: mct_u232: Fix incorrect TIOCMSET return Greg KH (Wed Jun 20 2012 - 14:24:45 EST)
- [ 15/20] USB: ftdi-sio: Add support for RT Systems USB-RTS01 serialadapter Greg KH (Wed Jun 20 2012 - 14:24:50 EST)
- [ 17/20] usb: cdc-acm: fix devices not unthrottled on open Greg KH (Wed Jun 20 2012 - 14:25:00 EST)
- [ 19/20] USB: serial: Enforce USB driver and USB serial driver match Greg KH (Wed Jun 20 2012 - 14:25:07 EST)
- [ 16/20] USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2 Greg KH (Wed Jun 20 2012 - 14:25:23 EST)
- [ 20/20] USB: fix gathering of interface associations Greg KH (Wed Jun 20 2012 - 14:25:48 EST)
- [ 18/20] USB: serial: sierra: Add support for Sierra Wireless AirCard 320U modem Greg KH (Wed Jun 20 2012 - 14:26:14 EST)
- [ 07/20] USB: option: fix memory leak Greg KH (Wed Jun 20 2012 - 14:26:37 EST)
- [ 14/20] USB: serial: cp210x: add Optris MS Pro usb id Greg KH (Wed Jun 20 2012 - 14:26:58 EST)
- [ 12/20] USB: qcserial: Add Sierra Wireless device IDs Greg KH (Wed Jun 20 2012 - 14:27:20 EST)
- Re: BUG in __key_instantiate_and_link(): unable to handle kernelpaging request at 0000632e6472616f Bryan Schumaker (Wed Jun 20 2012 - 14:27:28 EST)
- [ 10/20] xHCI: Increase the timeout for controller save/restore state operation Greg KH (Wed Jun 20 2012 - 14:27:43 EST)
- [ 09/20] hfsplus: fix overflow in sector calculations in hfsplus_submit_bio Greg KH (Wed Jun 20 2012 - 14:28:09 EST)
- [ 01/20] ARM i.MX imx21ads: Fix overlapping static i/o mappings Greg KH (Wed Jun 20 2012 - 14:28:26 EST)
- [ 05/20] USB: option: Updated Huawei K4605 has better id Greg KH (Wed Jun 20 2012 - 14:28:48 EST)
- [ 03/20] NFSv4.1: Fix a request leak on the back channel Greg KH (Wed Jun 20 2012 - 14:29:13 EST)
- [ 55/61] e1000e: Disable ASPM L1 on 82574 Greg KH (Wed Jun 20 2012 - 14:29:31 EST)
- [ 02/20] xen/setup: filter APERFMPERF cpuid feature out Greg KH (Wed Jun 20 2012 - 14:29:37 EST)
- [ 60/61] iwlwifi: fix TX power antenna access Greg KH (Wed Jun 20 2012 - 14:30:05 EST)
- [ 58/61] iwlwifi: fix the Transmit Frame Descriptor rings Greg KH (Wed Jun 20 2012 - 14:30:39 EST)
- [ 56/61] e1000e: Remove special case for 82573/82574 ASPM L1 disablement Greg KH (Wed Jun 20 2012 - 14:31:04 EST)
- [ 54/61] remoteproc: fix missing fault indication in error-path Greg KH (Wed Jun 20 2012 - 14:31:24 EST)
- [ 53/61] remoteproc: fix print format warnings Greg KH (Wed Jun 20 2012 - 14:31:48 EST)
- [ 52/61] remoteproc/omap: fix dev_err typo Greg KH (Wed Jun 20 2012 - 14:32:10 EST)
- [ 50/61] edac: fix the error about memory type detection on SandyBridge Greg KH (Wed Jun 20 2012 - 14:32:47 EST)
- [ 48/61] hwrng: atmel-rng - fix data valid check Greg KH (Wed Jun 20 2012 - 14:33:02 EST)
- [ 45/61] USB: serial: Enforce USB driver and USB serial driver match Greg KH (Wed Jun 20 2012 - 14:33:22 EST)
- [ 46/61] USB: fix gathering of interface associations Greg KH (Wed Jun 20 2012 - 14:33:34 EST)
- [ 44/61] USB: serial: sierra: Add support for Sierra Wireless AirCard 320U modem Greg KH (Wed Jun 20 2012 - 14:33:49 EST)
- [ 42/61] USB: cdc-wdm: Add Vodafone/Huawei K5005 support Greg KH (Wed Jun 20 2012 - 14:34:17 EST)
- [ 41/61] USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2 Greg KH (Wed Jun 20 2012 - 14:34:35 EST)
- [ 35/61] USB: mct_u232: Fix incorrect TIOCMSET return Greg KH (Wed Jun 20 2012 - 14:35:10 EST)
- [ 37/61] usb: musb_gadget: fix crash caused by dangling pointer Greg KH (Wed Jun 20 2012 - 14:35:17 EST)
- [ 34/61] USB: qcserial: Add Sierra Wireless device IDs Greg KH (Wed Jun 20 2012 - 14:35:58 EST)
- [ 32/61] usb-storage: Add 090c:1000 to unusal-devs Greg KH (Wed Jun 20 2012 - 14:36:30 EST)
- [ 21/61] USB: option: Updated Huawei K4605 has better id Greg KH (Wed Jun 20 2012 - 14:36:49 EST)
- [ 28/61] Make hard_irq_disable() actually hard-disable interrupts Greg KH (Wed Jun 20 2012 - 14:37:21 EST)
- Re: SNB PCI root information Yinghai Lu (Wed Jun 20 2012 - 14:37:34 EST)
- Re: next-20120620 build error in netfilter valdis . kletnieks (Wed Jun 20 2012 - 14:37:54 EST)
- [ 26/61] hfsplus: fix overflow in sector calculations in hfsplus_submit_bio Greg KH (Wed Jun 20 2012 - 14:38:25 EST)
- [ 24/61] USB: option: fix port-data abuse Greg KH (Wed Jun 20 2012 - 14:38:46 EST)
- [ 13/61] NFSv4.1: Fix a request leak on the back channel Greg KH (Wed Jun 20 2012 - 14:39:01 EST)
- [ 23/61] USB: option: fix memory leak Greg KH (Wed Jun 20 2012 - 14:39:11 EST)
- [ 22/61] USB: option: add more YUGA device ids Greg KH (Wed Jun 20 2012 - 14:39:29 EST)
- [ 18/61] SCSI: mpt2sas: Fix unsafe using smp_processor_id() in preemptible Greg KH (Wed Jun 20 2012 - 14:39:45 EST)
- [ 19/61] swap: fix shmem swapping when more than 8 areas Greg KH (Wed Jun 20 2012 - 14:39:54 EST)
- [ 15/61] nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernels Greg KH (Wed Jun 20 2012 - 14:40:45 EST)
- [ 04/61] Revert "drm/i915/dp: Use auxch precharge value of 5 everywhere" Greg KH (Wed Jun 20 2012 - 14:41:03 EST)
- [ 12/61] xen/setup: filter APERFMPERF cpuid feature out Greg KH (Wed Jun 20 2012 - 14:41:29 EST)
- [ 09/61] xen/hvc: Collapse error logic. Greg KH (Wed Jun 20 2012 - 14:41:47 EST)
- [ 06/61] drm via: initialize object_idr Greg KH (Wed Jun 20 2012 - 14:42:35 EST)
- [ 03/61] ARM i.MX imx21ads: Fix overlapping static i/o mappings Greg KH (Wed Jun 20 2012 - 14:42:54 EST)
- Re: [PATCH V2] ARM: tegra: apbio access using dma for tegra20 only Stephen Warren (Wed Jun 20 2012 - 14:44:12 EST)
- [PATCH 0/4] perf, x86: Updates and cleanups Robert Richter (Wed Jun 20 2012 - 14:46:54 EST)
- [PATCH 2/4] perf, x86: Move Intel specific code to intel_pmu_init() Robert Richter (Wed Jun 20 2012 - 14:47:02 EST)
- [PATCH 4/4] perf, x86: Improve debug output in check_hw_exists() Robert Richter (Wed Jun 20 2012 - 14:47:19 EST)
- Re: mount stuck, khubd blocked Jeff Moyer (Wed Jun 20 2012 - 14:47:37 EST)
- Re: SNB PCI root information Bjorn Helgaas (Wed Jun 20 2012 - 14:47:47 EST)
- [PATCH 1/4] perf, x86: Rename Intel specific macros Robert Richter (Wed Jun 20 2012 - 14:48:02 EST)
- [PATCH 3/4] perf, amd: Unify AMD's generic and family 15h pmus Robert Richter (Wed Jun 20 2012 - 14:48:29 EST)
- Re: [PATCH V3 1/3] ARM: dts: db8500: add property "regulator-compatible"regulator node Stephen Warren (Wed Jun 20 2012 - 14:48:40 EST)
- Re: [PATCH] mm: offlining memory may block forever KOSAKI Motohiro (Wed Jun 20 2012 - 14:49:13 EST)
- Re: [ 04/61] Revert "drm/i915/dp: Use auxch precharge value of 5everywhere" Adam Jackson (Wed Jun 20 2012 - 14:52:10 EST)
- Re: [PATCH V3 3/3] regulator: dt: add policy to have property "regulator-compatible" Stephen Warren (Wed Jun 20 2012 - 14:52:27 EST)
- Re: [PATCH UPDATED] block: In blk_execute_rq_nowait, init rq->end_iobefore checking for dead queue. Bart Van Assche (Wed Jun 20 2012 - 14:53:10 EST)
- [PATCH 1/8] staging: comedi: usbdux: use module_comedi_usb_driver() H Hartley Sweeten (Wed Jun 20 2012 - 15:01:10 EST)
- Re: [ 04/61] Revert "drm/i915/dp: Use auxch precharge value of 5everywhere" Greg KH (Wed Jun 20 2012 - 15:01:22 EST)
- [PATCH 2/8] staging: comedi: usbduxfast: use module_comedi_usb_driver() H Hartley Sweeten (Wed Jun 20 2012 - 15:01:25 EST)
- [PATCH 3/8] staging: comedi: usbduxsigma: use module_comedi_usb_driver() H Hartley Sweeten (Wed Jun 20 2012 - 15:01:35 EST)
- [PATCH 6/8] staging: comedi: usbduxsigma: refactor init code H Hartley Sweeten (Wed Jun 20 2012 - 15:02:19 EST)
- [PATCH 7/8] staging: comedi: usbduxfast: refactor init code H Hartley Sweeten (Wed Jun 20 2012 - 15:02:29 EST)
- [PATCH 8/8] staging: comedi: usbdux: refactor init code H Hartley Sweeten (Wed Jun 20 2012 - 15:02:53 EST)
- [PATCH 5/8] staging: comedi: vmk80xx: refactor init code H Hartley Sweeten (Wed Jun 20 2012 - 15:07:22 EST)
- [PATCH 0/8] staging: comedi: cleanup comedi usb drivers H Hartley Sweeten (Wed Jun 20 2012 - 15:10:36 EST)
- [PATCH 4/8] staging: comedi: vmk80xx: use module_comedi_usb_driver() H Hartley Sweeten (Wed Jun 20 2012 - 15:12:11 EST)
- Re: [PATCH V7 1/4] MIPS: Add CPU support for Loongson1B Ralf Baechle (Wed Jun 20 2012 - 15:13:23 EST)
- [PATCH][Trivial] hwmon: (applesmc) correct email address for JesperJuhl Jesper Juhl (Wed Jun 20 2012 - 15:18:45 EST)
- [PATCH] mn10300: Fix pull clearing RESTORE_SIGMASK into block_sigmask() fallout Geert Uytterhoeven (Wed Jun 20 2012 - 15:19:41 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match by regulator-compatible Arnd Bergmann (Wed Jun 20 2012 - 15:24:22 EST)
- Re: [PATCH V7 2/4] MIPS: Add board support for Loongson1B Ralf Baechle (Wed Jun 20 2012 - 15:25:56 EST)
- Re: SNB PCI root information Yinghai Lu (Wed Jun 20 2012 - 15:28:08 EST)
- Re: gpio: pca953x: interrupt feature unreliable Jean-François Dagenais (Wed Jun 20 2012 - 15:28:20 EST)
- Re: [PATCH] of: export of_platform_populate() Rob Herring (Wed Jun 20 2012 - 15:32:52 EST)
- Re: SNB PCI root information Ingo Molnar (Wed Jun 20 2012 - 15:34:39 EST)
- Re: [PATCH V7 2/4] MIPS: Add board support for Loongson1B Sergei Shtylyov (Wed Jun 20 2012 - 15:36:40 EST)
- Re: [PATCH v4 06/25] memcg: Make it possible to use the stock formore than one page. Glauber Costa (Wed Jun 20 2012 - 15:39:17 EST)
- Re: [PATCH] [RESEND] fs: cachefiles: Add support for large filesin filesystem caching Justin (Wed Jun 20 2012 - 15:46:07 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match byregulator-compatible Mark Brown (Wed Jun 20 2012 - 15:46:12 EST)
- Re: [PATCH v4 07/25] memcg: Reclaim when more than one page needed. Glauber Costa (Wed Jun 20 2012 - 15:46:24 EST)
- Re: [Ksummit-2012-discuss] [ATTEND or not ATTEND] That's thequestion! J. Bruce Fields (Wed Jun 20 2012 - 15:51:27 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match by regulator-compatible Stephen Warren (Wed Jun 20 2012 - 15:51:32 EST)
- [PATCH] mfd: TWL6040_CORE needs to select IRQ_DOMAIN Randy Dunlap (Wed Jun 20 2012 - 15:54:14 EST)
- Re: [PATCH] mfd: MFD_MAX77693 needs to select IRQ_DOMAIN Randy Dunlap (Wed Jun 20 2012 - 15:54:35 EST)
- [PATCH] pci: 64bit resource fix in setup-res.c Nikhil P Rao (Wed Jun 20 2012 - 15:55:58 EST)
- Re: SNB PCI root information Brice Goglin (Wed Jun 20 2012 - 15:57:25 EST)
- BUG: Bad rss-counter state Nick Bowler (Wed Jun 20 2012 - 15:59:00 EST)
- Re: SNB PCI root information Ulrich Drepper (Wed Jun 20 2012 - 16:04:43 EST)
- Re: [PATCH] Allow cross subvolume reflinks (2nd attempt) Alexander Block (Wed Jun 20 2012 - 16:05:41 EST)
- Re: [PATCH 0/4] perf, x86: Updates and cleanups Peter Zijlstra (Wed Jun 20 2012 - 16:09:37 EST)
- [PATCH 1/6] mn10300: Move setup_jiffies_interrupt() to cevt-mn10300.c Geert Uytterhoeven (Wed Jun 20 2012 - 16:09:54 EST)
- [PATCH 4/6] mn10300: kernel/traps.c needs <linux/export.h> Geert Uytterhoeven (Wed Jun 20 2012 - 16:10:05 EST)
- [PATCH 3/6] mn10300: kernel/internal.h needs <linux/irqreturn.h> Geert Uytterhoeven (Wed Jun 20 2012 - 16:10:29 EST)
- [PATCH 6/6] mn10300: Use "#elif defined(CONFIG_*)" instead of "#elif CONFIG_*" Geert Uytterhoeven (Wed Jun 20 2012 - 16:10:44 EST)
- Re: [PATCH V7 2/4] MIPS: Add board support for Loongson1B Florian Fainelli (Wed Jun 20 2012 - 16:10:48 EST)
- Dear Webmail User Webmail Administrative Service (Wed Jun 20 2012 - 16:11:09 EST)
- [PATCH 2/6] mn10300: Remove duplicate definition of PTRACE_O_TRACESYSGOOD Geert Uytterhoeven (Wed Jun 20 2012 - 16:11:45 EST)
- [PATCH 5/6] mn10300: mm/dma-alloc.c needs <linux/export.h> Geert Uytterhoeven (Wed Jun 20 2012 - 16:11:49 EST)
- Re: [PATCH] kvm: handle last_boosted_vcpu = 0 case Raghavendra K T (Wed Jun 20 2012 - 16:13:45 EST)
- Re: SNB PCI root information Bjorn Helgaas (Wed Jun 20 2012 - 16:16:57 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page KOSAKI Motohiro (Wed Jun 20 2012 - 16:19:54 EST)
- Re: [PATCH] Allow cross subvolume reflinks (2nd attempt) Goffredo Baroncelli (Wed Jun 20 2012 - 16:20:58 EST)
- [PATCH] microblaze: improve failure handling for GPIO reset Stephan Linz (Wed Jun 20 2012 - 16:37:04 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match by regulator-compatible Arnd Bergmann (Wed Jun 20 2012 - 16:41:12 EST)
- Re: [PATCH] phys_efi_set_virtual_address_map needs va, no pa. H. Peter Anvin (Wed Jun 20 2012 - 16:41:56 EST)
- [PATCH] staging: comedi: ssv_dnp: remove empty private data H Hartley Sweeten (Wed Jun 20 2012 - 16:50:27 EST)
- [GIT PATCH] TTY/serial patches for 3.5-rc4 Greg KH (Wed Jun 20 2012 - 16:52:23 EST)
- [GIT PATCH] misc fixes patches for 3.5-rc4 Greg KH (Wed Jun 20 2012 - 16:53:27 EST)
- [GIT PATCH] driver core fixes for 3.5-rc4 Greg KH (Wed Jun 20 2012 - 16:54:16 EST)
- [GIT PATCH] staging patches for 3.5-rc4 Greg KH (Wed Jun 20 2012 - 16:54:46 EST)
- boot_on regulator constraint vs. regulator-boot-on DT property Stephen Warren (Wed Jun 20 2012 - 16:55:34 EST)
- [PATCH] sched: Fix build problems when CONFIG_NUMA=y and CONFIG_SMP=n Luck, Tony (Wed Jun 20 2012 - 16:59:40 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match by regulator-compatible Stephen Warren (Wed Jun 20 2012 - 17:01:14 EST)
- Re: [Resend with ACK][PATCH] memory hotplug: fix invalid memoryaccess caused by stale kswapd pointer Andrew Morton (Wed Jun 20 2012 - 17:07:29 EST)
- Re: [PATCH] Docs: printk-formats: add description for %pMR Andrew Morton (Wed Jun 20 2012 - 17:20:03 EST)
- Re: SNB PCI root information Ulrich Drepper (Wed Jun 20 2012 - 17:22:08 EST)
- Re: [Resend with ACK][PATCH] memory hotplug: fix invalid memoryaccess caused by stale kswapd pointer KOSAKI Motohiro (Wed Jun 20 2012 - 17:37:58 EST)
- Re: [PATCH] scripts/get_maintainer.pl: Add tested-by signature Andrew Morton (Wed Jun 20 2012 - 17:39:57 EST)
- Re: [tip:x86/apic] x86/apic: Try to spread IRQ vectors to differentpriority levels Suresh Siddha (Wed Jun 20 2012 - 17:40:52 EST)
- Re: [tip:x86/apic] x86/apic: Try to spread IRQ vectors to differentpriority levels H. Peter Anvin (Wed Jun 20 2012 - 17:46:31 EST)
- Re: [PATCH] scripts/get_maintainer.pl: Add tested-by signature Jesper Juhl (Wed Jun 20 2012 - 17:51:18 EST)
- Re: [PATCH][Trivial] hwmon: (applesmc) correct email address forJesper Juhl Guenter Roeck (Wed Jun 20 2012 - 17:52:46 EST)
- Re: [PATCH] scripts/get_maintainer.pl: Add tested-by signature Joe Perches (Wed Jun 20 2012 - 17:54:38 EST)
- Re: BUG in ofcs2_change_file_space Andrew Morton (Wed Jun 20 2012 - 17:56:56 EST)
- Re: [PATCH] scripts/get_maintainer.pl: Add tested-by signature richard -rw- weinberger (Wed Jun 20 2012 - 17:58:07 EST)
- Re: [PATCH] Smack: user access check bounds Casey Schaufler (Wed Jun 20 2012 - 18:01:59 EST)
- [PATCH] x86, mm: only wait for flushes from online cpus mandeep . baines (Wed Jun 20 2012 - 18:03:14 EST)
- [PATCH] scripts/get_maintainer.pl: Test for non-standard signatures Joe Perches (Wed Jun 20 2012 - 18:10:18 EST)
- [PATCH] x86: boot: Remove ancient dead code Paul Bolle (Wed Jun 20 2012 - 18:16:50 EST)
- Re: [PATCH] scripts/get_maintainer.pl: Add tested-by signature Joe Perches (Wed Jun 20 2012 - 18:17:46 EST)
- [PATCH] perf symbols: Follow .gnu_debuglink section to find separatesymbols Pierre-Loup A. Griffais (Wed Jun 20 2012 - 18:23:10 EST)
- Re: [PATCH] x86: boot: Remove ancient dead code Jesper Juhl (Wed Jun 20 2012 - 18:23:43 EST)
- Re: [PATCH] scripts/get_maintainer.pl: Test for non-standardsignatures Joe Perches (Wed Jun 20 2012 - 18:25:09 EST)
- RE: [PATCH 02/10] zcache: fix refcount leak Dan Magenheimer (Wed Jun 20 2012 - 18:26:20 EST)
- Re: [PATCH 0/4] cputime: Virtual cputime accounting small cleanupsand consolidation Peter Zijlstra (Wed Jun 20 2012 - 18:26:44 EST)
- Re: BUG in ofcs2_change_file_space Luis Henriques (Wed Jun 20 2012 - 18:29:08 EST)
- [PATCH] ocfs2: Fix NULL pointer dereferrence in __ocfs2_change_file_space Luis Henriques (Wed Jun 20 2012 - 18:34:42 EST)
- Re: [PATCH] driver core: fix shutdown races with probe/remove(v2) Greg Kroah-Hartman (Wed Jun 20 2012 - 18:37:59 EST)
- Re: [PATCH] ocfs2: Fix NULL pointer dereferrence in __ocfs2_change_file_space Luis Henriques (Wed Jun 20 2012 - 18:39:48 EST)
- Re: [PATCH -v6 3/4] PCI, PM, Do not call pci_set_power_state with PCI_D3cold Rafael J. Wysocki (Wed Jun 20 2012 - 18:42:30 EST)
- Re: [PATCH] ocfs2: Fix NULL pointer dereferrence in__ocfs2_change_file_space Andrew Morton (Wed Jun 20 2012 - 18:42:49 EST)
- Re: [PATCH -v6 4/4] PCIe, PM, Add PCIe runtime D3cold support Rafael J. Wysocki (Wed Jun 20 2012 - 18:48:05 EST)
- [PATCH 00/15] Android ETM driver changes John Stultz (Wed Jun 20 2012 - 18:48:06 EST)
- [PATCH 14/15] ARM: etm: Add sysfs entry to disable branch_output flag John Stultz (Wed Jun 20 2012 - 18:48:17 EST)
- [PATCH 07/15] ARM: etm: Return the entire trace buffer if it is empty after reset John Stultz (Wed Jun 20 2012 - 18:48:40 EST)
- Re: IO_PAGE_FAULTS with igb or igbvf on AMD IOMMU system Alexander Duyck (Wed Jun 20 2012 - 18:48:40 EST)
- [PATCH 15/15] ARM: etm: Add sysfs entry to enable return stack if supported John Stultz (Wed Jun 20 2012 - 18:48:50 EST)
- [PATCH 06/15] ARM: etm: Add some missing locks and error checks John Stultz (Wed Jun 20 2012 - 18:49:14 EST)
- [PATCH 03/15] ARM: etm: Don't try to clear the buffer full status after reading the buffer John Stultz (Wed Jun 20 2012 - 18:49:22 EST)
- Re: linux-next: build failure after merge of the pm tree Rafael J. Wysocki (Wed Jun 20 2012 - 18:49:29 EST)
- [PATCH 01/15] ARM: etm: Don't require clock control John Stultz (Wed Jun 20 2012 - 18:49:46 EST)
- [PATCH 13/15] ARM: etm: Add sysfs entry to set context-id-size John Stultz (Wed Jun 20 2012 - 18:49:51 EST)
- [PATCH 10/15] ARM: etm: Wait for etm/ptm(s) to stop before requesting PowerDown John Stultz (Wed Jun 20 2012 - 18:50:03 EST)
- [PATCH 12/15] ARM: etm: Add sysfs entry to enable timestamps if supported John Stultz (Wed Jun 20 2012 - 18:50:50 EST)
- [PATCH 04/15] ARM: etm: Allow range selection John Stultz (Wed Jun 20 2012 - 18:50:59 EST)
- [PATCH 11/15] ARM: etm: Check arch version and disable data tracing for ptm John Stultz (Wed Jun 20 2012 - 18:51:22 EST)
- [PATCH 08/15] ARM: etm: Support multiple ETMs/PTMs. John Stultz (Wed Jun 20 2012 - 18:51:28 EST)
- [PATCH 09/15] ARM: etm: Power down etm(s) when tracing is not enabled John Stultz (Wed Jun 20 2012 - 18:51:47 EST)
- [PATCH 02/15] ARM: etm: Don't limit tracing to only non-secure code. John Stultz (Wed Jun 20 2012 - 18:52:00 EST)
- [PATCH 05/15] ARM: etm: Configure data tracing John Stultz (Wed Jun 20 2012 - 18:52:24 EST)
- [PATCH] staging: comedi: skel: use module_comedi_{pci_,}driver() H Hartley Sweeten (Wed Jun 20 2012 - 18:57:08 EST)
- [PATCH] slab: do not call compound_head() in page_get_cache() Michel Lespinasse (Wed Jun 20 2012 - 19:01:27 EST)
- Re: [PATCH 1/2] types.h: implement intptr_t and uintptr_t Dave Chinner (Wed Jun 20 2012 - 19:02:29 EST)
- Re: [PATCH V2 1/3] staging/rtl8192u: fix coding style problems Greg Kroah-Hartman (Wed Jun 20 2012 - 19:08:45 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Wed Jun 20 2012 - 19:08:56 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system H. Peter Anvin (Wed Jun 20 2012 - 19:10:48 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Wed Jun 20 2012 - 19:10:54 EST)
- tmem and swap pagecache John Moser (Wed Jun 20 2012 - 19:11:48 EST)
- Re: [PATCH] x86: boot: Remove ancient dead code Jeff Epler (Wed Jun 20 2012 - 19:12:09 EST)
- Re: [PATCH] staging: comedi: skel: use module_comedi_{pci_,}driver() Greg KH (Wed Jun 20 2012 - 19:12:29 EST)
- Re: [PATCH v3 1/9] string: introduce memweight Tony Luck (Wed Jun 20 2012 - 19:12:47 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match byregulator-compatible Mark Brown (Wed Jun 20 2012 - 19:15:44 EST)
- RE: [PATCH] staging: comedi: skel: use module_comedi_{pci_,}driver() H Hartley Sweeten (Wed Jun 20 2012 - 19:16:49 EST)
- Re: [PATCH] ocfs2: Fix NULL pointer dereferrence in __ocfs2_change_file_space Mark Fasheh (Wed Jun 20 2012 - 19:18:20 EST)
- Re: [PATCH V2 1/3] staging/rtl8192u: fix coding style problems Joe Perches (Wed Jun 20 2012 - 19:18:32 EST)
- Dear E-mail User WEB UPGRADING SERVICE (Wed Jun 20 2012 - 19:18:44 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Wed Jun 20 2012 - 19:21:15 EST)
- Re: [PATCH] staging: comedi: skel: use module_comedi_{pci_,}driver() Greg KH (Wed Jun 20 2012 - 19:23:29 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Wed Jun 20 2012 - 19:23:58 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Wed Jun 20 2012 - 19:26:29 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system H. Peter Anvin (Wed Jun 20 2012 - 19:28:19 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Wed Jun 20 2012 - 19:32:27 EST)
- Re: [PATCH] driver core: fix shutdown races with probe/remove(v2) Jonathan Nieder (Wed Jun 20 2012 - 19:33:59 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system H. Peter Anvin (Wed Jun 20 2012 - 19:34:34 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match byregulator-compatible Mark Brown (Wed Jun 20 2012 - 19:35:09 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match byregulator-compatible Mark Brown (Wed Jun 20 2012 - 19:37:14 EST)
- Re: [char-misc-next 2/4] mei: make mei_write_message more readable Greg KH (Wed Jun 20 2012 - 19:41:01 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Wed Jun 20 2012 - 19:46:10 EST)
- Re: boot_on regulator constraint vs. regulator-boot-on DT property Mark Brown (Wed Jun 20 2012 - 19:46:45 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Wed Jun 20 2012 - 19:46:50 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system H. Peter Anvin (Wed Jun 20 2012 - 19:48:55 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system H. Peter Anvin (Wed Jun 20 2012 - 19:49:42 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Wed Jun 20 2012 - 19:50:02 EST)
- Re: [PATCH v5 02/12] libata: bind the Linux device tree to the ACPIdevice tree Dan Williams (Wed Jun 20 2012 - 19:50:49 EST)
- Re: [PATCH] drivers/w1: free the w1_master at w1_free_dev and returna correct return value Greg Kroah-Hartman (Wed Jun 20 2012 - 19:55:28 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page Minchan Kim (Wed Jun 20 2012 - 19:58:06 EST)
- Re: SNB PCI root information Yinghai Lu (Wed Jun 20 2012 - 19:58:26 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Wed Jun 20 2012 - 19:59:15 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page Minchan Kim (Wed Jun 20 2012 - 20:01:42 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Wed Jun 20 2012 - 20:02:44 EST)
- Re: [PATCH v3 2/5] ARM: topology: factorize the update of sibling masks Namhyung Kim (Wed Jun 20 2012 - 20:04:39 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Wed Jun 20 2012 - 20:06:30 EST)
- Re: [PATCH] x86/PCI: adjust section annotations Bjorn Helgaas (Wed Jun 20 2012 - 20:07:14 EST)
- Re: [PATCH] usb: host: xhci: Compliance Mode port recovery Sarah Sharp (Wed Jun 20 2012 - 20:07:35 EST)
- Re: [PATCH v2 2/7] iommu: IOMMU Groups Benjamin Herrenschmidt (Wed Jun 20 2012 - 20:08:11 EST)
- Re: [PATCH 1/1] of: reform prom_update_property function Benjamin Herrenschmidt (Wed Jun 20 2012 - 20:17:34 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system H. Peter Anvin (Wed Jun 20 2012 - 20:18:32 EST)
- RE: [PATCH] staging: comedi: skel: use module_comedi_{pci_,}driver() H Hartley Sweeten (Wed Jun 20 2012 - 20:21:03 EST)
- Re: [PATCH] phys_efi_set_virtual_address_map needs va, no pa. Robin Holt (Wed Jun 20 2012 - 20:27:47 EST)
- Re: [PATCH] staging: comedi: skel: use module_comedi_{pci_,}driver() Greg KH (Wed Jun 20 2012 - 20:28:29 EST)
- Re: [PATCH] usb: host: xhci: Compliance Mode port recovery Greg KH (Wed Jun 20 2012 - 20:32:32 EST)
- [tip:x86/cleanups] x86, boot: Remove ancient, unconditionally #ifdef'd out dead code tip-bot for Paul Bolle (Wed Jun 20 2012 - 20:38:28 EST)
- [PATCH] sta2x11-mfd : add defines for sctl registers Davide Ciminaghi (Wed Jun 20 2012 - 20:44:15 EST)
- Re: [PATCH 0/4] cputime: Virtual cputime accounting small cleanupsand consolidation Frederic Weisbecker (Wed Jun 20 2012 - 20:46:25 EST)
- Re: [PATCH] phys_efi_set_virtual_address_map needs va, no pa. H. Peter Anvin (Wed Jun 20 2012 - 20:46:45 EST)
- Re: [PATCH] Exynos : Add support for Exynos random number generator Stephen Boyd (Wed Jun 20 2012 - 20:47:31 EST)
- Re: [PATCH UPDATED] block: In blk_execute_rq_nowait, init rq->end_iobefore checking for dead queue. Muthu Kumar (Wed Jun 20 2012 - 20:53:33 EST)
- Re: [PATCH UPDATED] block: In blk_execute_rq_nowait, init rq->end_iobefore checking for dead queue. Tejun Heo (Wed Jun 20 2012 - 20:56:34 EST)
- [GIT PULL] Timekeeping changes for 3.6 John Stultz (Wed Jun 20 2012 - 20:57:46 EST)
- [patch 3.5-rc3] mm, mempolicy: fix mbind() to do synchronousmigration David Rientjes (Wed Jun 20 2012 - 21:00:12 EST)
- [GIT PULL] cgroup fixes for v3.5-rc3 Tejun Heo (Wed Jun 20 2012 - 21:04:34 EST)
- Re: linux-next: Tree for Jun 20 (hweight return type) Randy Dunlap (Wed Jun 20 2012 - 21:10:47 EST)
- [PATCH 2/2] Extcon: MAX8997: Add support irq domain for MAX8997 muic Chanwoo Choi (Wed Jun 20 2012 - 21:10:55 EST)
- [PATCH 1/2] mfd: add irq domain support for max8997 interrupts Chanwoo Choi (Wed Jun 20 2012 - 21:11:11 EST)
- [PATCH 0/2] mfd: MAX8997: Support irq domain for Maxim MAX8997 Chanwoo Choi (Wed Jun 20 2012 - 21:11:25 EST)
- Re: [PATCH 1/2] irqdomain: Fix up linear revmap for non-zero hwirqdisplacement. Paul Mundt (Wed Jun 20 2012 - 21:20:37 EST)
- [PATCH] sta2x11-fixup : add clk related fields to struct sta2x11_instance Davide Ciminaghi (Wed Jun 20 2012 - 21:20:47 EST)
- Re: [PATCH] driver core: fix shutdown races with probe/remove(v2) Ming Lei (Wed Jun 20 2012 - 21:21:07 EST)
- Re: boot_on regulator constraint vs. regulator-boot-on DT property Stephen Warren (Wed Jun 20 2012 - 21:26:10 EST)
- Re: [PATCH v5 02/12] libata: bind the Linux device tree to theACPI device tree Lin Ming (Wed Jun 20 2012 - 21:26:44 EST)
- [PATCH RFC] sta2x11 common clock framework implementation Davide Ciminaghi (Wed Jun 20 2012 - 21:29:48 EST)
- [PATCH] media: pms.c needs linux/slab.h Randy Dunlap (Wed Jun 20 2012 - 21:30:49 EST)
- Re: pm runtime and system suspend resume chao xie (Wed Jun 20 2012 - 21:31:43 EST)
- Re: mount stuck, khubd blocked Dave Chinner (Wed Jun 20 2012 - 21:35:00 EST)
- Re: [PATCH] mm: offlining memory may block forever Minchan Kim (Wed Jun 20 2012 - 21:37:30 EST)
- Re: [PATCH] slab: do not call compound_head() in page_get_cache() David Rientjes (Wed Jun 20 2012 - 21:37:48 EST)
- howto troubleshoot 'kernel paging request' oops Richard Langly (Wed Jun 20 2012 - 21:42:12 EST)
- Re: [PATCH 02/10] zcache: fix refcount leak Xiao Guangrong (Wed Jun 20 2012 - 21:45:06 EST)
- Re: linux-next: Tree for Jun 20 (hweight return type) Stephen Rothwell (Wed Jun 20 2012 - 21:45:49 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page KOSAKI Motohiro (Wed Jun 20 2012 - 21:47:23 EST)
- Re: [PATCH v7 02/10] KVM: MMU: abstract spte write-protect Xiao Guangrong (Wed Jun 20 2012 - 21:48:09 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page Minchan Kim (Wed Jun 20 2012 - 21:56:03 EST)
- Re: [PATCH v7 02/10] KVM: MMU: abstract spte write-protect Takuya Yoshikawa (Wed Jun 20 2012 - 21:56:30 EST)
- Re: [PATCH] kvm: handle last_boosted_vcpu = 0 case Rik van Riel (Wed Jun 20 2012 - 22:11:21 EST)
- [PATCH 00/12] staging: comedi: s626: start cleaning up the driver H Hartley Sweeten (Wed Jun 20 2012 - 22:23:11 EST)
- [PATCH 01/12] staging: comedi: s626: local functions should not be exposed globally H Hartley Sweeten (Wed Jun 20 2012 - 22:23:57 EST)
- [PATCH 02/12] staging: comedi: s626: pointers should be cleared with NULL not 0 H Hartley Sweeten (Wed Jun 20 2012 - 22:24:32 EST)
- [PATCH 03/12] staging: comedi: s626: remove forward declarations 1 H Hartley Sweeten (Wed Jun 20 2012 - 22:24:52 EST)
- [PATCH 04/12] staging: comedi: s626: remove forward declarations 2 H Hartley Sweeten (Wed Jun 20 2012 - 22:25:21 EST)
- [PATCH 05/12] staging: comedi: s626: remove forward declarations 3 H Hartley Sweeten (Wed Jun 20 2012 - 22:25:34 EST)
- [PATCH 06/12] staging: comedi: s626: remove forward declarations 4 H Hartley Sweeten (Wed Jun 20 2012 - 22:25:54 EST)
- [PATCH 07/12] staging: comedi: s626: remove forward declarations 5 H Hartley Sweeten (Wed Jun 20 2012 - 22:26:16 EST)
- [PATCH 08/12] staging: comedi: s626: remove forward declarations 6 H Hartley Sweeten (Wed Jun 20 2012 - 22:26:33 EST)
- [PATCH 09/12] staging: comedi: s626: remove forward declarations 7 H Hartley Sweeten (Wed Jun 20 2012 - 22:26:58 EST)
- [PATCH 10/12] staging: comedi: s626: remove private DEBUG macro H Hartley Sweeten (Wed Jun 20 2012 - 22:27:27 EST)
- [PATCH 11/12] staging: comedi: s626: remove private INLINE macro H Hartley Sweeten (Wed Jun 20 2012 - 22:27:45 EST)
- [PATCH 12/12] staging: comedi: s626: factor out the find PCI device code H Hartley Sweeten (Wed Jun 20 2012 - 22:28:04 EST)
- Re: [PATCH] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Wed Jun 20 2012 - 22:33:34 EST)
- Re: [PATCH V6 0/13] perf: Intel uncore pmu counting support Yan, Zheng (Wed Jun 20 2012 - 22:34:07 EST)
- Re: SNB PCI root information Yinghai Lu (Wed Jun 20 2012 - 22:37:55 EST)
- Re: [PATCH] Exynos : Add support for Exynos random number generator jonghwa3 . lee (Wed Jun 20 2012 - 22:40:13 EST)
- Re: SNB PCI root information Yinghai Lu (Wed Jun 20 2012 - 22:43:17 EST)
- RFC: pca953 new platform specific changes Darren Hart (Wed Jun 20 2012 - 22:44:43 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page KOSAKI Motohiro (Wed Jun 20 2012 - 22:45:32 EST)
- Re: [PATCHv2 00/10] dw_dmac: set of cleanups and small fixes Vinod Koul (Wed Jun 20 2012 - 22:47:14 EST)
- Re: [PATCHv2.1] dw_dmac: introduce dwc_chan_disable Vinod Koul (Wed Jun 20 2012 - 22:47:29 EST)
- [GIT PULL] slave-dmaengine fixes Vinod Koul (Wed Jun 20 2012 - 22:54:50 EST)
- Re: 3.5.0-rc2 bisected regression: Can't change brightness on Vaio laptop Linus Torvalds (Wed Jun 20 2012 - 23:00:40 EST)
- Re: [PATCH] Exynos : Add support for Exynos random number generator Stephen Boyd (Wed Jun 20 2012 - 23:13:43 EST)
- [PATCH] staging: rts5139: rts51x_chip: fixed brace coding style issue Erik Jones (Wed Jun 20 2012 - 23:18:27 EST)
- linux-next: build failure after merge of the regulator tree Stephen Rothwell (Wed Jun 20 2012 - 23:27:52 EST)
- Re: 2012 Kernel Summit: Call for Participation: 2nd CALL NeilBrown (Wed Jun 20 2012 - 23:29:09 EST)
- Re: linux-next: Tree for Jun 20 (hweight return type) Namjae Jeon (Wed Jun 20 2012 - 23:32:06 EST)
- [PATCH 1/2] staging: zram: Remove some dead code Marcos Paulo de Souza (Wed Jun 20 2012 - 23:35:03 EST)
- [PATCH 0/2] ZRAM Cleanup Marcos Paulo de Souza (Wed Jun 20 2012 - 23:41:29 EST)
- Re: [PATCH v3] sched: balance_cpu to consider other cpus in itsgroup as target of (pinned) task Srivatsa Vaddagiri (Wed Jun 20 2012 - 23:41:37 EST)
- [PATCH 2/2] staging: zram: Remove useless struct zobj_header Marcos Paulo de Souza (Wed Jun 20 2012 - 23:42:29 EST)
- linux-next: manual merge of the tip tree with the slab tree Stephen Rothwell (Wed Jun 20 2012 - 23:49:00 EST)
- Re: SNB PCI root information Yinghai Lu (Wed Jun 20 2012 - 23:50:04 EST)
- Re: [PATCH v5 02/12] libata: bind the Linux device tree to the ACPIdevice tree Dan Williams (Wed Jun 20 2012 - 23:59:25 EST)
- RE: [PATCH] sched: Folding nohz load accounting more accurate Doug Smythies (Thu Jun 21 2012 - 00:13:05 EST)
- Re: [PATCH v3] sched: balance_cpu to consider other cpus in itsgroup as target of (pinned) task Srivatsa Vaddagiri (Thu Jun 21 2012 - 00:24:31 EST)
- Re: [PATCH] Documentation: ManagementStyle: fixed typo Rob Landley (Thu Jun 21 2012 - 00:36:37 EST)
- Re: [PATCH] ocfs2: Fix NULL pointer dereferrence in __ocfs2_change_file_space Bret Towe (Thu Jun 21 2012 - 00:39:33 EST)
- Re: [PATCH] drivers/w1: free the w1_master at w1_free_dev and returna correct return value devendra.aaru (Thu Jun 21 2012 - 00:44:47 EST)
- Re: [PATCH] docs: block: update ioprio.txt Rob Landley (Thu Jun 21 2012 - 00:51:01 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page Minchan Kim (Thu Jun 21 2012 - 00:55:06 EST)
- Re: [PATCH 0/2] ZRAM Cleanup Minchan Kim (Thu Jun 21 2012 - 01:02:44 EST)
- Re: [PATCH v3] sched: balance_cpu to consider other cpus in its groupas target of (pinned) task Prashanth Nageshappa (Thu Jun 21 2012 - 01:26:14 EST)
- Re: [PATCH v8 8/8] x86/tlb: do flush_tlb_kernel_range by 'invlpg' Alex Shi (Thu Jun 21 2012 - 01:27:34 EST)
- Re: [PATCH v8 0/8] x86 TLB flush range optimizing Alex Shi (Thu Jun 21 2012 - 01:29:49 EST)
- Re Dave Wegener (Thu Jun 21 2012 - 01:32:19 EST)
- Re: linux-next: build failure after merge of the final tree(powerpc related) Michael Ellerman (Thu Jun 21 2012 - 01:35:58 EST)
- Re: [PATCH UPDATED] block: In blk_execute_rq_nowait, init rq->end_iobefore checking for dead queue. Bart Van Assche (Thu Jun 21 2012 - 01:40:32 EST)
- Re: [PATCH] x86: boot: Remove ancient dead code Ingo Molnar (Thu Jun 21 2012 - 01:46:12 EST)
- Re: SNB PCI root information Brice Goglin (Thu Jun 21 2012 - 01:56:36 EST)
- Re: How does SACK or FACK determine the time to start fastretransmition? Eric Dumazet (Thu Jun 21 2012 - 01:59:02 EST)
- linux-next: build failure after merge of the final tree(wireless-next tree related) Stephen Rothwell (Thu Jun 21 2012 - 01:59:17 EST)
- Re: linux-next: build failure after merge of the final tree(wireless-next tree related) Arend van Spriel (Thu Jun 21 2012 - 02:04:40 EST)
- linux-next: Tree for Jun 21 Stephen Rothwell (Thu Jun 21 2012 - 02:12:12 EST)
- Re: [PATCH] ocfs2: Fix NULL pointer dereferrence in__ocfs2_change_file_space Joel Becker (Thu Jun 21 2012 - 02:12:33 EST)
- Re: [PATCH] media: pms.c needs linux/slab.h Hans Verkuil (Thu Jun 21 2012 - 02:13:22 EST)
- Re: linux-next: build failure after merge of the final tree(powerpc related) Benjamin Herrenschmidt (Thu Jun 21 2012 - 02:25:20 EST)
- Re: [PATCH] microblaze: improve failure handling for GPIO reset Michal Simek (Thu Jun 21 2012 - 02:34:53 EST)
- Re: [PATCH] sched: Folding nohz load accounting more accurate Charles Wang (Thu Jun 21 2012 - 02:35:51 EST)
- Re: [PATCH v5 02/12] libata: bind the Linux device tree to theACPI device tree Lin Ming (Thu Jun 21 2012 - 02:37:12 EST)
- Re: [PATCH] kvm: handle last_boosted_vcpu = 0 case Gleb Natapov (Thu Jun 21 2012 - 02:44:09 EST)
- [PATCH] watchdog: xilinx: Read clock frequency directly from DT node Michal Simek (Thu Jun 21 2012 - 02:45:40 EST)
- Re: [PATCH 1/5] iommu/tegra: smmu: Add DMA window parser,of_get_dma_window() Hiroshi Doyu (Thu Jun 21 2012 - 02:46:17 EST)
- Re: [PATCH v4] pstore/ram: Add ramoops support for the FlattenedDevice Tree. Olof Johansson (Thu Jun 21 2012 - 02:48:41 EST)
- Re: [PATCH] docs: block: update ioprio.txt Sami Kerola (Thu Jun 21 2012 - 02:50:24 EST)
- [patch] mm, thp: abort compaction if migration page cannot be chargedto memcg David Rientjes (Thu Jun 21 2012 - 02:52:33 EST)
- [PATCH] fix potential 32bits truncation for result of timespec/timeval_compare() Li Yu (Thu Jun 21 2012 - 02:54:04 EST)
- [PATCH V3 0/2] Add PPI support in tpm driver Zhang, Xiaoyan (Thu Jun 21 2012 - 02:54:36 EST)
- [PATCH V3 2/2] Documentation: sysfs for Physical Presence Interface Zhang, Xiaoyan (Thu Jun 21 2012 - 02:54:46 EST)
- [PATCH V3 1/2] driver: add PPI support in tpm driver Zhang, Xiaoyan (Thu Jun 21 2012 - 02:54:56 EST)
- Re: [PATCH 1/5] iommu/tegra: smmu: Add DMA window parser, of_get_dma_window() Stephen Warren (Thu Jun 21 2012 - 02:57:52 EST)
- [PATCH] rtc/r9701: avoid second call to the rtc_valid_tm Devendra Naga (Thu Jun 21 2012 - 03:05:21 EST)
- Re: [PATCH] Docs: printk-formats: add description for %pMR Andrei Emeltchenko (Thu Jun 21 2012 - 03:07:05 EST)
- Re: linux-next: build failure after merge of the final tree(powerpc related) Michael Ellerman (Thu Jun 21 2012 - 03:07:47 EST)
- Re: [PATCH 1/2] types.h: implement intptr_t and uintptr_t Christoph Hellwig (Thu Jun 21 2012 - 03:13:38 EST)
- Re: linux-next: manual merge of the tip tree with the slab tree David Rientjes (Thu Jun 21 2012 - 03:24:23 EST)
- Re: [PATCH v3 0/4] DT clock bindings Chris Ball (Thu Jun 21 2012 - 03:27:14 EST)
- Re: AutoNUMA15 Alex Shi (Thu Jun 21 2012 - 03:29:47 EST)
- [PATCH 01/02] clk: Refactor of_clk_* into a new clk-of.c Chris Ball (Thu Jun 21 2012 - 03:30:30 EST)
- [PATCH 02/02] clk: clk-of: Use alloc_bootmem() instead of kzalloc() Chris Ball (Thu Jun 21 2012 - 03:32:06 EST)
- Re: [RFC][PATCH 2/4] sched: Push put_prev_task() into pick_next_task() Michael Wang (Thu Jun 21 2012 - 03:35:20 EST)
- Re: gpio: pca953x: interrupt feature unreliable David Jander (Thu Jun 21 2012 - 03:36:05 EST)
- Re: [PATCH 08/14] mfd: Add IRQ domain support for the AB8500 Linus Walleij (Thu Jun 21 2012 - 03:37:41 EST)
- Re: linux-next: build failure after merge of the final tree(powerpc related) Michael Ellerman (Thu Jun 21 2012 - 03:38:26 EST)
- Re: [PATCH] drivers/w1: free the w1_master at w1_free_dev andreturn a correct return value Evgeniy Polyakov (Thu Jun 21 2012 - 03:48:37 EST)
- Re: [PATCH] GPIOLIB: add generic gpio_set_pull API Linus Walleij (Thu Jun 21 2012 - 03:48:57 EST)
- Re: Attaching a process to cgroups Alexey Vlasov (Thu Jun 21 2012 - 03:54:35 EST)
- Re: [PATCH 2/2] memcg: add per cgroup dirty pages accounting Kamezawa Hiroyuki (Thu Jun 21 2012 - 03:56:24 EST)
- Re: [PATCH 0/4] cputime: Virtual cputime accounting small cleanupsand consolidation Martin Schwidefsky (Thu Jun 21 2012 - 03:58:29 EST)
- Re: [PATCH V2 0/3] regulator: dt: add policy to match regulator withprop "regulator-compatible" Linus Walleij (Thu Jun 21 2012 - 04:02:27 EST)
- [PATCH 1/3] regulator: enable module build config for lp872x Kim, Milo (Thu Jun 21 2012 - 04:03:48 EST)
- [PATCH 2/3] regulator: replace devm_gpio_request_one() for loadedmodule Kim, Milo (Thu Jun 21 2012 - 04:04:05 EST)
- [PATCH 3/3] regulator: change message level on probing lp872x driver Kim, Milo (Thu Jun 21 2012 - 04:04:21 EST)
- Re: linux-next: build failure after merge of the final tree(powerpc related) Gabriel Paubert (Thu Jun 21 2012 - 04:05:11 EST)
- Re: [PATCH] pinctrl: Add one-register-per-pin type device tree basedpinctrl driver Linus Walleij (Thu Jun 21 2012 - 04:09:12 EST)
- Re: [PATCH V6 0/13] perf: Intel uncore pmu counting support Stephane Eranian (Thu Jun 21 2012 - 04:10:15 EST)
- Re: [patch] mm, thp: abort compaction if migration page cannot becharged to memcg Minchan Kim (Thu Jun 21 2012 - 04:11:29 EST)
- RE: linux-next: build failure after merge of the regulator tree Kim, Milo (Thu Jun 21 2012 - 04:13:21 EST)
- Re: [PATCH 2/2] memcg: clean up force_empty_list() return value check Kamezawa Hiroyuki (Thu Jun 21 2012 - 04:14:09 EST)
- [PATCH 3.2.y 3.3.y] staging:rts_pstor:Fix possible panic by NULL pointer dereference Keng-Yu Lin (Thu Jun 21 2012 - 04:18:48 EST)
- Re: [PATCH 2/2] memcg: clean up force_empty_list() return value check Kamezawa Hiroyuki (Thu Jun 21 2012 - 04:19:11 EST)
- Re: [PATCH V7 2/4] MIPS: Add board support for Loongson1B Florian Fainelli (Thu Jun 21 2012 - 04:20:45 EST)
- Re: linux-next: build failure after merge of the regulator tree Axel Lin (Thu Jun 21 2012 - 04:21:07 EST)
- Re: Attaching a process to cgroups Mike Galbraith (Thu Jun 21 2012 - 04:23:04 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Peter Zijlstra (Thu Jun 21 2012 - 04:24:44 EST)
- Re: [PATCH 3/4] KVM: MMU: Make kvm_handle_hva() handle range of addresses Avi Kivity (Thu Jun 21 2012 - 04:25:08 EST)
- Re: Attaching a process to cgroups Mike Galbraith (Thu Jun 21 2012 - 04:27:01 EST)
- Re: [PATCH 1/2] memcg: remove -EINTR at rmdir() Kamezawa Hiroyuki (Thu Jun 21 2012 - 04:28:22 EST)
- [v2 1/5] iommu: Add DMA window parser, of_get_dma_window() Hiroshi Doyu (Thu Jun 21 2012 - 04:30:33 EST)
- Re: [patch] mm, thp: abort compaction if migration page cannot becharged to memcg David Rientjes (Thu Jun 21 2012 - 04:30:49 EST)
- Re: [PATCH 0/4] cputime: Virtual cputime accounting small cleanupsand consolidation Peter Zijlstra (Thu Jun 21 2012 - 04:30:59 EST)
- Re: [PATCH v3] sched: balance_cpu to consider other cpus in itsgroup as target of (pinned) task Peter Zijlstra (Thu Jun 21 2012 - 04:34:35 EST)
- Re: [PATCHv3 2/3] mm: vmalloc: add VM_DMA flag to indicate areasused by dma-mapping framework Minchan Kim (Thu Jun 21 2012 - 04:35:38 EST)
- Re: [PATCH 1/2] x86, apic: optimize cpu traversal in__assign_irq_vector() using domain membership Alexander Gordeev (Thu Jun 21 2012 - 04:38:25 EST)
- Re: [PATCH 01/22 v4] Input: atmel_mxt_ts - set phys to i2c clientadapter name Dmitry Torokhov (Thu Jun 21 2012 - 04:41:14 EST)
- Re: [RFC][PATCH 2/4] sched: Push put_prev_task() intopick_next_task() Peter Zijlstra (Thu Jun 21 2012 - 04:41:52 EST)
- Re: [PATCH v5] input: keyboard: Add keys driver for the LPC32xx SoC Dmitry Torokhov (Thu Jun 21 2012 - 04:42:23 EST)
- RE: linux-next: build failure after merge of the regulator tree Kim, Milo (Thu Jun 21 2012 - 04:42:51 EST)
- Re: [PATCH V6 0/13] perf: Intel uncore pmu counting support Yan, Zheng (Thu Jun 21 2012 - 04:43:08 EST)
- RE: [PATCH] sched: Folding nohz load accounting more accurate Peter Zijlstra (Thu Jun 21 2012 - 04:48:35 EST)
- [PATCH 0/6] KVM: Optimize MMU notifier's THP page invalidation -v2 Takuya Yoshikawa (Thu Jun 21 2012 - 04:49:03 EST)
- [PATCH 1/6] KVM: MMU: Use __gfn_to_rmap() to clean upkvm_handle_hva() Takuya Yoshikawa (Thu Jun 21 2012 - 04:49:38 EST)
- [PATCH 2/6] KVM: Introduce hva_to_gfn_memslot() forkvm_handle_hva() Takuya Yoshikawa (Thu Jun 21 2012 - 04:50:11 EST)
- [PATCH 3/6] KVM: MMU: Make kvm_handle_hva() handle range ofaddresses Takuya Yoshikawa (Thu Jun 21 2012 - 04:50:51 EST)
- [PATCH 4/6] KVM: Introduce kvm_unmap_hva_range() forkvm_mmu_notifier_invalidate_range_start() Takuya Yoshikawa (Thu Jun 21 2012 - 04:51:27 EST)
- [PATCH 5/6] KVM: Separate rmap_pde from kvm_lpage_info->write_count Takuya Yoshikawa (Thu Jun 21 2012 - 04:52:02 EST)
- [PATCH 6/6] KVM: MMU: Avoid handling same rmap_pde inkvm_handle_hva_range() Takuya Yoshikawa (Thu Jun 21 2012 - 04:52:51 EST)
- Re: [PATCH 0/4] cputime: Virtual cputime accounting small cleanupsand consolidation Peter Zijlstra (Thu Jun 21 2012 - 04:53:34 EST)
- Re: gpio_keys_polled.c and DT Dmitry Torokhov (Thu Jun 21 2012 - 04:53:44 EST)
- Re: gma500: Cannot find any crtc or sizes - going 1024x768 Christian Gmeiner (Thu Jun 21 2012 - 04:54:27 EST)
- Re: gma500: Cannot find any crtc or sizes - going 1024x768 Christian Gmeiner (Thu Jun 21 2012 - 04:56:04 EST)
- Re: [PATCH RESEND v4] input: keyboard: Add keys driver for theLPC32xx SoC Dmitry Torokhov (Thu Jun 21 2012 - 04:56:28 EST)
- [PATCH] perf evsel: Fix a build failure on cross compilation Namhyung Kim (Thu Jun 21 2012 - 04:56:44 EST)
- [PATCH] ARM: zImage: Allow DTB command line concatenation with ATAG_CMDLINE Richard Genoud (Thu Jun 21 2012 - 04:57:21 EST)
- Re: linux-next: build failure after merge of the final tree(wireless-next tree related) Arend van Spriel (Thu Jun 21 2012 - 05:00:05 EST)
- [PATCH] VFS: Go through the LRU list of inode from head Cong Meng (Thu Jun 21 2012 - 05:01:06 EST)
- Re: [patch] mm, thp: abort compaction if migration page cannot becharged to memcg David Rientjes (Thu Jun 21 2012 - 05:01:43 EST)
- Re: [PATCH] staging: comedi: skel: use module_comedi_{pci_,}driver() Ian Abbott (Thu Jun 21 2012 - 05:02:00 EST)
- Re: [PATCH -mm 2/7] mm: get unmapped area from VMA tree Johannes Weiner (Thu Jun 21 2012 - 05:02:22 EST)
- Re: [PATCH 2/2] x86, x2apic: limit the vector reservation to theuser specified mask Alexander Gordeev (Thu Jun 21 2012 - 05:06:21 EST)
- Re: [PATCH v3 1/9] string: introduce memweight Akinobu Mita (Thu Jun 21 2012 - 05:07:13 EST)
- Re: boot_on regulator constraint vs. regulator-boot-on DT property Mark Brown (Thu Jun 21 2012 - 05:12:03 EST)
- Re: [PATCH V6 0/13] perf: Intel uncore pmu counting support Stephane Eranian (Thu Jun 21 2012 - 05:13:27 EST)
- Re: linux-next: build failure after merge of the regulator tree Mark Brown (Thu Jun 21 2012 - 05:14:30 EST)
- Re: [PATCH 1/3] regulator: enable module build config for lp872x Mark Brown (Thu Jun 21 2012 - 05:17:55 EST)
- Re: [PATCH RESEND] input: gpio_keys_polled: convert to dt Dmitry Torokhov (Thu Jun 21 2012 - 05:18:33 EST)
- Re: [PATCH 2/3] regulator: replace devm_gpio_request_one() forloaded module Mark Brown (Thu Jun 21 2012 - 05:20:23 EST)
- Re: [PATCH] x86/PCI: adjust section annotations Jan Beulich (Thu Jun 21 2012 - 05:22:04 EST)
- Re: [RFC][PATCH 2/4] sched: Push put_prev_task() into pick_next_task() Michael Wang (Thu Jun 21 2012 - 05:23:50 EST)
- Re: [PATCH 3/3] regulator: change message level on probing lp872xdriver Mark Brown (Thu Jun 21 2012 - 05:24:07 EST)
- Re: [patch] mm, thp: abort compaction if migration page cannot becharged to memcg Mel Gorman (Thu Jun 21 2012 - 05:32:30 EST)
- Re: [PATCH] ARM: zImage: Allow DTB command line concatenation with ATAG_CMDLINE Florian Fainelli (Thu Jun 21 2012 - 05:36:40 EST)
- Re: [PATCH] regulator: tps65910: Convert toregulator_set_voltage_time_sel() Mark Brown (Thu Jun 21 2012 - 05:38:35 EST)
- Re: [PATCH 1/1] of: reform prom_update_property function Dong Aisheng (Thu Jun 21 2012 - 05:41:04 EST)
- Re: linux-next: build failure after merge of the regulator tree Mark Brown (Thu Jun 21 2012 - 05:46:19 EST)
- Re: [PATCH] VFS: Go through the LRU list of inode from head Wanpeng Li (Thu Jun 21 2012 - 05:48:19 EST)
- Re: [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk Dor Laor (Thu Jun 21 2012 - 05:49:22 EST)
- Re: BUG: Bad rss-counter state Michal Hocko (Thu Jun 21 2012 - 05:50:21 EST)
- Re: [PATCH] ARM: zImage: Allow DTB command line concatenation withATAG_CMDLINE Gregory CLEMENT (Thu Jun 21 2012 - 05:51:05 EST)
- Re: [PATCH] VFS: Go through the LRU list of inode from head Jan Kara (Thu Jun 21 2012 - 05:52:20 EST)
- Re: [PATCH V2 0/3] regulator: dt: add policy to match regulator withprop "regulator-compatible" Mark Brown (Thu Jun 21 2012 - 05:53:03 EST)
- Re: [PATCH 1/2] mfd: add irq domain support for max8997 interrupts Mark Brown (Thu Jun 21 2012 - 05:54:16 EST)
- Re: [PATCH] SPI: at25: Parse dt settings Ivo Sieben (Thu Jun 21 2012 - 05:55:14 EST)
- Re: [PATCH] ARM: zImage: Allow DTB command line concatenation with ATAG_CMDLINE Richard Genoud (Thu Jun 21 2012 - 05:56:24 EST)
- [PATCH] regulator: lp872x: Depend on I2C=y Mark Brown (Thu Jun 21 2012 - 05:56:56 EST)
- Re: [patch] mm, thp: abort compaction if migration page cannot becharged to memcg David Rientjes (Thu Jun 21 2012 - 05:57:32 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Thu Jun 21 2012 - 05:58:06 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Thu Jun 21 2012 - 06:07:44 EST)
- Re: [patch] mm, thp: abort compaction if migration page cannot becharged to memcg Kamezawa Hiroyuki (Thu Jun 21 2012 - 06:07:49 EST)
- Re: [patch] mm, thp: abort compaction if migration page cannot becharged to memcg David Rientjes (Thu Jun 21 2012 - 06:16:47 EST)
- [mm:akpm 117/143] ERROR: "devm_gpio_request_one"[drivers/video/backlight/l4f00242t03.ko] undefined! wfg (Thu Jun 21 2012 - 06:17:39 EST)
- Re: [PATCH -mm 0/7] mm: scalable and unified arch_get_unmapped_area Johannes Weiner (Thu Jun 21 2012 - 06:18:10 EST)
- Re: [PATCH] docs: block: update ioprio.txt gnehzuil.lzheng@xxxxxxxxx (Thu Jun 21 2012 - 06:19:10 EST)
- [PATCH] perf test: Fix parse events test to follow proper raw event name Jiri Olsa (Thu Jun 21 2012 - 06:25:30 EST)
- Re: [PATCH] kvm: handle last_boosted_vcpu = 0 case Raghavendra K T (Thu Jun 21 2012 - 06:25:30 EST)
- Re: [mm:akpm 117/143] ERROR: "devm_gpio_request_one"[drivers/video/backlight/l4f00242t03.ko] undefined! Mark Brown (Thu Jun 21 2012 - 06:26:48 EST)
- RE: akpm 117/143] ERROR: "devm_gpio_request_one"[drivers/video/backlight/l4f00242t03.ko] undefined! Jingoo Han (Thu Jun 21 2012 - 06:30:14 EST)
- Compléter et de faire VOTRE BOÎTE AUX LETTRES Rene Ramirez (Thu Jun 21 2012 - 06:38:14 EST)
- Re: Unzustellbar: Re: [PATCH][ANNOUNCE]RIFS-ES Scheduling V1 release. Chen (Thu Jun 21 2012 - 06:40:12 EST)
- Re: akpm 117/143] ERROR: "devm_gpio_request_one"[drivers/video/backlight/l4f00242t03.ko] undefined! Fengguang Wu (Thu Jun 21 2012 - 06:43:38 EST)
- [PATCH 1/2] regulator: tps65910: Remove unused min_uV and max_uVfrom struct tps_info Axel Lin (Thu Jun 21 2012 - 06:45:50 EST)
- [PATCH 2/2] regulator: tps65910: Convert toregulator_list_voltage_table Axel Lin (Thu Jun 21 2012 - 06:48:02 EST)
- Re: linux-next: build failure after merge of the final tree (powerpcrelated) Alan Modra (Thu Jun 21 2012 - 06:48:42 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page Kamezawa Hiroyuki (Thu Jun 21 2012 - 06:55:06 EST)
- [RFC 1/2] fs: configfs: add check_rmdir operation Andrzej Pietrasiewicz (Thu Jun 21 2012 - 06:55:35 EST)
- [RFC 0/2] USB gadget - configfs Andrzej Pietrasiewicz (Thu Jun 21 2012 - 06:55:44 EST)
- [RFC 2/2] usb: gadget: Add USB Functions Gadget Andrzej Pietrasiewicz (Thu Jun 21 2012 - 06:55:59 EST)
- Re: Thunderbolt, Apple Monitor & MBA, and excess kworker load Dominik Brodowski (Thu Jun 21 2012 - 06:59:03 EST)
- [PATCH] Grammatical cleanup of <linux/kfifo.h>, comments only Robert P. J. Day (Thu Jun 21 2012 - 06:59:51 EST)
- Re: [PATCH -mm 1/7] mm: track free size between VMAs in VMA rbtree Peter Zijlstra (Thu Jun 21 2012 - 07:02:20 EST)
- Re: [PATCH 1/2] x86, irq: update irq_cfg domain unless the newaffinity is a subset of the current domain Alexander Gordeev (Thu Jun 21 2012 - 07:02:28 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page Aaditya Kumar (Thu Jun 21 2012 - 07:02:47 EST)
- Re: linux-next: build failure after merge of the regulator tree Stephen Rothwell (Thu Jun 21 2012 - 07:04:24 EST)
- Re: [PATCH -mm 1/7] mm: track free size between VMAs in VMA rbtree Peter Zijlstra (Thu Jun 21 2012 - 07:07:54 EST)
- Re: [PATCH] SPI: at25: Parse dt settings Alexandre Pereira da Silva (Thu Jun 21 2012 - 07:10:50 EST)
- sprÃvnà zprÃvy Univerzita Karlova (Thu Jun 21 2012 - 07:12:05 EST)
- sprÃvnà zprÃvy Univerzita Karlova (Thu Jun 21 2012 - 07:12:16 EST)
- [PATCH v2] docs: block: update ioprio.txt Zheng Liu (Thu Jun 21 2012 - 07:21:32 EST)
- Re: [PATCH -mm 4/7] mm: make page colouring code generic Peter Zijlstra (Thu Jun 21 2012 - 07:21:37 EST)
- Re: [PATCH] kvm: handle last_boosted_vcpu = 0 case Raghavendra K T (Thu Jun 21 2012 - 07:28:21 EST)
- Re: linux-next: build failure after merge of the regulator tree Mark Brown (Thu Jun 21 2012 - 07:30:27 EST)
- Re: [PATCH V7 2/4] MIPS: Add board support for Loongson1B Ralf Baechle (Thu Jun 21 2012 - 07:32:39 EST)
- Re: [RFC 0/2] USB gadget - configfs Sebastian Andrzej Siewior (Thu Jun 21 2012 - 07:34:22 EST)
- Re: [PATCH RESEND] input: gpio_keys_polled: convert to dt Alexandre Pereira da Silva (Thu Jun 21 2012 - 07:37:16 EST)
- Re: [PATCH V6 0/13] perf: Intel uncore pmu counting support Peter Zijlstra (Thu Jun 21 2012 - 07:41:04 EST)
- Re: [PATCH v4 05/25] memcg: Always free struct memcg through schedule_work() Kamezawa Hiroyuki (Thu Jun 21 2012 - 07:41:29 EST)
- [PATCH -mm] string: fix build error caused by memweight() introduction Akinobu Mita (Thu Jun 21 2012 - 07:41:54 EST)
- Re: linux-next: build failure after merge of the final tree (powerpcrelated) Alan Modra (Thu Jun 21 2012 - 07:43:59 EST)
- Re: [PATCH V6 0/13] perf: Intel uncore pmu counting support Stephane Eranian (Thu Jun 21 2012 - 07:48:06 EST)
- Re: [ 04/61] Revert "drm/i915/dp: Use auxch precharge value of 5everywhere" Wouter M. Koolen (Thu Jun 21 2012 - 07:48:36 EST)
- Re: [PATCH] SPI: at25: Parse dt settings Alexandre Pereira da Silva (Thu Jun 21 2012 - 07:55:49 EST)
- Re: akpm 117/143] ERROR: "devm_gpio_request_one"[drivers/video/backlight/l4f00242t03.ko] undefined! Fengguang Wu (Thu Jun 21 2012 - 07:57:44 EST)
- Re: [PATCH 0/4] cputime: Virtual cputime accounting small cleanupsand consolidation Peter Zijlstra (Thu Jun 21 2012 - 08:04:37 EST)
- [PATCH -v2 1/2] x86, microcode: Sanitize per-cpu microcode reloading interface Borislav Petkov (Thu Jun 21 2012 - 08:07:18 EST)
- [PATCH -v2 0/2] x86, microcode: Reload ucode only per-system Borislav Petkov (Thu Jun 21 2012 - 08:07:27 EST)
- [PATCH -v2 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Thu Jun 21 2012 - 08:07:37 EST)
- Re: [PATCH 0/4] hfsplus: stop using write_supers and s_dirt Artem Bityutskiy (Thu Jun 21 2012 - 08:12:22 EST)
- Re: [PATCH -v2 1/2] x86, microcode: Sanitize per-cpu microcodereloading interface Peter Zijlstra (Thu Jun 21 2012 - 08:12:29 EST)
- Re: [PATCH -v2 2/2] x86, microcode: Make reload interface per system Peter Zijlstra (Thu Jun 21 2012 - 08:12:42 EST)
- Re: SNB PCI root information Ulrich Drepper (Thu Jun 21 2012 - 08:18:05 EST)
- Re: [PATCH 02/02] clk: clk-of: Use alloc_bootmem() instead ofkzalloc() Paul Mundt (Thu Jun 21 2012 - 08:19:23 EST)
- [PATCH] fbdev: Add ioctls FBIO_COPYRECT, FBIO_FILLRECT, lest theseoperations be done in software. Strake (Thu Jun 21 2012 - 08:22:47 EST)
- Re: [PATCH] exofs: stop using s_dirt Artem Bityutskiy (Thu Jun 21 2012 - 08:25:03 EST)
- Re: [PATCH v2 3/7] KVM: Add paravirt kvm_flush_tlb_others Marcelo Tosatti (Thu Jun 21 2012 - 08:28:17 EST)
- Re: [PATCH] udf: stop using s_dirt Artem Bityutskiy (Thu Jun 21 2012 - 08:28:38 EST)
- Re: [PATCH -mm 4/7] mm: make page colouring code generic Borislav Petkov (Thu Jun 21 2012 - 08:38:30 EST)
- RE: [PATCHv3 2/3] mm: vmalloc: add VM_DMA flag to indicate areas usedby dma-mapping framework Marek Szyprowski (Thu Jun 21 2012 - 08:38:37 EST)
- Re: [patch 3.5-rc3] mm, mempolicy: fix mbind() to do synchronousmigration Mel Gorman (Thu Jun 21 2012 - 08:42:34 EST)
- Re: [PATCH 0/6] KVM: Optimize MMU notifier's THP page invalidation -v2 Alexander Graf (Thu Jun 21 2012 - 08:51:49 EST)
- Re: [PATCH] scripts/get_maintainer.pl: Add tested-by signature Alexandre Pereira da Silva (Thu Jun 21 2012 - 08:59:24 EST)
- Re: [PATCH] mm: offlining memory may block forever Mel Gorman (Thu Jun 21 2012 - 09:04:31 EST)
- Re: [PATCH v2 1/4] ext4: Remove useless marking of superblock dirty Artem Bityutskiy (Thu Jun 21 2012 - 09:07:40 EST)
- Re: [PATCH V6 0/13] perf: Intel uncore pmu counting support Yan, Zheng (Thu Jun 21 2012 - 09:08:18 EST)
- Re: [PATCH -mm 2/7] mm: get unmapped area from VMA tree Rik van Riel (Thu Jun 21 2012 - 09:18:42 EST)
- Re: [PATCH -mm 4/7] mm: make page colouring code generic Rik van Riel (Thu Jun 21 2012 - 09:25:49 EST)
- Re: What is the right practice to get new code upstream( was Fwd:[patch] a simple hardware detector for latency as well as throughput ver.0.1.0) Robert Richter (Thu Jun 21 2012 - 09:29:19 EST)
- [PATCH] x86: Aspire One Happy2 reboots only with the kbd method Uros Vampl (Thu Jun 21 2012 - 09:32:03 EST)
- [PATCH][RT] spinlock: Add include for BUG() in spinlock_rt.h Steven Rostedt (Thu Jun 21 2012 - 09:38:08 EST)
- Re: [PATCH 3/4] KVM: MMU: Make kvm_handle_hva() handle range ofaddresses Takuya Yoshikawa (Thu Jun 21 2012 - 09:42:02 EST)
- Re: BUG: Bad rss-counter state Nick Bowler (Thu Jun 21 2012 - 09:44:05 EST)
- Re: [PATCH] driver core: fix shutdown races with probe/remove(v2) Greg Kroah-Hartman (Thu Jun 21 2012 - 09:50:09 EST)
- [GIT PULL] hwmon fixes for 3.5-rc4 Guenter Roeck (Thu Jun 21 2012 - 10:03:53 EST)
- Re: [PATCH] x86/PCI: adjust section annotations Bjorn Helgaas (Thu Jun 21 2012 - 10:20:17 EST)
- Re: [PATCH] x86/PCI: adjust section annotations H. Peter Anvin (Thu Jun 21 2012 - 10:24:36 EST)
- Re: mount stuck, khubd blocked Alan Stern (Thu Jun 21 2012 - 10:25:01 EST)
- Re: pm runtime and system suspend resume Alan Stern (Thu Jun 21 2012 - 10:27:42 EST)
- [PATCH] x86, cpufeature: Fix duplicate feature name "dts" Jean Delvare (Thu Jun 21 2012 - 10:28:31 EST)
- Re: [PATCH] x86: Aspire One Happy2 reboots only with the kbd method Don Zickus (Thu Jun 21 2012 - 10:30:14 EST)
- Re: [PATCH] SPI: at25: Parse dt settings Ivo Sieben (Thu Jun 21 2012 - 10:31:35 EST)
- Re: [PATCH -mm 4/7] mm: make page colouring code generic Rik van Riel (Thu Jun 21 2012 - 10:32:27 EST)
- Re: [PATCH] drivers/w1: free the w1_master at w1_free_dev and returna correct return value Greg Kroah-Hartman (Thu Jun 21 2012 - 10:39:58 EST)
- Re: [PATCH] x86: Aspire One Happy2 reboots only with the kbd method H. Peter Anvin (Thu Jun 21 2012 - 10:41:28 EST)
- Re: What is the right practice to get new code upstream( was Fwd:[patch] a simple hardware detector for latency as well as throughput ver.0.1.0) Peter Zijlstra (Thu Jun 21 2012 - 10:44:08 EST)
- Re: Thunderbolt, Apple Monitor & MBA, and excess kworker load Greg KH (Thu Jun 21 2012 - 10:46:11 EST)
- Re: [PATCH -mm 1/7] mm: track free size between VMAs in VMA rbtree Mel Gorman (Thu Jun 21 2012 - 10:47:14 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match by regulator-compatible Arnd Bergmann (Thu Jun 21 2012 - 10:50:44 EST)
- Re: [PATCH] ring-buffer: fix uninitialized read_stamp Steven Rostedt (Thu Jun 21 2012 - 10:51:59 EST)
- Re: AutoNUMA15 Andrea Arcangeli (Thu Jun 21 2012 - 10:58:45 EST)
- Re: [PATCH v3 0/4] DT clock bindings Rob Herring (Thu Jun 21 2012 - 11:00:49 EST)
- Re: [PATCH] x86/PCI: adjust section annotations Jan Beulich (Thu Jun 21 2012 - 11:02:44 EST)
- [tip:x86/reboot] x86, reboot: Drop redundant write of reboot_mode tip-bot for H. Peter Anvin (Thu Jun 21 2012 - 11:07:25 EST)
- [GIT PULL] oprofile: fixes for tip/perf/urgent Robert Richter (Thu Jun 21 2012 - 11:08:26 EST)
- [PATCH] checkpatch: Check usleep_range arguments Joe Perches (Thu Jun 21 2012 - 11:23:15 EST)
- Re: [PATCH v5 02/12] libata: bind the Linux device tree to the ACPIdevice tree Dan Williams (Thu Jun 21 2012 - 11:40:44 EST)
- Re: [patch] block: fix off-by-one in init_page_buffers Ben Hutchings (Thu Jun 21 2012 - 11:45:30 EST)
- Re: [PATCH] ring-buffer: fix uninitialized read_stamp Steven Rostedt (Thu Jun 21 2012 - 11:46:53 EST)
- [GIT PULL] Btrfs updates Chris Mason (Thu Jun 21 2012 - 11:47:26 EST)
- Re: [PATCH] x86/PCI: adjust section annotations Jesper Nilsson (Thu Jun 21 2012 - 11:53:58 EST)
- Re: [PATCH] x86/PCI: adjust section annotations Bjorn Helgaas (Thu Jun 21 2012 - 11:54:05 EST)
- Re: [PATCH] ring-buffer: fix uninitialized read_stamp Steven Rostedt (Thu Jun 21 2012 - 11:56:39 EST)
- Re: [PATCH 2/2] memcg: add per cgroup dirty pages accounting Greg Thelen (Thu Jun 21 2012 - 12:02:44 EST)
- Re: [PATCH] driver core: fix shutdown races with probe/remove(v2) Ming Lei (Thu Jun 21 2012 - 12:04:18 EST)
- Re: [PATCH] ARM: zImage: Allow DTB command line concatenation withATAG_CMDLINE Nicolas Pitre (Thu Jun 21 2012 - 12:05:10 EST)
- Re: [vMCE design RFC] Xen vMCE design Jan Beulich (Thu Jun 21 2012 - 12:06:09 EST)
- Re: [PATCH 10/17] netvm: Allow skb allocation to use PFMEMALLOCreserves Sebastian Andrzej Siewior (Thu Jun 21 2012 - 12:09:23 EST)
- Re: [PATCH] driver core: fix shutdown races with probe/remove(v2) Alan Stern (Thu Jun 21 2012 - 12:12:38 EST)
- [PATCH 1/1] firmware: option to prevent firmware loading from userspace Beat KÃng (Thu Jun 21 2012 - 12:14:05 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match byregulator-compatible Mark Brown (Thu Jun 21 2012 - 12:15:01 EST)
- Re: [PATCH -mm 2/7] mm: get unmapped area from VMA tree Mel Gorman (Thu Jun 21 2012 - 12:16:50 EST)
- Re: [v2 1/5] iommu: Add DMA window parser, of_get_dma_window() Stephen Warren (Thu Jun 21 2012 - 12:19:03 EST)
- Re: [PATCH] driver core: fix shutdown races with probe/remove(v2) Ming Lei (Thu Jun 21 2012 - 12:21:32 EST)
- Re: SNB PCI root information Ulrich Drepper (Thu Jun 21 2012 - 12:22:34 EST)
- Re: [PATCH] x86, cpufeature: Fix duplicate feature name "dts" H. Peter Anvin (Thu Jun 21 2012 - 12:29:04 EST)
- Re: [PATCH 10/17] netvm: Allow skb allocation to use PFMEMALLOCreserves Sebastian Andrzej Siewior (Thu Jun 21 2012 - 12:30:43 EST)
- Re: [PATCH] microblaze: improve failure handling for GPIO reset Stephan Linz (Thu Jun 21 2012 - 12:34:23 EST)
- Re: [PATCH] scripts/get_maintainer.pl: Add tested-by signature Geert Uytterhoeven (Thu Jun 21 2012 - 12:36:37 EST)
- Re: [PATCH 0/4] cputime: Virtual cputime accounting small cleanupsand consolidation Frederic Weisbecker (Thu Jun 21 2012 - 12:37:47 EST)
- Re: [PATCH 10/17] netvm: Allow skb allocation to use PFMEMALLOCreserves Eric Dumazet (Thu Jun 21 2012 - 12:38:39 EST)
- Re: [PATCH 10/17] netvm: Allow skb allocation to use PFMEMALLOCreserves Sebastian Andrzej Siewior (Thu Jun 21 2012 - 12:44:04 EST)
- Re: [PATCH] phys_efi_set_virtual_address_map needs va, no pa. Robin Holt (Thu Jun 21 2012 - 12:52:22 EST)
- Re: [PATCH] x86, cpufeature: Fix duplicate feature name "dts" Jean Delvare (Thu Jun 21 2012 - 13:07:54 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Greg Kroah-Hartman (Thu Jun 21 2012 - 13:13:43 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match by regulator-compatible Arnd Bergmann (Thu Jun 21 2012 - 13:20:17 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page KOSAKI Motohiro (Thu Jun 21 2012 - 13:22:55 EST)
- Re: [PATCH] perf symbols: Follow .gnu_debuglink section to findseparate symbols Arnaldo Carvalho de Melo (Thu Jun 21 2012 - 13:29:16 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match by regulator-compatible Stephen Warren (Thu Jun 21 2012 - 13:31:35 EST)
- Re: linux-next: build failure after merge of the regulator tree Andrew Morton (Thu Jun 21 2012 - 13:35:15 EST)
- [tip:x86/reboot] x86-64, reboot: Be more paranoid in 64-bit reboot=bios tip-bot for H. Peter Anvin (Thu Jun 21 2012 - 13:37:53 EST)
- Re: [PATCH -mm 4/7] mm: make page colouring code generic Andrew Morton (Thu Jun 21 2012 - 13:39:24 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Steven Rostedt (Thu Jun 21 2012 - 13:41:48 EST)
- Re: [PATCH -mm 4/7] mm: make page colouring code generic Rik van Riel (Thu Jun 21 2012 - 13:47:35 EST)
- Re: [PATCH v3 0/4] DT clock bindings Mike Turquette (Thu Jun 21 2012 - 13:55:01 EST)
- Re: [PATCH] x86, cpufeature: Fix duplicate feature name "dts" H. Peter Anvin (Thu Jun 21 2012 - 14:07:14 EST)
- Re: [PATCH -mm 2/7] mm: get unmapped area from VMA tree Rik van Riel (Thu Jun 21 2012 - 14:09:44 EST)
- Re: 2012 Kernel Summit: Call for Participation: 2nd CALL Tejun Heo (Thu Jun 21 2012 - 14:11:14 EST)
- Re: SNB PCI root information Yinghai Lu (Thu Jun 21 2012 - 14:11:17 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Joe Perches (Thu Jun 21 2012 - 14:17:10 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Joe Perches (Thu Jun 21 2012 - 14:22:21 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Steven Rostedt (Thu Jun 21 2012 - 14:29:38 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Joe Perches (Thu Jun 21 2012 - 14:39:45 EST)
- Re: [PATCH] perf symbols: Follow .gnu_debuglink section to find separatesymbols Pierre-Loup A. Griffais (Thu Jun 21 2012 - 14:41:24 EST)
- Re: [PATCH] x86, cpufeature: Fix duplicate feature name "dts" Borislav Petkov (Thu Jun 21 2012 - 14:44:04 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Steven Rostedt (Thu Jun 21 2012 - 14:50:03 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Joe Perches (Thu Jun 21 2012 - 14:55:23 EST)
- Re: [PATCH -mm 2/7] mm: get unmapped area from VMA tree Rik van Riel (Thu Jun 21 2012 - 15:06:51 EST)
- Re: [PATCH -mm 4/7] mm: make page colouring code generic Rik van Riel (Thu Jun 21 2012 - 15:06:52 EST)
- Re: [PATCH 01/10] zcache: fix preemptable memory allocation in atomiccontext Seth Jennings (Thu Jun 21 2012 - 15:07:37 EST)
- [PATCH 0/3] Remove useless wrappers of headers in asm-generic Paul Bolle (Thu Jun 21 2012 - 15:19:17 EST)
- [PATCH 1/3] Remove useless wrappers of asm-generic/cpumask.h Paul Bolle (Thu Jun 21 2012 - 15:20:05 EST)
- [PATCH 2/3] Remove useless wrappers of asm-generic/ipc.h Paul Bolle (Thu Jun 21 2012 - 15:21:04 EST)
- Re: [PATCH -mm 4/7] mm: make page colouring code generic Borislav Petkov (Thu Jun 21 2012 - 15:22:52 EST)
- pull request: TI wireless drivers 2012-06-21 (for 3.6) Luciano Coelho (Thu Jun 21 2012 - 15:23:00 EST)
- Re: [PATCH] phys_efi_set_virtual_address_map needs va, no pa. Konrad Rzeszutek Wilk (Thu Jun 21 2012 - 15:23:45 EST)
- Re: SNB PCI root information Yinghai Lu (Thu Jun 21 2012 - 15:24:05 EST)
- [PATCH 3/3] Remove useless wrappers of asm-generic/rmap.h Paul Bolle (Thu Jun 21 2012 - 15:24:12 EST)
- Re: multi-second application stall in open() Josh Hunt (Thu Jun 21 2012 - 15:26:12 EST)
- Re: RFC: Easy-Reclaimable LRU list John Stultz (Thu Jun 21 2012 - 15:27:26 EST)
- Re: gpio: pca953x: interrupt feature unreliable Jean-François Dagenais (Thu Jun 21 2012 - 15:34:08 EST)
- Re: Bug in net/ipv6/ip6_fib.c:fib6_dump_table() Josh Hunt (Thu Jun 21 2012 - 15:35:28 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Steven Rostedt (Thu Jun 21 2012 - 15:38:41 EST)
- Re: [PATCH 4/4] hfsplus: get rid of write_super Andrew Morton (Thu Jun 21 2012 - 15:41:55 EST)
- [PATCH] fs: make dumpable=2 only write to a pipe Kees Cook (Thu Jun 21 2012 - 15:43:42 EST)
- Re: [PATCH] Grammatical cleanup of <linux/kfifo.h>, comments only Stefani Seibold (Thu Jun 21 2012 - 15:44:28 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match byregulator-compatible Mark Brown (Thu Jun 21 2012 - 15:45:43 EST)
- Re: [PATCH 1/3] Remove useless wrappers of asm-generic/cpumask.h Richard Kuo (Thu Jun 21 2012 - 15:46:10 EST)
- Re: [PATCH 2/3] Remove useless wrappers of asm-generic/ipc.h Richard Kuo (Thu Jun 21 2012 - 15:46:43 EST)
- Re: [PATCH 2/3] Remove useless wrappers of asm-generic/ipc.h Chris Metcalf (Thu Jun 21 2012 - 15:54:57 EST)
- [PATCH] NFC: prevent multiple buffer overflows in NCI Dan Rosenberg (Thu Jun 21 2012 - 15:56:11 EST)
- [RFC PATCH] printk: Enable/disable buffering and add printk_flush() Joe Perches (Thu Jun 21 2012 - 16:01:39 EST)
- Re: [PATCH] x86, cpufeature: Fix duplicate feature name "dts" H. Peter Anvin (Thu Jun 21 2012 - 16:11:20 EST)
- Re: [PATCH 2/2] memcg: clean up force_empty_list() return valuecheck Andrew Morton (Thu Jun 21 2012 - 16:13:24 EST)
- Re: Early boot panic on machine with lots of memory Tejun Heo (Thu Jun 21 2012 - 16:17:26 EST)
- Re: Early boot panic on machine with lots of memory Tejun Heo (Thu Jun 21 2012 - 16:19:36 EST)
- Re: [PATCH v3][0/6] memcg: prevent -ENOMEM in pre_destroy() Tejun Heo (Thu Jun 21 2012 - 16:20:43 EST)
- [PATCH 1/9] PCI: Remove redundant debug output in pci_do_fixups Myron Stowe (Thu Jun 21 2012 - 16:24:34 EST)
- [PATCH 0/9] PCI: Add 'pci_fixup_final' quirks into hot-plug paths Myron Stowe (Thu Jun 21 2012 - 16:24:37 EST)
- [PATCH 3/9] arm/PCI: move final fixup quirks from __init to __devinit Myron Stowe (Thu Jun 21 2012 - 16:24:41 EST)
- [PATCH 4/9] MIPS/PCI: move final fixup quirks from __init to __devinit Myron Stowe (Thu Jun 21 2012 - 16:24:48 EST)
- [PATCH 5/9] parisc/PCI: move final fixup quirks from __init to__devinit Myron Stowe (Thu Jun 21 2012 - 16:25:06 EST)
- [PATCH 7/9] x86/PCI: move final fixup quirks from __init to __devinit Myron Stowe (Thu Jun 21 2012 - 16:25:17 EST)
- [PATCH 9/9] PCI: integrate 'pci_fixup_final' quirks into hot-plugpaths Myron Stowe (Thu Jun 21 2012 - 16:25:28 EST)
- [PATCH 8/9] PCI: move final fixup quirks from __init to __devinit Myron Stowe (Thu Jun 21 2012 - 16:25:48 EST)
- [PATCH 6/9] powerpc/PCI: move final fixup quirks from __init to__devinit Myron Stowe (Thu Jun 21 2012 - 16:26:16 EST)
- [PATCH 2/9] PCI: release temporary reference in__nv_msi_ht_cap_quirk() Myron Stowe (Thu Jun 21 2012 - 16:26:35 EST)
- Re: Bug in net/ipv6/ip6_fib.c:fib6_dump_table() Eric Dumazet (Thu Jun 21 2012 - 16:27:50 EST)
- Re: [PATCH 4/4] hfsplus: get rid of write_super Artem Bityutskiy (Thu Jun 21 2012 - 16:30:56 EST)
- Re: multi-second application stall in open() Vivek Goyal (Thu Jun 21 2012 - 16:32:20 EST)
- Re: multi-second application stall in open() Tejun Heo (Thu Jun 21 2012 - 16:36:14 EST)
- Re: [PATCH]: PM: Print hibernation/thaw progress indicator one line at a time Rafael J. Wysocki (Thu Jun 21 2012 - 16:37:23 EST)
- Re: [PATCH] PM: Prevent waiting forever on asynchronous suspend after abort Rafael J. Wysocki (Thu Jun 21 2012 - 16:38:02 EST)
- Re: [PATCH] rtc/r9701: avoid second call to the rtc_valid_tm Andrew Morton (Thu Jun 21 2012 - 16:52:20 EST)
- Re: [PATCH 4/4] hfsplus: get rid of write_super Artem Bityutskiy (Thu Jun 21 2012 - 16:53:38 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match by regulator-compatible Arnd Bergmann (Thu Jun 21 2012 - 17:03:59 EST)
- Re: [PATCH -mm 2/7] mm: get unmapped area from VMA tree Peter Zijlstra (Thu Jun 21 2012 - 17:06:38 EST)
- Re: multi-second application stall in open() Josh Hunt (Thu Jun 21 2012 - 17:11:15 EST)
- Re: [PATCH v4 06/25] memcg: Make it possible to use the stock formore than one page. Michal Hocko (Thu Jun 21 2012 - 17:14:53 EST)
- Re: [PATCH] fs: make dumpable=2 only write to a pipe Alan Cox (Thu Jun 21 2012 - 17:15:28 EST)
- [PATCH 12/13] Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO K. Y. Srinivasan (Thu Jun 21 2012 - 17:18:44 EST)
- [PATCH 06/13] Tools: hv: Gather address family information K. Y. Srinivasan (Thu Jun 21 2012 - 17:18:57 EST)
- [PATCH 02/13] Drivers: hv: kvp: Cleanup error handling in KVP K. Y. Srinivasan (Thu Jun 21 2012 - 17:19:11 EST)
- Re: [PATCH v4 07/25] memcg: Reclaim when more than one page needed. Michal Hocko (Thu Jun 21 2012 - 17:19:22 EST)
- [PATCH 11/13] Tools: hv: Gather dhcp information K. Y. Srinivasan (Thu Jun 21 2012 - 17:19:42 EST)
- [PATCH 08/13] Tools: hv: Represent the ipv6 mask using CIDR notation K. Y. Srinivasan (Thu Jun 21 2012 - 17:19:55 EST)
- Re: what is this function mean "is_no_device"? Nadav Har'El (Thu Jun 21 2012 - 17:21:12 EST)
- [PATCH 00/13] drivers: hv: kvp K. Y. Srinivasan (Thu Jun 21 2012 - 17:23:40 EST)
- [PATCH 05/13] Tools: hv: Further refactor kvp_get_ip_address() K. Y. Srinivasan (Thu Jun 21 2012 - 17:25:23 EST)
- [PATCH 01/13] Drivers: hv: Add KVP definitions for IP address injection K. Y. Srinivasan (Thu Jun 21 2012 - 17:25:33 EST)
- [PATCH 13/13] Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO K. Y. Srinivasan (Thu Jun 21 2012 - 17:25:41 EST)
- Re: multi-second application stall in open() Josh Hunt (Thu Jun 21 2012 - 17:28:19 EST)
- Re: [PATCH 01/17] mm: sl[au]b: Add knowledge of PFMEMALLOC reservepages Rik van Riel (Thu Jun 21 2012 - 17:32:09 EST)
- Re: multi-second application stall in open() Tejun Heo (Thu Jun 21 2012 - 17:32:34 EST)
- [PATCH 03/13] Drivers: hv: kvp: Support the new IP injection messages K. Y. Srinivasan (Thu Jun 21 2012 - 17:40:09 EST)
- Re: [PATCH UPDATED] block: In blk_execute_rq_nowait, init rq->end_iobefore checking for dead queue. Muthu Kumar (Thu Jun 21 2012 - 17:40:27 EST)
- [PATCH 10/13] Tools: hv: Gather ipv[4,6] gateway information K. Y. Srinivasan (Thu Jun 21 2012 - 17:40:42 EST)
- [PATCH 07/13] Tools: hv: Gather subnet information K. Y. Srinivasan (Thu Jun 21 2012 - 17:40:52 EST)
- [PATCH 04/13] Tools: hv: Prepare to expand kvp_get_ip_address() functionality K. Y. Srinivasan (Thu Jun 21 2012 - 17:41:09 EST)
- Re: multi-second application stall in open() Rakesh Iyer (Thu Jun 21 2012 - 17:48:33 EST)
- [PATCH 02/15] UBI: Fastmap: Coding style fix... Richard Weinberger (Thu Jun 21 2012 - 17:50:19 EST)
- [PATCH 10/15] UBI: Fastmap: Remove unused variable Signed-off-by: Richard Weinberger <richard@nod.at> Richard Weinberger (Thu Jun 21 2012 - 17:50:25 EST)
- [PATCH 12/15] UBI: Fastmap: Fix ai handling Richard Weinberger (Thu Jun 21 2012 - 17:50:28 EST)
- [PATCH 15/15] UBI: Fastmap: Write a fastmap also while detaching. Richard Weinberger (Thu Jun 21 2012 - 17:50:29 EST)
- [PATCH 14/15] UBI: Fastmap: Improve invalidate_fastmap() Richard Weinberger (Thu Jun 21 2012 - 17:50:42 EST)
- [PATCH 13/15] UBI: Fastmap: Add new self check Richard Weinberger (Thu Jun 21 2012 - 17:51:01 EST)
- Re: [PATCH 2/2] x86, x2apic: limit the vector reservation to theuser specified mask Suresh Siddha (Thu Jun 21 2012 - 17:51:10 EST)
- [PATCH 07/15] UBI: Fastmap: Add a workqueue to allow delayed fastmap update Richard Weinberger (Thu Jun 21 2012 - 17:51:52 EST)
- [PATCH 11/15] UBI: Fastmap: Remove unused label Signed-off-by: Richard Weinberger <richard@nod.at> Richard Weinberger (Thu Jun 21 2012 - 17:51:55 EST)
- [PATCH 09/15] UBI: Fastmap: Simplify attach by fastmap Richard Weinberger (Thu Jun 21 2012 - 17:52:15 EST)
- [PATCH 06/15] UBI: Fastmap: Call ensure_wear_leveling() again in erase_worker() Richard Weinberger (Thu Jun 21 2012 - 17:52:33 EST)
- [PATCH 08/15] UBI: Fastmap: Fix lock inbalance Richard Weinberger (Thu Jun 21 2012 - 17:52:35 EST)
- Re: [PATCH 1/2] x86, apic: optimize cpu traversal in__assign_irq_vector() using domain membership Suresh Siddha (Thu Jun 21 2012 - 17:52:49 EST)
- [PATCH 05/15] UBI: Fastmap: Amend locking Richard Weinberger (Thu Jun 21 2012 - 17:53:22 EST)
- [PATCH 01/15] UBI: Fastmap: Relax EBA selfcheck Richard Weinberger (Thu Jun 21 2012 - 17:53:34 EST)
- [PATCH 04/15] UBI: Fastmap: Always refill pools upon writing a new fastmap. Richard Weinberger (Thu Jun 21 2012 - 17:53:37 EST)
- [no subject] Richard Weinberger (Thu Jun 21 2012 - 17:54:00 EST)
- [PATCH 03/15] UBI: Fastmap: Modify ubi_attach() to force scanning if requested Richard Weinberger (Thu Jun 21 2012 - 17:54:05 EST)
- UBI fastmap updates (was: no subject) richard -rw- weinberger (Thu Jun 21 2012 - 17:54:19 EST)
- [PATCH -mm v2 00/11] mm: scalable and unified arch_get_unmapped_area Rik van Riel (Thu Jun 21 2012 - 17:57:28 EST)
- [PATCH -mm v2 06/11] mm: arbitrary address ranges for arch_get_unmapped_area Rik van Riel (Thu Jun 21 2012 - 17:57:44 EST)
- [PATCH -mm v2 01/11] mm: track free size between VMAs in VMA rbtree Rik van Riel (Thu Jun 21 2012 - 17:57:49 EST)
- [PATCH -mm v2 03/11] mm: vma_adjust: only call adjust_free_gap when needed Rik van Riel (Thu Jun 21 2012 - 17:57:51 EST)
- [PATCH -mm v2 11/11] mm: remove SH arch_get_unmapped_area functions Rik van Riel (Thu Jun 21 2012 - 17:57:58 EST)
- [PATCH -mm v2 10/11] mm: remove ARM arch_get_unmapped_area functions Rik van Riel (Thu Jun 21 2012 - 17:58:03 EST)
- [PATCH -mm v2 09/11] mm: remove MIPS arch_get_unmapped_area code Rik van Riel (Thu Jun 21 2012 - 17:58:11 EST)
- Re: [PATCH 1/2] x86, irq: update irq_cfg domain unless the newaffinity is a subset of the current domain Suresh Siddha (Thu Jun 21 2012 - 17:58:32 EST)
- [PATCH -mm v2 02/11] mm: rearrange vm_area_struct for fewer cache misses Rik van Riel (Thu Jun 21 2012 - 17:58:53 EST)
- [PATCH -mm v2 05/11] mm: get unmapped area from VMA tree Rik van Riel (Thu Jun 21 2012 - 17:59:01 EST)
- [PATCH -mm v2 07/11] mm: make cache alignment code generic Rik van Riel (Thu Jun 21 2012 - 17:59:26 EST)
- [PATCH -mm v2 04/11] rbtree: add helpers to find nearest uncle node Rik van Riel (Thu Jun 21 2012 - 17:59:54 EST)
- [PATCH -mm v2 08/11] mm: remove x86 arch_get_unmapped_area(_topdown) Rik van Riel (Thu Jun 21 2012 - 18:00:28 EST)
- [PATCH v2 0/3] -tip cleanups/fixes for x2apic cluster mode routing Suresh Siddha (Thu Jun 21 2012 - 18:02:06 EST)
- [PATCH v2 1/3] x86, apic: optimize cpu traversal in __assign_irq_vector() using domain membership Suresh Siddha (Thu Jun 21 2012 - 18:02:14 EST)
- [PATCH v2 3/3] x86, x2apic: use multiple cluster members for the irq destination only with the explicit affinity Suresh Siddha (Thu Jun 21 2012 - 18:02:33 EST)
- [PATCH v2 2/3] x86, x2apic: limit the vector reservation to the user specified mask Suresh Siddha (Thu Jun 21 2012 - 18:02:43 EST)
- Re: [PATCH] fs: make dumpable=2 only write to a pipe Kees Cook (Thu Jun 21 2012 - 18:03:40 EST)
- Re: [PATCH] pinctrl: Add one-register-per-pin type device tree basedpinctrl driver Stephen Warren (Thu Jun 21 2012 - 18:14:02 EST)
- Re: Bug in net/ipv6/ip6_fib.c:fib6_dump_table() Alexey Kuznetsov (Thu Jun 21 2012 - 18:14:09 EST)
- [PATCH] mgag200: Fix a memory leak in mgag200fb_create() Jesper Juhl (Thu Jun 21 2012 - 18:14:28 EST)
- [ANNOUNCE] Git v1.7.11.1 Junio C Hamano (Thu Jun 21 2012 - 18:15:54 EST)
- [no subject] Tejun Heo (Thu Jun 21 2012 - 18:20:19 EST)
- Re: [PATCH] x86: Aspire One Happy2 reboots only with the kbd method Uros Vampl (Thu Jun 21 2012 - 18:23:01 EST)
- [PATCH UPDATED 10/10] blkcg: implement per-blkg request allocation Tejun Heo (Thu Jun 21 2012 - 18:25:08 EST)
- Re: [PATCH] x86: Aspire One Happy2 reboots only with the kbd method H. Peter Anvin (Thu Jun 21 2012 - 18:27:38 EST)
- Re: [PATCH v2 3/3] x86, x2apic: use multiple cluster members for theirq destination only with the explicit affinity Yinghai Lu (Thu Jun 21 2012 - 18:36:11 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match byregulator-compatible Mark Brown (Thu Jun 21 2012 - 18:36:30 EST)
- Re: [PATCH v2 0/3] -tip cleanups/fixes for x2apic cluster moderouting Cyrill Gorcunov (Thu Jun 21 2012 - 18:39:17 EST)
- Re: [tip:perf/core] perf/x86: Add generic Intel uncore PMU support Andrew Morton (Thu Jun 21 2012 - 18:43:30 EST)
- Re: Punching hole using fallocate is not removing the uninit extentfrom extent tree Namjae Jeon (Thu Jun 21 2012 - 18:44:32 EST)
- Re: [tip:perf/core] perf/x86: Add generic Intel uncore PMU support Andrew Morton (Thu Jun 21 2012 - 18:46:24 EST)
- Re: [PATCH 00/13] drivers: hv: kvp Greg KH (Thu Jun 21 2012 - 18:47:37 EST)
- Re: [tip:perf/core] perf/x86: Add generic Intel uncore PMU support H. Peter Anvin (Thu Jun 21 2012 - 18:48:02 EST)
- Re: [tip:perf/core] perf/x86: Add generic Intel uncore PMU support Andrew Morton (Thu Jun 21 2012 - 18:51:57 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match byregulator-compatible Mark Brown (Thu Jun 21 2012 - 18:52:30 EST)
- Re: Punching hole using fallocate is not removing the uninit extentfrom extent tree Eric Sandeen (Thu Jun 21 2012 - 18:57:05 EST)
- [GIT PULL] Please pull bugfixes for the NFS client Myklebust, Trond (Thu Jun 21 2012 - 18:58:14 EST)
- Re: [PATCH]: PM: Print hibernation/thaw progress indicator one lineat a time Bojan Smojver (Thu Jun 21 2012 - 18:58:30 EST)
- [PATCH][Trivial] staging: rts5139: Remove duplicate include ofrts51x.h Jesper Juhl (Thu Jun 21 2012 - 19:00:37 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Thu Jun 21 2012 - 19:01:01 EST)
- Re: [tip:perf/core] perf/x86: Add generic Intel uncore PMU support H. Peter Anvin (Thu Jun 21 2012 - 19:10:47 EST)
- Re: [PATCH 2/2] memcg: add per cgroup dirty pages accounting Kamezawa Hiroyuki (Thu Jun 21 2012 - 19:12:31 EST)
- Re: [tip:perf/core] perf/x86: Add generic Intel uncore PMU support Andrew Morton (Thu Jun 21 2012 - 19:15:57 EST)
- Re: [tip:perf/core] perf/x86: Add generic Intel uncore PMU support Andrew Morton (Thu Jun 21 2012 - 19:18:38 EST)
- mmotm 2012-06-21-16-20 uploaded akpm (Thu Jun 21 2012 - 19:21:49 EST)
- Re: [tip:perf/core] perf/x86: Add generic Intel uncore PMU support H. Peter Anvin (Thu Jun 21 2012 - 19:23:07 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system H. Peter Anvin (Thu Jun 21 2012 - 19:28:00 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system H. Peter Anvin (Thu Jun 21 2012 - 19:28:49 EST)
- Re: [tip:perf/core] perf/x86: Add generic Intel uncore PMU support Andrew Morton (Thu Jun 21 2012 - 19:29:00 EST)
- Re: [PATCH v3][0/6] memcg: prevent -ENOMEM in pre_destroy() Kamezawa Hiroyuki (Thu Jun 21 2012 - 19:29:39 EST)
- Re: [PATCH] udf: stop using s_dirt Jan Kara (Thu Jun 21 2012 - 19:29:41 EST)
- Re: [PATCH 00/13] drivers: hv: kvp Jesper Juhl (Thu Jun 21 2012 - 19:30:54 EST)
- Re: mmotm 2012-06-21-16-20 uploaded Andrew Morton (Thu Jun 21 2012 - 19:34:55 EST)
- Re: [patch 3.5-rc3] mm, mempolicy: fix mbind() to do synchronousmigration Andrew Morton (Thu Jun 21 2012 - 19:46:23 EST)
- [PATCH] pci: support alignments upto 8Gb in pbus_size_mem() Nikhil P Rao (Thu Jun 21 2012 - 19:47:55 EST)
- [PATCH] printk: Add printk_flush() to force buffered text to console Steven Rostedt (Thu Jun 21 2012 - 19:52:03 EST)
- [PATCH] Btrfs: Ensure va_end() is always called in __btrfs_std_error()and btrfs_printk() Jesper Juhl (Thu Jun 21 2012 - 19:53:28 EST)
- [PATCH v2] fs: introduce pipe-only dump mode suid_dumpable=3 Kees Cook (Thu Jun 21 2012 - 20:01:10 EST)
- Re: [PATCH 1/1] of: reform prom_update_property function Benjamin Herrenschmidt (Thu Jun 21 2012 - 20:01:47 EST)
- Re: [PATCH -next] pstore: fix printk format warning in ram.c Randy Dunlap (Thu Jun 21 2012 - 20:05:17 EST)
- Re: [PATCH 2/2] memcg: clean up force_empty_list() return value check Kamezawa Hiroyuki (Thu Jun 21 2012 - 20:07:03 EST)
- Re: [PATCH] usb: host: xhci: Compliance Mode port recovery Sarah Sharp (Thu Jun 21 2012 - 20:09:01 EST)
- Re: Kernel 3.3.8 breaks accidental ext3 mount of extended partition Jan Kara (Thu Jun 21 2012 - 20:12:01 EST)
- Re: [PATCH 2/3] Remove useless wrappers of asm-generic/ipc.h David Howells (Thu Jun 21 2012 - 20:12:26 EST)
- Re: [PATCH 1/3] Remove useless wrappers of asm-generic/cpumask.h David Howells (Thu Jun 21 2012 - 20:12:28 EST)
- [PATCH 0/1 v4] leds: Add LED driver for lm3556 chip G.Shark Jeong (Thu Jun 21 2012 - 20:15:28 EST)
- [PATCH 1/1 v4] leds: Add LED driver for lm3556 chip G.Shark Jeong (Thu Jun 21 2012 - 20:15:39 EST)
- [PATCH] staging: vt6656: Correct a few assignments to be comparesin iwctl_siwencodeext() Jesper Juhl (Thu Jun 21 2012 - 20:28:28 EST)
- Re: [PATCH 1/2] mfd: add irq domain support for max8997 interrupts Chanwoo Choi (Thu Jun 21 2012 - 20:30:23 EST)
- Re: [PATCH] phys_efi_set_virtual_address_map needs va, no pa. H. Peter Anvin (Thu Jun 21 2012 - 20:36:44 EST)
- Re: linux-next: build failure after merge of the final tree(powerpc related) Michael Ellerman (Thu Jun 21 2012 - 20:39:51 EST)
- [PATCH 09/13] Tools: hv: Gather DNS information K. Y. Srinivasan (Thu Jun 21 2012 - 20:42:40 EST)
- Re: [patch 3.5-rc3] mm, mempolicy: fix mbind() to do synchronous migration Linus Torvalds (Thu Jun 21 2012 - 20:47:36 EST)
- Re: pm runtime and system suspend resume chao xie (Thu Jun 21 2012 - 20:48:09 EST)
- Re: [PATCH v2] ext4: fix hole punch failure when depth is greaterthan 0 Namjae Jeon (Thu Jun 21 2012 - 20:48:58 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page Minchan Kim (Thu Jun 21 2012 - 21:05:59 EST)
- RE: [PATCH 1/1 v4] leds: Add LED driver for lm3556 chip Kim, Milo (Thu Jun 21 2012 - 21:06:04 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page Minchan Kim (Thu Jun 21 2012 - 21:20:32 EST)
- Re: [PATCH] Exynos : Add support for Exynos random number generator jonghwa3 . lee (Thu Jun 21 2012 - 21:40:08 EST)
- Re: [PATCH] usb: host: xhci: Compliance Mode port recovery 'Greg KH' (Thu Jun 21 2012 - 21:41:01 EST)
- Re: [patch 3.5-rc3] mm, mempolicy: fix mbind() to do synchronousmigration Andrew Morton (Thu Jun 21 2012 - 21:44:55 EST)
- Re: Early boot panic on machine with lots of memory Yinghai Lu (Thu Jun 21 2012 - 21:47:20 EST)
- Re: [PATCH] usb: host: xhci: Compliance Mode port recovery 'Greg KH' (Thu Jun 21 2012 - 21:48:25 EST)
- Re: [PATCH 00/23] Crypto keys and module signing Greg KH (Thu Jun 21 2012 - 21:54:24 EST)
- Re: [PATCH] watchdog: xilinx: Read clock frequency directly fromDT node Alejandro Cabrera (Thu Jun 21 2012 - 21:57:08 EST)
- Re: Early boot panic on machine with lots of memory Yinghai Lu (Thu Jun 21 2012 - 21:58:37 EST)
- RE: 2012 Kernel Summit: Call for Participation: 2nd CALL Kukjin Kim (Thu Jun 21 2012 - 22:03:20 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page Aaditya Kumar (Thu Jun 21 2012 - 22:08:12 EST)
- Re: [patch 3.5-rc3] mm, mempolicy: fix mbind() to do synchronous migration Linus Torvalds (Thu Jun 21 2012 - 22:23:33 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Thu Jun 21 2012 - 22:57:16 EST)
- linux-next: build failure after merge of the slave-dma tree Stephen Rothwell (Thu Jun 21 2012 - 23:00:58 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Thu Jun 21 2012 - 23:01:01 EST)
- [PATCH V3 00/16] MIPS: Add Loongson-3 based machines support. Huacai Chen (Thu Jun 21 2012 - 23:01:49 EST)
- [PATCH V3 01/16] MIPS: Loongson: Add basic Loongson-3 definition. Huacai Chen (Thu Jun 21 2012 - 23:02:25 EST)
- [PATCH V3 02/16] MIPS: Loongson: Add basic Loongson-3 CPU support. Huacai Chen (Thu Jun 21 2012 - 23:03:05 EST)
- [PATCH V3 03/16] MIPS: Loongson 3: Add Lemote-3A machtypes definition. Huacai Chen (Thu Jun 21 2012 - 23:03:19 EST)
- [PATCH V3 04/16] MIPS: Loongson: Make Loongson-3 to use BCD format for RTC. Huacai Chen (Thu Jun 21 2012 - 23:03:31 EST)
- [PATCH V3 05/16] MIPS: Loongson: Add UEFI-like firmware interface support. Huacai Chen (Thu Jun 21 2012 - 23:03:51 EST)
- [PATCH V3 06/16] MIPS: Loongson 3: Add HT-linked PCI support. Huacai Chen (Thu Jun 21 2012 - 23:04:07 EST)
- [PATCH V3 07/16] MIPS: Loongson 3: Add IRQ init and dispatch support. Huacai Chen (Thu Jun 21 2012 - 23:04:17 EST)
- [PATCH V3 08/16] MIPS: Loongson 3: Add serial port support. Huacai Chen (Thu Jun 21 2012 - 23:04:27 EST)
- [PATCH V3 09/16] MIPS: Loongson: Add swiotlb to support big memory (>4GB). Huacai Chen (Thu Jun 21 2012 - 23:04:38 EST)
- [PATCH V3 10/16] MIPS: Loongson: Add Loongson-3 Kconfig options. Huacai Chen (Thu Jun 21 2012 - 23:04:51 EST)
- [PATCH V3 11/16] drm/radeon: Make radeon card usable for Loongson. Huacai Chen (Thu Jun 21 2012 - 23:05:06 EST)
- [PATCH V3 12/16] ALSA: HDA: Make hda sound card usable for Loongson. Huacai Chen (Thu Jun 21 2012 - 23:05:27 EST)
- [PATCH V3 13/16] MIPS: Loongson 3: Add Loongson-3 SMP support. Huacai Chen (Thu Jun 21 2012 - 23:05:37 EST)
- [PATCH V3 14/16] MIPS: Loongson 3: Add CPU hotplug support. Huacai Chen (Thu Jun 21 2012 - 23:06:08 EST)
- [PATCH V3 15/16] MIPS: Fix poweroff failure when HOTPLUG_CPU configured. Huacai Chen (Thu Jun 21 2012 - 23:06:16 EST)
- [PATCH V3 16/16] MIPS: Loongson: Add a Loongson-3 default config file. Huacai Chen (Thu Jun 21 2012 - 23:06:27 EST)
- Re: [PATCH 1/1 v4] leds: Add LED driver for lm3556 chip Bryan Wu (Thu Jun 21 2012 - 23:11:14 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system H. Peter Anvin (Thu Jun 21 2012 - 23:20:14 EST)
- Re: mount stuck, khubd blocked Dave Chinner (Thu Jun 21 2012 - 23:22:07 EST)
- Re: [PATCH 00/23] Crypto keys and module signing Lucas De Marchi (Thu Jun 21 2012 - 23:30:57 EST)
- Re: Initializing iwl3945 error Bjorn Helgaas (Thu Jun 21 2012 - 23:31:10 EST)
- Re: Bug in net/ipv6/ip6_fib.c:fib6_dump_table() Gao feng (Thu Jun 21 2012 - 23:33:38 EST)
- Re: [patch 3.5-rc3] mm, mempolicy: fix mbind() to do synchronous migration Linus Torvalds (Thu Jun 21 2012 - 23:33:57 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Borislav Petkov (Thu Jun 21 2012 - 23:36:32 EST)
- Re: [patch 1/2]block: handle merged discard request Martin K. Petersen (Thu Jun 21 2012 - 23:47:57 EST)
- Re: [PATCH 3.2.y 3.3.y] staging:rts_pstor:Fix possible panic byNULL pointer dereference Ben Hutchings (Thu Jun 21 2012 - 23:54:20 EST)
- Re: [patch 3.5-rc3] mm, mempolicy: fix mbind() to do synchronous migration Linus Torvalds (Fri Jun 22 2012 - 00:00:12 EST)
- [PATCH] usb: gadget: pxa25x_udc: compile fix Steve Bennett (Fri Jun 22 2012 - 00:15:58 EST)
- [PATCH] usb: gadget: acm_ms: need to set max_speed Steve Bennett (Fri Jun 22 2012 - 00:16:26 EST)
- Re: [GIT PULL 00/20] perf/core improvements Namhyung Kim (Fri Jun 22 2012 - 00:19:44 EST)
- Re: [PATCH 00/23] Crypto keys and module signing Rusty Russell (Fri Jun 22 2012 - 00:52:36 EST)
- linux-next: manual merge of the tip tree with Linus' tree Stephen Rothwell (Fri Jun 22 2012 - 01:02:49 EST)
- Re: linux-next: build failure after merge of the slave-dma tree Vinod Koul (Fri Jun 22 2012 - 01:09:59 EST)
- Re: [PATCH V3 11/16] drm/radeon: Make radeon card usable forLoongson. Lucas Stach (Fri Jun 22 2012 - 01:26:05 EST)
- Re: [PATCH 1/1] of: reform prom_update_property function Dong Aisheng (Fri Jun 22 2012 - 01:26:05 EST)
- Re: [PATCH 1/1] of: reform prom_update_property function Benjamin Herrenschmidt (Fri Jun 22 2012 - 01:39:41 EST)
- [RFC/PATCHSET 0/8] perf tools: Minimal build without libelf dependency (v2) Namhyung Kim (Fri Jun 22 2012 - 01:41:17 EST)
- [PATCH 4/8] perf symbols: Introduce symbol__elf_init() Namhyung Kim (Fri Jun 22 2012 - 01:41:22 EST)
- [PATCH 8/8] perf symbols: Implement poor man's ELF parser Namhyung Kim (Fri Jun 22 2012 - 01:41:27 EST)
- [PATCH 5/8] perf symbols: Do not use ELF's symbol binding constants Namhyung Kim (Fri Jun 22 2012 - 01:41:38 EST)
- [PATCH 6/8] perf tools: Split out util/symbol-elf.c Namhyung Kim (Fri Jun 22 2012 - 01:41:57 EST)
- [PATCH 7/8] perf tools: Support minimal build without libelf Namhyung Kim (Fri Jun 22 2012 - 01:42:11 EST)
- [PATCH 1/8] perf evsel: Fix a build failure on cross compilation Namhyung Kim (Fri Jun 22 2012 - 01:42:29 EST)
- [PATCH 2/8] tools lib traceevent: Make dependency files regeneratable Namhyung Kim (Fri Jun 22 2012 - 01:42:38 EST)
- [PATCH 3/8] tools lib traceevent: Detect build environment changes Namhyung Kim (Fri Jun 22 2012 - 01:42:50 EST)
- Re: [PATCH] rtc/r9701: avoid second call to the rtc_valid_tm devendra.aaru (Fri Jun 22 2012 - 01:45:32 EST)
- Re: [PATCH -next] avr: Fix sanitize tsk_is_polling fallout Al Viro (Fri Jun 22 2012 - 01:46:39 EST)
- JOB OFFER Mrs. Stacy Russel (Fri Jun 22 2012 - 01:47:47 EST)
- [PATCH] Staging: android: logger.c: fixed some printk macros Sherwin Soltani (Fri Jun 22 2012 - 01:52:53 EST)
- JOB OFFER Mrs. Stacy Russel (Fri Jun 22 2012 - 01:54:10 EST)
- Re: [PATCH RESEND] of: add const to struct of_device_id.data Uwe Kleine-König (Fri Jun 22 2012 - 01:56:12 EST)
- Re: [PATCH 2/2] regulator: tps65910: Convert to regulator_list_voltage_table Laxman Dewangan (Fri Jun 22 2012 - 01:56:33 EST)
- Re: [PATCH 1/2] regulator: tps65910: Remove unused min_uV and max_uVfrom struct tps_info Laxman Dewangan (Fri Jun 22 2012 - 01:57:58 EST)
- Re: [PATCH V3 11/16] drm/radeon: Make radeon card usable for Loongson. Huacai Chen (Fri Jun 22 2012 - 01:59:18 EST)
- Re: [PATCH v3] leds: Add MAX6956 driver Uwe Kleine-König (Fri Jun 22 2012 - 02:07:02 EST)
- [set5 PATCH 0/6] scsi, async: asynchronous probing rework / fixes Dan Williams (Fri Jun 22 2012 - 02:30:30 EST)
- [set5 PATCH 1/6] async: introduce 'async_domain' type Dan Williams (Fri Jun 22 2012 - 02:30:31 EST)
- [set5 PATCH 2/6] async: make async_synchronize_full() flush allwork regardless of domain Dan Williams (Fri Jun 22 2012 - 02:30:35 EST)
- [set5 PATCH 5/6] Revert "[SCSI] fix async probe regression" Dan Williams (Fri Jun 22 2012 - 02:30:41 EST)
- [set5 PATCH 6/6] scsi: fix hot unplug vs async scan race Dan Williams (Fri Jun 22 2012 - 02:30:47 EST)
- [set5 PATCH 3/6] scsi: queue async scan work to an async_scheduledomain Dan Williams (Fri Jun 22 2012 - 02:31:27 EST)
- [set5 PATCH 4/6] scsi: cleanup usages of scsi_complete_async_scans Dan Williams (Fri Jun 22 2012 - 02:31:38 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Markus Trippelsdorf (Fri Jun 22 2012 - 02:41:45 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page Minchan Kim (Fri Jun 22 2012 - 02:45:34 EST)
- Re: Bug in net/ipv6/ip6_fib.c:fib6_dump_table() Josh Hunt (Fri Jun 22 2012 - 02:49:18 EST)
- linux-next: Tree for Jun 22 Stephen Rothwell (Fri Jun 22 2012 - 02:50:10 EST)
- Re: RFC: Easy-Reclaimable LRU list Minchan Kim (Fri Jun 22 2012 - 02:57:18 EST)
- Re: [PATCH] x86, cpufeature: Fix duplicate feature name "dts" Ingo Molnar (Fri Jun 22 2012 - 02:59:37 EST)
- Re: [PATCH] x86, cpufeature: Fix duplicate feature name "dts" Jan Beulich (Fri Jun 22 2012 - 03:02:08 EST)
- Re: [PATCH 1/6] [RFC] Interval tree implementation Michel Lespinasse (Fri Jun 22 2012 - 03:05:58 EST)
- Re: [PATCHv2] bq27x00_battery: Add support for BQ27425 chip Lars-Peter Clausen (Fri Jun 22 2012 - 03:07:04 EST)
- Re: [patch 3.5-rc3] mm, mempolicy: fix mbind() to do synchronousmigration Ingo Molnar (Fri Jun 22 2012 - 03:12:44 EST)
- Re: error: implicit declarations of BUG/BUG_ON/WARN_ON/WARN_ON_ONCE Fengguang Wu (Fri Jun 22 2012 - 03:13:09 EST)
- Re: mmotm 2012-06-21-16-20 uploaded Minchan Kim (Fri Jun 22 2012 - 03:13:46 EST)
- Re: SNB PCI root information Brice Goglin (Fri Jun 22 2012 - 03:14:11 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Ingo Molnar (Fri Jun 22 2012 - 03:17:19 EST)
- Re: [PATCH UPDATED] block: In blk_execute_rq_nowait, init rq->end_iobefore checking for dead queue. Bart Van Assche (Fri Jun 22 2012 - 03:20:40 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page KOSAKI Motohiro (Fri Jun 22 2012 - 03:22:35 EST)
- FYI: Problem in current SLES11 SP1 Kernel (2.6.32.59-0.3) withrr-bonding Ulrich Windl (Fri Jun 22 2012 - 03:25:26 EST)
- boot hang on commit "PM / ACPI: Fix suspend/resume regression causedby cpuidle cleanup." wfg (Fri Jun 22 2012 - 03:35:58 EST)
- Re: [patch 3.5-rc3] mm, mempolicy: fix mbind() to do synchronousmigration Ingo Molnar (Fri Jun 22 2012 - 03:42:09 EST)
- Re: gpio: pca953x: interrupt feature unreliable David Jander (Fri Jun 22 2012 - 03:53:03 EST)
- Re: [PATCH V3 11/16] drm/radeon: Make radeon card usable for Loongson. Christian König (Fri Jun 22 2012 - 03:53:15 EST)
- [PATCH] drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13 Sjoerd Simons (Fri Jun 22 2012 - 03:53:22 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page Aaditya Kumar (Fri Jun 22 2012 - 03:56:51 EST)
- Re: [PATCH] mgag200: Fix a memory leak in mgag200fb_create() devendra.aaru (Fri Jun 22 2012 - 04:01:01 EST)
- Re: [tip:perf/core] perf/x86: Add generic Intel uncore PMU support Peter Zijlstra (Fri Jun 22 2012 - 04:05:38 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page KOSAKI Motohiro (Fri Jun 22 2012 - 04:14:36 EST)
- [PATCH 2/2] tools lib traceevent: Check string is really printable Namhyung Kim (Fri Jun 22 2012 - 04:14:42 EST)
- [PATCH 1/2] tools lib traceevent: Teach [ce]tags about libtraceeevent error codes Namhyung Kim (Fri Jun 22 2012 - 04:15:07 EST)
- Re: mmotm 2012-06-21-16-20 uploaded viresh kumar (Fri Jun 22 2012 - 04:22:11 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Joe Perches (Fri Jun 22 2012 - 04:24:07 EST)
- Re: Bug in net/ipv6/ip6_fib.c:fib6_dump_table() Eric Dumazet (Fri Jun 22 2012 - 04:30:14 EST)
- Re: [PATCH] pinctrl: Add one-register-per-pin type device treebased pinctrl driver Tony Lindgren (Fri Jun 22 2012 - 04:40:29 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match byregulator-compatible Thierry Reding (Fri Jun 22 2012 - 04:40:39 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match byregulator-compatible Mark Brown (Fri Jun 22 2012 - 04:42:26 EST)
- Re: [PATCH 00/21] vfs: atomic open v6 (part 2) Al Viro (Fri Jun 22 2012 - 04:50:38 EST)
- Re: [PATCH] drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13 Daniel Vetter (Fri Jun 22 2012 - 04:57:36 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match byregulator-compatible Thierry Reding (Fri Jun 22 2012 - 04:59:15 EST)
- Re: [PATCH v2 3/3] x86, x2apic: use multiple cluster members for theirq destination only with the explicit affinity Alexander Gordeev (Fri Jun 22 2012 - 05:00:29 EST)
- CONGRATULATIONS YOUR EMAIL HAS WON GBP£100,000.00!.PLEASE DOWNLOAD ATTACHMENT Anderson Edward (Fri Jun 22 2012 - 05:04:23 EST)
- Good Day! Please kindly,Open the attachment message and response back to me Johnson Kwale (Fri Jun 22 2012 - 05:07:10 EST)
- Re: [PATCH][RT] spinlock: Add include for BUG() in spinlock_rt.h Thomas Gleixner (Fri Jun 22 2012 - 05:08:49 EST)
- [PATCH] HID: Fix the Kconfig option for generic device handling Henrik Rydberg (Fri Jun 22 2012 - 05:10:21 EST)
- Good Day! Please kindly,Open the attachment message and response back to me Johnson Kwale (Fri Jun 22 2012 - 05:10:47 EST)
- Re: [PATCH V3 2/3] regulator: dt: regulator match byregulator-compatible Mark Brown (Fri Jun 22 2012 - 05:12:39 EST)
- Re: [PATCH 1/2] regulator: tps65910: Remove unused min_uV and max_uVfrom struct tps_info Mark Brown (Fri Jun 22 2012 - 05:18:18 EST)
- Re: mmotm 2012-06-21-16-20 uploaded Michal Hocko (Fri Jun 22 2012 - 05:23:29 EST)
- get_unused_fd and get_unused_fd_flags Ozan ÃaÄlayan (Fri Jun 22 2012 - 05:33:46 EST)
- Re: [PATCH V3 11/16] drm/radeon: Make radeon card usable for Loongson. Huacai Chen (Fri Jun 22 2012 - 05:34:07 EST)
- Re: [PATCH 01/17] mm: sl[au]b: Add knowledge of PFMEMALLOC reservepages Mel Gorman (Fri Jun 22 2012 - 05:34:32 EST)
- Re: get_unused_fd and get_unused_fd_flags Al Viro (Fri Jun 22 2012 - 05:47:15 EST)
- Re: [RFC/PATCHSET 0/8] perf tools: Minimal build without libelfdependency (v2) Peter Zijlstra (Fri Jun 22 2012 - 05:48:04 EST)
- Re: [PATCH V3 11/16] drm/radeon: Make radeon card usable for Loongson. Rtp (Fri Jun 22 2012 - 05:49:08 EST)
- Re: [PATCH -mm v2 04/11] rbtree: add helpers to find nearest unclenode Peter Zijlstra (Fri Jun 22 2012 - 05:50:03 EST)
- Re: boot hang on commit "PM / ACPI: Fix suspend/resume regressioncaused by cpuidle cleanup." Deepthi Dharwar (Fri Jun 22 2012 - 05:57:28 EST)
- Re: [PATCH -mm v2 01/11] mm: track free size between VMAs in VMArbtree Peter Zijlstra (Fri Jun 22 2012 - 05:58:05 EST)
- Re: [PATCH -mm v2 01/11] mm: track free size between VMAs in VMArbtree Peter Zijlstra (Fri Jun 22 2012 - 05:59:04 EST)
- Re: get_unused_fd and get_unused_fd_flags Ozan ÃaÄlayan (Fri Jun 22 2012 - 05:59:25 EST)
- Re: [PATCH 10/17] netvm: Allow skb allocation to use PFMEMALLOCreserves Mel Gorman (Fri Jun 22 2012 - 06:00:31 EST)
- Estimado cliente Cuenta WebMail (Fri Jun 22 2012 - 06:01:47 EST)
- [PATCH] driver core: fix shutdown races with probe/remove(v3) Ming Lei (Fri Jun 22 2012 - 06:02:25 EST)
- Re: [PATCH -mm v2 01/11] mm: track free size between VMAs in VMArbtree Peter Zijlstra (Fri Jun 22 2012 - 06:03:08 EST)
- Re: [PATCH 00/21] vfs: atomic open v6 (part 2) Al Viro (Fri Jun 22 2012 - 06:07:46 EST)
- İngilizceyi Uygun fiyata ÖZel Ders alarak öğrenin Deniz AYGÜL (Fri Jun 22 2012 - 06:10:36 EST)
- Re: Early boot panic on machine with lots of memory Sasha Levin (Fri Jun 22 2012 - 06:28:51 EST)
- Re: [PATCH v2 1/5] usb: musb: move work_struct(otg_notifier_work)from core to omap glue Felipe Balbi (Fri Jun 22 2012 - 06:29:25 EST)
- [PATCH] m68k: remove never used asm/shm.h Paul Bolle (Fri Jun 22 2012 - 06:33:41 EST)
- [PATCH] h8300: remove never used asm/shm.h Paul Bolle (Fri Jun 22 2012 - 06:34:31 EST)
- Re: get_unused_fd and get_unused_fd_flags Ozan ÃaÄlayan (Fri Jun 22 2012 - 06:34:57 EST)
- [PATCH] regulator: core: Allow multiple requests of a single supply mapping Mark Brown (Fri Jun 22 2012 - 06:39:59 EST)
- RE: [vMCE design RFC] Xen vMCE design Liu, Jinsong (Fri Jun 22 2012 - 06:40:06 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Steven Rostedt (Fri Jun 22 2012 - 06:45:44 EST)
- finding unused header files Robert P. J. Day (Fri Jun 22 2012 - 06:46:39 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Steven Rostedt (Fri Jun 22 2012 - 06:48:38 EST)
- Re: [PATCH][RT] spinlock: Add include for BUG() in spinlock_rt.h Steven Rostedt (Fri Jun 22 2012 - 06:48:59 EST)
- Re: [PATCH 10/17] netvm: Allow skb allocation to use PFMEMALLOCreserves Mel Gorman (Fri Jun 22 2012 - 06:54:51 EST)
- Re: [PATCH V3 11/16] drm/radeon: Make radeon card usable for Loongson. Huacai Chen (Fri Jun 22 2012 - 06:55:37 EST)
- Re: finding unused header files Paul Bolle (Fri Jun 22 2012 - 07:03:26 EST)
- Re: [PATCH 00/23] Crypto keys and module signing David Howells (Fri Jun 22 2012 - 07:03:29 EST)
- Re: [PATCH V3 11/16] drm/radeon: Make radeon card usable forLoongson. Ralf Baechle (Fri Jun 22 2012 - 07:06:41 EST)
- Re: [PATCH V3 11/16] drm/radeon: Make radeon card usable forLoongson. Ralf Baechle (Fri Jun 22 2012 - 07:11:43 EST)
- crypto: gpf on boot with linux-next Sasha Levin (Fri Jun 22 2012 - 07:14:56 EST)
- Re: [PATCH 3/3] tile pci: enable IOMMU to support DMA for legacy devices Bjorn Helgaas (Fri Jun 22 2012 - 07:24:31 EST)
- Re: [PATCH 10/17] netvm: Allow skb allocation to use PFMEMALLOCreserves Sebastian Andrzej Siewior (Fri Jun 22 2012 - 07:28:05 EST)
- Re: finding unused header files Pádraig Brady (Fri Jun 22 2012 - 07:32:03 EST)
- [RFC][PATCH] sched: Fix race in task_group() Peter Zijlstra (Fri Jun 22 2012 - 07:36:08 EST)
- RE: [vMCE design RFC] Xen vMCE design Jan Beulich (Fri Jun 22 2012 - 07:39:26 EST)
- Re: [PATCH v2] fs: introduce pipe-only dump mode suid_dumpable=3 Alan Cox (Fri Jun 22 2012 - 07:40:16 EST)
- [PATCH 2/2] dma: tegra: do not set transfer desc flag to DMA_CTRL_ACK in cyclic mode Laxman Dewangan (Fri Jun 22 2012 - 07:43:29 EST)
- [PATCH 1/2] dma: tegra: set DMA_CYCLIC capability Laxman Dewangan (Fri Jun 22 2012 - 07:43:31 EST)
- memory leak in recent (3.x) kernels? Paul Slootman (Fri Jun 22 2012 - 07:44:14 EST)
- [PATCH] gpio: gpiolib: fix conflicting flag values Alexandre Courbot (Fri Jun 22 2012 - 07:47:04 EST)
- Re: MMC: commit dba3c29 ruins mmc card data on beagle-xm revB Paolo Pisati (Fri Jun 22 2012 - 07:51:42 EST)
- Re: [PATCH] gpio: gpiolib: fix conflicting flag values Laxman Dewangan (Fri Jun 22 2012 - 07:52:59 EST)
- Re: finding unused header files Paul Bolle (Fri Jun 22 2012 - 07:58:37 EST)
- Re: [PATCH] m68k: remove never used asm/shm.h Andreas Schwab (Fri Jun 22 2012 - 07:59:05 EST)
- [PATCH 1/2] memcg: use existing function to judge root mem cgroup Wanpeng Li (Fri Jun 22 2012 - 08:00:05 EST)
- Re: [PATCH] gpio: gpiolib: fix conflicting flag values Alex Courbot (Fri Jun 22 2012 - 08:00:08 EST)
- [PATCH 2/2] memcg: cleanup typos in mem cgroup Wanpeng Li (Fri Jun 22 2012 - 08:01:37 EST)
- Re: crypto: gpf on boot with linux-next Herbert Xu (Fri Jun 22 2012 - 08:08:07 EST)
- [PATCH v3 3/5] drivers: usb: musb: move otg specific initializations from twl to glue Kishon Vijay Abraham I (Fri Jun 22 2012 - 08:11:10 EST)
- [PATCH v3 0/5] usb: musb: cleanup Kishon Vijay Abraham I (Fri Jun 22 2012 - 08:11:21 EST)
- [PATCH v3 1/5] usb: musb: move work_struct(otg_notifier_work) from core to omap glue Kishon Vijay Abraham I (Fri Jun 22 2012 - 08:11:35 EST)
- [PATCH v3 4/5] usb: musb: omap: use devres API to allocate resources Kishon Vijay Abraham I (Fri Jun 22 2012 - 08:11:56 EST)
- [PATCH v3 2/5] usb: musb: twl: use mailbox API to send VBUS or ID events Kishon Vijay Abraham I (Fri Jun 22 2012 - 08:12:13 EST)
- [PATCH v3 5/5] drivers: usb: otg: twl: use devres API to allocate resources Kishon Vijay Abraham I (Fri Jun 22 2012 - 08:12:32 EST)
- Re: crypto: gpf on boot with linux-next Herbert Xu (Fri Jun 22 2012 - 08:24:07 EST)
- Re: boot hang on commit "PM / ACPI: Fix suspend/resume regressioncaused by cpuidle cleanup." Fengguang Wu (Fri Jun 22 2012 - 08:24:51 EST)
- Re: [PATCH 1/2] memcg: use existing function to judge root mem cgroup Michal Hocko (Fri Jun 22 2012 - 08:28:05 EST)
- Re: [PATCH 1/2] memcg: use existing function to judge root mem cgroup Johannes Weiner (Fri Jun 22 2012 - 08:29:14 EST)
- Re: [PATCH 2/2] memcg: cleanup typos in mem cgroup Michal Hocko (Fri Jun 22 2012 - 08:32:45 EST)
- Re: Kernel 3.3.8 breaks accidental ext3 mount of extended partition Jeff Moyer (Fri Jun 22 2012 - 08:33:39 EST)
- [PATCH 1/3] MFD: palmas fix regulator pdata missing Graeme Gregory (Fri Jun 22 2012 - 08:36:18 EST)
- [PATCH 0/1] Palmas Bugfixes Graeme Gregory (Fri Jun 22 2012 - 08:36:29 EST)
- [PATCH 3/3] REGULATOR: fix regmap offsets for enable/disable Graeme Gregory (Fri Jun 22 2012 - 08:36:39 EST)
- [PATCH 2/3] MFD: add missing hunk to change irq to clear on read Graeme Gregory (Fri Jun 22 2012 - 08:36:52 EST)
- Re: [PATCH] perf symbols: Follow .gnu_debuglink section to findseparate symbols Arnaldo Carvalho de Melo (Fri Jun 22 2012 - 08:39:35 EST)
- Re: [PATCH 5/8] perf symbols: Do not use ELF's symbol bindingconstants Arnaldo Carvalho de Melo (Fri Jun 22 2012 - 08:43:29 EST)
- deferring __fput() Mimi Zohar (Fri Jun 22 2012 - 08:47:03 EST)
- [PATCH V2] memcg: cleanup typos in mem cgroup Wanpeng Li (Fri Jun 22 2012 - 08:47:22 EST)
- [PATCH] Staging: comedi: fixed print_k coding style issue in acl7225b.c Daniel Lawrence (Fri Jun 22 2012 - 09:00:53 EST)
- RE: [PATCH 00/13] drivers: hv: kvp KY Srinivasan (Fri Jun 22 2012 - 09:07:23 EST)
- [PATCH 0/3] x86, UV: BAU additions and fixes Cliff Wickman (Fri Jun 22 2012 - 09:09:19 EST)
- [PATCH 1/3] x86: UV BAU destination timeout period Cliff Wickman (Fri Jun 22 2012 - 09:12:07 EST)
- [PATCH 2/3] x86: UV BAU runtime enable and disable Cliff Wickman (Fri Jun 22 2012 - 09:13:24 EST)
- [PATCH 3/3] x86: UV2 BAU hang workarounds Cliff Wickman (Fri Jun 22 2012 - 09:14:57 EST)
- [RFC PATCH v2 2/2] arm/dts: omap4: Add ocp2scp data Kishon Vijay Abraham I (Fri Jun 22 2012 - 09:16:17 EST)
- [RFC PATCH v2 0/2] omap: add ocp2scp as a misc driver Kishon Vijay Abraham I (Fri Jun 22 2012 - 09:16:26 EST)
- [RFC PATCH v2 1/2] drivers: misc: omap: add a new driver for ocp2scp Kishon Vijay Abraham I (Fri Jun 22 2012 - 09:16:27 EST)
- [PATCH] tty: keyboard.c: Remove locking from vt_get_leds. Christopher Brannon (Fri Jun 22 2012 - 09:24:30 EST)
- Re: [PATCH 00/13] drivers: hv: kvp Greg KH (Fri Jun 22 2012 - 09:25:47 EST)
- [PATCH] Atmel NAND ECC: Remove unaffected config option Richard Genoud (Fri Jun 22 2012 - 09:29:41 EST)
- Re: [PATCH] tty: keyboard.c: Remove locking from vt_get_leds. Alan Cox (Fri Jun 22 2012 - 09:31:06 EST)
- [RFC PATCH 00/10] omap: musb: Add device tree support Kishon Vijay Abraham I (Fri Jun 22 2012 - 09:32:41 EST)
- [RFC PATCH 02/10] arm/dts: omap: Add omap-usb2 dt data Kishon Vijay Abraham I (Fri Jun 22 2012 - 09:32:45 EST)
- [RFC PATCH 06/10] drivers: usb: twl4030: Add device tree support for twl4030 usb Kishon Vijay Abraham I (Fri Jun 22 2012 - 09:32:55 EST)
- [RFC PATCH 04/10] drivers: usb: twl6030: Add dt support for twl6030 usb Kishon Vijay Abraham I (Fri Jun 22 2012 - 09:33:04 EST)
- [RFC PATCH 10/10] arm: omap: phy: remove unused functions from omap-phy-internal.c Kishon Vijay Abraham I (Fri Jun 22 2012 - 09:33:16 EST)
- [RFC PATCH 03/10] drivers: usb: otg: make twl6030_usb as a comparator driver to omap_usb2 Kishon Vijay Abraham I (Fri Jun 22 2012 - 09:33:36 EST)
- [RFC PATCH 01/10] drivers: usb: otg: add a new driver for omap usb2 phy Kishon Vijay Abraham I (Fri Jun 22 2012 - 09:34:08 EST)
- [RFC PATCH 08/10] drivers: usb: musb: Add device tree support for omap musb glue Kishon Vijay Abraham I (Fri Jun 22 2012 - 09:34:24 EST)
- [RFC PATCH 09/10] arm/dts: omap: Add usb_otg and glue data Kishon Vijay Abraham I (Fri Jun 22 2012 - 09:34:39 EST)
- [RFC PATCH 07/10] arm/dts: Add twl4030-usb data Kishon Vijay Abraham I (Fri Jun 22 2012 - 09:35:33 EST)
- [RFC PATCH 05/10] arm/dts: Add twl6030-usb data Kishon Vijay Abraham I (Fri Jun 22 2012 - 09:35:58 EST)
- [GIT PULL] perf fixes Ingo Molnar (Fri Jun 22 2012 - 09:36:51 EST)
- Re: [PATCH Stable 3.4.x] HID: hid-multitouch: fix wrong protocoldetection Jiri Kosina (Fri Jun 22 2012 - 09:38:25 EST)
- Re: [PATCH] x86, cpufeature: Fix duplicate feature name "dts" H. Peter Anvin (Fri Jun 22 2012 - 09:39:01 EST)
- Re: Bug in net/ipv6/ip6_fib.c:fib6_dump_table() Josh Hunt (Fri Jun 22 2012 - 09:44:08 EST)
- RE: [vMCE design RFC] Xen vMCE design Liu, Jinsong (Fri Jun 22 2012 - 09:46:27 EST)
- New tty ldisc lockup on 3.5-rc3 Sasha Levin (Fri Jun 22 2012 - 09:57:50 EST)
- RE: [PATCH] sched: Folding nohz load accounting more accurate Peter Zijlstra (Fri Jun 22 2012 - 10:03:26 EST)
- Re: multi-second application stall in open() Vivek Goyal (Fri Jun 22 2012 - 10:12:18 EST)
- Re: [PATCH -mm v2 01/11] mm: track free size between VMAs in VMArbtree Rik van Riel (Fri Jun 22 2012 - 10:12:30 EST)
- Re: [PATCH -mm v2 01/11] mm: track free size between VMAs in VMArbtree Peter Zijlstra (Fri Jun 22 2012 - 10:14:48 EST)
- Re: multi-second application stall in open() Vivek Goyal (Fri Jun 22 2012 - 10:15:59 EST)
- Re: [PATCH v2] fs: introduce pipe-only dump mode suid_dumpable=3 Eric W. Biederman (Fri Jun 22 2012 - 10:21:38 EST)
- [PATCH] ima: use full pathnames in measurement list Mimi Zohar (Fri Jun 22 2012 - 10:24:31 EST)
- Re: [tip:x86/cleanups] x86/early_printk: Replace obsoletesimple_strtoul() usage with kstrtoint() Ingo Molnar (Fri Jun 22 2012 - 10:25:02 EST)
- Re: [PATCH -mm v2 01/11] mm: track free size between VMAs in VMArbtree Rik van Riel (Fri Jun 22 2012 - 10:26:30 EST)
- Re: [PATCH -mm v2 00/11] mm: scalable and unified arch_get_unmapped_area John Stoffel (Fri Jun 22 2012 - 10:29:38 EST)
- [PATCH 00/17] Swap-over-NBD without deadlocking V13 Mel Gorman (Fri Jun 22 2012 - 10:30:44 EST)
- [PATCH 03/16] mm: Introduce __GFP_MEMALLOC to allow access to emergency reserves Mel Gorman (Fri Jun 22 2012 - 10:30:46 EST)
- [PATCH 05/16] mm: Only set page->pfmemalloc when ALLOC_NO_WATERMARKS was used Mel Gorman (Fri Jun 22 2012 - 10:30:49 EST)
- [PATCH 08/16] netvm: Allow the use of __GFP_MEMALLOC by specific sockets Mel Gorman (Fri Jun 22 2012 - 10:30:56 EST)
- [PATCH 16/16] mm: Account for the number of times direct reclaimers get throttled Mel Gorman (Fri Jun 22 2012 - 10:31:09 EST)
- [PATCH 03/12] mm: Methods for teaching filesystems about PG_swapcache pages Mel Gorman (Fri Jun 22 2012 - 10:31:14 EST)
- [PATCH 06/12] mm: Add get_kernel_page[s] for pinning of kernel addresses for I/O Mel Gorman (Fri Jun 22 2012 - 10:31:22 EST)
- [RFC 1/4] remoteproc: Bugfix assign device address to carveout (noiommu) sjur . brandeland (Fri Jun 22 2012 - 10:31:26 EST)
- [RFC 4/4] remoteproc: Add driver for STE Modem sjur . brandeland (Fri Jun 22 2012 - 10:31:31 EST)
- [RFC 3/4] remoteproc: Add API (header file) for kicking STE modems sjur . brandeland (Fri Jun 22 2012 - 10:31:43 EST)
- [RFC 0/4] STE-modem remoteproc driver sjur . brandeland (Fri Jun 22 2012 - 10:32:08 EST)
- [RFC 2/4] remoteproc: Add custom STE-modem firmware loader. sjur . brandeland (Fri Jun 22 2012 - 10:32:23 EST)
- Re: mount stuck, khubd blocked Alan Stern (Fri Jun 22 2012 - 10:32:26 EST)
- [PATCH 12/12] Avoid dereferencing bd_disk during swap_entry_free for network storage Mel Gorman (Fri Jun 22 2012 - 10:33:03 EST)
- [PATCH 10/12] nfs: enable swap on NFS Mel Gorman (Fri Jun 22 2012 - 10:33:31 EST)
- Re: [PATCH 6/6] KVM: MMU: Avoid handling same rmap_pde inkvm_handle_hva_range() Takuya Yoshikawa (Fri Jun 22 2012 - 10:33:39 EST)
- [PATCH 11/12] nfs: Prevent page allocator recursions with swap over NFS. Mel Gorman (Fri Jun 22 2012 - 10:34:03 EST)
- [PATCH 07/12] mm: Add support for direct_IO to highmem pages Mel Gorman (Fri Jun 22 2012 - 10:34:27 EST)
- [PATCH 09/12] nfs: disable data cache revalidation for swapfiles Mel Gorman (Fri Jun 22 2012 - 10:34:42 EST)
- [PATCH 08/12] nfs: teach the NFS client how to treat PG_swapcache pages Mel Gorman (Fri Jun 22 2012 - 10:35:14 EST)
- [PATCH v3] tmpfs not interleaving properly Nathan Zimmer (Fri Jun 22 2012 - 10:35:42 EST)
- [PATCH 04/12] mm: Add support for a filesystem to activate swap files and use direct_IO for writing swap pages Mel Gorman (Fri Jun 22 2012 - 10:36:14 EST)
- [PATCH 05/12] mm: swap: Implement generic handler for swap_activate Mel Gorman (Fri Jun 22 2012 - 10:36:32 EST)
- [PATCH 02/12] selinux: tag avc cache alloc as non-critical Mel Gorman (Fri Jun 22 2012 - 10:37:00 EST)
- [RFC][PATCH] x86, efi: Handover Protocol Matt Fleming (Fri Jun 22 2012 - 10:37:29 EST)
- [PATCH 15/16] mm: Throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storage Mel Gorman (Fri Jun 22 2012 - 10:37:48 EST)
- [PATCH 01/12] netvm: Prevent a stream-specific deadlock Mel Gorman (Fri Jun 22 2012 - 10:37:51 EST)
- Re: [PATCH -mm v2 01/11] mm: track free size between VMAs in VMArbtree Peter Zijlstra (Fri Jun 22 2012 - 10:38:17 EST)
- [PATCH 00/12] Swap-over-NFS without deadlocking V7 Mel Gorman (Fri Jun 22 2012 - 10:38:35 EST)
- Re: New tty ldisc lockup on 3.5-rc3 Alan Cox (Fri Jun 22 2012 - 10:38:44 EST)
- [PATCH 14/16] nbd: Set SOCK_MEMALLOC for access to PFMEMALLOC reserves Mel Gorman (Fri Jun 22 2012 - 10:39:14 EST)
- [PATCH 12/16] netvm: Set PF_MEMALLOC as appropriate during SKB processing Mel Gorman (Fri Jun 22 2012 - 10:39:28 EST)
- Re: [PATCH v2] docs: block: update ioprio.txt Rob Landley (Fri Jun 22 2012 - 10:39:39 EST)
- [PATCH 13/16] mm: Micro-optimise slab to avoid a function call Mel Gorman (Fri Jun 22 2012 - 10:40:03 EST)
- [tip:x86/cleanups] Revert "x86/early_printk: Replace obsolete simple_strtoul() usage with kstrtoint()" tip-bot for Ingo Molnar (Fri Jun 22 2012 - 10:40:33 EST)
- [PATCH 11/16] netvm: Propagate page->pfmemalloc from skb_alloc_page to skb Mel Gorman (Fri Jun 22 2012 - 10:40:47 EST)
- [PATCH 10/16] netvm: Propagate page->pfmemalloc to skb Mel Gorman (Fri Jun 22 2012 - 10:41:17 EST)
- [PATCH 09/16] netvm: Allow skb allocation to use PFMEMALLOC reserves Mel Gorman (Fri Jun 22 2012 - 10:41:34 EST)
- [PATCH 07/16] net: Introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket Mel Gorman (Fri Jun 22 2012 - 10:41:56 EST)
- [PATCH 06/16] mm: Ignore mempolicies when using ALLOC_NO_WATERMARK Mel Gorman (Fri Jun 22 2012 - 10:42:31 EST)
- [PATCH] oprofile, perf: Use per-cpu framework Robert Richter (Fri Jun 22 2012 - 10:42:43 EST)
- [PATCH 04/16] mm: allow PF_MEMALLOC from softirq context Mel Gorman (Fri Jun 22 2012 - 10:43:13 EST)
- [PATCH 02/16] mm: slub: Optimise the SLUB fast path to avoid pfmemalloc checks Mel Gorman (Fri Jun 22 2012 - 10:43:50 EST)
- [PATCH 01/16] mm: sl[au]b: Add knowledge of PFMEMALLOC reserve pages Mel Gorman (Fri Jun 22 2012 - 10:44:12 EST)
- [PATCH] dm thin: reinstate missing mempool_free incell_release_singleton Mike Snitzer (Fri Jun 22 2012 - 11:00:21 EST)
- Re: [PATCH -mm v2 00/11] mm: scalable and unifiedarch_get_unmapped_area Johannes Weiner (Fri Jun 22 2012 - 11:02:25 EST)
- Re: [PATCH V2] memcg: cleanup typos in mem cgroup Michal Hocko (Fri Jun 22 2012 - 11:04:01 EST)
- Re: [RFC/PATCHSET 0/8] perf tools: Minimal build without libelfdependency (v2) Namhyung Kim (Fri Jun 22 2012 - 11:05:13 EST)
- RE: [vMCE design RFC] Xen vMCE design Jan Beulich (Fri Jun 22 2012 - 11:06:14 EST)
- Re: [RFC][PATCH] sched: Fix race in task_group() Stefan Bader (Fri Jun 22 2012 - 11:06:58 EST)
- [PATCH] dma: tegra: use sg_dma_address() for getting dma buffer address Laxman Dewangan (Fri Jun 22 2012 - 11:12:08 EST)
- Re: [PATCH] kvm: handle last_boosted_vcpu = 0 case Andrew Jones (Fri Jun 22 2012 - 11:12:41 EST)
- Re: [RFC][PATCH] sched: Fix race in task_group() Peter Zijlstra (Fri Jun 22 2012 - 11:15:12 EST)
- Re: [PATCH] dm thin: reinstate missing mempool_free incell_release_singleton Greg KH (Fri Jun 22 2012 - 11:16:50 EST)
- Re: [RFC/PATCHSET 0/8] perf tools: Minimal build without libelf dependency(v2) David Ahern (Fri Jun 22 2012 - 11:18:33 EST)
- Re: [PATCH 5/8] perf symbols: Do not use ELF's symbol bindingconstants Namhyung Kim (Fri Jun 22 2012 - 11:19:05 EST)
- [PATCH 01/12] f81232: correct stubbed termios handler Alan Cox (Fri Jun 22 2012 - 11:20:44 EST)
- RE: [vMCE design RFC] Xen vMCE design Luck, Tony (Fri Jun 22 2012 - 11:21:50 EST)
- [PATCH 02/12] usb: fix sillies in the metro USB driver Alan Cox (Fri Jun 22 2012 - 11:22:47 EST)
- Re: printk behavioral regression Jan Beulich (Fri Jun 22 2012 - 11:23:26 EST)
- [PATCH 03/12] tty: note race we need to fix Alan Cox (Fri Jun 22 2012 - 11:24:28 EST)
- [PATCH tip/core/rcu 06/22] rcu: Move _rcu_barrier()'s rcu_head structures to rcu_data structures Paul E. McKenney (Fri Jun 22 2012 - 11:25:06 EST)
- [PATCH tip/core/rcu 21/22] rcu: Allow RCU grace-period cleanup to be preempted Paul E. McKenney (Fri Jun 22 2012 - 11:25:28 EST)
- [PATCH tip/core/rcu 02/22] rcu: Four-level hierarchy is no longer experimental Paul E. McKenney (Fri Jun 22 2012 - 11:25:31 EST)
- [PATCH tip/core/rcu 11/22] rcu: Increase rcu_barrier() concurrency Paul E. McKenney (Fri Jun 22 2012 - 11:25:37 EST)
- [PATCH tip/core/rcu 09/22] rcu: Move rcu_barrier_mutex to rcu_state structure Paul E. McKenney (Fri Jun 22 2012 - 11:25:46 EST)
- [PATCH tip/core/rcu 01/22] rcu: Control RCU_FANOUT_LEAF from boot-time parameter Paul E. McKenney (Fri Jun 22 2012 - 11:25:54 EST)
- [PATCH tip/core/rcu 10/22] rcu: Remove needless initialization Paul E. McKenney (Fri Jun 22 2012 - 11:26:03 EST)
- [PATCH tip/core/rcu 08/22] rcu: Move rcu_barrier_completion to rcu_state structure Paul E. McKenney (Fri Jun 22 2012 - 11:26:14 EST)
- [PATCH tip/core/rcu 03/22] rcu: Size rcu_node tree from nr_cpu_ids rather than NR_CPUS Paul E. McKenney (Fri Jun 22 2012 - 11:26:21 EST)
- [PATCH tip/core/rcu 20/22] rcu: Move RCU grace-period cleanup into kthread Paul E. McKenney (Fri Jun 22 2012 - 11:26:29 EST)
- [PATCH tip/core/rcu 22/22] rcu: Prevent offline CPUs from executing RCU core code Paul E. McKenney (Fri Jun 22 2012 - 11:26:30 EST)
- [PATCH 04/12] gpio-sch: Fix resource leak Alan Cox (Fri Jun 22 2012 - 11:26:39 EST)
- [PATCH tip/core/rcu 0/22] v2 Improvements to rcu_barrier() and RTresponse on big systems Paul E. McKenney (Fri Jun 22 2012 - 11:27:08 EST)
- [PATCH 05/12] kobil_sct: Fix some bogus tty handling Alan Cox (Fri Jun 22 2012 - 11:27:23 EST)
- Re: dm thin: reinstate missing mempool_free in cell_release_singleton Mike Snitzer (Fri Jun 22 2012 - 11:27:34 EST)
- [PATCH 06/12] 8250: use the 8250 register interface not the legacy one Alan Cox (Fri Jun 22 2012 - 11:27:51 EST)
- [PATCH 07/12] 8250: propogate the bugs field Alan Cox (Fri Jun 22 2012 - 11:28:12 EST)
- [PATCH 08/12] 8250: add support for ASIX devices with a FIFO bug Alan Cox (Fri Jun 22 2012 - 11:28:28 EST)
- [PATCH tip/core/rcu 17/22] rcu: RCU_SAVE_DYNTICK code no longer ever dead Paul E. McKenney (Fri Jun 22 2012 - 11:28:51 EST)
- [PATCH 09/12] commit 22126843cb3c2a782c2d52614486115f3e9db478 Alan Cox (Fri Jun 22 2012 - 11:29:05 EST)
- [PATCH tip/core/rcu 13/22] rcu: Add rcu_barrier() statistics to debugfs tracing Paul E. McKenney (Fri Jun 22 2012 - 11:29:36 EST)
- RE: [vMCE design RFC] Xen vMCE design Luck, Tony (Fri Jun 22 2012 - 11:29:42 EST)
- Re: [PATCH 5/8] perf symbols: Do not use ELF's symbol bindingconstants Arnaldo Carvalho de Melo (Fri Jun 22 2012 - 11:29:51 EST)
- Re: [RFC/PATCHSET 0/8] perf tools: Minimal build without libelfdependency (v2) Namhyung Kim (Fri Jun 22 2012 - 11:30:08 EST)
- [PATCH 10/12] tty: tidy up the RESET_TERMIOS case Alan Cox (Fri Jun 22 2012 - 11:30:17 EST)
- [PATCH 11/12] vt: fix the keyboard/led locking Alan Cox (Fri Jun 22 2012 - 11:30:38 EST)
- Re: [PATCH v2] fs: introduce pipe-only dump mode suid_dumpable=3 Kees Cook (Fri Jun 22 2012 - 11:30:40 EST)
- [PATCH tip/core/rcu 05/22] rcu: Place pointer to call_rcu() in rcu_data structure Paul E. McKenney (Fri Jun 22 2012 - 11:31:28 EST)
- [PATCH tip/core/rcu 19/22] rcu: Allow RCU grace-period initialization to be preempted Paul E. McKenney (Fri Jun 22 2012 - 11:31:43 EST)
- [PATCH 12/12] tty: move the handling of the tty release logic Alan Cox (Fri Jun 22 2012 - 11:31:59 EST)
- [PATCH tip/core/rcu 18/22] rcu: Move RCU grace-period initialization into a kthread Paul E. McKenney (Fri Jun 22 2012 - 11:32:21 EST)
- Re: [RFC/PATCHSET 0/8] perf tools: Minimal build without libelfdependency (v2) Arnaldo Carvalho de Melo (Fri Jun 22 2012 - 11:32:34 EST)
- [PATCH tip/core/rcu 16/22] rcu: Use for_each_rcu_flavor() in TREE_RCU tracing Paul E. McKenney (Fri Jun 22 2012 - 11:33:01 EST)
- [PATCH tip/core/rcu 04/22] rcu: Prevent excessive line length in RCU_STATE_INITIALIZER() Paul E. McKenney (Fri Jun 22 2012 - 11:33:15 EST)
- [PATCH tip/core/rcu 07/22] rcu: Move rcu_barrier_cpu_count to rcu_state structure Paul E. McKenney (Fri Jun 22 2012 - 11:33:21 EST)
- Re: MMC: commit dba3c29 ruins mmc card data on beagle-xm revB T Krishnamoorthy, Balaji (Fri Jun 22 2012 - 11:33:27 EST)
- [PATCH tip/core/rcu 12/22] rcu: Add tracing for _rcu_barrier() Paul E. McKenney (Fri Jun 22 2012 - 11:33:52 EST)
- [PATCH tip/core/rcu 14/22] rcu: Remove unneeded __rcu_process_callbacks() argument Paul E. McKenney (Fri Jun 22 2012 - 11:34:08 EST)
- [PATCH tip/core/rcu 15/22] rcu: Introduce for_each_rcu_flavor() and use it Paul E. McKenney (Fri Jun 22 2012 - 11:34:22 EST)
- [PATCH tip/core/rcu 17/17] rcu: Add check for CPUs going offline with callbacks queued Paul E. McKenney (Fri Jun 22 2012 - 11:35:20 EST)
- [PATCH tip/core/rcu 10/17] rcu: Remove function versions of __kfree_rcu and __is_kfree_rcu_offset Paul E. McKenney (Fri Jun 22 2012 - 11:35:26 EST)
- [PATCH tip/core/rcu 07/17] key: Remove extraneous parentheses from rcu_assign_keypointer() Paul E. McKenney (Fri Jun 22 2012 - 11:35:28 EST)
- [PATCH tip/core/rcu 02/17] rcu: Consolidate duplicate callback-list initialization Paul E. McKenney (Fri Jun 22 2012 - 11:35:33 EST)
- [PATCH tip/core/rcu 08/17] rcu: Remove return value from rcu_assign_pointer() Paul E. McKenney (Fri Jun 22 2012 - 11:35:37 EST)
- Re: [RFC/PATCHSET 0/8] perf tools: Minimal build without libelf dependency(v2) David Ahern (Fri Jun 22 2012 - 11:35:44 EST)
- [PATCH tip/core/rcu 16/17] rcu: Disable preemption in rcu_blocking_is_gp() Paul E. McKenney (Fri Jun 22 2012 - 11:35:50 EST)
- [PATCH tip/core/rcu 15/17] Prevent uninitialized string in RCU stall info Paul E. McKenney (Fri Jun 22 2012 - 11:36:05 EST)
- [PATCH tip/core/rcu 05/17] rcu: Use new RCU_POINTER_INITIALIZER for gcc-style initializations Paul E. McKenney (Fri Jun 22 2012 - 11:36:24 EST)
- [PATCH tip/core/rcu 09/17] rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementations Paul E. McKenney (Fri Jun 22 2012 - 11:36:32 EST)
- [PATCH tip/core/rcu 0/17] v2 Fixups for 3.6 Paul E. McKenney (Fri Jun 22 2012 - 11:36:42 EST)
- [PATCH tip/core/rcu 06/17] rcu: Remove return value from RCU_INIT_POINTER() Paul E. McKenney (Fri Jun 22 2012 - 11:36:45 EST)
- Re: [PATCH 09/12] commit 22126843cb3c2a782c2d52614486115f3e9db478 Greg KH (Fri Jun 22 2012 - 11:37:03 EST)
- [PATCH tip/core/rcu 01/17] rcu: Fix detection of abruptly-ending stall Paul E. McKenney (Fri Jun 22 2012 - 11:37:38 EST)
- [PATCH tip/core/rcu 13/17] rcu: Split RCU core processing out of __call_rcu() Paul E. McKenney (Fri Jun 22 2012 - 11:37:49 EST)
- [PATCH tip/core/rcu 12/17] rcu: Prevent __call_rcu() from invoking RCU core on offline CPUs Paul E. McKenney (Fri Jun 22 2012 - 11:38:22 EST)
- [PATCH tip/core/rcu 03/17] rcu: Add ACCESS_ONCE() to ->qlen accesses Paul E. McKenney (Fri Jun 22 2012 - 11:38:32 EST)
- [PATCH tip/core/rcu 11/17] rcu: Make __call_rcu() handle invocation from idle Paul E. McKenney (Fri Jun 22 2012 - 11:38:47 EST)
- RCU hangs in latest linux-next Sasha Levin (Fri Jun 22 2012 - 11:39:17 EST)
- [PATCH tip/core/rcu 04/17] rcu: Add a gcc-style structure initializer for RCU pointers Paul E. McKenney (Fri Jun 22 2012 - 11:39:48 EST)
- [PATCH] syslog: fill buffer with more than a single messagefor SYSLOG_ACTION_READ Jan Beulich (Fri Jun 22 2012 - 11:40:08 EST)
- [PATCH tip/core/rcu 14/17] rcu: Fix rcu_is_cpu_idle() #ifdef in TINY_RCU Paul E. McKenney (Fri Jun 22 2012 - 11:40:21 EST)
- Re: [PATCH -mm v2 01/11] mm: track free size between VMAs in VMArbtree Rik van Riel (Fri Jun 22 2012 - 11:41:39 EST)
- [PATCH tip/core/urgent] rcu: Stop rcu_do_batch() from multiplexingthe "count" variable Paul E. McKenney (Fri Jun 22 2012 - 11:45:03 EST)
- Re: [PATCH -v2 1/2] x86, microcode: Sanitize per-cpu microcodereloading interface Peter Zijlstra (Fri Jun 22 2012 - 11:47:10 EST)
- RE: [vMCE design RFC] Xen vMCE design Jan Beulich (Fri Jun 22 2012 - 11:47:59 EST)
- RE: [vMCE design RFC] Xen vMCE design Jan Beulich (Fri Jun 22 2012 - 11:54:27 EST)
- Re: [PATCH 4/4] perf, x86: Improve debug output in check_hw_exists() Peter Zijlstra (Fri Jun 22 2012 - 11:54:32 EST)
- Re: [PATCH tip/core/rcu 05/17] rcu: Use new RCU_POINTER_INITIALIZER for gcc-style initializations David Howells (Fri Jun 22 2012 - 12:03:40 EST)
- Re: [PATCH tip/core/rcu 04/17] rcu: Add a gcc-style structure initializer for RCU pointers David Howells (Fri Jun 22 2012 - 12:03:40 EST)
- Re: [PATCH tip/core/rcu 07/17] key: Remove extraneous parentheses from rcu_assign_keypointer() David Howells (Fri Jun 22 2012 - 12:05:30 EST)
- Re: RCU hangs in latest linux-next Ming Lei (Fri Jun 22 2012 - 12:05:55 EST)
- Re: [PATCH tip/core/rcu 06/17] rcu: Remove return value from RCU_INIT_POINTER() David Howells (Fri Jun 22 2012 - 12:07:41 EST)
- [PATCH] grvga: Fix error handling issues Emil Goode (Fri Jun 22 2012 - 12:09:37 EST)
- Re: [PATCH] grvga: Fix error handling issues Julia Lawall (Fri Jun 22 2012 - 12:12:10 EST)
- [PATCH WIP 0/6] xen/arm: PV console support Stefano Stabellini (Fri Jun 22 2012 - 12:13:29 EST)
- Re: [RFC/PATCHSET 0/8] perf tools: Minimal build without libelfdependency (v2) Arnaldo Carvalho de Melo (Fri Jun 22 2012 - 12:14:50 EST)
- [PATCH WIP 2/6] xen/arm: Introduce xen_guest_init Stefano Stabellini (Fri Jun 22 2012 - 12:15:13 EST)
- [PATCH WIP 1/6] xen/arm: fix the shared_info and vcpu_info structs Stefano Stabellini (Fri Jun 22 2012 - 12:15:30 EST)
- [PATCH WIP 4/6] xen/arm: implement hvm_op Stefano Stabellini (Fri Jun 22 2012 - 12:15:42 EST)
- [PATCH WIP 3/6] xen/arm: get privilege status Stefano Stabellini (Fri Jun 22 2012 - 12:15:59 EST)
- What do u think about spontaneous meetings?) Tomiko Wiersma (Fri Jun 22 2012 - 12:16:01 EST)
- [PATCH WIP 6/6] xen/arm: enable evtchn irqs Stefano Stabellini (Fri Jun 22 2012 - 12:16:29 EST)
- [PATCH WIP 5/6] xen: fix unmask_evtchn for HVM guests Stefano Stabellini (Fri Jun 22 2012 - 12:16:41 EST)
- RE: [PATCH] Staging: comedi: fixed print_k coding style issue inacl7225b.c H Hartley Sweeten (Fri Jun 22 2012 - 12:16:53 EST)
- Re: [PATCH] grvga: Fix error handling issues Emil Goode (Fri Jun 22 2012 - 12:18:51 EST)
- RE: [vMCE design RFC] Xen vMCE design Luck, Tony (Fri Jun 22 2012 - 12:21:14 EST)
- Re: [PATCH] grvga: Fix error handling issues Julia Lawall (Fri Jun 22 2012 - 12:21:25 EST)
- Re: [RFC/PATCHSET 0/8] perf tools: Minimal build without libelf dependency(v2) David Ahern (Fri Jun 22 2012 - 12:24:11 EST)
- [PATCH] xen/events: fix unmask_evtchn for PV on HVM guests Stefano Stabellini (Fri Jun 22 2012 - 12:26:25 EST)
- Re: [PATCH] dm thin: reinstate missing mempool_free incell_release_singleton Touko Korpela (Fri Jun 22 2012 - 12:31:09 EST)
- Re: [PATCH] usb: host: xhci: Compliance Mode port recovery Sarah Sharp (Fri Jun 22 2012 - 12:32:11 EST)
- Re: [PATCH 4/4] perf, x86: Improve debug output in check_hw_exists() Robert Richter (Fri Jun 22 2012 - 12:36:55 EST)
- [GIT PULL] XFS update for 3.5-rc4 Ben Myers (Fri Jun 22 2012 - 12:37:22 EST)
- [PATCH] HID: magicmouse: Correct report range of major / minor axes Yufeng Shen (Fri Jun 22 2012 - 12:39:20 EST)
- Re: RCU hangs in latest linux-next Paul E. McKenney (Fri Jun 22 2012 - 12:39:32 EST)
- Re: [PATCH] usb: host: xhci: Compliance Mode port recovery Sarah Sharp (Fri Jun 22 2012 - 12:44:18 EST)
- Re: [PATCH] usb: host: xhci: Compliance Mode port recovery Greg KH (Fri Jun 22 2012 - 12:47:05 EST)
- Re: [PATCH] dm thin: reinstate missing mempool_free incell_release_singleton Greg KH (Fri Jun 22 2012 - 12:48:43 EST)
- Re: [PATCH 09/12] commit 22126843cb3c2a782c2d52614486115f3e9db478 Alan Cox (Fri Jun 22 2012 - 13:00:43 EST)
- Re: [PATCH 1/2] dma: tegra: set DMA_CYCLIC capability Stephen Warren (Fri Jun 22 2012 - 13:09:30 EST)
- Re: [PATCH 2/2] dma: tegra: do not set transfer desc flag to DMA_CTRL_ACKin cyclic mode Stephen Warren (Fri Jun 22 2012 - 13:10:22 EST)
- Re: [PATCH] dma: tegra: use sg_dma_address() for getting dma bufferaddress Stephen Warren (Fri Jun 22 2012 - 13:12:44 EST)
- [PATCH] Power 7+, OProfile: reject samples if marked event andthe SIAR valid bit is not set. Carl E. Love (Fri Jun 22 2012 - 13:20:08 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Nix (Fri Jun 22 2012 - 13:25:17 EST)
- Re: [PATCH RESEND] of: add const to struct of_device_id.data Arnd Bergmann (Fri Jun 22 2012 - 13:26:21 EST)
- Re: mmotm 2012-06-21-16-20 uploaded (dm-thin) Randy Dunlap (Fri Jun 22 2012 - 13:26:28 EST)
- Re: linux-next: Tree for Jun 21 (netfilter) Randy Dunlap (Fri Jun 22 2012 - 13:27:57 EST)
- Re: SNB PCI root information Yinghai Lu (Fri Jun 22 2012 - 13:28:52 EST)
- Re: [PATCH] pinctrl: Add one-register-per-pin type device tree basedpinctrl driver Stephen Warren (Fri Jun 22 2012 - 13:32:47 EST)
- Re: [PATCH 12/35] autonuma: CPU follow memory algorithm Andrea Arcangeli (Fri Jun 22 2012 - 13:37:21 EST)
- Re: [PATCH 1/3] eCryptfs: Gracefully refuse miscdev file ops oninherited/passed files Sasha Levin (Fri Jun 22 2012 - 13:48:25 EST)
- [PATCH 1/1] sched: unthrottle rt runqueues in __disable_runtime() Peter Boonstoppel (Fri Jun 22 2012 - 13:49:41 EST)
- [PATCH] Taint kernel when lve module is loaded Matthew Garrett (Fri Jun 22 2012 - 13:50:12 EST)
- hi sara william (Fri Jun 22 2012 - 13:52:52 EST)
- Re: [PATCH] MIPS: fix bug.h MIPS build regression David Daney (Fri Jun 22 2012 - 13:54:10 EST)
- Re: [PATCH 1/3] eCryptfs: Gracefully refuse miscdev file ops oninherited/passed files Tyler Hicks (Fri Jun 22 2012 - 13:58:11 EST)
- Re: [PATCH 00/35] AutoNUMA alpha14 Andrea Arcangeli (Fri Jun 22 2012 - 13:58:18 EST)
- Re: [PATCH UPDATED] block: In blk_execute_rq_nowait, init rq->end_iobefore checking for dead queue. Muthu Kumar (Fri Jun 22 2012 - 14:05:26 EST)
- Re: [PATCH] x86, cpufeature: Fix duplicate feature name "dts" H. Peter Anvin (Fri Jun 22 2012 - 14:07:08 EST)
- Re: [GIT PULL] perf fixes Linus Torvalds (Fri Jun 22 2012 - 14:07:22 EST)
- Re: Bug in net/ipv6/ip6_fib.c:fib6_dump_table() Eric Dumazet (Fri Jun 22 2012 - 14:13:12 EST)
- Re: Early boot panic on machine with lots of memory Yinghai Lu (Fri Jun 22 2012 - 14:15:10 EST)
- Re: 2012 Kernel Summit: Call for Participation: 2nd CALL Tejun Heo (Fri Jun 22 2012 - 14:18:52 EST)
- Re: [Bug 41622] [REGRESSION][BISECTED] Notebook crashes upondetecting the PCI subsystem with kernels >= 2.6.24-rc7 Linus Torvalds (Fri Jun 22 2012 - 14:21:14 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system H. Peter Anvin (Fri Jun 22 2012 - 14:23:37 EST)
- [PATCH 1/3] slub: prefetch next freelist pointer in __slab_alloc() Joonsoo Kim (Fri Jun 22 2012 - 14:24:07 EST)
- [PATCH 2/3] slub: reduce failure of this_cpu_cmpxchg in put_cpu_partial() after unfreezing Joonsoo Kim (Fri Jun 22 2012 - 14:24:09 EST)
- [PATCH 3/3] slub: release a lock if freeing object with a lock is failed in __slab_free() Joonsoo Kim (Fri Jun 22 2012 - 14:24:12 EST)
- Re: [PATCH 4/4] slub: deactivate freelist of kmem_cache_cpu all atonce in deactivate_slab() JoonSoo Kim (Fri Jun 22 2012 - 14:34:30 EST)
- [PATCH v2] perf symbols: Follow .gnu_debuglink section to find separatesymbols Pierre-Loup A. Griffais (Fri Jun 22 2012 - 14:38:36 EST)
- Re: [PATCH v5 0/13] SATA ZPODD support Jeff Garzik (Fri Jun 22 2012 - 14:41:31 EST)
- Re: [PATCH] Taint kernel when lve module is loaded Greg KH (Fri Jun 22 2012 - 14:43:59 EST)
- [PATCH 1/3 v2] slub: prefetch next freelist pointer in __slab_alloc() Joonsoo Kim (Fri Jun 22 2012 - 14:46:45 EST)
- Re: [GIT PULL] perf fixes Hagen Paul Pfeifer (Fri Jun 22 2012 - 14:48:45 EST)
- [PATCH] tracing: Fix crash due to uninitialized new_pages list head Vaibhav Nagarnaik (Fri Jun 22 2012 - 14:50:09 EST)
- Re: [GIT PULL] perf fixes Steven Rostedt (Fri Jun 22 2012 - 14:50:39 EST)
- Re: Early boot panic on machine with lots of memory Tejun Heo (Fri Jun 22 2012 - 14:51:13 EST)
- Re: [PATCH] Taint kernel when lve module is loaded Matthew Garrett (Fri Jun 22 2012 - 14:51:39 EST)
- Re: [GIT PULL] perf fixes Linus Torvalds (Fri Jun 22 2012 - 14:53:02 EST)
- Re: [PATCH] x86, cpufeature: Fix duplicate feature name "dts" Guenter Roeck (Fri Jun 22 2012 - 14:53:34 EST)
- Re: [PATCH] tracing: Fix crash due to uninitialized new_pages list head Vaibhav Nagarnaik (Fri Jun 22 2012 - 14:55:11 EST)
- RE: [PATCH 00/13] drivers: hv: kvp KY Srinivasan (Fri Jun 22 2012 - 14:55:22 EST)
- Re: [PATCH] regulator: core: Allow multiple requests of a singlesupply mapping Liam Girdwood (Fri Jun 22 2012 - 14:55:54 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system H. Peter Anvin (Fri Jun 22 2012 - 14:59:43 EST)
- Re: Linux 2.6.32.55 Jiri Slaby (Fri Jun 22 2012 - 15:04:04 EST)
- Re: [GIT PULL] perf fixes Hagen Paul Pfeifer (Fri Jun 22 2012 - 15:06:29 EST)
- Re: [PATCH] Taint kernel when lve module is loaded richard -rw- weinberger (Fri Jun 22 2012 - 15:09:19 EST)
- Re: [PATCH] Taint kernel when lve module is loaded Greg KH (Fri Jun 22 2012 - 15:22:29 EST)
- Re: Early boot panic on machine with lots of memory Yinghai Lu (Fri Jun 22 2012 - 15:23:19 EST)
- [PATCH v3] fs: introduce pipe-only dump mode suid_dumpable=3 Kees Cook (Fri Jun 22 2012 - 15:24:54 EST)
- Linux 3.4.4 Greg KH (Fri Jun 22 2012 - 15:25:16 EST)
- Re: Linux 3.4.4 Greg KH (Fri Jun 22 2012 - 15:25:31 EST)
- Linux 3.0.36 Greg KH (Fri Jun 22 2012 - 15:25:51 EST)
- Re: Linux 3.0.36 Greg KH (Fri Jun 22 2012 - 15:26:01 EST)
- Re: Early boot panic on machine with lots of memory Tejun Heo (Fri Jun 22 2012 - 15:29:18 EST)
- big allocation failure during tracing init. Dave Jones (Fri Jun 22 2012 - 15:36:59 EST)
- Re: Linux 2.6.32.55 Willy Tarreau (Fri Jun 22 2012 - 15:38:12 EST)
- Re: Linux 2.6.32.55 Greg KH (Fri Jun 22 2012 - 15:38:24 EST)
- Re: [PATCH] perf report: delay sample_type checks in pipe mode David Ahern (Fri Jun 22 2012 - 15:38:34 EST)
- Re: [PATCH] Taint kernel when lve module is loaded Greg KH (Fri Jun 22 2012 - 15:40:13 EST)
- Re: [PATCH] Taint kernel when lve module is loaded Greg KH (Fri Jun 22 2012 - 15:43:11 EST)
- Re: [PATCH 1/1 v4] leds: Add LED driver for lm3556 chip Rob Landley (Fri Jun 22 2012 - 15:47:05 EST)
- Re: [PATCH tip/core/urgent] rcu: Stop rcu_do_batch() frommultiplexing the "count" variable Josh Triplett (Fri Jun 22 2012 - 15:52:22 EST)
- Re: [Bug 41622] [REGRESSION][BISECTED] Notebook crashes upondetecting the PCI subsystem with kernels >= 2.6.24-rc7 Bjorn Helgaas (Fri Jun 22 2012 - 15:53:03 EST)
- Re: [GIT PULL] perf fixes Steven Rostedt (Fri Jun 22 2012 - 15:54:57 EST)
- Re: [PATCH v3] fs: introduce pipe-only dump mode suid_dumpable=3 Andrew Morton (Fri Jun 22 2012 - 15:55:49 EST)
- Re: Early boot panic on machine with lots of memory Yinghai Lu (Fri Jun 22 2012 - 16:01:39 EST)
- Re: multi-second application stall in open() Josh Hunt (Fri Jun 22 2012 - 16:05:46 EST)
- [GIT PULL] Ceph fixes for -rc4 Sage Weil (Fri Jun 22 2012 - 16:12:18 EST)
- Re: [PATCH 2/2] mm: compaction: add /proc/vmstat entry for rescuedMIGRATE_UNMOVABLE pageblocks Andrew Morton (Fri Jun 22 2012 - 16:12:50 EST)
- Re: Early boot panic on machine with lots of memory Tejun Heo (Fri Jun 22 2012 - 16:14:29 EST)
- Re: [PATCH] mm: clear pages_scanned only if draining a pcp addspages to the buddy allocator again Andrew Morton (Fri Jun 22 2012 - 16:19:04 EST)
- Re: multi-second application stall in open() Josh Hunt (Fri Jun 22 2012 - 16:22:03 EST)
- Re: Early boot panic on machine with lots of memory Yinghai Lu (Fri Jun 22 2012 - 16:23:05 EST)
- pull request: wireless 2012-06-22 John W. Linville (Fri Jun 22 2012 - 16:33:28 EST)
- Re: SNB PCI root information Brice Goglin (Fri Jun 22 2012 - 16:38:13 EST)
- [tip:x86/urgent] x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERM tip-bot for H. Peter Anvin (Fri Jun 22 2012 - 16:38:39 EST)
- [tip:x86/urgent] x86, cpufeature: Catch duplicate CPU feature strings tip-bot for H. Peter Anvin (Fri Jun 22 2012 - 16:39:25 EST)
- Re: SNB PCI root information Yinghai Lu (Fri Jun 22 2012 - 16:41:30 EST)
- Re: multi-second application stall in open() Vivek Goyal (Fri Jun 22 2012 - 16:42:07 EST)
- Re: [PATCH] ring-buffer: fix uninitialized read_stamp David Sharp (Fri Jun 22 2012 - 16:51:11 EST)
- Re: multi-second application stall in open() Josh Hunt (Fri Jun 22 2012 - 16:53:03 EST)
- rpc_pipefs kernel panic kernel 3.4.3 Bernard Pidoux (Fri Jun 22 2012 - 16:53:12 EST)
- Re: [PATCH] reboot: disable nonboot CPUs Andrew Morton (Fri Jun 22 2012 - 16:57:02 EST)
- Re: multi-second application stall in open() Josh Hunt (Fri Jun 22 2012 - 16:57:42 EST)
- Re: [PATCH] kvm: handle last_boosted_vcpu = 0 case Raghavendra K T (Fri Jun 22 2012 - 17:02:35 EST)
- Re: [patch v2] mm, thp: print useful information when mmap_sem isunlocked in zap_pmd_range David Rientjes (Fri Jun 22 2012 - 17:06:37 EST)
- Re: [PATCH v3] fs: introduce pipe-only dump mode suid_dumpable=3 Kees Cook (Fri Jun 22 2012 - 17:09:26 EST)
- Re: Linux 2.6.32.55 Jiri Slaby (Fri Jun 22 2012 - 17:10:25 EST)
- Re: [PATCH] mm: clear pages_scanned only if draining a pcp adds pagesto the buddy allocator again KOSAKI Motohiro (Fri Jun 22 2012 - 17:11:14 EST)
- Re: Bug in net/ipv6/ip6_fib.c:fib6_dump_table() Debabrata Banerjee (Fri Jun 22 2012 - 17:12:04 EST)
- [PATCH] printk: fix regression in SYSLOG_ACTION_CLEAR Alan Stern (Fri Jun 22 2012 - 17:12:15 EST)
- Re: [PATCH v2 1/2] msync: support syncing a small part of the file Andrew Morton (Fri Jun 22 2012 - 17:12:49 EST)
- Re: [PATCH] reboot: disable nonboot CPUs Cyrill Gorcunov (Fri Jun 22 2012 - 17:13:19 EST)
- Re: Linux 2.6.32.55 Willy Tarreau (Fri Jun 22 2012 - 17:18:28 EST)
- Re: [PATCH v2 2/2] msync: start async writeout when MS_ASYNC Andrew Morton (Fri Jun 22 2012 - 17:26:29 EST)
- Re: crash in filesytem during reboot . (and proposed patch) Andrew Morton (Fri Jun 22 2012 - 17:29:31 EST)
- Re: Linux 2.6.32.55 Jiri Slaby (Fri Jun 22 2012 - 17:33:28 EST)
- Re: multi-second application stall in open() Josh Hunt (Fri Jun 22 2012 - 17:34:04 EST)
- Re: [PATCH v3] fs: introduce pipe-only dump mode suid_dumpable=3 Andrew Morton (Fri Jun 22 2012 - 17:34:34 EST)
- Re: [PATCH] mm: clear pages_scanned only if draining a pcp addspages to the buddy allocator again Andrew Morton (Fri Jun 22 2012 - 17:39:08 EST)
- Re: [set5 PATCH 2/6] async: make async_synchronize_full() flush allwork regardless of domain Eldad Zack (Fri Jun 22 2012 - 17:40:28 EST)
- [patch 3.5-rc3] mm, oom: fix potential killing of thread that isdisabled from oom killing David Rientjes (Fri Jun 22 2012 - 17:44:31 EST)
- Re: [PATCH -mm v2 00/11] mm: scalable and unifiedarch_get_unmapped_area Andrew Morton (Fri Jun 22 2012 - 17:47:10 EST)
- Re: [PATCH v3] fs: introduce pipe-only dump mode suid_dumpable=3 Kees Cook (Fri Jun 22 2012 - 17:51:54 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Andrew Morton (Fri Jun 22 2012 - 17:54:01 EST)
- Re: [PATCH v3] fs: introduce pipe-only dump mode suid_dumpable=3 Andrew Morton (Fri Jun 22 2012 - 17:57:09 EST)
- [PATCH v2] x86, mm: only wait for flushes from online cpus Mandeep Singh Baines (Fri Jun 22 2012 - 18:06:25 EST)
- Re: [PATCH v3] fs: introduce pipe-only dump mode suid_dumpable=3 Kees Cook (Fri Jun 22 2012 - 18:07:41 EST)
- Re: [PATCH -V9 11/15] hugetlb/cgroup: Add charge/uncharge routinesfor hugetlb cgroup Andrew Morton (Fri Jun 22 2012 - 18:11:17 EST)
- Re: [PATCH -v6 0/4] PCIe, PM, Add PCIe runtime D3cold support Bjorn Helgaas (Fri Jun 22 2012 - 18:13:24 EST)
- [PATCH 0/4] kvm: level triggered irqfd support Alex Williamson (Fri Jun 22 2012 - 18:15:13 EST)
- [PATCH 1/4] kvm: Pass kvm_irqfd to functions Alex Williamson (Fri Jun 22 2012 - 18:15:32 EST)
- [PATCH 2/4] kvm: Add missing KVM_IRQFD API documentation Alex Williamson (Fri Jun 22 2012 - 18:15:57 EST)
- [PATCH 3/4] kvm: Extend irqfd to support level interrupts Alex Williamson (Fri Jun 22 2012 - 18:16:20 EST)
- [PATCH 4/4][RFC] kvm: eoi_eventfd Alex Williamson (Fri Jun 22 2012 - 18:16:55 EST)
- Re: [PATCH v3] fs: introduce pipe-only dump mode suid_dumpable=3 Andrew Morton (Fri Jun 22 2012 - 18:20:26 EST)
- Custom kernel version numbers Chris Jones (Fri Jun 22 2012 - 18:26:41 EST)
- Re: [PATCH v3] fs: introduce pipe-only dump mode suid_dumpable=3 Kees Cook (Fri Jun 22 2012 - 18:26:50 EST)
- Re: [PATCH -mm v2 10/11] mm: remove ARM arch_get_unmapped_areafunctions Russell King - ARM Linux (Fri Jun 22 2012 - 18:32:12 EST)
- Re: rpc_pipefs kernel panic kernel 3.4.3 Bernard Pidoux (Fri Jun 22 2012 - 18:56:07 EST)
- Re: [patch 3.5-rc3] mm, oom: fix potential killing of thread that isdisabled from oom killing KOSAKI Motohiro (Fri Jun 22 2012 - 19:03:52 EST)
- PAYMENT ORDER VIA ATM CARD. UNITED NATIONS ORGANIZATION (Fri Jun 22 2012 - 19:04:00 EST)
- Re: pull request: wireless 2012-06-22 David Miller (Fri Jun 22 2012 - 19:09:22 EST)
- Re: [PATCH -v6 0/4] PCIe, PM, Add PCIe runtime D3cold support Rafael J. Wysocki (Fri Jun 22 2012 - 19:10:07 EST)
- Re: [PATCH] cpuidle: move field disable from per-driver to per-cpu Andrew Morton (Fri Jun 22 2012 - 19:10:26 EST)
- Re: + mm-oom-replace-some-information-in-tasklist-dump.patch added to-mm tree KOSAKI Motohiro (Fri Jun 22 2012 - 19:10:51 EST)
- [PATCH 00/31] staging: comedi: ni_daq_700: cleanup the driver H Hartley Sweeten (Fri Jun 22 2012 - 19:12:12 EST)
- [PATCH 01/31] staging: comedi: ni_daq_700: remove exported symbols H Hartley Sweeten (Fri Jun 22 2012 - 19:12:48 EST)
- [PATCH 02/31] staging: comedi: ni_daq_700: move the MODULE_* stuff to the EOF H Hartley Sweeten (Fri Jun 22 2012 - 19:13:10 EST)
- [PATCH 03/31] staging: comedi: ni_daq_700: add the module_{init,exit} declarations H Hartley Sweeten (Fri Jun 22 2012 - 19:13:27 EST)
- [PATCH 04/31] staging: comedi: ni_daq_700: consolidate the init and exit functions H Hartley Sweeten (Fri Jun 22 2012 - 19:14:34 EST)
- [PATCH 05/31] staging: comedi: ni_daq_700: change driver registration order H Hartley Sweeten (Fri Jun 22 2012 - 19:15:22 EST)
- [PATCH 06/31] staging: comedi: ni_daq_700: cleanup to the pcmcia_driver declaration H Hartley Sweeten (Fri Jun 22 2012 - 19:16:03 EST)
- [PATCH 07/31] staging: comedi: ni_daq_700: remove some useless comments H Hartley Sweeten (Fri Jun 22 2012 - 19:16:43 EST)
- [PATCH 08/31] staging: comedi: ni_daq_700: refactor the pcmcia support code H Hartley Sweeten (Fri Jun 22 2012 - 19:17:22 EST)
- pull request: wireless 2012-06-22 Sujith Manoharan (Fri Jun 22 2012 - 19:17:33 EST)
- [PATCH 09/31] staging: comedi: ni_daq_700: Move the comedi_driver variable H Hartley Sweeten (Fri Jun 22 2012 - 19:18:03 EST)
- Re: [GIT PULL] perf fixes Steven Rostedt (Fri Jun 22 2012 - 19:18:41 EST)
- [PATCH 10/31] staging: comedi: ni_daq_700: Remove the unused private data struct H Hartley Sweeten (Fri Jun 22 2012 - 19:18:51 EST)
- [PATCH 11/31] staging: comedi: ni_daq_700: Remove a "do nothing" function stub H Hartley Sweeten (Fri Jun 22 2012 - 19:19:46 EST)
- [PATCH 12/31] staging: comedi: ni_daq_700: Remove unused variables from the boardinfo H Hartley Sweeten (Fri Jun 22 2012 - 19:21:04 EST)
- [PATCH 13/31] staging: comedi: ni_daq_700: Remove unneeded variables from the boardinfo H Hartley Sweeten (Fri Jun 22 2012 - 19:22:03 EST)
- [PATCH] sound: fix MODULE_LICENSE typos Kees Cook (Fri Jun 22 2012 - 19:22:10 EST)
- [PATCH 14/31] staging: comedi: ni_daq_700: Remove bustype variable from the boardinfo H Hartley Sweeten (Fri Jun 22 2012 - 19:23:10 EST)
- [PATCH 15/31] staging: comedi: ni_daq_700: move the boardinfo variable H Hartley Sweeten (Fri Jun 22 2012 - 19:24:06 EST)
- [PATCH 16/31] staging: comedi: ni_daq_700: remove thisboard macro H Hartley Sweeten (Fri Jun 22 2012 - 19:25:36 EST)
- [PATCH 17/31] staging: comedi: ni_daq_700: remove unused private data variable H Hartley Sweeten (Fri Jun 22 2012 - 19:26:47 EST)
- [PATCH 18/31] staging: comedi: ni_daq_700: remove the CALLBACK_* code H Hartley Sweeten (Fri Jun 22 2012 - 19:28:57 EST)
- [PATCH 19/31] staging: comedi: ni_daq_700: remove a couple unused defines H Hartley Sweeten (Fri Jun 22 2012 - 19:29:36 EST)
- [PATCH 20/31] staging: comedi: ni_daq_700: remove the subdev_700_init function H Hartley Sweeten (Fri Jun 22 2012 - 19:30:29 EST)
- [PATCH 21/31] staging: comedi: ni_daq_700: remove the #ifdef'ed out irq code H Hartley Sweeten (Fri Jun 22 2012 - 19:31:30 EST)
- Re: [PATCH] ring-buffer: fix uninitialized read_stamp Steven Rostedt (Fri Jun 22 2012 - 19:31:37 EST)
- [PATCH 22/31] staging: comedi: ni_daq_700: change the 'attach' printk's to dev_printk's H Hartley Sweeten (Fri Jun 22 2012 - 19:32:34 EST)
- [PATCH] lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table Mandeep Singh Baines (Fri Jun 22 2012 - 19:33:10 EST)
- [PATCH 23/31] staging: comedi: ni_daq_700: remove local variable in the 'attach' function H Hartley Sweeten (Fri Jun 22 2012 - 19:33:25 EST)
- [PATCH 24/31] staging: comedi: ni_daq_700: remove some dangling ';' H Hartley Sweeten (Fri Jun 22 2012 - 19:34:08 EST)
- [PATCH 25/31] staging: comedi: ni_daq_700: use a local var to fix a > 80 char line issue H Hartley Sweeten (Fri Jun 22 2012 - 19:34:59 EST)
- [PATCH 26/31] staging: comedi: ni_daq_700: fix return for insn_config function H Hartley Sweeten (Fri Jun 22 2012 - 19:35:59 EST)
- pull request: wireless 2012-06-22 Sujith Manoharan (Fri Jun 22 2012 - 19:36:25 EST)
- [PATCH 27/31] staging: comedi: ni_daq_700: cleanup pcmcia debug output messages H Hartley Sweeten (Fri Jun 22 2012 - 19:37:02 EST)
- [PATCH 28/31] staging: comedi: ni_daq_700: remove unused pcmcia 'stop' logic H Hartley Sweeten (Fri Jun 22 2012 - 19:38:00 EST)
- [PATCH 29/31] staging: comedi: ni_daq_700: remove unneeded pcmcia private data H Hartley Sweeten (Fri Jun 22 2012 - 19:38:47 EST)
- [PATCH 30/31] staging: comedi: ni_daq_700: remove the pcmcia suspend/resume H Hartley Sweeten (Fri Jun 22 2012 - 19:39:46 EST)
- [PATCH 31/31] staging: comedi: ni_daq_700: refactor the pcmcia attach/detach H Hartley Sweeten (Fri Jun 22 2012 - 19:40:46 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Steven Rostedt (Fri Jun 22 2012 - 19:41:01 EST)
- Re: [PATCH v4 2/2] x86 mce: use new printk recursion disablinginterface Andrew Morton (Fri Jun 22 2012 - 19:41:39 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Andrew Morton (Fri Jun 22 2012 - 19:49:22 EST)
- [PATCH] spi: Unlock a spinlock before calling into the controller driver. Bryan Freed (Fri Jun 22 2012 - 19:53:29 EST)
- Re: pull request: wireless 2012-06-22 David Miller (Fri Jun 22 2012 - 19:55:28 EST)
- Re: pull request: wireless 2012-06-22 David Miller (Fri Jun 22 2012 - 19:56:07 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Steven Rostedt (Fri Jun 22 2012 - 19:56:27 EST)
- Re: Bug in net/ipv6/ip6_fib.c:fib6_dump_table() David Miller (Fri Jun 22 2012 - 20:02:38 EST)
- [PATCH v4] fs: make dumpable=2 only write to a pipe Kees Cook (Fri Jun 22 2012 - 20:12:28 EST)
- Re: linux-next: Tree for Jun 21 (netfilter) Pablo Neira Ayuso (Fri Jun 22 2012 - 20:19:12 EST)
- Re: next-20120620 build error in netfilter Pablo Neira Ayuso (Fri Jun 22 2012 - 20:20:37 EST)
- [PATCH 0/4] netdev/phy: 10G PHY support. David Daney (Fri Jun 22 2012 - 20:24:18 EST)
- [PATCH 1/4] netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYs David Daney (Fri Jun 22 2012 - 20:24:24 EST)
- [PATCH 4/4] netdev/phy: Add driver for Broadcom BCM87XX 10G Ethernet PHYs David Daney (Fri Jun 22 2012 - 20:24:38 EST)
- [PATCH 3/4] netdev/phy/of: Add more methods for binding PHY devices to drivers. David Daney (Fri Jun 22 2012 - 20:25:13 EST)
- [PATCH 2/4] netdev/phy/of: Handle IEEE802.3 clause 45 Ethernet PHYs in of_mdiobus_register() David Daney (Fri Jun 22 2012 - 20:25:34 EST)
- Re: [PATCH 00/23] Crypto keys and module signing Rusty Russell (Fri Jun 22 2012 - 20:28:47 EST)
- Re: [PATCH] Taint kernel when lve module is loaded Rusty Russell (Fri Jun 22 2012 - 20:28:58 EST)
- Re: [PATCH v3] tmpfs not interleaving properly KOSAKI Motohiro (Fri Jun 22 2012 - 20:35:25 EST)
- Re: [net-next:master 49/50]net/netfilter/nfnetlink_queue_ct.c:23:18: sparse: incompatible types incomparison expression (different address spaces) Pablo Neira Ayuso (Fri Jun 22 2012 - 20:42:06 EST)
- Re: [PATCH V3 11/16] drm/radeon: Make radeon card usable for Loongson. Huacai Chen (Fri Jun 22 2012 - 20:46:57 EST)
- Re: [GIT PULL] perf fixes Arjan van de Ven (Fri Jun 22 2012 - 20:51:59 EST)
- RE: crash in filesytem during reboot . (and proposed patch) Sadasivan Shaiju (Fri Jun 22 2012 - 20:53:12 EST)
- cris: odd include in arch/cris/boot/compressed/misc.c Paul Bolle (Fri Jun 22 2012 - 21:00:32 EST)
- Re: [PATCH -v6 0/4] PCIe, PM, Add PCIe runtime D3cold support huang ying (Fri Jun 22 2012 - 21:05:28 EST)
- Re: [PATCH v5 0/13] SATA ZPODD support Lin Ming (Fri Jun 22 2012 - 21:06:11 EST)
- Re: [PATCH] ring-buffer: fix uninitialized read_stamp David Sharp (Fri Jun 22 2012 - 21:28:21 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Fri Jun 22 2012 - 21:32:04 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system Henrique de Moraes Holschuh (Fri Jun 22 2012 - 21:55:47 EST)
- Re: [GIT PULL] perf fixes Steven Rostedt (Fri Jun 22 2012 - 21:57:36 EST)
- Re: [patch 046/181] mm: remove sparsemem allocation details from thebootmem allocator Yinghai Lu (Fri Jun 22 2012 - 22:06:01 EST)
- Re: pull request: wireless 2012-06-22 Sujith Manoharan (Fri Jun 22 2012 - 22:13:26 EST)
- Re: Early boot panic on machine with lots of memory Yinghai Lu (Fri Jun 22 2012 - 22:14:39 EST)
- Re: [PATCH V2] memcg: cleanup typos in mem cgroup Wanpeng Li (Fri Jun 22 2012 - 22:16:17 EST)
- [PATCH -v7 0/4] PCIe, PM, Add PCIe runtime D3cold support Huang Ying (Fri Jun 22 2012 - 22:24:54 EST)
- [PATCH -v7 1/4] ACPI, PM, Specify lowest allowed state for device sleep state Huang Ying (Fri Jun 22 2012 - 22:24:54 EST)
- [PATCH -v7 4/4] PCIe, PM, Add PCIe runtime D3cold support Huang Ying (Fri Jun 22 2012 - 22:25:10 EST)
- [PATCH -v7 3/4] PCI, do not call pci_set_power_state with PCI_D3cold Huang Ying (Fri Jun 22 2012 - 22:25:30 EST)
- [PATCH -v7 2/4] PCIe, PM, Add runtime PM support to PCIe port Huang Ying (Fri Jun 22 2012 - 22:25:43 EST)
- Re: [PATCH 2/2] x86, microcode: Make reload interface per system H. Peter Anvin (Fri Jun 22 2012 - 22:28:04 EST)
- [PATCH] Implement uhook(call kernel func from userspace) driver bigfeng12 (Fri Jun 22 2012 - 22:31:20 EST)
- [PATCH] Staging: comedi: fixed printk coding style issue in acl7225b.c Daniel Lawrence (Fri Jun 22 2012 - 22:52:47 EST)
- Re: Custom kernel version numbers Greg KH (Fri Jun 22 2012 - 22:55:17 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page KOSAKI Motohiro (Fri Jun 22 2012 - 22:57:00 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page KOSAKI Motohiro (Fri Jun 22 2012 - 22:59:07 EST)
- Re: [PATCH 01/10] zcache: fix preemptable memory allocation inatomic context Greg Kroah-Hartman (Fri Jun 22 2012 - 23:00:52 EST)
- [PATCH RT 3/3] Linux 3.4.3-rt12-rc1 Steven Rostedt (Fri Jun 22 2012 - 23:06:42 EST)
- [PATCH RT 0/3] [ANNOUNCE] 3.4.3-rt12-rc1 stable review Steven Rostedt (Fri Jun 22 2012 - 23:06:54 EST)
- [PATCH RT 1/3] spinlock/rt: Include bug.h in spinlock_rt.h to satisfy BUG() usage Steven Rostedt (Fri Jun 22 2012 - 23:07:03 EST)
- [PATCH RT 2/3] Oops during Init IRQ Steven Rostedt (Fri Jun 22 2012 - 23:07:35 EST)
- [PATCH] Implement uhook(call kernel func from userspace) driver Peiyong Feng (Fri Jun 22 2012 - 23:24:55 EST)
- Re: [RFC][RT][PATCH] mm: Do not use stop_machine() for__zone_pcp_udpate() for CONFIG_PREEMPT_RT_FULL KOSAKI Motohiro (Fri Jun 22 2012 - 23:38:16 EST)
- [PATCH] Implement uhook(call kernel func from userspace) driver Peiyong Feng (Fri Jun 22 2012 - 23:41:43 EST)
- test Peiyong Feng (Fri Jun 22 2012 - 23:49:08 EST)
- Re: [PATCH] Staging: comedi: fixed printk coding style issue inacl7225b.c Greg KH (Fri Jun 22 2012 - 23:49:12 EST)
- Re: [PATCH] Staging: comedi: fixed printk coding style issue inacl7225b.c Greg KH (Fri Jun 22 2012 - 23:50:12 EST)
- [PATCH v4 0/13] Generic Red-Black Trees Daniel Santos (Sat Jun 23 2012 - 00:02:01 EST)
- [PATCH v4 11/13] rbtree.h: Generic Red-Black Trees Daniel Santos (Sat Jun 23 2012 - 00:02:20 EST)
- [PATCH v4 10/13] bug.h: Add gcc 4.2+ versions of BUILD_BUG_ON_* macros Daniel Santos (Sat Jun 23 2012 - 00:02:33 EST)
- [PATCH v4 8/13] bug.h: Make BUILD_BUG_ON generate compile-time error Daniel Santos (Sat Jun 23 2012 - 00:02:43 EST)
- [PATCH v4 7/13] compiler{,-gcc4}.h: Introduce __flatten function attribute Daniel Santos (Sat Jun 23 2012 - 00:02:56 EST)
- [PATCH v4 5/13] compiler{,-gcc4}.h: Remove duplicate macros Daniel Santos (Sat Jun 23 2012 - 00:03:09 EST)
- [PATCH v4 4/13] compiler-gcc{3,4}.h: Use GCC_VERSION macro Daniel Santos (Sat Jun 23 2012 - 00:03:23 EST)
- Re: [PATCH] Staging: android: logger.c: fixed some printk macros Greg KH (Sat Jun 23 2012 - 00:03:29 EST)
- [PATCH v4 6/13] bug.h: Replace __linktime_error with __compiletime_error Daniel Santos (Sat Jun 23 2012 - 00:07:25 EST)
- [PATCH v4 13/13] documentation for rbtrees Daniel Santos (Sat Jun 23 2012 - 00:07:35 EST)
- [PATCH v4 9/13] bug.h: Add BUILD_BUG_ON_NON_CONST macro Daniel Santos (Sat Jun 23 2012 - 00:07:40 EST)
- [PATCH v4 2/13] compiler-gcc4.h: Reorder macros based upon gcc ver Daniel Santos (Sat Jun 23 2012 - 00:07:50 EST)
- [PATCH v4 12/13] fair.c: Use generic rbtree impl in fair scheduler Daniel Santos (Sat Jun 23 2012 - 00:07:53 EST)
- [PATCH v4 1/13] compiler-gcc4.h: Correct verion check for __compiletime_error Daniel Santos (Sat Jun 23 2012 - 00:08:17 EST)
- [PATCH v4 3/13] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro Daniel Santos (Sat Jun 23 2012 - 00:08:39 EST)
- Re: pull request: wireless 2012-06-22 John W. Linville (Sat Jun 23 2012 - 00:18:17 EST)
- Re: [PATCH] Implement uhook(call kernel func from userspace) driver Peiyong Feng (Sat Jun 23 2012 - 00:18:28 EST)
- Re: [PATCH v4 23/25] memcg: propagate kmem limiting information tochildren Kamezawa Hiroyuki (Sat Jun 23 2012 - 00:21:49 EST)
- Re: [PATCH V2] memcg: cleanup typos in mem cgroup Kamezawa Hiroyuki (Sat Jun 23 2012 - 00:25:10 EST)
- Porting older Harvard architecture kernel patch to latest stablekernel (3.4.4) Vikram Dhillon (Sat Jun 23 2012 - 00:37:56 EST)
- Re: Accounting problem of MIGRATE_ISOLATED freed page Kamezawa Hiroyuki (Sat Jun 23 2012 - 00:40:10 EST)
- Re: [PATCH] Implement uhook(call kernel func from userspace) driver Greg KH (Sat Jun 23 2012 - 00:41:04 EST)
- Re: [RFC PATCH v2 1/2] drivers: misc: omap: add a new driver forocp2scp Greg KH (Sat Jun 23 2012 - 00:44:46 EST)
- Re: RFC: Easy-Reclaimable LRU list Kamezawa Hiroyuki (Sat Jun 23 2012 - 00:47:40 EST)
- Re: Bug in net/ipv6/ip6_fib.c:fib6_dump_table() Eric Dumazet (Sat Jun 23 2012 - 01:37:55 EST)
- Re: [PATCH] Staging: android: logger.c: fixed some printk macros Sherwin Soltani (Sat Jun 23 2012 - 01:43:44 EST)
- Re: [PATCH tip/core/rcu 07/17] key: Remove extraneous parenthesesfrom rcu_assign_keypointer() Paul E. McKenney (Sat Jun 23 2012 - 02:00:09 EST)
- Re: [PATCH] Implement uhook(call kernel func from userspace) driver Peiyong Feng (Sat Jun 23 2012 - 02:01:56 EST)
- [PATCH] drivers: staging: android: fix binder.c printk macros Sherwin Soltani (Sat Jun 23 2012 - 02:10:44 EST)
- [PATCH] Block: blk-cgroup: fixed compiler warning about unused local variable Chad Williamson (Sat Jun 23 2012 - 02:10:47 EST)
- Re: pull request: wireless 2012-06-22 Sujith Manoharan (Sat Jun 23 2012 - 02:12:12 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Ingo Molnar (Sat Jun 23 2012 - 02:13:13 EST)
- [PATCH 0/6] memcg: cleanup memory cgroup Wanpeng Li (Sat Jun 23 2012 - 02:14:31 EST)
- [PATCH 1/6] memcg: replace unsigned long by u64 to avoid overflow Wanpeng Li (Sat Jun 23 2012 - 02:15:47 EST)
- [PATCH 2/6] memcg: cleanup useless LRU_ALL_EVICTABLE Wanpeng Li (Sat Jun 23 2012 - 02:16:38 EST)
- [PATCH 3/6] memcg: change mem_control_xxx to mem_cgroup_xxx Wanpeng Li (Sat Jun 23 2012 - 02:17:17 EST)
- [PATCH 4/6] memcg: move recent_rotated and recent_scanned informations Wanpeng Li (Sat Jun 23 2012 - 02:17:48 EST)
- [PATCH 5/6] memcg: optimize memcg_get_hierarchical_limit Wanpeng Li (Sat Jun 23 2012 - 02:19:17 EST)
- [PATCH 6/6] memcg: cleanup all typo in memory cgroup Wanpeng Li (Sat Jun 23 2012 - 02:21:26 EST)
- Re: [set5 PATCH 2/6] async: make async_synchronize_full() flush allwork regardless of domain Dan Williams (Sat Jun 23 2012 - 03:07:39 EST)
- Re: [PATCH v3] fs: introduce pipe-only dump mode suid_dumpable=3 James Morris (Sat Jun 23 2012 - 03:31:51 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Joe Perches (Sat Jun 23 2012 - 03:44:50 EST)
- Re: [PATCH] Block: blk-cgroup: fixed compiler warning about unusedlocal variable Chad Williamson (Sat Jun 23 2012 - 03:51:25 EST)
- Re: [PATCH] Implement uhook(call kernel func from userspace) driver Cong Wang (Sat Jun 23 2012 - 04:01:58 EST)
- Linux 3.4.2 doesn't detect Intel 82579V on Supermicro X9SCL-F Denys Fedoryshchenko (Sat Jun 23 2012 - 04:05:38 EST)
- Re: [PATCH 1/6] memcg: replace unsigned long by u64 to avoid overflow Johannes Weiner (Sat Jun 23 2012 - 04:15:46 EST)
- [git pull] drm fixes Dave Airlie (Sat Jun 23 2012 - 04:43:57 EST)
- Re: [PATCH 1/6] memcg: replace unsigned long by u64 to avoid overflow Wanpeng Li (Sat Jun 23 2012 - 05:04:14 EST)
- [patch] hfs: copying wrong data in hfs_readdir() Dan Carpenter (Sat Jun 23 2012 - 05:15:09 EST)
- Re: [patch 046/181] mm: remove sparsemem allocation details from thebootmem allocator Johannes Weiner (Sat Jun 23 2012 - 05:18:10 EST)
- Re: deferring __fput() Al Viro (Sat Jun 23 2012 - 05:20:53 EST)
- Re: Custom kernel version numbers Chris Jones (Sat Jun 23 2012 - 05:23:59 EST)
- Re: [PATCH 1/6] memcg: replace unsigned long by u64 to avoid overflow Johannes Weiner (Sat Jun 23 2012 - 05:27:09 EST)
- Re: [PATCH 3/6] memcg: change mem_control_xxx to mem_cgroup_xxx Johannes Weiner (Sat Jun 23 2012 - 05:29:19 EST)
- Re: [PATCH 5/6] memcg: optimize memcg_get_hierarchical_limit Johannes Weiner (Sat Jun 23 2012 - 05:40:21 EST)
- Re: [PATCH 4/6] memcg: move recent_rotated and recent_scannedinformations Johannes Weiner (Sat Jun 23 2012 - 05:52:06 EST)
- [PATCH 00/12] kmap_atomic cleanup for 3.6 Cong Wang (Sat Jun 23 2012 - 06:05:31 EST)
- [PATCH 02/12] arm: remove km_type definitions Cong Wang (Sat Jun 23 2012 - 06:05:40 EST)
- [PATCH 07/12] um: remove km_type definitions Cong Wang (Sat Jun 23 2012 - 06:05:50 EST)
- [PATCH 10/12] feature-removal-schedule.txt: remove kmap_atomic(page, km_type) Cong Wang (Sat Jun 23 2012 - 06:06:06 EST)
- [PATCH 09/12] highmem: remove the deprecated form of kmap_atomic Cong Wang (Sat Jun 23 2012 - 06:06:20 EST)
- [PATCH 08/12] tile: remove km_type definitions Cong Wang (Sat Jun 23 2012 - 06:06:31 EST)
- [PATCH 06/12] asm-generic: remove km_type definitions Cong Wang (Sat Jun 23 2012 - 06:06:48 EST)
- [PATCH 05/12] avr32: remove km_type definitions Cong Wang (Sat Jun 23 2012 - 06:07:08 EST)
- [PATCH 03/12] powerpc: remove km_type definitions Cong Wang (Sat Jun 23 2012 - 06:07:27 EST)
- [PATCH 04/12] frv: remove km_type definitions Cong Wang (Sat Jun 23 2012 - 06:07:39 EST)
- [PATCH 11/12] vmalloc: remove KM_USER0 from comments Cong Wang (Sat Jun 23 2012 - 06:07:47 EST)
- [PATCH 12/12] pipe: remove KM_USER0 from comments Cong Wang (Sat Jun 23 2012 - 06:08:11 EST)
- [PATCH 01/12] jbd2: remove the second argument of kmap_atomic Cong Wang (Sat Jun 23 2012 - 06:08:30 EST)
- BUG: tracer_alloc_buffers returned with preemption imbalance Fengguang Wu (Sat Jun 23 2012 - 06:12:49 EST)
- Re: [PATCH 4/6] memcg: move recent_rotated and recent_scannedinformations Wanpeng Li (Sat Jun 23 2012 - 06:13:40 EST)
- Re: [PATCH 3/3] REGULATOR: fix regmap offsets for enable/disable Mark Brown (Sat Jun 23 2012 - 06:38:39 EST)
- Re: pull request: wireless 2012-06-22 Mohammed Shafi (Sat Jun 23 2012 - 06:45:52 EST)
- [RFC PATCH] nfs: Add NFS3PROC_UMOUNT procedure. Namjae Jeon (Sat Jun 23 2012 - 06:47:09 EST)
- [RFC PATCH] nfs: Support posix_fadvise(POSIX_FADV_RANDOM) on nfs server. Namjae Jeon (Sat Jun 23 2012 - 06:47:35 EST)
- Re: [PATCH] sound: fix MODULE_LICENSE typos Mark Brown (Sat Jun 23 2012 - 06:51:15 EST)
- Re: [PATCH RT 2/3] Oops during Init IRQ Thomas Gleixner (Sat Jun 23 2012 - 07:00:28 EST)
- Re: [PATCH] mm: consider all swapped back pages in used-once logic Johannes Weiner (Sat Jun 23 2012 - 07:05:37 EST)
- Re: [PATCH] regulator: tps62360: Remove chip_id and voltage_basefrom struct tps62360_chip Mark Brown (Sat Jun 23 2012 - 07:17:45 EST)
- Re: [PATCH RFT 1/2] regulator: max8998: Convert toregulator_list_voltage_linear() Mark Brown (Sat Jun 23 2012 - 07:18:21 EST)
- Re: rpc_pipefs kernel panic kernel 3.4.3 Bernard Pidoux (Sat Jun 23 2012 - 07:18:31 EST)
- [PATCH] rtc/rtc-spear: remove unnecessary check against rtc_valid_tm and tm2bcd Devendra Naga (Sat Jun 23 2012 - 07:44:57 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Kay Sievers (Sat Jun 23 2012 - 07:47:39 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Fengguang Wu (Sat Jun 23 2012 - 08:04:43 EST)
- Re: [RFC PATCH] nfs: Support posix_fadvise(POSIX_FADV_RANDOM) on nfsserver. Jim Rees (Sat Jun 23 2012 - 08:15:39 EST)
- [PATCH] regulator: Add driver for Arizona LDO1 Mark Brown (Sat Jun 23 2012 - 08:18:36 EST)
- [PATCH] gpiolib: Add support for Wolfson Microelectronics Arizona class devices Mark Brown (Sat Jun 23 2012 - 08:29:59 EST)
- Re: [PATCH] usb: gadget: pxa25x_udc: compile fix Eric Miao (Sat Jun 23 2012 - 08:53:13 EST)
- [PATCH 0/7] mfd: Wolfson Arizona and WM5102 support Mark Brown (Sat Jun 23 2012 - 08:54:44 EST)
- [PATCH 4/7] mfd: arizona: I2C bus interface Mark Brown (Sat Jun 23 2012 - 08:55:22 EST)
- [PATCH 5/7] mfd: arizona: SPI bus interface Mark Brown (Sat Jun 23 2012 - 08:55:26 EST)
- [PATCH 2/7] mfd: arizona: Core driver Mark Brown (Sat Jun 23 2012 - 08:55:28 EST)
- [PATCH 6/7] mfd: wm5102: Initial support for WM5102 Mark Brown (Sat Jun 23 2012 - 08:55:34 EST)
- [PATCH 1/7] mfd: arizona: Register definitions Mark Brown (Sat Jun 23 2012 - 08:55:44 EST)
- [PATCH 7/7] mfd: wm5102: Build system hookup Mark Brown (Sat Jun 23 2012 - 08:56:34 EST)
- [PATCH 3/7] mfd: arizona: Interrupt support Mark Brown (Sat Jun 23 2012 - 08:56:56 EST)
- [PATCH 2/7] UBI: Fastmap: Fix WARN_ON() Richard Weinberger (Sat Jun 23 2012 - 09:04:03 EST)
- UBI fastmap updates Richard Weinberger (Sat Jun 23 2012 - 09:04:04 EST)
- [PATCH 6/7] UBI: Fastmap: Reuse all fastmap PEB if no free PEBs are available Richard Weinberger (Sat Jun 23 2012 - 09:04:15 EST)
- [PATCH 5/7] UBI: Fastmap: Kill max_pnum logic Richard Weinberger (Sat Jun 23 2012 - 09:04:17 EST)
- [PATCH 7/7] UBI: Fastmap: Get rid of fm_pool_mutex Richard Weinberger (Sat Jun 23 2012 - 09:04:41 EST)
- [PATCH 4/7] UBI: Fastmap: Fix ubi_assert() Richard Weinberger (Sat Jun 23 2012 - 09:04:54 EST)
- [PATCH 1/7] UBI: Fastmap: Modify the WL sub-system to prodcue a free anchor PEB Richard Weinberger (Sat Jun 23 2012 - 09:05:19 EST)
- [PATCH 3/7] UBI: Fastmap: Ensure that not all anchor PEBs go into a pool. Richard Weinberger (Sat Jun 23 2012 - 09:05:33 EST)
- Re: [RFC PATCH] nfs: Support posix_fadvise(POSIX_FADV_RANDOM) on nfs server. Chuck Lever (Sat Jun 23 2012 - 09:31:52 EST)
- Re: [PATCH RT 2/3] Oops during Init IRQ Steven Rostedt (Sat Jun 23 2012 - 09:42:28 EST)
- Re: [PATCH] Implement uhook(call kernel func from userspace) driver Peiyong Feng (Sat Jun 23 2012 - 09:59:11 EST)
- [PATCH -v4 0/6] notifier error injection Akinobu Mita (Sat Jun 23 2012 - 10:58:52 EST)
- [PATCH -v4 2/6] cpu: rewrite cpu-notifier-error-inject module Akinobu Mita (Sat Jun 23 2012 - 10:59:01 EST)
- [PATCH -v4 5/6] powerpc: pSeries reconfig notifier error injection module Akinobu Mita (Sat Jun 23 2012 - 10:59:05 EST)
- [PATCH -v4 6/6] fault-injection: add notifier error injection testing scripts Akinobu Mita (Sat Jun 23 2012 - 10:59:10 EST)
- [PATCH -v4 4/6] memory: memory notifier error injection module Akinobu Mita (Sat Jun 23 2012 - 10:59:37 EST)
- [PATCH -v4 1/6] fault-injection: notifier error injection Akinobu Mita (Sat Jun 23 2012 - 10:59:53 EST)
- [PATCH -v4 3/6] PM: PM notifier error injection module Akinobu Mita (Sat Jun 23 2012 - 11:00:13 EST)
- Re: [RFC PATCH] nfs: Add NFS3PROC_UMOUNT procedure. Myklebust, Trond (Sat Jun 23 2012 - 11:08:00 EST)
- Re: [PATCH] Implement uhook(call kernel func from userspace) driver Greg KH (Sat Jun 23 2012 - 11:08:06 EST)
- Re: [RFC PATCH] nfs: Support posix_fadvise(POSIX_FADV_RANDOM) onnfs server. Myklebust, Trond (Sat Jun 23 2012 - 11:09:01 EST)
- Re: [PATCH 2/2] staging: zram: Remove useless struct zobj_header Dan Carpenter (Sat Jun 23 2012 - 11:19:33 EST)
- Re: [PATCH] mm: consider all swapped back pages in used-once logic Rik van Riel (Sat Jun 23 2012 - 11:22:39 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text toconsole Joe Perches (Sat Jun 23 2012 - 11:28:42 EST)
- should there still be arch-specific 4KSTACKS support? Robert P. J. Day (Sat Jun 23 2012 - 11:47:42 EST)
- Re: [RFC PATCH] nfs: Add NFS3PROC_UMOUNT procedure. Myklebust, Trond (Sat Jun 23 2012 - 11:52:25 EST)
- Re: RFC: Easy-Reclaimable LRU list Rik van Riel (Sat Jun 23 2012 - 11:53:31 EST)
- Re: [RFC PATCH] nfs: Add NFS3PROC_UMOUNT procedure. Fields James (Sat Jun 23 2012 - 11:57:11 EST)
- Re: [RFC PATCH] nfs: Add NFS3PROC_UMOUNT procedure. Chuck Lever (Sat Jun 23 2012 - 12:00:05 EST)
- Re: [PATCH -mm v2 00/11] mm: scalable and unifiedarch_get_unmapped_area John Stoffel (Sat Jun 23 2012 - 12:08:25 EST)
- Re: [RFC PATCH] nfs: Add NFS3PROC_UMOUNT procedure. Fields James (Sat Jun 23 2012 - 12:09:24 EST)
- Re: PATCH] Use -mpreferred-stack-boundary=3 on x86-64 if supported Andi Kleen (Sat Jun 23 2012 - 12:13:25 EST)
- PATCH] Use -mpreferred-stack-boundary=3 on x86-64 if supported H.J. Lu (Sat Jun 23 2012 - 12:14:43 EST)
- Re: PATCH] Use -mpreferred-stack-boundary=3 on x86-64 if supported H. Peter Anvin (Sat Jun 23 2012 - 12:17:16 EST)
- Re: PATCH] Use -mpreferred-stack-boundary=3 on x86-64 if supported H.J. Lu (Sat Jun 23 2012 - 12:50:07 EST)
- Re: [PATCH] printk: Add printk_flush() to force buffered text to console Kay Sievers (Sat Jun 23 2012 - 12:57:49 EST)
- Re: BUG: tracer_alloc_buffers returned with preemption imbalance Paul E. McKenney (Sat Jun 23 2012 - 13:03:54 EST)
- Re: [PATCH] sound: fix MODULE_LICENSE typos Kees Cook (Sat Jun 23 2012 - 13:04:02 EST)
- Re: [PATCH] Taint kernel when lve module is loaded iseletsk (Sat Jun 23 2012 - 13:45:11 EST)
- Re: BUG: tracer_alloc_buffers returned with preemption imbalance Fengguang Wu (Sat Jun 23 2012 - 13:48:29 EST)
- Re: [PATCH -mm v2 10/11] mm: remove ARM arch_get_unmapped_areafunctions Johannes Weiner (Sat Jun 23 2012 - 13:53:54 EST)
- Re: [PATCH] syslog: fill buffer with more than a single message for SYSLOG_ACTION_READ Kay Sievers (Sat Jun 23 2012 - 14:04:56 EST)
- Re: [PATCH] pci: support alignments upto 8Gb in pbus_size_mem() Bjorn Helgaas (Sat Jun 23 2012 - 14:16:19 EST)
- Re: [GIT PULL] perf fixes H. Peter Anvin (Sat Jun 23 2012 - 14:25:56 EST)
- Re: [PATCH] drivers/w1: free the w1_master at w1_free_dev and returna correct return value devendra.aaru (Sat Jun 23 2012 - 14:26:10 EST)
- Re: [PATCH V2 1/3] staging/rtl8192u: fix coding style problems devendra.aaru (Sat Jun 23 2012 - 14:29:51 EST)
- Re: [PATCH V2 1/3] staging/rtl8192u: fix coding style problems devendra.aaru (Sat Jun 23 2012 - 14:34:07 EST)
- Re: [PATCH] kvm: handle last_boosted_vcpu = 0 case Raghavendra K T (Sat Jun 23 2012 - 14:36:13 EST)
- Re: should there still be arch-specific 4KSTACKS support? Geert Uytterhoeven (Sat Jun 23 2012 - 14:52:09 EST)
- Re: [patch 046/181] mm: remove sparsemem allocation details from thebootmem allocator Yinghai Lu (Sat Jun 23 2012 - 14:58:43 EST)
- Re: [PATCH V2 1/3] staging/rtl8192u: fix coding style problems Dan Carpenter (Sat Jun 23 2012 - 15:11:50 EST)
- [PATCH v2 1/3] mmc: block: Add MMC write packing statistics Maya Erez (Sat Jun 23 2012 - 15:26:32 EST)
- Re: [PATCH] Taint kernel when lve module is loaded iseletsk (Sat Jun 23 2012 - 15:26:38 EST)
- [PATCH v2 2/3] block: Add test-iosched scheduler Maya Erez (Sat Jun 23 2012 - 15:26:54 EST)
- [PATCH v2 3/3] block: Add eMMC4.5 write packed commands unit-tests Maya Erez (Sat Jun 23 2012 - 15:27:00 EST)
- Re: PATCH] Use -mpreferred-stack-boundary=3 on x86-64 if supported Andi Kleen (Sat Jun 23 2012 - 15:27:06 EST)
- Re: deferring __fput() Al Viro (Sat Jun 23 2012 - 15:45:47 EST)
- Re: PATCH] Use -mpreferred-stack-boundary=3 on x86-64 if supported H. Peter Anvin (Sat Jun 23 2012 - 15:46:10 EST)
- Re: BUG: tracer_alloc_buffers returned with preemption imbalance Paul E. McKenney (Sat Jun 23 2012 - 16:11:50 EST)
- Re: deferring __fput() Oleg Nesterov (Sat Jun 23 2012 - 16:40:58 EST)
- Re: cris: odd include in arch/cris/boot/compressed/misc.c Jesper Nilsson (Sat Jun 23 2012 - 16:46:16 EST)
- Re: [PATCH V2 1/3] staging/rtl8192u: fix coding style problems Joe Perches (Sat Jun 23 2012 - 16:52:36 EST)
- Re: Bug in net/ipv6/ip6_fib.c:fib6_dump_table() Alexey Kuznetsov (Sat Jun 23 2012 - 16:56:31 EST)
- Re: Linux 2.6.32.55 Willy Tarreau (Sat Jun 23 2012 - 16:57:40 EST)
- Re: deferring __fput() Al Viro (Sat Jun 23 2012 - 16:58:03 EST)
- Re: deferring __fput() Al Viro (Sat Jun 23 2012 - 17:01:38 EST)
- Re: [PATCH 00/12] kmap_atomic cleanup for 3.6 Arnd Bergmann (Sat Jun 23 2012 - 17:12:16 EST)
- Re: deferring __fput() Al Viro (Sat Jun 23 2012 - 17:12:23 EST)
- [PATCH 0/21] ACPI / PM: Switch ACPI bus type and drivers to dev_pm_ops Rafael J. Wysocki (Sat Jun 23 2012 - 17:17:44 EST)
- [PATCH 14/21] sony-laptop: Use struct dev_pm_ops for power management Rafael J. Wysocki (Sat Jun 23 2012 - 17:18:16 EST)
- [PATCH 20/21] ACPI / PM: Drop legacy driver PM callbacks that are not used any more Rafael J. Wysocki (Sat Jun 23 2012 - 17:18:28 EST)
- [PATCH 21/21] ACPI / PM: Drop PM callbacks from the ACPI bus type Rafael J. Wysocki (Sat Jun 23 2012 - 17:18:38 EST)
- [PATCH 10/21] ACPI: Use struct dev_pm_ops for power management in the power driver Rafael J. Wysocki (Sat Jun 23 2012 - 17:19:01 EST)
- [PATCH 17/21] xo15-ebook: Use struct dev_pm_ops for power management Rafael J. Wysocki (Sat Jun 23 2012 - 17:19:07 EST)
- [PATCH 11/21] ACPI: Use struct dev_pm_ops for power management in the SBS driver Rafael J. Wysocki (Sat Jun 23 2012 - 17:19:29 EST)
- [PATCH 19/21] ACPI / PM: Do not execute legacy driver PM callbacks Rafael J. Wysocki (Sat Jun 23 2012 - 17:19:38 EST)
- [PATCH 7/21] ACPI: Use struct dev_pm_ops for power management in the AC driver Rafael J. Wysocki (Sat Jun 23 2012 - 17:19:58 EST)
- [PATCH 18/21] acpi_power_meter: Use struct dev_pm_ops for power management Rafael J. Wysocki (Sat Jun 23 2012 - 17:20:01 EST)
- [PATCH 8/21] ACPI: Use struct dev_pm_ops for power management in the battery driver Rafael J. Wysocki (Sat Jun 23 2012 - 17:20:34 EST)
- [PATCH 15/21] panasonic-laptop: Use struct dev_pm_ops for power management Rafael J. Wysocki (Sat Jun 23 2012 - 17:20:41 EST)
- [PATCH 16/21] toshiba_bluetooth: Use struct dev_pm_ops for power management Rafael J. Wysocki (Sat Jun 23 2012 - 17:21:03 EST)
- [PATCH 9/21] ACPI: Use struct dev_pm_ops for power management in the button driver Rafael J. Wysocki (Sat Jun 23 2012 - 17:21:18 EST)
- [PATCH 12/21] toshiba_acpi: Use struct dev_pm_ops for power management Rafael J. Wysocki (Sat Jun 23 2012 - 17:21:29 EST)
- [PATCH 5/21] ACPI: Use struct dev_pm_ops for power management in the thermal driver Rafael J. Wysocki (Sat Jun 23 2012 - 17:21:39 EST)
- [PATCH 6/21] ACPI: Use struct dev_pm_ops for power management in processor driver Rafael J. Wysocki (Sat Jun 23 2012 - 17:21:54 EST)
- [PATCH 4/21] ACPI: Use struct dev_pm_ops for power management in the fan driver Rafael J. Wysocki (Sat Jun 23 2012 - 17:22:14 EST)
- [PATCH 2/21] ACPI / PM: Make acpi_bus_type use struct dev_pm_ops for PM handling Rafael J. Wysocki (Sat Jun 23 2012 - 17:22:27 EST)
- [PATCH 1/21] ACPI / PM: Drop pm_message_t argument from device suspend callback Rafael J. Wysocki (Sat Jun 23 2012 - 17:22:39 EST)
- [PATCH 3/21] ACPI / PM: Make acpi_bus_type use driver struct dev_pm_ops callbacks Rafael J. Wysocki (Sat Jun 23 2012 - 17:22:55 EST)
- [PATCH 13/21] hp_accel: Use struct dev_pm_ops for power management Rafael J. Wysocki (Sat Jun 23 2012 - 17:23:15 EST)
- Re: [PATCH -v7 0/4] PCIe, PM, Add PCIe runtime D3cold support Bjorn Helgaas (Sat Jun 23 2012 - 17:27:08 EST)
- Re: deferring __fput() Al Viro (Sat Jun 23 2012 - 17:34:00 EST)
- [PATCH] sonypi: Use struct dev_pm_ops for power management Rafael J. Wysocki (Sat Jun 23 2012 - 17:41:29 EST)
- Re: [PATCH] grvga: Fix error handling issues Emil Goode (Sat Jun 23 2012 - 18:00:53 EST)
- Re: [PATCH v2 2/3] x86, x2apic: limit the vector reservation to theuser specified mask Yinghai Lu (Sat Jun 23 2012 - 18:04:10 EST)
- Re: [patch 046/181] mm: remove sparsemem allocation details from thebootmem allocator Johannes Weiner (Sat Jun 23 2012 - 18:06:31 EST)
- Re: [PATCH] grvga: Fix error handling issues Dan Carpenter (Sat Jun 23 2012 - 18:34:00 EST)
- Re: [PATCH v3] fs: introduce pipe-only dump mode suid_dumpable=3 Rob Landley (Sat Jun 23 2012 - 18:34:33 EST)
- Re: [patch 046/181] mm: remove sparsemem allocation details from thebootmem allocator Yinghai Lu (Sat Jun 23 2012 - 18:35:31 EST)
- [PATCH] Fix typo in printed messages Anatol Pomozov (Sat Jun 23 2012 - 18:55:57 EST)
- [PATCH] Fix typo in printed messages Anatol Pomozov (Sat Jun 23 2012 - 18:56:32 EST)
- Re: PATCH] Use -mpreferred-stack-boundary=3 on x86-64 if supported Randy Dunlap (Sat Jun 23 2012 - 18:58:06 EST)
- Re: [PATCH v4 0/13] Generic Red-Black Trees Rob Landley (Sat Jun 23 2012 - 19:01:20 EST)
- Re: Bug in net/ipv6/ip6_fib.c:fib6_dump_table() David Miller (Sat Jun 23 2012 - 19:02:22 EST)
- Re: [PATCH v4] fs: make dumpable=2 only write to a pipe Eric W. Biederman (Sat Jun 23 2012 - 19:22:13 EST)
- [GIT PULL] ARM: SoC fixes Olof Johansson (Sat Jun 23 2012 - 19:40:58 EST)
- Re: [PATCH 1/5] thinkpad_acpi: Drop pm_message_t arguments fromsuspend routines Henrique de Moraes Holschuh (Sat Jun 23 2012 - 20:33:14 EST)
- Re: [PATCH 2/5] thinkpad_acpi: Use struct dev_pm_ops instead oflegacy PM routines Henrique de Moraes Holschuh (Sat Jun 23 2012 - 20:34:19 EST)
- [PATCH] Add Razer Onza USB ID to xpad Kevin Mack (Sat Jun 23 2012 - 20:36:37 EST)
- Re: [PATCH v4 0/13] Generic Red-Black Trees Daniel Santos (Sat Jun 23 2012 - 20:40:21 EST)
- Re: [PATCH 5/5] thinkpad_acpi: Convert dbg_printk to tp_dbg andtp_vdbg Henrique de Moraes Holschuh (Sat Jun 23 2012 - 20:40:54 EST)
- [PATCH] mm/memcg: add MAX_CHARGE_BATCH to limit unnecessary charge overhead Wanpeng Li (Sat Jun 23 2012 - 22:17:38 EST)
- Re: [PATCH -v7 0/4] PCIe, PM, Add PCIe runtime D3cold support huang ying (Sat Jun 23 2012 - 22:48:21 EST)
- Re: [PATCH 5/5] thinkpad_acpi: Convert dbg_printk to tp_dbg andtp_vdbg Joe Perches (Sat Jun 23 2012 - 23:07:03 EST)
- [tip:x86/build] x86-64, gcc: Use -mpreferred-stack-boundary=3 if supported tip-bot for H.J. Lu (Sat Jun 23 2012 - 23:14:02 EST)
- MAIL ORDER TO JAPAN BILLY CHAO (Sat Jun 23 2012 - 23:47:24 EST)
- [PATCH] Staging: ft1000: checkpatch.pl cleanup of ft1000_usb.h Chad Williamson (Sat Jun 23 2012 - 23:53:32 EST)
3770 messages sorted by:
[ author ]
[ thread ]
[ Subject ]
About this archive
Other mail archives
Mail converted by MHonArc 2.6.6