lkml.org 
[lkml]   [2007]   [Dec]   [30]   [last100]  
 
/

30 Dec 2007

 
 Re: [PATCH] security: remove security_sb_post_mountroot hookJames Morris
[New]SATA buffered read VERY slow (not raid, Promise TX300 card); 2.6.2 ...Linda Walsh
 Re: TOMOYO Linux Security GoalTetsuo Handa
 Re: [RFC/PATCH] e100 driver didn't support any MII-less PHYs..."Kok, Auke"
 Re: 2.6.24-rc6-mm1Randy Dunlap
 Re: TOMOYO Linux Security GoalValdis.Kletnieks@vt ...
 Re: [PATCH] x86: Introduce REX prefix helper for kprobesMasami Hiramatsu
 Re: [PATCH] x86: kprobes remove fix_riprel #ifdefMasami Hiramatsu
[New][PATCH] include/asm-alpha/core_cia.h, kernel 2.6.23.12Anders Hammarquist
 Re: [PATCH 01/12] Use mutex instead of semaphore in driver coreDavid Brownell
[New][PATCH 00/52] KVM patch queue review for 2.6.25 merge window (part ...Avi Kivity
 [PATCH 01/52] KVM: Remove ptr comparisons to 0Avi Kivity
 [PATCH 02/52] KVM: Remove __init attributes for kvm_init_debug and ...Avi Kivity
 [PATCH 03/52] KVM: Portability: Add two hooks to handle kvm_create ...Avi Kivity
 [PATCH 04/52] KVM: Replace 'light_exits' stat with 'host_state_reload'Avi Kivity
 [PATCH 06/52] KVM: Add instruction emulation statisticsAvi Kivity
 [PATCH 05/52] KVM: Add fpu_reload counterAvi Kivity
 [PATCH 08/52] KVM: MMU: Add some mmu statisticsAvi Kivity
 [PATCH 07/52] KVM: Extend stats support for VM statsAvi Kivity
 [PATCH 09/52] KVM: Make unloading of FPU state when putting vcpu a ...Avi Kivity
 [PATCH 11/52] KVM: Portability: MMU initialization and teardown splitAvi Kivity
 [PATCH 12/52] KVM: Portability: Move some macro definitions from k ...Avi Kivity
 [PATCH 17/52] KVM: VMX: Force seg.base == (seg.sel << 4) in real modeAvi Kivity
 [PATCH 14/52] KVM: Portability: Move vcpu regs enumeration definit ...Avi Kivity
 [PATCH 19/52] KVM: Simplify kvm_clear_guest_page()Avi Kivity
 [PATCH 13/52] KVM: Portability: Move struct kvm_x86_ops definition ...Avi Kivity
 [PATCH 15/52] KVM: Move some static inline functions out from kvm. ...Avi Kivity
 [PATCH 16/52] KVM: Portability: Move some function declarations to ...Avi Kivity
 [PATCH 18/52] KVM: MMU: Change guest pte access to kvm_{read,write ...Avi Kivity
 [PATCH 22/52] KVM: Remove unused "rmap_overflow" variableAvi Kivity
 [PATCH 23/52] KVM: Correct consistent typo: "destory" -> "destroy"Avi Kivity
 [PATCH 21/52] KVM: MMU: Remove unused variableAvi Kivity
 [PATCH 20/52] KVM: Add missing #include <asm/pgtable.h>Avi Kivity
 [PATCH 25/52] KVM: Portability: Move kvm_memory_alias to asm/kvm.hAvi Kivity
 [PATCH 24/52] KVM: Move misplaced commentAvi Kivity
 [PATCH 27/52] KVM: Portability: Move kvm_regs to <asm/kvm.h>Avi Kivity
 [PATCH 29/52] KVM: Portability: Move kvm_segment & kvm_dtable stru ...Avi Kivity
 [PATCH 33/52] KVM: MMU: Fix potential memory leak with smp real-modeAvi Kivity
 [PATCH 32/52] KVM: Export include/asm-x86/kvm.hAvi Kivity
 [PATCH 35/52] KVM: x86 emulator: retire ->write_std()Avi Kivity
 [PATCH 34/52] KVM: MMU: Selectively set PageDirty when releasing g ...Avi Kivity
 [PATCH 36/52] KVM: x86 emulator: prefetch up to 15 bytes of the in ...Avi Kivity
 [PATCH 30/52] KVM: Portability: Move kvm_sregs and msr structures ...Avi Kivity
 [PATCH 37/52] KVM: Recalculate mmu pages needed for every memory r ...Avi Kivity
 [PATCH 42/52] KVM: MMU: Avoid unnecessary remote tlb flushes when ...Avi Kivity
 [PATCH 43/52] KVM: Don't bother the mmu if cr3 load doesn't change cr3Avi Kivity
 [PATCH 44/52] KVM: MMU: Code cleanupAvi Kivity
 [PATCH 46/52] KVM: MMU: Move pse36 handling to the guest walkerAvi Kivity
 [PATCH 49/52] KVM: MMU: Merge set_pte() and set_pte_common()Avi Kivity
 [PATCH 47/52] KVM: MMU: Remove extra gaddr parameter from set_pte_ ...Avi Kivity
 [PATCH 51/52] KVM: MMU: Introduce gfn_to_gpa()Avi Kivity
 [PATCH 52/52] KVM: MMU: Simplify nonpaging_map()Avi Kivity
 [PATCH 50/52] KVM: MMU: Adjust page_header_update_slot() to accept ...Avi Kivity
 [PATCH 40/52] KVM: MMU: Implement guest page fault bypass for nonpaeAvi Kivity
 [PATCH 41/52] KVM: Add statistic for remote tlb flushesAvi Kivity
 [PATCH 45/52] KVM: MMU: Introduce and use gpte_to_gfn()Avi Kivity
 [PATCH 48/52] KVM: MMU: Remove set_pde()Avi Kivity
 [PATCH 26/52] KVM: Portability: Move x86 pic strutcturesAvi Kivity
 [PATCH 31/52] KVM: Portability: Move cpuid structures to <asm/kvm.h>Avi Kivity
 [PATCH 28/52] KVM: Portability: Move structure lapic_state to <asm ...Avi Kivity
 [PATCH 38/52] KVM: Portability: Split kvm_set_memory_region() to ...Avi Kivity
 Re: [PATCH] x86: Introduce REX prefix helper for kprobes"H. Peter Anvin"
 [PATCH 39/52] KVM: Split vcpu creation to avoid vcpu_load() before ...Avi Kivity
 [PATCH 10/52] KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log ...Avi Kivity
[New]why do we call clear_active_flags in shrink_inactive_list ?"minchan Kim"
 Re: [BUG] 2.6.21-rc1,2,3 regressions on my system that I found so farMike Galbraith
 Re: [PATCH] x86: kprobes change kprobe_handler flowMasami Hiramatsu
 Re: [PATCH] x86: Introduce REX prefix helper for kprobesMasami Hiramatsu
[New][PATCH - RFC] x86: unify arch/x86/kernel/Makefile(s)Sam Ravnborg
 Re: [PATCH] x86: Introduce REX prefix helper for kprobesMasami Hiramatsu
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideLinus Torvalds
[New]Idle loadavg of ~1, maybe MD related"Robin H. Johnson"
 Re: [PATCH] include/asm-alpha/core_cia.h, kernel 2.6.23.12Ivan Kokshaysky
 Re: [PATCH] Option to disable AMD C1E (allows dynticks to work)Eduard-Gabriel Munteanu
 Re: [PATCH] x86: unify x86 Makefile(s)Adrian Bunk
 Re: [RFC] sleepy linuxIngo Molnar
[New][PATCH] Get NUMLOCK from PC BIOSBodo Eggert
 Re: [PATCH] Fix crash with FLAT_MEMORY and ARCH_PFN_OFFSET != 0(Thomas Bogendoerfer)
 Re: [PATCH 01/12] Use mutex instead of semaphore in driver corePeter Zijlstra
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideAndi Kleen
 Re: [PATCH] Option to disable AMD C1E (allows dynticks to work)Ingo Molnar
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
 Re: [PATCH] Hibernation: Document __save_processor_state() on x86-64"Rafael J. Wysocki"
 Re: 2.6.24-rc6-mm1Ingo Molnar
[New]Re: [PATCH]: 2.6.24-rc5: mtd: PNC-2000 oopsdevzero@web ...
[New][00/06] typo and whitespace fixes"Oliver_Pinter_(Pintér_Olivér)"
[New][00/06] [typo fix] net/sctp/sm_statefuns.c"Oliver_Pinter_(Pintér_Olivér)"
[New][02/06] [typo fix] net/rfkill/rfkill.c"Oliver_Pinter_(Pintér_Olivér)"
[New][03/06] [typo fix] net/core/net_namespace.c"Oliver_Pinter_(Pintér_Olivér)"
[New][04/06] [typo fix] drivers/infiniband/ulp/iser/iser_verbs.c"Oliver_Pinter_(Pintér_Olivér)"
[New][05/06] [typo fix] Documentation/scsi/ChangeLog.lpfc"Oliver_Pinter_(Pintér_Olivér)"
[New][06/06] [typo fix] Documentation/filesystems/porting"Oliver_Pinter_(Pintér_Olivér)"
[New][PATCH] x86: unify arch/x86/boot/compressed/Makefile(s)Sam Ravnborg
 Re: [PATCH] x86: Introduce REX prefix helper for kprobesIngo Molnar
 Re: [PATCH] x86: kprobes remove fix_riprel #ifdefIngo Molnar
 Re: [PATCH 7/38] arch/x86/ia32: Use time_before, time_before_eq, etc.Ingo Molnar
 [PATCH corrected] x86: unify arch/x86/boot/compressed/Makefile(s)Sam Ravnborg
 Re: [PATCH] SH/Dreamcast - add support for GD-Rom deviceAdrian McMenamin
 Re: [PATCH] x86: Introduce REX prefix helper for kprobesIngo Molnar
 [PATCH corrected again] x86: unify arch/x86/boot/compressed/Makefi ...Sam Ravnborg
 Re: [PATCH] x86: Cosmetic fixes fault_{32|64}.cIngo Molnar
 Re: [PATCH 1/3] arch/x86: Use offsetofIngo Molnar
 Re: [PATCH] x86: kprobes change kprobe_handler flowIngo Molnar
[New][PATCH 1/5] Char: mxser, remove special baudrate processingJiri Slaby
 [PATCH 2/5] Char: mxser, 0 to NULL in pointerJiri Slaby
 [PATCH 3/5] Char: mxser, reorder mxser_cardinfo fieldsJiri Slaby
 [PATCH 5/5] Char: mxser, ioctl cleanupJiri Slaby
 [PATCH 4/5] Char: mxser, simplify mxser_get_serial_infoJiri Slaby
 Re: 2.6.22-stable causes oomkiller to be invokedIngo Molnar
 Re: [PATCH]: 2.6.24-rc5: mtd: PNC-2000 oopsJosh Boyer
 Re: [patch?] s2ram + P4 + tsc = annoyanceIngo Molnar
[New][PATCH] x86: unify arch/x86/lib/Makefile(s)Sam Ravnborg
 Re: [patch?] s2ram + P4 + tsc = annoyanceIngo Molnar
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideRene Herman
 Re: [PATCH 05/10] x86_64: Use generic percpuIngo Molnar
 Re: [PATCH] Hibernation: Document __save_processor_state() on x86-64Ingo Molnar
 Re: [PATCH] x86: export 'leave_mm' symbolIngo Molnar
 Re: [PATCH -mm] EFI : Split EFI tables parsing code from EFI runti ...Ingo Molnar
 Re: WARNING: at kernel/lockdep.c:2658 check_flags()Ingo Molnar
 Re: [PATCH] Option to disable AMD C1E (allows dynticks to work)Andi Kleen
 Re: [PATCH] forcedeth: seperate handler for msix and normal int.Ingo Molnar
 Re: [PATCH 0/5] x86 makefile unification and cleaningIngo Molnar
 Re: [PATCH] x86: kprobes remove fix_riprel #ifdefMasami Hiramatsu
 Re: [PATCH] x86_64: clear IO_APIC before enabing apic error vector. v2Ingo Molnar
 Re: [PATCH - RFC] x86: unify arch/x86/kernel/Makefile(s)Ingo Molnar
 Re: [PATCH 7/38] arch/x86/ia32: Use time_before, time_before_eq, etc.Julia Lawall
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideAlan Cox
 Re: [BUG] 2.6.21-rc1,2,3 regressions on my system that I found so farIngo Molnar
 Re: [PATCH] x86: unify arch/x86/lib/Makefile(s)Ingo Molnar
 Re: [PATCH - RFC] x86: unify arch/x86/kernel/Makefile(s)Ingo Molnar
 Re: [PATCH corrected again] x86: unify arch/x86/boot/compressed/Ma ...Ingo Molnar
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
 Re: [PATCH 7/38] arch/x86/ia32: Use time_before, time_before_eq, etc.Ingo Molnar
 Re: [PATCH] x86: kprobes remove fix_riprel #ifdefIngo Molnar
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideAlan Cox
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideRene Herman
 Re: [PATCH 7/38] arch/x86/ia32: Use time_before, time_before_eq, etc.Julia Lawall
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
 Re: [PATCH 7/38] arch/x86/ia32: Use time_before, time_before_eq, etc.Ingo Molnar
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideAndi Kleen
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
 Re: [PATCH - RFC] x86: unify arch/x86/kernel/Makefile(s)Ingo Molnar
 [usb regression] Re: [PATCH 2.6.24-rc3] Fix /proc/net breakageIngo Molnar
 Re: [PATCH] Exporting capability code/name pairsAndrew Morgan
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideRene Herman
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
[New][git pull] scheduler updatesIngo Molnar
 Re: [RFC] sleepy linuxOliver Neukum
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideAlan Cox
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideJuergen Beisert
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
 Re: [x86] is checkpatch.pl brokenIngo Molnar
 Re: [PATCH 3/3] ide: add IDE_HFLAG_NO_DSC host flagBartlomiej Zolnierkiewicz
[New][PATCH 1/3] au1xxx-ide: device tree bugfixBartlomiej Zolnierkiewicz
 Re: [PATCH 1/9] piix: remove stale commentsBartlomiej Zolnierkiewicz
[New][PATCH 2/3] ide-pmac: macio resource freeing bugfixBartlomiej Zolnierkiewicz
[New][PATCH 3/3] au1xxx-ide/rapide: use hwif->index for ide_unregister()Bartlomiej Zolnierkiewicz
 Re: [PATCH] x86: Introduce REX prefix helper for kprobesHarvey Harrison
 Re: [patch?] s2ram + P4 + tsc = annoyanceMike Galbraith
 Re: [2.6 patch] make I/O schedulers non-modularJarek Poplawski
[New]Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideBodo Eggert
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideRene Herman
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
[New]Re: SATA buffered read VERY slow (not raid, Promise TX300 card); 2 ...Robert Hancock
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideRene Herman
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideAndi Kleen
[New]Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideRobert Hancock
[New]kernel crashJerry Geis
 Re: [x86] is checkpatch.pl brokenCyrill Gorcunov
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideAlan Cox
 Re: [PATCH] AMD Thermal Interrupt SupportAndi Kleen
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideAndi Kleen
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideLinus Torvalds
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideAlan Cox
[New][RFC][PATCH] byteorder: introduce le32_add_cpu & friends to coreMarcin Slusarz
 Re: [PATCH] USB Kconfig: Reorganize USB Kconfig MenuAl Boldi
 Re: [RFC][PATCH] byteorder: introduce le32_add_cpu & friends to coreChristoph Hellwig
 Re: [PATCH] Hibernation: Document __save_processor_state() on x86-64Pavel Machek
 Re: 2.6.22-stable causes oomkiller to be invokedDhaval Giani
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideRene Herman
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideLinus Torvalds
 Re: [PATCH] x86: kprobes remove fix_riprel #ifdefMasami Hiramatsu
[New]allmodconfig: udev won`t start due to CONFIG_UNIX=mdevzero@web ...
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideRene Herman
 Re: allmodconfig: udev won`t start due to CONFIG_UNIX=mJan Engelhardt
 Re: [usb regression] Re: [PATCH 2.6.24-rc3] Fix /proc/net breakageAlan Stern
 Re: allmodconfig: udev won`t start due to CONFIG_UNIX=mAdrian Bunk
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
 Re: [PATCH] Hibernation: Document __save_processor_state() on x86-64"Rafael J. Wysocki"
 Re: [PATCH] Option to disable AMD C1E (allows dynticks to work)Rene Herman
 Re: [PATCH] x86_64: clear IO_APIC before enabing apic error vector. v2"Yinghai Lu"
 Re: [PATCH] Hibernation: Document __save_processor_state() on x86-64Ingo Molnar
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override"H. Peter Anvin"
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override"H. Peter Anvin"
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override"H. Peter Anvin"
 Re: [x86] is checkpatch.pl brokenCyrill Gorcunov
 Re: [PATCH] Option to disable AMD C1E (allows dynticks to work)Richard Harman
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideRene Herman
 Re: [PATCH - RFC] x86: unify arch/x86/kernel/Makefile(s)Sam Ravnborg
 Re: [x86] is checkpatch.pl brokenIngo Molnar
 Re: [PATCH] Option to disable AMD C1E (allows dynticks to work)Eduard-Gabriel Munteanu
 Re: [PATCH - RFC] x86: unify arch/x86/kernel/Makefile(s)Sam Ravnborg
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
 Re: [PATCH] Option to disable AMD C1E (allows dynticks to work)Eduard-Gabriel Munteanu
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override"David P. Reed"
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideAlan Cox
 Re: 2.6.24-rc6-mm1"J. Bruce Fields"
 [PATCH] x86_64: fix section warning about enable_IO_APIC and setup ...Yinghai Lu
 Re: [PATCH] Hibernation: Document __save_processor_state() on x86-64"Rafael J. Wysocki"
 Re: [PATCH] x86_64: fix section warning about enable_IO_APIC and s ...Ingo Molnar
 Re: [PATCH] Hibernation: Document __save_processor_state() on x86-64Ingo Molnar
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideBodo Eggert
 Re: 2.6.24-rc6-mm1"Torsten Kaiser"
 Re: [PATCH] Option to disable AMD C1E (allows dynticks to work)Richard Harman
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideAlan Cox
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideAlan Cox
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideAlan Cox
[New][PATCH] x86: gitignore arch/x86/vdso filesSam Ravnborg
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideAlan Cox
 Re: [x86] is checkpatch.pl broken"H. Peter Anvin"
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override"H. Peter Anvin"
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideAlan Cox
 Re: [RFC][PATCH] byteorder: introduce le32_add_cpu & friends to coreMarcin Slusarz
 Re: [PATCH] Hibernation: Document __save_processor_state() on x86-64"Rafael J. Wysocki"
 Re: [PATCH] x86_64: fix section warning about enable_IO_APIC and s ..."Yinghai Lu"
[New][PATCH] Hibernation: Document __save_processor_state() on x86-64 ( ..."Rafael J. Wysocki"
 Re: [PATCH 1/3] Remove unused dependencySam Ravnborg
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideRene Herman
 Re: [PATCH] Hibernation: Document __save_processor_state() on x86-64Ingo Molnar
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
 Re: [PATCH] x86: gitignore arch/x86/vdso filesIngo Molnar
[New]Changing high kernel keycodesDmitry Dzhus
 Re: [PATCH] x86_64: clear IO_APIC before enabing apic error vector. v2Adrian Bunk
[New][BUG] 2.6.24rc6 allmodconfig - unload capidrv failsdevzero@web ...
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay overrideIngo Molnar
 Re: [PATCH] Hibernation: Document __save_processor_state() on x86-64"Rafael J. Wysocki"
 Re: [Patch 2.6.22.2 ] : drivers/net/via-rhine.c: Offload checksu ...Willy Tarreau
[New]RAID timeout parameter accessibility requestJose de la Mancha
 Re: [PATCH] x86_64: clear IO_APIC before enabing apic error vector. v2"Yinghai Lu"
[New]Re: RAID timeout parameter accessibility requestRobert Hancock
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override"David P. Reed"
 Re: RAID timeout parameter accessibility requestJan Engelhardt
 Re: [PATCH] x86_64: clear IO_APIC before enabing apic error vector. v2Adrian Bunk
 Re: [PATCH] Option to disable AMD C1E (allows dynticks to work)Eduard-Gabriel Munteanu
 Re: [PATCH] [MEMSTICK] Initial commit for Sony MemoryStick supportCarlos Corbacho
 Re: [PATCH] x86_64: clear IO_APIC before enabing apic error vector. v2"Yinghai Lu"
 Re: [PATCH 1/3] Remove unused dependencyJoe Perches
[New]Re: LINUX kernel 2.6.23: bug in CIFSSMBSetEA"Steve French"
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override"H. Peter Anvin"
 Re: [PATCH] x86_64: clear IO_APIC before enabing apic error vector. v2Adrian Bunk
 Re: [PATCH] Option to disable AMD C1E (allows dynticks to work)"David P. Reed"
 Re: [PATCH] [MEMSTICK] Initial commit for Sony MemoryStick supportJan Engelhardt
 [RFC/PATCH 2/3] sched: rt time limitPeter Zijlstra
[New][RFC/PATCH 0/3] sched: hrtick and rt group schedulingPeter Zijlstra
 [RFC/PATCH 3/3] sched: rt group schedulingPeter Zijlstra
 [RFC/PATCH 1/3] sched: high-res preemption tickPeter Zijlstra
 Re: [PATCH] [MEMSTICK] Initial commit for Sony MemoryStick supportCarlos Corbacho
 Re: [PATCH] x86_64: clear IO_APIC before enabing apic error vector. v2"Yinghai Lu"
 Re: [PATCH] [MEMSTICK] Initial commit for Sony MemoryStick supportAlex Dubov
 Re: [PATCH] [MEMSTICK] Initial commit for Sony MemoryStick supportAlex Dubov
 Re: [PATCH] x86_64: clear IO_APIC before enabing apic error vector. v2"Yinghai Lu"
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override"David P. Reed"
 Re: [PATCH] [MEMSTICK] Initial commit for Sony MemoryStick supportCarlos Corbacho
 Re: [RFC] USB driver for talking to the Microchip PIC18 boot loader"Xiaofan Chen"
 Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override"H. Peter Anvin"
[New]numa_default_policy()"Yinghai Lu"
 Re: [PATCH] Option to disable AMD C1E (allows dynticks to work)Andi Kleen
 Re: numa_default_policy()Andi Kleen
 Re: Updated Kernel Hacker's guide to gitJan Engelhardt
 Re: [05/06] [typo fix] Documentation/scsi/ChangeLog.lpfcRandy Dunlap
 Re: [PATCH] [MEMSTICK] Initial commit for Sony MemoryStick supportAlex Dubov
\
 
  \ /
  Last update: 2020-01-02 09:45    [0.356 seconds]
©2004-2020 Jasper Spaans