lkml.org 
[lkml]   [2010]   [Oct]   [29]   [last100]  
 
/

29 Oct 2010

 
 Re: [PATCH 1/2] Documentation: don't call the -next tree "staging"Greg KH
 Re: [PATCH 2/2] Documentation: document the staging directory and ...Greg KH
 Re: [RFC][PATCH 2/3] a help function for find physically contiguou ...KAMEZAWA Hiroyuki
 Re: [RFC][PATCH 3/3] a big contig memory allocatorKAMEZAWA Hiroyuki
 Re: [PATCH v2.6.36-rc7] md: fix and update workqueue usageNeil Brown
 Re: [PATCH 3/8] jump label: Fix error with preempt disable holding ...Masami Hiramatsu
 Re: [PATCH] call stop_machine_text_poke() on all cpusMasami Hiramatsu
 Re: [PATCH 1/8] fs: protect inode->i_state with inode->i_lockAl Viro
 Re: Benchmarks of kernel tracing options (ftrace, ktrace, lttng an ...Mathieu Desnoyers
[New][PATCH 1/3] [x86, next] Fix unsuitable attributes of mce debugfs.Jin Dongming
[New][PATCH 2/3] [x86, next] Add mce_ser interface in /sys/kernel/debug ...Jin Dongming
[New][PATCH 3/3] [x86, next] Add mce_sys_info interface for debug.Jin Dongming
 Re: [PATCH 2/8] fs: factor inode disposalAl Viro
 Re: intel idle kconfig warningLen Brown
 Re: [PATCH] fix oops in usbserial_cleanup functionmarui
 Re: [PATCH 4/8] fs: remove inode_lock from iput_final and prune_icacheAl Viro
 Re: [PATCH 8/8] fs: Clean up documentation references to inode_lockAl Viro
[New]2.6.36-git11 -- kernel/pid.c:419 invoked rcu_dereference_check() w ...Miles Lane
 [tip:x86/uv] x86, uv: More Westmere support on SGI UVtip-bot for Russ Anderson
[New][PATCH 0/5] [GIT PULL] kconfig: Fixes to make localmodconfigSteven Rostedt
 [PATCH 5/5] [PATCH 5/5] kconfig: Have streamline_config process me ...Steven Rostedt
 [PATCH 2/5] [PATCH 2/5] kconfig: Fix variable name typo %prompts i ...Steven Rostedt
 [PATCH 1/5] [PATCH 1/5] kconfig: Make localmodconfig handle enviro ...Steven Rostedt
 [PATCH 3/5] [PATCH 3/5] kconfig: Fix missing declaration of variab ...Steven Rostedt
 [PATCH 4/5] [PATCH 4/5] kconfig: Fix streamline_config to read mul ...Steven Rostedt
 Re: [PATCH -v3] x86: Disable x2apic if nox2apic is specifiedSuresh Siddha
 Re: [PATCH] initramfs: Fix build break on symbol-prefixed archsSam Ravnborg
[New]Re: [tip:x86/platform] x8: Move olpc to platformYinghai Lu
 [RFC][PATCH 01/22] sched: add sched_class->task_dead.Raistlin
 [RFC][PATCH 02/22] sched: add extended scheduling interfaceRaistlin
 [RFC][PATCH 03/22] sched: SCHED_DEADLINE data structures.Raistlin
 [RFC][PATCH 04/22] sched: SCHED_DEADLINE SMP-related data structuresRaistlin
 [RFC][PATCH 05/22] sched: SCHED_DEADLINE policy implementationRaistlin
 [RFC][PATCH 06/22] sched: SCHED_DEADLINE handles spacial kthreadsRaistlin
 [RFC][PATCH 07/22] sched: SCHED_DEADLINE push and pull logicRaistlin
 [RFC][PATCH 08/22] sched: SCHED_DEADLINE avg_update accountingRaistlin
 [RFC][PATCH 09/22] sched: add period support for -deadline tasksRaistlin
 [RFC][PATCH 10/22] sched: add a syscall to wait for the next instanceRaistlin
 Re: [PATCH 2/2] jump label: disable due to compiler bugIngo Molnar
 Re: [patch] rapidio: use resource_size()Li Yang
 [RFC][PATCH 11/22] sched: add schedstats for -deadline tasksRaistlin
 [RFC][PATCH 12/22] sched: add runtime reporting for -deadline tasksRaistlin
 [RFC][PATCH 13/22] sched: add resource limits for -deadline tasksRaistlin
 [RFC][PATCH 14/22] sched: add latency tracing for -deadline tasks.Raistlin
 [RFC][PATCH 15/22] sched: add traceporints for -deadline tasksRaistlin
 [RFC][PATCH 16/22] sched: add SMP traceporints for -deadline tasksRaistlin
 [RFC][PATCH 17/22] sched: add signaling overrunning -deadline tasks.Raistlin
 [RFC][PATCH 19/22] rtmutex: turn the plist into an rb-treeRaistlin
 [RFC][PATCH 18/22] sched: add reclaiming logic to -deadline tasksRaistlin
 [tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware allocationstip-bot for Eric Dumazet
 [RFC][PATCH 20/22] sched: drafted deadline inheritance logicRaistlin
 [RFC][PATCH 21/22] sched: add bandwidth management for sched_dlRaistlin
 [RFC][PATCH 22/22] sched: add sched_dl documentationRaistlin
 Re: [PATCH] vfs: fix possible use after free in finish_open()Al Viro
[New][PATCH v4 00/11] memcg: per cgroup dirty page accountingGreg Thelen
 [PATCH v4 01/11] memcg: add page_cgroup flags for dirty page trackingGreg Thelen
 [PATCH v4 02/11] memcg: document cgroup dirty memory interfacesGreg Thelen
 [PATCH v4 03/11] memcg: create extensible page stat update routinesGreg Thelen
 [PATCH v4 04/11] memcg: add lock to synchronize page accounting an ...Greg Thelen
 [PATCH v4 05/11] writeback: create dirty_info structureGreg Thelen
 [PATCH v4 06/11] memcg: add dirty page accounting infrastructureGreg Thelen
 [PATCH v4 07/11] memcg: add kernel calls for memcg dirty page statsGreg Thelen
 [PATCH v4 08/11] memcg: add dirty limits to mem_cgroupGreg Thelen
 [PATCH v4 09/11] memcg: CPU hotplug lockdep warning fixGreg Thelen
 [PATCH v4 10/11] memcg: add cgroupfs interface to memcg dirty limitsGreg Thelen
 [PATCH v4 11/11] memcg: check memcg dirty limits in page writebackGreg Thelen
[New][RFC][PATCH 00/22] sched: SCHED_DEADLINE v3Raistlin
 Re: [PATCH 3/3] [x86, next] Add mce_sys_info interface for debug.Borislav Petkov
 Re: [PATCH -v3] x86: Disable x2apic if nox2apic is specifiedYinghai Lu
 [PATCH] USB: ehci/mxc: compile fixUwe Kleine-König
 Re: [PATCH 8/8] fs: Clean up documentation references to inode_lockChristoph Hellwig
 Re: [PATCH v4 08/11] memcg: add dirty limits to mem_cgroupKAMEZAWA Hiroyuki
 Re: [ANNOUNCE] Status of unlocked_qcmds=1 operation for .37Andi Kleen
 Re: [PATCH v4 10/11] memcg: add cgroupfs interface to memcg dirty ...KAMEZAWA Hiroyuki
 Re: [PATCH] power: Fix typo in status comparison causing warning"Rafael J. Wysocki"
 Re: [PATCH v4 11/11] memcg: check memcg dirty limits in page writebackKAMEZAWA Hiroyuki
 Re: [PATCH v4 05/11] writeback: create dirty_info structureKAMEZAWA Hiroyuki
 Re: [RFC PATCH 1/1] vhost: TX used buffer guest signal accumulation"Michael S. Tsirkin"
[New]Kernel v2.6.36 trouble on USB disconnectKetil Froyn
 Re: [PATCH 2/3] [x86, next] Add mce_ser interface in /sys/kernel/d ...Andi Kleen
 Re: [PATCH 3/3] [x86, next] Add mce_sys_info interface for debug.Andi Kleen
 Re: [RFC PATCH 1/1] vhost: TX used buffer guest signal accumulation"Michael S. Tsirkin"
 Re: intel idle kconfig warningAndi Kleen
 Re: [RFC PATCH 1/1] vhost: TX used buffer guest signal accumulation"Michael S. Tsirkin"
 Re: [RFC PATCH 1/1] vhost: TX used buffer guest signal accumulation"Michael S. Tsirkin"
 Re: [bisected] Clocksource tsc unstable gitBorislav Petkov
 Re: [bisected] Clocksource tsc unstable gitMarkus Trippelsdorf
 Re: kmemleak disabled itself in 2.6.36Toralf Förster
[New][GIT PULL] scheduler fixesIngo Molnar
[New][PULL REQUEST] md update for current merge windowNeil Brown
[New]Re: business offer !Matthew Clayton
 Re: Bug#594089: keyboard-configuration: caps lock keycode problemJiri Kosina
[New]fs: break out inode operations from inode_lock V4Dave Chinner
 [PATCH 1/8] fs: protect inode->i_state with inode->i_lockDave Chinner
 [PATCH 4/8] fs: remove inode_lock from iput_final and prune_icacheDave Chinner
 [PATCH 2/8] fs: factor inode disposalDave Chinner
 [PATCH 5/8] fs: move i_sb_list out from under inode_lockDave Chinner
 [PATCH 6/8] fs: move i_wb_list out from under inode_lockDave Chinner
 [PATCH 7/8] fs: rename inode_lock to inode_hash_lockDave Chinner
 [PATCH 3/8] fs: Lock the inode LRU list separatelyDave Chinner
 [PATCH 8/8] fs: Clean up documentation references to inode_lockDave Chinner
 Re: [RFC][PATCH 0/3] big chunk memory allocator v2Michał Nazarewicz
 Re: [PATCHv11 2.6.36-rc2-tip 0/15] 0: Uprobes PatchesChristoph Hellwig
 Re: fs: break out inode operations from inode_lock V4Al Viro
 Re: fs: break out inode operations from inode_lock V4Dave Chinner
 Re: [PATCH] telephony: fix return valueJiri Kosina
 Re: [PATCH 6/8] fs: move i_wb_list out from under inode_lockChristoph Hellwig
 Re: [PATCH] kdb: avoid on-stack cpumask, old-style accessorsRusty Russell
 Re: [PATCH 6/8] fs: move i_wb_list out from under inode_lockAl Viro
[New][PATCH -V22 00/14] Generic name to handle and open by handle syscalls"Aneesh Kumar K.V"
 [PATCH -V22 01/14] exportfs: Return the minimum required handle size"Aneesh Kumar K.V"
 [PATCH -V22 02/14] vfs: Add name to file handle conversion support"Aneesh Kumar K.V"
 [PATCH -V22 04/14] vfs: Add handle based readlink syscall"Aneesh Kumar K.V"
 [PATCH -V22 05/14] vfs: Add handle based stat syscall"Aneesh Kumar K.V"
 [PATCH -V22 06/14] fs: Don't allow to create hardlink for deleted file"Aneesh Kumar K.V"
 [PATCH -V22 07/14] fs: Remove i_nlink check from file system link ..."Aneesh Kumar K.V"
 [PATCH -V22 08/14] vfs: Add handle based link syscall"Aneesh Kumar K.V"
 [PATCH -V22 09/14] x86: Add new syscalls for x86_32"Aneesh Kumar K.V"
 [PATCH -V22 10/14] x86: Add new syscalls for x86_64"Aneesh Kumar K.V"
 [PATCH -V22 11/14] unistd.h: Add new syscalls numbers to asm-generic"Aneesh Kumar K.V"
 [PATCH -V22 12/14] vfs: Export file system uuid via /proc/<pid>/mo ..."Aneesh Kumar K.V"
 [PATCH -V22 13/14] ext3: Copy fs UUID to superblock."Aneesh Kumar K.V"
 [PATCH -V22 14/14] ext4: Copy fs UUID to superblock"Aneesh Kumar K.V"
 [PATCH -V22 03/14] vfs: Add open by file handle support"Aneesh Kumar K.V"
[New]Ensure FMODE_NONOTIFY is not set by userspaceLino Sanfilippo
 Re: [PATCH v2.6.36-rc7] oprofile: don't use flush_scheduled_work()Robert Richter
[New][GIT PULL] oprofile fixes for v2.6.37Robert Richter
[New][PATCH] make fanotify_read() restartable across signalsLino Sanfilippo
 Re: [PATCH 1/2] mm: page allocator: Adjust the per-cpu counter thr ...Mel Gorman
 Re: [PATCH 2/2] mm: vmstat: Use a single setter function and callb ...Mel Gorman
 [Updated PATCH -V22 07/14] fs: Remove i_nlink check from file syst ..."Aneesh Kumar K. V"
[New][RFC PATCH 0/2] SL351x (Gemini) ethernet driverMichał Mirosław
 [RFC PATCH 1/2] Gemini: create platform device for ethernet in Rai ...Michał Mirosław
 [RFC PATCH 2/2] Gemini: SL351x Ethernet driverMichał Mirosław
 Re: [PATCH 09/10] vmscan: Do not writeback filesystem pages in dir ...Mel Gorman
 Re: [bisected] Clocksource tsc unstable gitBorislav Petkov
 Re: [RFC][PATCH 0/3] big chunk memory allocator v2Andi Kleen
[New]Re: [PATCH net-next-2.6 v2] can: Topcliff: PCH_CAN driver: Fix bui ...Tomoya
 Re: [PATCHv11 2.6.36-rc2-tip 0/15] 0: Uprobes PatchesSrikar Dronamraju
 Re: [GIT PULL] oprofile fixes for v2.6.37Ingo Molnar
 Re: [PATCH v4 02/11] memcg: document cgroup dirty memory interfacesWu Fengguang
 Re: [RFC][PATCH 0/3] big chunk memory allocator v2KAMEZAWA Hiroyuki
 Re: [PATCH v4 06/11] memcg: add dirty page accounting infrastructureWu Fengguang
 Re: [RFC PATCH 0/2] SL351x (Gemini) ethernet driverPaulius Zaleckas
 Re: [RFC PATCH 1/2] Gemini: create platform device for ethernet in ...Paulius Zaleckas
 Re: [Qemu-devel] Re: [PATCH] Implement a virtio GPU transportRusty Russell
 Re: [PATCH v4 06/11] memcg: add dirty page accounting infrastructureKAMEZAWA Hiroyuki
 Re: [patch] misc/bh1770glc: error handling in bh1770_power_state_s ...Onkalo Samu
 Re: [bisected] Clocksource tsc unstable gitMarkus Trippelsdorf
 Re: [bisected] Clocksource tsc unstable gitBorislav Petkov
 Re: [Qemu-devel] Re: [PATCH] Implement a virtio GPU transportEd Tomlinson
 Re: [PATCH 5/9] mfd: Add UART support for the ST-Ericsson CG2900.Par-Gunnar Hjalmdahl
 Re: [bisected] Clocksource tsc unstable gitMarkus Trippelsdorf
 Re: [PATCH 5/9] mfd: Add UART support for the ST-Ericsson CG2900.Par-Gunnar Hjalmdahl
 Re: [tip:x86/platform] x8: Move olpc to platformThomas Gleixner
 Re: [PATCH 5/9] mfd: Add UART support for the ST-Ericsson CG2900.Par-Gunnar Hjalmdahl
[New]Webcam driver not working: drivers/media/video/gspca/ov519.c devic ...Anca Emanuel
 Re: [bisected] Clocksource tsc unstable gitThomas Gleixner
 Re: [PATCH 2/2] jump label: disable due to compiler bugSteven Rostedt
 Re: [RFC][PATCH 0/3] big chunk memory allocator v2Andi Kleen
 Re: [PATCH 2/2] jump label: disable due to compiler bugIngo Molnar
 Re: [RFC][PATCH 0/3] big chunk memory allocator v2KAMEZAWA Hiroyuki
 Re: [RFC][PATCH 0/3] big chunk memory allocator v2Michał Nazarewicz
 Re: [PATCH 2/2] jump label: disable due to compiler bugSteven Rostedt
[New]mvsas errors in 2.6.36Thomas Fjellstrom
 Re: [PATCH] Add Force Feedback support for EMS Trio Linker Plus IIJiri Kosina
 Re: [PATCH] hid: usbhid: New hid quirks for Panasonic Elite Panabo ...Jiri Kosina
[New][PATCH] rcu_read_lock/unlock protect find_task_by_vpid callSergey Senozhatsky
 Re: 2.6.36 io bring the system to its kneesTed Ts'o
 Re: linux-next: Tree for October 28 (acpi_video)Randy Dunlap
[New][PATCH] kvm: Create an eventfd mechanism for EOIs to get to userspaceAlex Williamson
 Re: [PATCH 2/2] jump label: disable due to compiler bugRichard Henderson
 Re: [PATCH] numa: fix slab_node(MPOL_BIND)Christoph Lameter
 Re: [bisected] Clocksource tsc unstable gitBorislav Petkov
 Re: [PATCH] xen: correct size of level2_kernel_pgtJeremy Fitzhardinge
 Re: Ensure FMODE_NONOTIFY is not set by userspaceEric Paris
 Re: [PATCH 1/2] mm: page allocator: Adjust the per-cpu counter thr ...Christoph Lameter
[New]Linux 2.6.27.55Greg KH
[New]Linux 2.6.32.25Greg KH
[New]Linux 2.6.35.8Greg KH
 Re: Linux 2.6.32.25Greg KH
 Re: [PATCH] xen: xenfs: privcmd: check put_user() return codeJeremy Fitzhardinge
 Re: Linux 2.6.35.8Greg KH
 Re: Linux 2.6.27.55Greg KH
 Re: [bisected] Clocksource tsc unstable gitMarkus Trippelsdorf
 Re: [PATCH v4 11/11] memcg: check memcg dirty limits in page writebackGreg Thelen
 Re: [PATCH net-next-2.6 v2] can: Topcliff: PCH_CAN driver: Fix bui ...Oliver Hartkopp
 Re: [PATCH 2/2] jump label: disable due to compiler bugDavid Daney
 Re: [PATCH] genirq: handle shared irqs in handle_nested_irq()Rabin Vincent
[New][RELEASE] LTTng 0.238 and lttng-modules 0.19.2 for kernel 2.6.36Mathieu Desnoyers
 Re: Ensure FMODE_NONOTIFY is not set by userspaceEric Paris
[New][PATCH] video: backlight: adp8870: Fix warn_unused_result warning ...<michael.hennerich@analog ...
 Re: Writing a console/tty driver -- how to use tty_port?Alan Cox
 Re: [PATCH 03/20] fanotify: implement fanotify listener ordering"John Stoffel"
 Re: [PATCH] make fanotify_read() restartable across signalsEric Paris
 [PATCH 2/2] perf bench: add x86-64 specific benchmarks to perf ben ...Hitoshi Mitake
[New][PATCH] Modules: x86_64 - R_X86_64_PC32 gives signed 32 bit and ne ...Nikanth Karthikesan
[New][PATCH 1/2] perf bench: port memcpy_64.S to perf benchHitoshi Mitake
 Re: [PATCH v4 08/11] memcg: add dirty limits to mem_cgroupGreg Thelen
 Re: [PATCH 2/2] jump label: disable due to compiler bugSteven Rostedt
 Re: Memory barrier question."Paul E. McKenney"
 Re: [PATCH 2/2] jump label: disable due to compiler bugSteven Rostedt
 Re: [PATCH] xen: correct size of level2_kernel_pgtJeremy Fitzhardinge
 Re: [bisected] Clocksource tsc unstable gitThomas Gleixner
 Re: [PATCH] xen: correct size of level2_kernel_pgtIan Campbell
[New]pty.c: tty_lock() and tty_unlock() in reverse order?Eli Billauer
 Re: [PATCH 5/9] mfd: Add UART support for the ST-Ericsson CG2900.Alan Cox
 Re: [PATCH net-next-2.6 v2] can: Topcliff: PCH_CAN driver: Fix bui ...Marc Kleine-Budde
 RE: [PATCH] hid: usbhid: New hid quirks for Panasonic Elite Panabo ...Anton Chikin
 Re: [PATCH 5/9] mfd: Add UART support for the ST-Ericsson CG2900.Alan Cox
[New][PATCH 1/3] complete the rename of AMD NB and related codeHans Rosenfeld
 [PATCH 2/3] Cleanup AMD northbridge caching codeHans Rosenfeld
 Re: [PATCH] xen: xenfs: privcmd: check put_user() return codeIan Campbell
[New][PATCH] u64_stats_sync.h: move "inline" before the return typeMax Kellermann
 Re: [PATCH 2/4] IMA: maintain i_readcount in the VFS layerValdis.Kletnieks@vt ...
 Re: [PATCH] power: Fix typo in status comparison causing warningAlan Stern
[New][PATCH] xen: implement XENMEM_machphys_mappingStefano Stabellini
 [PATCH 3/3] Cleanup L3 cache index disable supportHans Rosenfeld
 Re: [PATCH] USB: ehci/mxc: compile fixAlan Stern
 Re: [PATCH net-next-2.6 v2] can: Topcliff: PCH_CAN driver: Fix bui ...Marc Kleine-Budde
 Re: [Xen-devel] Re: [PATCH] xen: correct size of level2_kernel_pgtJeremy Fitzhardinge
 Re: [PATCH 2/2] jump label: disable due to compiler bugDavid Daney
 Re: linux-next: manual merge of the xen-pvhvm tree with the xen treeStefano Stabellini
 Re: Writing a console/tty driver -- how to use tty_port?Timur Tabi
 Re: [RFC][PATCH 0/3] big chunk memory allocator v2Michał Nazarewicz
[New]Re: [PATCH][resend] m68k,m68knommu: Do not include linux/hardirq.h ...Geert Uytterhoeven
[New][PATCH 1/2] kbuild: introduce ARCH_LIST for headers_install_all"Kirill A. Shutsemov"
 Re: [Qemu-devel] Re: [PATCH] Implement a virtio GPU transportAnthony Liguori
 [PATCH 2/2] kbuild: export linux/{a.out,kvm,kvm_para}.h on headers ..."Kirill A. Shutsemov"
 Re: [PATCH] genirq: handle shared irqs in handle_nested_irq()Rabin Vincent
 Re: [PATCH] xen: xenfs: privcmd: check put_user() return codeJeremy Fitzhardinge
 Re: Section conflicts with percpu variablesJeremy Fitzhardinge
 Re: [PATCH 2/4] IMA: maintain i_readcount in the VFS layerValdis.Kletnieks@vt ...
 Re: [PATCH] genirq: handle shared irqs in handle_nested_irq()Thomas Gleixner
 Re: [PATCH] genirq: handle shared irqs in handle_nested_irq()Thomas Gleixner
 Re: [Xen-devel] Re: [PATCH] xen: correct size of level2_kernel_pgtIan Campbell
[New][PATCH] fs/dcache: fix kernel-doc warningsRandy Dunlap
 Re: [PATCH] xen: xenfs: privcmd: check put_user() return codeIan Campbell
 Re: [PATCH net-next-2.6 v2] can: Topcliff: PCH_CAN driver: Fix bui ...Marc Kleine-Budde
 [PATCH] scripts/kernel-doc: escape special characters for xml stru ...Randy Dunlap
 Re: percpucounter: Optimize __percpu_counter_add a bit through the ...Eric Dumazet
 Re: [PATCH] u64_stats_sync.h: move "inline" before the return typeEric Dumazet
 Re: [RFC][PATCH 0/3] big chunk memory allocator v2Andi Kleen
 Re: 2.6.36 io bring the system to its kneesAidar Kultayev
 Re: [PATCH 2/2] jump label: disable due to compiler bugIngo Molnar
 Re: [PATCH] kdb: avoid on-stack cpumask, old-style accessorsJason Wessel
 Re: [bisected] Clocksource tsc unstable gitBorislav Petkov
 Re: [RFC][PATCH 0/3] big chunk memory allocator v2Minchan Kim
 Re: [PATCH 2/2] jump label: disable due to compiler bugMathieu Desnoyers
 Re: [PATCH 2/2] jump label: disable due to compiler bugSteven Rostedt
[New][PATCH] mac80211 failure to check kmalloc return value in key_key_ ...Jesper Juhl
[New][GIT PULL] s390 patches for 2.6.37 #2Martin Schwidefsky
 Re: tproxy: added IPv6 support to the socket matchPatrick McHardy
 Re: Writing a console/tty driver -- how to use tty_port?Timur Tabi
 Re: [RFC PATCH 1/1] vhost: TX used buffer guest signal accumulationShirley Ma
 Re: Ensure FMODE_NONOTIFY is not set by userspaceLino Sanfilippo
[New][PATCH] ext4: Fix lazyinit hang after removing requestLukas Czerner
 Re: [PATCH 2/2] jump label: disable due to compiler bugRichard Henderson
[New][GIT PULL] Squashfs updates for 2.6.37Phillip Lougher
 Re: netfilter: nf_nat: make find/put staticPatrick McHardy
[New]Memory barrier question.Tetsuo Handa
[New][git pull] vfs, pile 2Al Viro
 Re: linux-next: Tree for October 28 (acpi_video)Len Brown
[New][PATCH] x86/32: treat all pfns as low in dump_pagetable before max ...Ian Campbell
[New][PATCH] block: missing module_put in put_diskChun Wu
[New][PATCH v4] OLPC: Add XO-1 suspend/resume supportDaniel Drake
[New]Deadlock on 2.6.32.22 kernelMichael Stroucken
[New][PATCH 0/1] RFC: poll/select performance on datagram socketsAlban Crequy
 [PATCH] poll/select performance on datagram socketsAlban Crequy
 Re: [PATCH] genirq: handle shared irqs in handle_nested_irq()Rabin Vincent
[New]percpucounter: Optimize __percpu_counter_add a bit through the use ...Christoph Lameter
[New][PATCH] xen: correct size of level2_kernel_pgtIan Campbell
 Re: [PATCH 2/2] jump label: disable due to compiler bugSteven Rostedt
 Re: [PATCH 1/2] mm: page allocator: Adjust the per-cpu counter thr ...Andrew Morton
 Re: [PATCH 1/8] staging: dream: fix information leak to userlandBryan Huntsman
 [PATCH 6/7] kgdbts: prevent re-entry to kgdbts before it unregistersJason Wessel
 [PATCH 7/7] kgdb,ppc: Individual register get/set for ppcJason Wessel
 [PATCH 1/7] kdb: Add kdb kernel module sampleJason Wessel
 [PATCH 5/7] debug_core,x86,blackfin: Clean up hw debug disable APIJason Wessel
[New][GIT PULL] kgdb/kdb tree for 2.6.37Jason Wessel
 [PATCH 2/7] kdb: fix per_cpu command to remove supress maskJason Wessel
 [PATCH 4/7] kdb: Fix early debugging crash regressionJason Wessel
 [PATCH 3/7] kgdb,arm: fix register dumpJason Wessel
[New][PATCH] USB PCM Sound driver neglects kmalloc return value check a ...Jesper Juhl
[New][GIT PULL] Small Xen bugfixesJeremy Fitzhardinge
 [PATCH 1/7] jump label: Fix module __init section raceSteven Rostedt
 [PATCH 3/7] jump label: Fix error with preempt disable holding mutexSteven Rostedt
 [PATCH 6/7] x86, ftrace: Use safe noops, drop trap testSteven Rostedt
 [PATCH 4/7] jump label: Make arch_jump_label_text_poke_early() opt ...Steven Rostedt
[New][PATCH 0/7] [GIT PULL] jump label: fixes and work aroundsSteven Rostedt
 [PATCH 5/7] jump_label: Fix unaligned traps on sparc.Steven Rostedt
 [PATCH 2/7] jump label: Fix deadlock b/w jump_label_mutex vs. text ...Steven Rostedt
 [PATCH 7/7] jump label: Add work around to i386 gcc asm goto bugSteven Rostedt
 Re: [GIT PULL] Small Xen bugfixesLinus Torvalds
 Re: mmotm 2010-10-20 - netfilter Kconfig whingePatrick McHardy
[New]pull request: wireless-2.6 2010-10-29"John W. Linville"
 Re: [GIT PULL] Small Xen bugfixesJeremy Fitzhardinge
 Re: [PATCH] video: backlight: adp8870: Fix warn_unused_result warn ...Andrew Morton
 Re: [PATCH 0/1] RFC: poll/select performance on datagram socketsEric Dumazet
 Re: pull request: wireless-2.6 2010-10-29David Miller
 Re: [PATCH net-next-2.6 v2] can: Topcliff: PCH_CAN driver: Fix bui ...Wolfgang Grandegger
 Re: [PATCH 1/2] mm: page allocator: Adjust the per-cpu counter thr ...Christoph Lameter
 Re: [PATCH 1/8] staging: dream: fix information leak to userlandGreg KH
 Re: [PATCH 1/2] mm: page allocator: Adjust the per-cpu counter thr ...Andrew Morton
 Re: booting "nosmp" kernel causing ACPI errorsf6bvp
 Re: [tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware allocationsPeter Zijlstra
 Re: High CPU load when machine is idle (related to PROBLEM: Unusua ...Peter Zijlstra
 Re: booting "nosmp" kernel causing ACPI errorsBernard Pidoux
[New][GIT PULL] eCryptfs updatesTyler Hicks
[New][PATCH] AudioScience HPI driver: Unsafe memory management when all ...Jesper Juhl
 Re: Fwd: NULL pointer dereference at netxen_nic_probe+0x813/0x9a0Denis Kirjanov
[New][GIT PATCH] one more STAGING merge for .37-rcGreg KH
 Re: [PATCH 1/2] perf bench: port memcpy_64.S to perf benchPeter Zijlstra
 Re: sysfs and power managementGreg KH
 Re: How do I add yaffs file system to mainline?James Cloos
 Re: NULL pointer dereference at netxen_nic_probe+0x813/0x9a0David Miller
[New][GIT] NetworkingDavid Miller
 Re: [PATCH 7/7] jump label: Add work around to i386 gcc asm goto bugMathieu Desnoyers
 Re: [PATCH 6/7] x86, ftrace: Use safe noops, drop trap testMathieu Desnoyers
 Re: [GIT PULL] Small Xen bugfixesJeremy Fitzhardinge
 Re: [PATCH 0/1] RFC: poll/select performance on datagram socketsDavide Libenzi
 Re: [tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware allocationsCyrill Gorcunov
 Re: [PATCH 2/2] jump label: disable due to compiler bug"H. Peter Anvin"
 Re: [PATCH 0/1] RFC: poll/select performance on datagram socketsEric Dumazet
 Re: [PATCH v4 00/11] memcg: per cgroup dirty page accountingAndrew Morton
 Re: [PATCH v4 09/11] memcg: CPU hotplug lockdep warning fixAndrew Morton
[New]Actualice su cuenta de correo electrónico"Webmail equipo de actualización"
 Re: [PATCH] rcu_read_lock/unlock protect find_task_by_vpid call"Paul E. McKenney"
 Re: [PATCH v4 02/11] memcg: document cgroup dirty memory interfacesAndrew Morton
 Re: [PATCH v13 10/16] Add a hook to intercept external buffers fro ...David Miller
 Re: [tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware allocationsCyrill Gorcunov
 Re: [PATCH 0/1] RFC: poll/select performance on datagram socketsJesper Juhl
 Re: [PATCH 4/8] jump label: Make arch_jump_label_text_poke_early() ...David Miller
 [PATCH -next] i2c: intel-mid depends on PCIRandy Dunlap
 Re: [PATCH 0/1] RFC: poll/select performance on datagram socketsDavid Miller
[New][KORG] Master / hera upgrade & downtime announcement"J.H."
 Re: [PATCH 2/2] jump label: disable due to compiler bugSteven Rostedt
 Re: [PATCH 0/1] RFC: poll/select performance on datagram socketsEric Dumazet
 Re: [PATCH 0/1] RFC: poll/select performance on datagram socketsDavide Libenzi
 Re: [PATCH 2/2] jump label: disable due to compiler bugSteven Rostedt
 Re: [PATCH 4/8] jump label: Make arch_jump_label_text_poke_early() ...David Daney
 Re: [PATCH 2/2] jump label: disable due to compiler bug"H. Peter Anvin"
[New][#3146] Re: ChaosBits.net - [PATCH] AudioScience HPI driver: Unsaf ..."Sally Reich [via ASI support]"
 Re: [tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware allocationsEric Dumazet
 Re: [PATCH 2/2] jump label: disable due to compiler bugMathieu Desnoyers
 Re: [tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware allocationsEric Dumazet
 Re: [PATCH 2/2] jump label: disable due to compiler bugSteven Rostedt
 Re: [tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware allocationsCyrill Gorcunov
[New][PATCH] 2.6.37-rc - drivers/dma/Kconfig - add part number for Topc ...Valdis.Kletnieks@vt ...
 Re: [kernel.org users] [KORG] Master / hera upgrade & downtime ann ...Steven Rostedt
[New][PATCH] cs46xx memory management fixes for cs46xx_dsp_spos_create( ...Jesper Juhl
 Re: [PATCH 0/1] RFC: poll/select performance on datagram socketsEric Dumazet
 Re: Regression in 2.6.36 in single stepping over hardware breakpoi ...Frederic Weisbecker
 Re: More details - Re: i915 module with modeset=1 freezes machine ...""
 Re: [tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware allocationsCyrill Gorcunov
 Re: [PATCH 2/2] jump label: disable due to compiler bugMathieu Desnoyers
 Re: [PATCH v4 02/11] memcg: document cgroup dirty memory interfacesGreg Thelen
[New][PATCH] mach-pxa: sharpsl_pm: simplify conditionalNicolas Kaiser
 Re: [PATCH v4 02/11] memcg: document cgroup dirty memory interfacesGreg Thelen
 Re: [GIT] NetworkingLinus Torvalds
 SOLVED? Re: i915 module with modeset=1 freezes machine (kernels 2. ...""
[New][GIT PULL] One more power management fix for 2.6.37"Rafael J. Wysocki"
 Re: [PATCH][resend] m68k,m68knommu: Do not include linux/hardirq.h ...Greg Ungerer
 Re: [PATCH 0/1] RFC: poll/select performance on datagram socketsDavide Libenzi
 Re: [PATCH 0/1] RFC: poll/select performance on datagram socketsEric Dumazet
[New][PATCH] Zero memory more efficiently in mm/percpu.c::pcpu_mem_alloc()Jesper Juhl
 Re: [RFC PATCH] include/linux/kernel.h: Add config option for p ...Joe Perches
[New][PATCH] ecryptfs: fix truncation error in ecryptfs_read_update_atimeEdward Shishkin
[New][PATCH] staging/brcm80211: simplify expressionNicolas Kaiser
 Re: [PATCH] misc: isl29020: fix signedness bugAndrew Morton
[New][BUG] intr_remap: Simplify the code furtherRuss Anderson
 [PATCH 1/6] Documentation: Change mail address of Hans J. Koch"Hans J. Koch"
[New][PATCH 0/6] Change mail address of Hans J. Koch"Hans J. Koch"
 [PATCH 2/6] MAINTAINERS: Change mail address of Hans J. Koch"Hans J. Koch"
 Re: [stable] [PATCH 0/1] Bluetooth: fix crash in L2CAPGreg KH
 [PATCH 3/6] arm: plat-tcc: Change mail address of Hans J. Koch"Hans J. Koch"
 [PATCH 4/6] hwmon: Change mail address of Hans J. Koch"Hans J. Koch"
 [PATCH 5/6] netdev: can: Change mail address of Hans J. Koch"Hans J. Koch"
 Re: CIFS is slooow, gvfs is fast"J.A. Magallón"
 Re: [PATCH] cs46xx memory management fixes for cs46xx_dsp_spos_cre ...Benny_Sjöstrand
 [PATCH 6/6] uio: Change mail address of Hans J. Koch"Hans J. Koch"
 Re: linux-next: Tree for October 29 (staging/ath6kl)Randy Dunlap
 Re: Writing a console/tty driver -- how to use tty_port?Arnd Bergmann
 Re: [PATCH] asm-generic/stat.h: support 64-bit file time_t for stat()Arnd Bergmann
[New][PATCH] Fix bug in FUSE where the attribute cache for a file was n ...Ken Sumrall
 Re: linux-next: Tree for October 29 (staging/ath6kl)Greg KH
 Re: Writing a console/tty driver -- how to use tty_port?Arnd Bergmann
 Re: [PATCH 5/9] mfd: Add UART support for the ST-Ericsson CG2900.Arnd Bergmann
 Re: [ANNOUNCE] Status of unlocked_qcmds=1 operation for .37"Nicholas A. Bellinger"
 Re: [PATCH] Fix bug in FUSE where the attribute cache for a file w ...Andrew Morton
 Re: [ANNOUNCE] Status of unlocked_qcmds=1 operation for .37"Nicholas A. Bellinger"
 Re: [PATCH 5/9] mfd: Add UART support for the ST-Ericsson CG2900.Arnd Bergmann
[New]Re: my girlfriend's self-view videoMichael Jensen
 Re: [PATCH 1/5] [PATCH 1/5] kconfig: Make localmodconfig handle en ...Arnaud Lacombe
 Fwd: [PATCH] Fix bug in FUSE where the attribute cache for a file ...Ken Sumrall
 Re: [BUG] intr_remap: Simplify the code furtherSuresh Siddha
[New]Slow swapping even on fast infinibandSpelic
[New][GIT PULL] msm fixes and msm videoDaniel Walker
 Re: CIFS is slooow, gvfs is fastSteve French
 Re: Sync writeback still brokenLinus Torvalds
 [tip:x86/urgent] x86, alternative: Call stop_machine_text_poke() o ...tip-bot for Jason Baron
 Re: Sync writeback still brokenLinus Torvalds
 Re: [PATCH 1/5] [PATCH 1/5] kconfig: Make localmodconfig handle en ...Steven Rostedt
[New][GIT PULL] Additional x86 fixes for 2.6.37"H. Peter Anvin"
 Re: Sync writeback still brokenLinus Torvalds
[New][GIT PULL] Additional x86 UV support for 2.6.37"H. Peter Anvin"
 Re: [BUG] intr_remap: Simplify the code furtherRuss Anderson
 Re: [BUG] intr_remap: Simplify the code furtherYinghai Lu
 Re: [PATCH v4 02/11] memcg: document cgroup dirty memory interfacesWu Fengguang
[New]All Applied micro boards are failing with current mainline kernelRupjyoti Sarmah
 Re: Sync writeback still brokenAndrew Morton
 Re: [BUG] intr_remap: Simplify the code furtherRuss Anderson
\
 
  \ /
  Last update: 2020-01-02 09:45    [0.179 seconds]
©2004-2020 Jasper Spaans