lkml.org 
[lkml]   [2009]   [May]   [22]   [last100]  
 
/

22 May 2009

 
 Re: p used before making sure it is not NULL in kernel/auditsc.cAl Viro
[New][PATCH V2 0/3] Introduce and use DO_ONCE statement expression macroJoe Perches
 [PATCH V2 1/3] kernel.h: Add DO_ONCE statement expression macroJoe Perches
 [PATCH V2 2/3] arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: Use DO_ ...Joe Perches
 [PATCH V2 3/3] kernel.h: Remove unused printk_onceJoe Perches
[New][PATCH 1/2] perf_counter: dynamically allocate tasks' perf_count ...Paul Mackerras
 [PATCH 2/2] perf_counter: optimize context switch between identica ...Paul Mackerras
 Re: Performance overhead of paravirt_ops on native identifiedJeremy Fitzhardinge
 Re: [PATCH] smack:beyond ARRAY_SIZE of dataCasey Schaufler
[New][PATCH 01/38] cred: #include init.h in cred.hAlexey Dobriyan
 [PATCH 02/38] utsns: extract create_uts_ns()Alexey Dobriyan
 [PATCH 03/38] ipcns 1/4: remove useless get/put while CLONE_NEWIPCAlexey Dobriyan
 [PATCH 04/38] ipcns 2/4: extract create_ipc_ns()Alexey Dobriyan
 [PATCH 05/38] ipcns 3/4: make free_ipc_ns() staticAlexey Dobriyan
 [PATCH 06/38] ipcns 4/2: move free_ipcs() protoAlexey Dobriyan
 [PATCH 07/38] pidns 1/2: make create_pid_namespace() accept parent ...Alexey Dobriyan
 [PATCH 08/38] pidns 2/2: rewrite copy_pid_ns()Alexey Dobriyan
 [PATCH 09/38] netns 1/2: don't get/put old netns on CLONE_NEWNETAlexey Dobriyan
 [PATCH 10/38] netns 2/2: extract net_create()Alexey Dobriyan
 [PATCH 11/38] nsproxy: extract create_nsproxy()Alexey Dobriyan
 [PATCH 12/38] i386: ifdef out struct thread_struct::fsAlexey Dobriyan
 [PATCH 13/38] x86_64: ifdef out struct thread_struct::ipAlexey Dobriyan
 [PATCH 14/38] Remove struct mm_struct::exe_file et alAlexey Dobriyan
 [PATCH 15/38] dcache: extract and use d_unlinked()Alexey Dobriyan
 [PATCH 19/38] C/R: multiple tasksAlexey Dobriyan
 [PATCH 20/38] C/R: i386 supportAlexey Dobriyan
 [PATCH 21/38] C/R: i386 debug registersAlexey Dobriyan
 [PATCH 22/38] C/R: i386 xstateAlexey Dobriyan
 [PATCH 23/38] C/R: x86_64 supportAlexey Dobriyan
 [PATCH 24/38] C/R: x86_64 debug registersAlexey Dobriyan
 [PATCH 25/38] C/R: x86_64 xstateAlexey Dobriyan
 [PATCH 26/38] C/R: nsproxyAlexey Dobriyan
 [PATCH 27/38] C/R: checkpoint/restore struct uts_namespaceAlexey Dobriyan
 [PATCH 28/38] C/R: formally checkpoint/restore struct ipc_namespaceAlexey Dobriyan
[New]linux-next: net tree build warningStephen Rothwell
 [PATCH 37/38] C/R: checkpoint/restore opened filesAlexey Dobriyan
 [PATCH 34/38] C/R: checkpoint/restore struct userAlexey Dobriyan
 [PATCH 32/38] C/R: checkpoint/restore struct credAlexey Dobriyan
 [PATCH 31/38] C/R: formally checkpoint/restore struct net_namespaceAlexey Dobriyan
 [PATCH 17/38] groups: move code to kernel/groups.cAlexey Dobriyan
 [PATCH 16/38] x86: ptrace debugreg checks rewriteAlexey Dobriyan
 [PATCH 18/38] C/R: core stuffAlexey Dobriyan
 [PATCH 29/38] C/R: formally checkpoint/restore struct mnt_namespaceAlexey Dobriyan
 [PATCH 30/38] C/R: checkpoint/restore struct pid_namespaceAlexey Dobriyan
 [PATCH 33/38] C/R: checkpoint/restore aux groups (structy group_info)Alexey Dobriyan
 [PATCH 35/38] C/R: checkpoint/restore struct user_namespaceAlexey Dobriyan
 [PATCH 36/38] C/R: checkpoint/restore struct pidAlexey Dobriyan
 [PATCH 38/38] C/R: checkpoint/restart struct sighand_structAlexey Dobriyan
 Re: [PATCH 01/38] cred: #include init.h in cred.hAlexey Dobriyan
[New][GIT PULL] sh updates for 2.6.30-rc7Paul Mundt
 Re: [PATCH V2 0/3] Introduce and use DO_ONCE statement expression ...Al Viro
[New]linux-next: manual merge of the security-testing tree with Linus' treeStephen Rothwell
 Re: linux-next: manual merge of the security-testing tree with Lin ...Al Viro
 Re: [PATCH V2 0/3] Introduce and use DO_ONCE statement expression ...Joe Perches
 Re: [PATCH -next] v4l2: handle unregister for non-I2C buildsPaul Mundt
 Re: linux-next: manual merge of the tip-core tree with Linus' treeStephen Rothwell
 RE: Performance overhead of paravirt_ops on native identified"Xin, Xiaohui"
 Re: [PATCH] Acer Aspire One Fan ControlPavel Machek
 Re: [RFC v3][PATCH 2/2] intel_txt: Intel(R) TXT and tboot kernel s ...Pavel Machek
[New][git pull] Please pull powerpc.git merge branchBenjamin Herrenschmidt
 Re: Misleading OOM messagesPavel Machek
 Re: [RFC PATCH v2 0/2] Saving power by cpu evacuation sched_max_ca ...Pavel Machek
[New]linux-next: manual merge of the tracing tree with the net treeStephen Rothwell
[New]linux-next: manual merge of the tracing tree with the net treeStephen Rothwell
 Re: [Patch 01/12] Prepare the code for Hardware Breakpoint interfaces"K.Prasad"
 Re: perf counter issue - WARN_ON_ONCE(!list_empty(&tsk->perf_count ...Srivatsa Vaddagiri
[New][PATCH] memcg: remove some redundant checksLi Zefan
[New][PATCH] memcg: remove forward declaration from sched.hLi Zefan
 Re: linux-next: net tree build warningDavid Miller
 Re: [PATCH 09/38] netns 1/2: don't get/put old netns on CLONE_NEWNETDavid Miller
 Re: [PATCH 10/38] netns 2/2: extract net_create()David Miller
 Re: [PATCH 02/18] io-controller: Common flat fair queuing code in ...Gui Jianfeng
[New]LinuxPPS core (Version 3): the PPS Linux implementation.Rodolfo Giometti
 [PATCH 1/1] LinuxPPS core support.Rodolfo Giometti
 Re: [PATCH V2 0/3] Introduce and use DO_ONCE statement expression ...Al Viro
[New][PATCH]Perl is needed to build the kernel but it is not in Documen ...Jose Luis Perez Diez
[New][tip:x86/urgent] x86: DMI match for the Sony VGN-Z540N as it needs ...tip-bot for Zhang Rui
 Re: Realtek 8168D: no active link (2.6.29.2)Jonathan Woithe
 Re: [PATCH V2 0/3] Introduce and use DO_ONCE statement expression ...Ingo Molnar
 Re: [PATCH 0/11] Per-bdi writeback flusher threads #4Jens Axboe
 Re: [PATCH 0/11] Per-bdi writeback flusher threads #4Jens Axboe
 Re: [PATCH -next] v4l2: handle unregister for non-I2C buildsStephen Rothwell
 Re: [PATCH 0/2] [GIT PULL] tracing/events: show task commsIngo Molnar
 Re: [PATCH 1/2] ftrace: Add task_comm support for trace_eventIngo Molnar
[New]Re: [PATCH] slab: fix generic PAGE_POISONING conflict with SLAB_RE ...Pekka Enberg
 Re: [PATCH] freescale: beyond ARRAY_SIZE of fdev->chanLi Yang
 Re: INFO: possible circular locking dependency at cleanup_workque ...Ming Lei
 Re: [PATCH] mm/slub.c: Use print_hex_dump and remove unnecessary castPekka Enberg
[New][PATCH-tip] x86: hwmon/k8temp.c Add support for AMD 10H and 11HJaswinder Singh Rajput
 Re: [PATCH 1/2] perf_counter: dynamically allocate tasks' perf_cou ...Peter Zijlstra
 Re: linux-next: manual merge of the net tree with the treeDavid Miller
 Re: INFO: possible circular locking dependency at cleanup_workque ...Johannes Berg
 Re: [PATCH 0/11] Per-bdi writeback flusher threads #4Jens Axboe
 Re: [PATCH 2/2] perf_counter: optimize context switch between iden ...Peter Zijlstra
 Re: [PATCH] memcg: remove some redundant checksKAMEZAWA Hiroyuki
 Re: [PATCH] memcg: remove forward declaration from sched.hKAMEZAWA Hiroyuki
 Re: linux-next: net tree build warningStephen Rothwell
 Re: [RFC] Add Input IOCTL for accelerometer devicesKim Kyuwon
 Re: [x86] [MCE] Updated 32bit merge for tip x86 mce2 branchHidetoshi Seto
 Re: [PATCH-tip] x86: hwmon/k8temp.c Add support for AMD 10H and 11HRudolf Marek
[New][PATCH] ACPI processor: remove spurious newline from warning messageFrans Pop
 Re: [PATCH 1/2] ftrace: Add task_comm support for trace_eventIngo Molnar
 Re: [PATCH] cgroups: handle failure of cgroup_populate_dir() at mo ...KAMEZAWA Hiroyuki
 Re: [PATCH 2/2] perf_counter: optimize context switch between iden ...Peter Zijlstra
 Re: [PATCH] cgroups: handle failure of cgroup_populate_dir() at mo ...Li Zefan
 Re: How to tell whether a struct file is held by a process?Oliver Neukum
 Re: [PATCH] cgroups: handle failure of cgroup_populate_dir() at mo ...KAMEZAWA Hiroyuki
 Re: [PATCH] memcg: remove forward declaration from sched.hLi Zefan
[New][PATCH v3 0/2] Intel-IOMMU: source-id checking for interrupt remappingWeidong Han
 [PATCH v3 1/2] Intel-IOMMU, intr-remap: set the whole 128bits of i ...Weidong Han
 [PATCH v3 2/2] Intel-IOMMU, intr-remap: source-id checkingWeidong Han
 Re: [PATCH-tip] x86: hwmon/k8temp.c Add support for AMD 10H and 11HJaswinder Singh Rajput
 Re: [PATCH 1/2] ftrace: Add task_comm support for trace_event"Zhaolei"
[New]linux-next: Tree for May 22Stephen Rothwell
 Re: [PATCH 04/18] io-controller: Modify cfq to make use of flat el ...Gui Jianfeng
 Re: swiotlb: remove __weak hooks in favour of architecture-specifi ...Ian Campbell
 Re: [PATCH 3/4] gcov: add gcov profiling infrastructurePeter Oberparleiter
 Re: [PATCH 2/2] perf_counter: optimize context switch between iden ...Ingo Molnar
 Re: [PATCH 04/38] ipcns 2/4: extract create_ipc_ns()Amerigo Wang
 Re: [PATCH 03/38] ipcns 1/4: remove useless get/put while CLONE_NEWIPCAmerigo Wang
 Re: [PATCH 2/2] perf_counter: optimize context switch between iden ...Peter Zijlstra
 Re: linux-next: manual merge of the security-testing tree with Lin ...James Morris
 Re: [PATCH] cgroups: handle failure of cgroup_populate_dir() at mo ...Dhaval Giani
 Re: [PATCH 08/38] pidns 2/2: rewrite copy_pid_ns()Amerigo Wang
 Re: [RFC PATCH v2 0/2] Saving power by cpu evacuation sched_max_ca ...Vaidyanathan Srinivasan
 Re: [PATCH 3/4] gcov: add gcov profiling infrastructureAndi Kleen
 Re: [PATCH 07/38] pidns 1/2: make create_pid_namespace() accept pa ...Amerigo Wang
 Re: can't flush tlb on e500Benjamin Herrenschmidt
 Re: [PATCH 2/2] perf_counter: optimize context switch between iden ...Peter Zijlstra
 Re: can't flush tlb on e500Benjamin Herrenschmidt
 [PATCH] slab: add missing guard for kernel_map_pages() useRon
 Re: [PATCH-tip] x86: hwmon/k8temp.c Add support for AMD 10H and 11HJaswinder Singh Rajput
[New]PIPE_SIZE aspectsAd van den Broek
 Re: [TIP] BUG kmalloc-4096: Poison overwritten (ath5k_rx_skb_alloc)Sitsofe Wheeler
 Re: [PATCH 2/2] perf_counter: optimize context switch between iden ...Peter Zijlstra
 Re: can't flush tlb on e500Benjamin Herrenschmidt
[New][PATCH 0/3] ftrace: add tracepoint for timer eventXiao Guangrong
[New][PATCH] perf_counter: do not create perf counter mlock sysctl when ...Ian Campbell
[New][PATCH] tracing: create events only when configedLai Jiangshan
 Re: How to tell whether a struct file is held by a process?Alan Cox
[New][PATCH 1/3] ftrace: add tracepoint for timerXiao Guangrong
[New][PATCH 2/3] ftrace: add tracepoint for hrtimerXiao Guangrong
[New][PATCH 3/3] ftrace: add tracepoint for itimerXiao Guangrong
 Re: [PATCH 1/2] perf_counter: dynamically allocate tasks' perf_cou ...Paul Mackerras
 Re: [PATCH 2/2] perf_counter: optimize context switch between iden ...Paul Mackerras
 Re: [PATCH 2/2] perf_counter: optimize context switch between iden ...Paul Mackerras
 [PATCH v2 0/2] ftrace: Add task_comm support for trace_eventZhaolei
 [PATCH v2 1/2] ftrace: Add task_comm support for trace_eventZhaolei
 [PATCH v2 2/2] ftrace: clean up of using ftrace_event_enable_disable()Zhaolei
 Re: [PATCH 2/2] perf_counter: optimize context switch between iden ...Peter Zijlstra
 Re: [PATCH 2/2] perf_counter: optimize context switch between iden ...Paul Mackerras
 Re: [PATCH 2/2] perf_counter: optimize context switch between iden ...Paul Mackerras
 Re: [x86] [MCE] Updated 32bit merge for tip x86 mce2 branchAndi Kleen
 Re: [PATCH 2/2] perf_counter: optimize context switch between iden ...Ingo Molnar
 Re: [PATCH 2/2] perf_counter: optimize context switch between iden ...Ingo Molnar
 Re: [PATCH] slab: add missing guard for kernel_map_pages() useRon
 Re: [PATCH 4/4] ide: add IDE_DFLAG_NIEN_QUIRK device flagSergei Shtylyov
 [tip:perfcounters/core] perf_counter: Dynamically allocate tasks' ...tip-bot for Paul Mackerras
 [tip:perfcounters/core] perf_counter: Optimize context switch betw ...tip-bot for Paul Mackerras
 Re: linux-next: net tree build warningNeil Horman
 [tip:perfcounters/core] perf_counter: fix !PERF_COUNTERS build failuretip-bot for Ingo Molnar
 Re: INFO: possible circular locking dependency at cleanup_workqueu ...Johannes Berg
[New][GIT PULL] fsldma driver fixesLi Yang
 Re: [PATCH V2 2/3] powerpc: Add support for swiotlb on 32-bitFUJITA Tomonori
 Re: [PATCH V2 2/3] powerpc: Add support for swiotlb on 32-bitFUJITA Tomonori
 Re: [PATCH -tip v2 0/5] add common functions for struct dma_map_opsFUJITA Tomonori
 Re: [PATCH -tip v2 0/5] add common functions for struct dma_map_opsJoerg Roedel
 Re: [PATCH V2 2/3] powerpc: Add support for swiotlb on 32-bitIan Campbell
 Re: [PATCH] swiotlb: make swiotlb phys<->bus translations architec ...FUJITA Tomonori
 Re: [PATCH] swiotlb: make swiotlb allocation functions architectur ...FUJITA Tomonori
 Re: swiotlb: remove __weak hooks in favour of architecture-specifi ...FUJITA Tomonori
 Re: [PATCH] swiotlb: make range_needs_mapping architecture-specificFUJITA Tomonori
[New]adjtimex system man page EINVALnaresh kamboju
 Re: [PATCH -tip v2 0/5] add common functions for struct dma_map_opsFUJITA Tomonori
 Re: [patch 0/5] Support for sanitization flag in low-level page al ..."Larry H."
 Re: [PATCH/RFC 2.6.29.2] Driver for CB710/720 memory card reader ( ...Pierre Ossman
 Re: [PATCH] PCI Hotplug: acpiphp: don't store a pci_dev in acpiphp ...Matthew Wilcox
 Re: [patch 0/5] Support for sanitization flag in low-level page al ..."Larry H."
 Re: sparc: struct device - replace bus_id with dev_name(), dev_se ...Kay Sievers
 Re: swiotlb: remove __weak hooks in favour of architecture-specifi ...Ian Campbell
 Re: [PATCH] swiotlb: make range_needs_mapping architecture-specificIan Campbell
 Re: [PATCH] swiotlb: make swiotlb allocation functions architectur ...Ian Campbell
 Re: [PATCH] swiotlb: make swiotlb phys<->bus translations architec ...Ian Campbell
 Re: [PATCH] Acer Aspire One Fan ControlBorislav Petkov
 Re: [PATCH v2 0/2] ftrace: Add task_comm support for trace_eventIngo Molnar
 Re: [PATCH] MMC: Add 400ms to CAFE SD controller resume pathPierre Ossman
 Re: [PATCH] mmc: Add fsl,esdhc as a valid compatible to bind againstPierre Ossman
 Re: swiotlb: remove __weak hooks in favour of architecture-specifi ...FUJITA Tomonori
 Re: [PATCH 9/9] omap mmc host: Use disable_irq_nosync() from withi ...Pierre Ossman
 Re: [TIP] BUG kmalloc-4096: Poison overwritten (ath5k_rx_skb_alloc)Bob Copeland
 [PATCH 2/4] amd-iommu: fix the handling of device aliases in the A ...Joerg Roedel
[New][PATCH 0/4] amd-iommu fixes for 2.6.31Joerg Roedel
 [PATCH 1/4] amd-iommu: fix an off-by-one error in the AMD IOMMU dr ...Joerg Roedel
 [PATCH 4/4] amd iommu: properly detach from protection domain on - ...Joerg Roedel
 [PATCH 6/7] x86/iommu: add IOMMU_STRESS Kconfig entryJoerg Roedel
[New][PATCH 0/7] amd-iommu debug patches for 2.6.31Joerg Roedel
 [PATCH 1/7] amd-iommu: add amd_iommu_dump parameterJoerg Roedel
 [PATCH 2/7] amd-iommu: add dump for iommus described in ivrs tableJoerg Roedel
 [PATCH 3/7] amd-iommu: print ivhd information to dmesg when requestedJoerg Roedel
 [PATCH 4/7] amd-iommu: print ivmd information to dmesg when requestedJoerg Roedel
 [PATCH 7/7] amd-iommu: disable device isolation with CONFIG_IOMMU_ ...Joerg Roedel
 [PATCH 5/7] amd-iommu: move protection domain printk to dump codeJoerg Roedel
 Re: [PATCH] asm-generic: add a dma-mapping.h fileFUJITA Tomonori
[New][PATCH 0/9] suspend/resume support for amd iommuJoerg Roedel
 [PATCH 1/9] amd-iommu: introduce for_each_iommu* macrosJoerg Roedel
 [PATCH 2/9] amd-iommu: consolidate hardware initialization to one ...Joerg Roedel
 [PATCH 5/9] amd-iommu: add function to disable all iommusJoerg Roedel
 [PATCH 3/9] amd-iommu: drop pointless iommu-loop in msi setup codeJoerg Roedel
 [PATCH 4/9] amd-iommu: remove support for msi-xJoerg Roedel
 [PATCH 6/9] amd-iommu: add function to flush tlb for all domainsJoerg Roedel
 [PATCH 8/9] amd_iommu: un __init functions required for suspend/resumeJoerg Roedel
 [PATCH 7/9] amd-iommu: add function to flush tlb for all devicesJoerg Roedel
 [PATCH 9/9] amd-iommu: implement suspend/resumeJoerg Roedel
 [PATCH 02/12] amd-iommu: move page table allocation code to sepera ...Joerg Roedel
 [PATCH 09/12] amd-iommu: remove amd_iommu_size kernel parameterJoerg Roedel
 [PATCH 05/12] amd-iommu: change dma_dom->next_bit to dma_dom->next ...Joerg Roedel
 [PATCH 11/12] amd-iommu: don't preallocate page tables with CONFIG ...Joerg Roedel
 [PATCH 07/12] amd-iommu: handle exlusion ranges and unity mappings ...Joerg Roedel
 [PATCH 3/4] amd-iommu: make sure only ivmd entries are parsedJoerg Roedel
 [PATCH 01/12] amd-iommu: introduce aperture_range structureJoerg Roedel
[New][PATCH 0/12] extended allocator for amd iommuJoerg Roedel
 [PATCH 08/12] amd-iommu: enlarge the aperture dynamicallyJoerg Roedel
 [PATCH 03/12] amd-iommu: handle page table allocation failures in ...Joerg Roedel
 [PATCH 10/12] amd-iommu: disable round-robin allocator for CONFIG_ ...Joerg Roedel
 [PATCH 04/12] amd-iommu: make address allocator aware of multiple ...Joerg Roedel
 Re: [PATCH v3] zone_reclaim is always 0 by defaultRobin Holt
 Re: How to tell whether a struct file is held by a process?Oliver Neukum
 Re: [PATCH 02/18] io-controller: Common flat fair queuing code in ...Vivek Goyal
 Re: [PATCH 04/18] io-controller: Modify cfq to make use of flat el ...Vivek Goyal
[New][2.6.27.24] Kernel coredump to a pipe is failingPaul Smith
 [PATCH 12/12] amd-iommu: don't free dma adresses below 512MB with ...Joerg Roedel
 [PATCH 06/12] amd-iommu: move aperture_range allocation code to se ...Joerg Roedel
 [Announce] 2.6.29.4-rt15Thomas Gleixner
[New][PATCH] oss: Remove void castsAndré_Lopes
 Re: How to tell whether a struct file is held by a process?Pantelis Koukousoulas
[New][PATCH] x86,APIC: Detect lapic_is_integrated() once - use on and on.Rakib Mullick
 Re: [RFC] Add Input IOCTL for accelerometer devicesJonathan Cameron
 Re: [patch 0/5] Support for sanitization flag in low-level page al ...Alan Cox
 Re: How to tell whether a struct file is held by a process?Oliver Neukum
 Re: [patch 0/5] Support for sanitization flag in low-level page al ...Alan Cox
 Re: How to tell whether a struct file is held by a process?Alan Cox
 Re: [PATCH 2/2] perf_counter: optimize context switch between iden ...Peter Zijlstra
[New][PATCH resend4 1/3] itimers: merge ITIMER_VIRT and ITIMER_PROF com ...Stanislaw Gruszka
[New][PATCH resend4 2/3] itimers: fix periodic tics precisionStanislaw Gruszka
[New][PATCH resend4 3/3] itimers: simplify arm_timer() code a bitStanislaw Gruszka
 Re: How to tell whether a struct file is held by a process?Pantelis Koukousoulas
 RE: [PATCH] OMAP: HSMMC: Do not enable buffer ready interrupt if u ..."Gadiyar, Anand"
 Re: swiotlb: remove __weak hooks in favour of architecture-specifi ...Ian Campbell
 Re: [PATCH] asm-generic: add a dma-mapping.h fileArnd Bergmann
 Re: [PATCH] Acer Aspire One Fan ControlPavel Machek
 Re: [PATCH resend4 1/3] itimers: merge ITIMER_VIRT and ITIMER_PROF ...Thomas Gleixner
 Re: How to tell whether a struct file is held by a process?Alan Cox
 Re: [PATCH resend4 1/3] itimers: merge ITIMER_VIRT and ITIMER_PROF ...Stanislaw Gruszka
 Re: swiotlb: remove __weak hooks in favour of architecture-specifi ...FUJITA Tomonori
 Re: [BUG] 2.6.30-rc4: Kernel BUG under network load with gianfarMichael Guntsche
 Re: [PATCH resend4 2/3] itimers: fix periodic tics precisionThomas Gleixner
 Re: How to tell whether a struct file is held by a process?Pantelis Koukousoulas
 Re: [PATCH resend4 3/3] itimers: simplify arm_timer() code a bitThomas Gleixner
 Re: [PATCH 01/22] x86: add methods for writing of an MSR on severa ...Borislav Petkov
 Re: [PATCH resend4 2/3] itimers: fix periodic tics precisionStanislaw Gruszka
 Re: [PATCH resend4 3/3] itimers: simplify arm_timer() code a bitStanislaw Gruszka
 Re: [PATCH] asm-generic: add a dma-mapping.h fileFUJITA Tomonori
 Re: [PATCH] Acer Aspire One Fan ControlBorislav Petkov
[New]winnerClaims Dept
 Re: Rich man's version of AIO on Linux 2.6.x?Michal Hocko
 Re: Warn when we run out of swap space (was Re: Misleading OOM mes ...Pavel Machek
 Warn when we run out of swap space (was Re: Misleading OOM messages)Christoph Lameter
 Re: Misleading OOM messagesChristoph Lameter
[New]Re: [ltt-dev] Test module : benchmarking read-side locking speedMathieu Desnoyers
 Re: [PATCH] asm-generic: add a dma-mapping.h fileArnd Bergmann
[New][PATCH] driver core : fix request_firmware_nowaittom.leiming@gmail ...
 Re: [PATCH] driver core : fix request_firmware_nowaitAlan Cox
 Re: [PATCH] kernel:lockdep:print the shortest dependency chain if ...Ming Lei
 Re: How to tell whether a struct file is held by a process?Alan Stern
[New][git pull] IDE fixesBartlomiej Zolnierkiewicz
 Re: [PATCH] UART regs: add OMAP wakeup-enable registerKevin Hilman
 Re: [PATCH] kernel:lockdep:print the shortest dependency chain if ...Peter Zijlstra
 Re: How to tell whether a struct file is held by a process?Alan Cox
 Re: How to tell whether a struct file is held by a process?Kay Sievers
 Re: [PATCH] driver core : fix request_firmware_nowaitMing Lei
[New][GIT PULL] nilfs2 bugfix for 2.6.30-rc7Ryusuke Konishi
 Re: [PATCH] hexdump: remove the tailing spaceRandy Dunlap
 Re: How to tell whether a struct file is held by a process?Alan Stern
 Re: [PATCH -next] v4l2: handle unregister for non-I2C buildsRandy Dunlap
 Re: linux-next: Tree for May 22 (staging/)Randy Dunlap
 Re: [PATCH] PM: suspend_device_irqs(): don't disable wakeup IRQsKim Kyuwon
 Re: How to tell whether a struct file is held by a process?Alan Stern
 Re: [PATCH] Acer Aspire One Fan ControAndreas Mohr
[New][tip:perfcounters/core] perf_counter tools: increase limitstip-bot for Ingo Molnar
 Re: How to tell whether a struct file is held by a process?Pantelis Koukousoulas
 [PATCH -next] cpc-usb: fix PROC_FS dependencyRandy Dunlap
[New]"make config" to another architecture doesn't relink include/asm"Robert P. J. Day"
 Re: [PATCH -next] cpc-usb: fix PROC_FS dependencyRandy Dunlap
 Re: Performance overhead of paravirt_ops on native identified"H. Peter Anvin"
[New][BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic"Michael S. Zick"
 Re: 2.6.30-rc6: Reported regressions from 2.6.29Linus Torvalds
 Re: [PATCH 01/22] x86: add methods for writing of an MSR on severa ..."H. Peter Anvin"
 Re: [PATCH resend4 3/3] itimers: simplify arm_timer() code a bitThomas Gleixner
 Re: [RFC v3][PATCH 2/2] intel_txt: Intel(R) TXT and tboot kernel s ..."H. Peter Anvin"
 Re: [BUG] 2.6.30-rc4: Kernel BUG under network load with gianfarAndy Fleming
[New][GIT PULL] sound fixesTakashi Iwai
 [PATCH 2.6.29.3] Driver for CB710/720 memory card reader (MMC part ...Michał_Mirosław
 Re: [BUG] 2.6.30-rc4: Kernel BUG under network load with gianfarMichael Guntsche
 Re: [patch 0/5] Support for sanitization flag in low-level page al ..."Larry H."
 Re: linux-next: manual merge of the tip-core tree with Linus' treeDarren Hart
 Re: BUG: blank screen - unless keyboard/synaptic comboNiel Lambrechts
 Re: How to tell whether a struct file is held by a process?Alan Stern
 Re: [RFC][PATCH] Dynamic Tick: Allow 32-bit machines to sleep form ...Jon Hunter
 Re: [patch 0/5] Support for sanitization flag in low-level page al ...Alan Cox
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, AtomicAndi Kleen
 Re: How to tell whether a struct file is held by a process?Kay Sievers
 Re: [PATCH] Acer Aspire One Fan ControBorislav Petkov
 [PATCH 2.6.29.4] Driver for CB710/720 memory card reader (MMC part ...Michał_Mirosław
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, AtomicIngo Molnar
 Re: [patch 0/5] Support for sanitization flag in low-level page a ...Nai Xia
 Re: [PATCH v2] tracing/workqueue: Get rid of searching last execut ...Oleg Nesterov
 Re: "make config" to another architecture doesn't relink include/asmBill Davidsen
 Re: How to tell whether a struct file is held by a process?Pantelis Koukousoulas
 ->ack_intr in m68k IDE drivers [was: Re: [PATCH 2/5] ide: ->ide_d ...Bartlomiej Zolnierkiewicz
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic"H. Peter Anvin"
[New]Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic"Michael S. Zick"
 Re: [PATCH 3/4] ide: respect quirk_drives[] list on all controllersBartlomiej Zolnierkiewicz
 Re: drivers/ide/ide-core: Convert printk's to pr_<foo> and dev_<foo>Bartlomiej Zolnierkiewicz
 Re: [loongson-PATCH-v1 24/27] fixup for FUJITSU diskBartlomiej Zolnierkiewicz
 Re: [PATCH 3/4] ide: respect quirk_drives[] list on all controllersSergei Shtylyov
[New][PATCH RFC] v7 expedited "big hammer" RCU grace periods"Paul E. McKenney"
 Re: [PATCH/RFC 2.6.29.2] Driver for CB710/720 memory card reader ( ...Bartlomiej Zolnierkiewicz
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic"Michael S. Zick"
 Re: ->ack_intr in m68k IDE drivers [was: Re: [PATCH 2/5] ide: ->i ...Sergei Shtylyov
 Re: [RFC PATCH] perf_counter: dynamically allocate tasks' perf_cou ...Ingo Molnar
 Re: ->ack_intr in m68k IDE drivers [was: Re: [PATCH 2/5] ide: ->i ...Sergei Shtylyov
[New][patch] x86: Introduce noxsave boot parameterSuresh Siddha
 Re: [patch 0/5] Support for sanitization flag in low-level page a ...Nai Xia
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic"Michael S. Zick"
 Re: [RFC][PATCH] Dynamic Tick: Allow 32-bit machines to sleep form ...john stultz
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, AtomicRoland Dreier
 Re: [PATCH] perf_counter: do not create perf counter mlock sysctl ...Ingo Molnar
 Re: Misleading OOM messagesChristoph Lameter
 Re: How to tell whether a struct file is held by a process?Alan Stern
 Re: [PATCH] Acer Aspire One Fan ControAndreas Mohr
 Re: "make config" to another architecture doesn't relink include/asm"Robert P. J. Day"
 Re: Misleading OOM messagesRandy Dunlap
[New][PATCH] omap: add sched_clock for omap1 based on MPU timerTim Bird
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic"Michael S. Zick"
 Re: [RFC][PATCH] Dynamic Tick: Allow 32-bit machines to sleep form ...Thomas Gleixner
 Re: [RFC][PATCH] Dynamic Tick: Allow 32-bit machines to sleep form ...Thomas Gleixner
[New][PATCH] ftrace: add documentation for function graph tracerTim Bird
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic"Michael S. Zick"
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, AtomicSamuel Thibault
 Re: [PATCH] x86,APIC: Detect lapic_is_integrated() once - use on a ...Cyrill Gorcunov
 Re: [PATCH] x86,APIC: Detect lapic_is_integrated() once - use on a ..."H. Peter Anvin"
 Re: [PATCH] x86,APIC: Detect lapic_is_integrated() once - use on a ...Cyrill Gorcunov
 Re: [PATCH] x86,APIC: Detect lapic_is_integrated() once - use on a ..."H. Peter Anvin"
[New][patch 0/2] x86: Misc bug fixes in pageattr.cvenkatesh.pallipadi@intel ...
 [patch 2/2] x86: cpa_flush_array wbinvd should be done on all CPUsvenkatesh.pallipadi@intel ...
 [patch 1/2] x86: bugfix wbinvd() model check instead of family checkvenkatesh.pallipadi@intel ...
 Re: Misleading OOM messagesChristoph Lameter
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic"Michael S. Zick"
 Re: [patch 0/2] x86: Misc bug fixes in pageattr.c"H. Peter Anvin"
 Re: [PATCH] x86,APIC: Detect lapic_is_integrated() once - use on a ...Thomas Gleixner
 Re: [PATCH] x86,APIC: Detect lapic_is_integrated() once - use on a ...Cyrill Gorcunov
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, AtomicAndi Kleen
 Re: [PATCH] x86,APIC: Detect lapic_is_integrated() once - use on a ...Cyrill Gorcunov
 Re: [PATCH] omap: add sched_clock for omap1 based on MPU timerKevin Hilman
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, AtomicSamuel Thibault
 Re: [PATCH 0/11] Per-bdi writeback flusher threads #4Jens Axboe
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, AtomicRoland Dreier
 Re: [GIT PULL] sound fixesLinus Torvalds
[New][PATCH] kernel.h: Update printk_once and add pr_<level>_once variantsJoe Perches
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic"Michael S. Zick"
 Re: [PATCH] x86,APIC: Detect lapic_is_integrated() once - use on a ..."H. Peter Anvin"
 Re: [PATCH] NFS regression in 2.6.26?, "task blocked for more than ..."H. Peter Anvin"
[New][mISDN PATCH v2 00/19] mISDN patchset for nextKarsten Keil
 [mISDN PATCH v2 01/19] Add watchdog functionality to hfcmulti driverKarsten Keil
 [mISDN PATCH v2 02/19] DSP now uses ring buffer for echo cancelerKarsten Keil
 [mISDN PATCH v2 03/19] Echo canceler now gets delay information fr ...Karsten Keil
 [mISDN PATCH v2 04/19] Fixed missing spin lock on pipeline processKarsten Keil
 [mISDN PATCH v2 05/19] Reduce stack size in dsp_cmx_send()Karsten Keil
 [mISDN PATCH v2 06/19] Added layer-1-hold featureKarsten Keil
 [mISDN PATCH v2 07/19] Fix DTMF locking bug issueKarsten Keil
 [mISDN PATCH v2 08/19] Hardware acceleration is now possible in co ...Karsten Keil
 [mISDN PATCH v2 09/19] Fix TEI and SAPI handlingKarsten Keil
 [mISDN PATCH v2 10/19] Add "sapi" information to debug messagesKarsten Keil
 [mISDN PATCH v2 11/19] Add allocation of recvbuf[1500] at run time ...Karsten Keil
 [mISDN PATCH v2 12/19] Fix skb leak in error casesKarsten Keil
 [mISDN PATCH v2 13/19] isdn: get_free_devid() failure ignoredKarsten Keil
 [mISDN PATCH v2 15/19] Add PCI ID for Junghanns 8S cardKarsten Keil
 [mISDN PATCH v2 14/19] Add XHFC support for embedded Speech-Design ...Karsten Keil
 [mISDN PATCH v2 16/19] Added PCI ID for new Junghanns.net Single E ...Karsten Keil
 [mISDN PATCH v2 17/19] Cleanup debug messagesKarsten Keil
[New][PATCH 1/2] firewire: core: check for missing struct update at bui ...Stefan Richter
 [PATCH 2/2] firewire: core: add sysfs attribute for easier udev rulesStefan Richter
 [mISDN PATCH v2 19/19] Fix DTMF detection enable/disableKarsten Keil
 [mISDN PATCH v2 18/19] Use kernel_{send,recv}msg instead of open c ...Karsten Keil
 Re: [PATCH] PM: suspend_device_irqs(): don't disable wakeup IRQs"Rafael J. Wysocki"
 Re: [PATCH] PM: suspend_device_irqs(): don't disable wakeup IRQs"Rafael J. Wysocki"
 Re: [GIT PULL] sound fixesTakashi Iwai
[New]LKML Podcast UpdateJon Masters
[New]USB/DVB - Old Technotrend TT-connect S-2400 regression tracked downDavid
 Re: Misleading OOM messagesAlan Cox
 Re: Misleading OOM messagesAlan Cox
 Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked ...David
 Re: [mISDN PATCH v2 09/19] Fix TEI and SAPI handlingSam Ravnborg
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, AtomicAndi Kleen
 Re: LKML Podcast UpdateJustin Mattock
 Re: How to tell whether a struct file is held by a process?Kay Sievers
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, AtomicSamuel Thibault
 Re: [PATCH 2/2] firewire: core: add sysfs attribute for easier ude ...Stefan Richter
 Re: [KVM PATCH v3 4/4] kvm: add iosignalfd supportMarcelo Tosatti
 Re: How to tell whether a struct file is held by a process?Alan Stern
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, AtomicAndi Kleen
[New]BananzaAmanda
[New]BananzaAmanda
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, AtomicSamuel Thibault
 Re: [PATCH] x86,APIC: Detect lapic_is_integrated() once - use on a ..."Maciej W. Rozycki"
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic"Michael S. Zick"
 Re: INFO: possible circular locking dependency at cleanup_workqueu ..."Rafael J. Wysocki"
 Re: [PATCH] PM: suspend_device_irqs(): don't disable wakeup IRQsKim Kyuwon
 Re: [PATCH] PM: suspend_device_irqs(): don't disable wakeup IRQs"Rafael J. Wysocki"
 Re: [PATCH] PM: suspend_device_irqs(): don't disable wakeup IRQsKim Kyuwon
 Re: Performance overhead of paravirt_ops on native identifiedJeremy Fitzhardinge
 Re: Performance overhead of paravirt_ops on native identified"H. Peter Anvin"
 Re: [PATCH] PM: suspend_device_irqs(): don't disable wakeup IRQsKim Kyuwon
[New][patch 0/2] x86: Make offline cpus to go to deepest idle state usi ...venkatesh.pallipadi@intel ...
 [patch 1/2] x86: Add pm_play_dead funcptr to power-efficiently off ...venkatesh.pallipadi@intel ...
 [patch 2/2] x86: put offline CPUs into deepest mwait cstate_subcstatevenkatesh.pallipadi@intel ...
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic"H. Peter Anvin"
 Re: 2.6.30-rc deadline scheduler performance regression for iozone ..."J. Bruce Fields"
 Re: [PATCH] PM: suspend_device_irqs(): don't disable wakeup IRQs"Rafael J. Wysocki"
 Re: [PATCH V2 2/3] powerpc: Add support for swiotlb on 32-bitJeremy Fitzhardinge
 Re: 2.6.30-rc6: Reported regressions from 2.6.29"Rafael J. Wysocki"
 [PATCH -tip v7 4/6] kprobes: cleanup fix_riprel() using insn decod ...Masami Hiramatsu
 [PATCH -tip v7 3/6] kprobes: checks probe address is instruction b ...Masami Hiramatsu
 [PATCH -tip v7 5/6] x86: add pt_regs register and stack access APIsMasami Hiramatsu
 [PATCH -tip v7 1/6] x86: instruction decoder APIMasami Hiramatsu
 [PATCH -tip v7 2/6] x86: x86 instruction decoder build-time selftestMasami Hiramatsu
 [PATCH -tip v7 6/6] tracing: add kprobe-based event tracerMasami Hiramatsu
[New][PATCH -tip v7 0/6] tracing: kprobe-based event tracer and x86 ins ...Masami Hiramatsu
[New][PATCH 1/1] icom: fix rmmod crashBreno Leitao
[New]Question on lockdep and sysrq - dBen Greear
 Re: [PATCH 2/2] firewire: core: add sysfs attribute for easier ude ...Kay Sievers
 Re: [PATCH] PM: suspend_device_irqs(): don't disable wakeup IRQsKim Kyuwon
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic"Michael S. Zick"
 Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic"H. Peter Anvin"
 Re: Question on lockdep and sysrq - dMing Lei
 [PATCH 2.6.30-rc4] r8169: avoid losing MSI interruptsDavid Dillow
[New]What Distro is best for Starting Kernel Dev?John Walsh
[New][CIFS] One more posix open patch on the waySteve French
[New]Congratulationsiemens
 Re: What Distro is best for Starting Kernel Dev?Justin Mattock
\
 
  \ /
  Last update: 2020-01-02 09:45    [0.417 seconds]
©2004-2020 Jasper Spaans