Linux-Kernel
- [PATCH] add taskstats.h to headers package,
Don Zickus
- DST/BT878 module customization (.. was: Critical points about ...),
Markus Rechberger
- Natsemi DP83815 driver spaming,
Rafał Bilski
- [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS,
Mark Lord
- [PATCH] KCONFIG: Correct minor typo in Kconfig warning message.,
Robert P. J. Day
- [REPORT] 2.6.21 vs. 2.6.21-sd046 vs. 2.6.21-CFSv7,
Bill Davidsen
- AMD dual core opetron optimization,
kernel coder
- Re: [PATCH][ 3/5] sched: implement staircase deadline cpu scheduler,
Andrew Morton
- Slanging Lunx 2.6.21 (Was Linux 2.6.21),
Roger While
- Revert "[POWERPC] <various>",
Simon Arlott
- [2.6.22 patch] iop: combined watchdog timer driver for iop3xx and iop13xx,
Dan Williams
- [PATCH] fix dynticks for voyager,
James Bottomley
- [GIT PATCH] SCSI updates for 2.6.21,
James Bottomley
- [PATCH] [0/34] x86 candidate patches for review VI: MTRR, APIC, more paravirt, misc,
Andi Kleen
- [PATCH] [2/34] x86: Adds mtrr_save_fixed_ranges() for use in two later patches.,
Andi Kleen
- [PATCH] [4/34] x86: Save and restore the fixed-range MTRRs of the BSP when suspending,
Andi Kleen
- [PATCH] [29/34] i386: pte simplify ops,
Andi Kleen
- [PATCH] [30/34] i386: convert the monitor thread to use the kthread API,
Andi Kleen
- [PATCH] [25/34] x86_64: skip cache_free_alien() on non NUMA,
Andi Kleen
- [PATCH] [27/34] i386: pte clear optimization,
Andi Kleen
- [PATCH] [32/34] x86_64: unexport cpu_llc_id,
Andi Kleen
- [PATCH] [34/34] x86_64: ignore vgacon if hardware not present,
Andi Kleen
- [PATCH] [24/34] x86_64: Auto compute __NR_syscall_max at compile time,
Andi Kleen
- [PATCH] [23/34] i386: check capability,
Andi Kleen
- [PATCH] [31/34] i386: convert to the kthread API,
Andi Kleen
- [PATCH] [26/34] i386: remove xtime_lock'ing around cpufreq notifier,
Andi Kleen
- [PATCH] [17/34] x86: PARAVIRT: Add a sched_clock paravirt_op,
Andi Kleen
- [PATCH] [28/34] i386: pte xchg optimization,
Andi Kleen
- [PATCH] [5/34] i386: Enable support for fixed-range IORRs to keep RdMem & WrMem in sync,
Andi Kleen
- [PATCH] [22/34] i386: clean up flush_tlb_others fn,
Andi Kleen
- [PATCH] [1/34] x86_64: Move mtrr prototypes from proto.h to mtrr.h,
Andi Kleen
- [PATCH] [7/34] x86_64: safe_apic_wait_icr_idle - x86_64,
Andi Kleen
- [PATCH] [3/34] x86: Save the MTRRs of the BSP before booting an AP,
Andi Kleen
- [PATCH] [6/34] i386: safe_apic_wait_icr_idle - i386,
Andi Kleen
- [PATCH] [12/34] i386: __send_IPI_dest_field - i386,
Andi Kleen
- [PATCH] [11/34] x86_64: use safe_apic_wait_icr_idle in smpboot.c - x86_64,
Andi Kleen
- [PATCH] [9/34] x86_64: use safe_apic_wait_icr_idle in smpboot.c - x86_64,
Andi Kleen
- [PATCH] [10/34] i386: use safe_apic_wait_icr_idle in smpboot.c,
Andi Kleen
- [PATCH] [8/34] i386: use safe_apic_wait_icr_idle - i386,
Andi Kleen
- [PATCH] [15/34] x86_64: Use safe_apic_wait_icr_idle in __send_IPI_dest_field - x86_64,
Andi Kleen
- [PATCH] [14/34] i386: Use safe_apic_wait_icr_idle in safe_apic_wait_icr_idle - i386,
Andi Kleen
- [PATCH] [21/34] i386: replace spin_lock_irqsave with spin_lock,
Andi Kleen
- [PATCH] [19/34] x86_64: move __vgetcpu_mode & __jiffies to the vsyscall_2 zone,
Andi Kleen
- [PATCH] [13/34] x86_64: __send_IPI_dest_field - x86_64,
Andi Kleen
- [PATCH] [16/34] i386: fix mtrr sections,
Andi Kleen
- [PATCH] [20/34] i386: avoid checking for cpu gone when CONFIG_HOTPLUG_CPU not defined,
Andi Kleen
- [PATCH] [18/34] i386: PARAVIRT: fix startup_ipi_hook config dependency,
Andi Kleen
- [PATCH 0/12] Early USB debug port and i386 boot cleanups,
Eric W. Biederman
- [PATCH 01/12] x86_64: Allow fixmaps to be used with the initial page table.,
Eric W. Biederman
- [PATCH 02/12] i386 head.S: Remove unnecessary use of %ebx as the boot cpu flag,
Eric W. Biederman
- [PATCH 03/12] i386 head.S: Always run the full set of paging state,
Eric W. Biederman
- [PATCH 04/12] i386 voyager: Use modern techniques to setup and teardown low identiy mappings.,
Eric W. Biederman
- [PATCH 05/12] i386: During page table initialization always set the leaf page table entries.,
Eric W. Biederman
- [PATCH 06/12] i386: Minimum cpu detection cleanups.,
Eric W. Biederman
- [PATCH 07/12] i386: Add missing !X86_PAE dependincy to the 2G/2G split.,
Eric W. Biederman
- Re: [PATCH 07/12] i386: Add missing !X86_PAE dependincy to the 2G/2G split.,
H. Peter Anvin
- Re: [PATCH 07/12] i386: Add missing !X86_PAE dependincy to the 2G/2G split.,
Eric W. Biederman
- [PATCH 08/12] i386: Convert the boot time page tables to the kernels native format.,
Eric W. Biederman
- Re: [PATCH 08/12] i386: Convert the boot time page tables to the kernels native format.,
Andi Kleen
- Re: [PATCH 08/12] i386: Convert the boot time page tables to the kernels native format.,
Eric W. Biederman
- [PATCH 09/12] i386/x86_64: EHCI usb debug port early printk support.,
Eric W. Biederman
- [PATCH 10/12] i386: Introduce head32.c,
Eric W. Biederman
- [PATCH 11/12] i386: Move setup_idt from head.S to head32.c,
Eric W. Biederman
- [PATCH 12/12] i386: remove cpuid checking in head.S,
Eric W. Biederman
- Re: [PATCH 09/12] i386/x86_64: EHCI usb debug port early printk support.,
Andi Kleen
- Re: [PATCH 09/12] i386/x86_64: EHCI usb debug port early printk support.,
Eric W. Biederman
- Re: [PATCH 06/12] i386: Minimum cpu detection cleanups.,
H. Peter Anvin
- Re: [PATCH 06/12] i386: Minimum cpu detection cleanups.,
Andi Kleen
- Re: [PATCH 05/12] i386: During page table initialization always set the leaf page table entries.,
Andi Kleen
- Re: [PATCH 05/12] i386: During page table initialization always set the leaf page table entries.,
Jeremy Fitzhardinge
- Re: [PATCH 04/12] i386 voyager: Use modern techniques to setup and teardown low identiy mappings.,
James Bottomley
- Re: [PATCH 01/12] x86_64: Allow fixmaps to be used with the initial page table.,
Andi Kleen
- 2.6.21-mm1: many processes end up in D state,
Jiri Slaby
- [PATCH] 9p: create separate 9p client interface,
Latchesar Ionkov
- Re: [PATCH] [1/1] CPU-i386-Geode: Chipset access macros do not work as expected (2nd try),
Mikael Pettersson
- Re: [patch 3/9] AVR32: Spinlock initializer cleanup,
Haavard Skinnemoen
- 2.6.21-ext4-1,
Theodore Ts'o
- [PATCH 1/2] x86_64: Reflect the relocatability of the kernel in the ELF header.,
Eric W. Biederman
- [patch] nmi: move do_nmi_callback(),
David Rientjes
- [patch] pm: include EIO from errno-base.h,
David Rientjes
- [patch] pci: type may be unused in pci_access_init(),
David Rientjes
- [patch] megaraid: fix CONFIG_PROC_FS compile errors,
David Rientjes
- [patch] cpufreq: do not declare undefined functions,
David Rientjes
- UID/GID override on CIFS mounts to Samba and proposed new mount parameter to disable Unix Extensions on the client,
Steve French
- Linux 2.6.21: pmtmr losing time,
Joerg Sommrey
- [PATCH] [1/1] CPU-i386-Geode: Chipset access macros do not work as expected,
Juergen Beisert
- [PATCH] lguest: properly kill guest userspace programs accessing kernel mem,
Rusty Russell
- Nvidia nForce5 NCQ support status?,
Jan De Luyck
- 2.6.21: ACPI related kernel panic,
Sebastian Kemper
- CFQ IO scheduler patch series - AIM7 DBase results on a 16-way IA64,
Alan D. Brunelle
- [KJ][PATCH] i386: white space fixes in i387.h,
Jan Kiszka
- [PATCH] i386: avoid redundant preempt_disable in __unlazy_fpu,
Jan Kiszka
- [PATCH 00/36] Use menuconfig objects II - (overview),
Jan Engelhardt
- [PATCH 01/36] Use menuconfig objects I.b - block,
Jan Engelhardt
- [PATCH 04/36] Use menuconfig objects II - block devices,
Jan Engelhardt
- [PATCH 02/36] Use menuconfig objects II - auxdisplay,
Jan Engelhardt
- [PATCH 03/36] Use menuconfig objects II - battery,
Jan Engelhardt
- [PATCH 05/36] Use menuconfig objects II - EDAC,
Jan Engelhardt
- [PATCH 07/36] Use menuconfig objects II - HID,
Jan Engelhardt
- [PATCH 06/36] Use menuconfig objects II - fusion,
Jan Engelhardt
- [PATCH 09/36] Use menuconfig objects II - IEEE1394,
Jan Engelhardt
- [PATCH 08/36] Use menuconfig objects II - hwmon,
Jan Engelhardt
- [PATCH 11/36] Use menuconfig objects II - IPMI,
Jan Engelhardt
- [PATCH 13/36] Use menuconfig objects II - KVM/Virt,
Jan Engelhardt
- [PATCH 10/36] Use menuconfig objects II - Infiniband,
Jan Engelhardt
- [PATCH 14/36] Use menuconfig objects II - LED,
Jan Engelhardt
- [PATCH 12/36] Use menuconfig objects II - ISDN,
Jan Engelhardt
- [PATCH 15/36] Use menuconfig objects II - Macintosh,
Jan Engelhardt
- [PATCH 17/36] Use menuconfig objects II - misc strange dev,
Jan Engelhardt
- [PATCH 16/36] Use menuconfig objects II - MD,
Jan Engelhardt
- [PATCH 18/36] Use menuconfig objects II - MMC,
Jan Engelhardt
- [PATCH 19/36] Use menuconfig objects II - module menu,
Jan Engelhardt
- [PATCH 23/36] Use menuconfig objects II - netdev/wan,
Jan Engelhardt
- [PATCH 22/36] Use menuconfig objects II - netdev/pcmcia,
Jan Engelhardt
- [PATCH 24/36] Use menuconfig objects II - oprofile,
Jan Engelhardt
- [PATCH 21/36] Use menuconfig objects II - netdev/atm,
Jan Engelhardt
- [PATCH 20/36] Use menuconfig objects II - netdev (general+100mbit),
Jan Engelhardt
- [PATCH 25/36] Use menuconfig objects II - (external_)power,
Jan Engelhardt
- [PATCH 27/36] Use menuconfig objects II - SCSI,
Jan Engelhardt
- [PATCH 32/36] Use menuconfig objects II - USB,
Jan Engelhardt
- [PATCH 26/36] Use menuconfig objects II - RTC,
Jan Engelhardt
- [PATCH 29/36] Use menuconfig objects II - Telephony,
Jan Engelhardt
- [PATCH 28/36] Use menuconfig objects II - sound,
Jan Engelhardt
- [PATCH 30/36] Use menuconfig objects II - TPM,
Jan Engelhardt
- [PATCH 31/36] Use menuconfig objects II - UIO,
Jan Engelhardt
- [PATCH 33/36] Use menuconfig objects II - video/logo,
Jan Engelhardt
- [PATCH 34/36] Use menuconfig objects II - watchdog,
Jan Engelhardt
- [PATCH 35/36] Use menuconfig objects II - DVB,
Jan Engelhardt
- [PATCH 36/36] Use menuconfig objects II - V4L,
Jan Engelhardt
- Geode-GX1 processor in 2.6.21,
Juergen Beisert
- [PATCH] Fix error handling in HDIO_GETGEO compat wrapper,
Andreas Schwab
- [PATCH] [0/40] x86 candidate patches for review V: paravirt patches,
Andi Kleen
- [PATCH] [2/40] i386: Remove CONFIG_DEBUG_PARAVIRT,
Andi Kleen
- [PATCH] [24/40] i386: Page-align the GDT,
Andi Kleen
- [PATCH] [8/40] x86: add hooks to intercept mm creation and destruction,
Andi Kleen
- [PATCH] [5/40] i386: Hooks to set up initial pagetable,
Andi Kleen
- [PATCH] [7/40] i386: Allow paravirt backend to choose kernel PMD sharing,
Andi Kleen
- [PATCH] [13/40] i386: Document asm-i386/paravirt.h,
Andi Kleen
- [PATCH] [36/40] i386: Implement vmi_kmap_atomic_pte,
Andi Kleen
- [PATCH] [32/40] i386: kRemove a warning about unused variable in !CONFIG_ACPI compilation.,
Andi Kleen
- [PATCH] [34/40] i386: Clean up arch/i386/kernel/cpu/mcheck/p4.c,
Andi Kleen
- [PATCH] [37/40] i386: Convert VMI timer to use clock events,
Andi Kleen
- [PATCH] [35/40] i386: Now that the VDSO can be relocated, we can support it in VMI configurations.,
Andi Kleen
- [PATCH] [39/40] i386: Export paravirt_ops for non GPL modules too,
Andi Kleen
- Re: [PATCH] [39/40] i386: Export paravirt_ops for non GPL modules too,
Christoph Hellwig
- Re: [PATCH] [39/40] i386: Export paravirt_ops for non GPL modules too,
Andi Kleen
- Re: [PATCH] [39/40] i386: Export paravirt_ops for non GPL modules too,
Jan Engelhardt
- Re: [PATCH] [39/40] i386: Export paravirt_ops for non GPL modules too,
Andi Kleen
- Re: [PATCH] [39/40] i386: Export paravirt_ops for non GPL modules too,
Peter Zijlstra
- Re: [PATCH] [39/40] i386: Export paravirt_ops for non GPL modules too,
Andi Kleen
- RE: [PATCH] [39/40] i386: Export paravirt_ops for non GPL modulestoo,
David Schwartz
- Re: [PATCH] [39/40] i386: Export paravirt_ops for non GPL modules too,
Jan Engelhardt
- Re: [PATCH] [39/40] i386: Export paravirt_ops for non GPL modules too,
Alan Cox
- Re: [PATCH] [39/40] i386: Export paravirt_ops for non GPL modules too,
Andi Kleen
- Re: [PATCH] [39/40] i386: Export paravirt_ops for non GPL modules too,
Jeremy Fitzhardinge
- [PATCH] [18/40] i386: flush lazy mmu updates on kunmap_atomic,
Andi Kleen
- [PATCH] [33/40] i386: Allow boot-time disable of paravirt_ops patching,
Andi Kleen
- [PATCH] [40/40] i386: Clean up ELF note generation,
Andi Kleen
- [PATCH] [20/40] i386: Clean up paravirt patchable wrappers,
Andi Kleen
- [PATCH] [29/40] i386: map enough initial memory to create lowmem mappings,
Andi Kleen
- [PATCH] [38/40] x86: Jeremy Fitzhardinge <jeremy@goop.org>,
Andi Kleen
- [PATCH] [21/40] i386: drop unused ptep_get_and_clear,
Andi Kleen
- [PATCH] [12/40] i386: Consistently wrap paravirt ops callsites to make them patchable,
Andi Kleen
- [PATCH] [19/40] i386: fix paravirt-documentation,
Andi Kleen
- [PATCH] [1/40] x86_64: update MAINTAINERS,
Andi Kleen
- [PATCH] [30/40] x86: update for i386 and x86-64 check_bugs,
Andi Kleen
- [PATCH] [6/40] i386: Allocate a fixmap slot,
Andi Kleen
- [PATCH] [28/40] i386: Fix UP gdt bugs,
Andi Kleen
- [PATCH] [3/40] i386: use paravirt_nop to consistently mark no-op operations,
Andi Kleen
- [PATCH] [26/40] i386: cleanups to help using per-cpu variables from asm,
Andi Kleen
- [PATCH] [31/40] i386: In compat mode, the return value here was uninitialized.,
Andi Kleen
- [PATCH] [11/40] i386: Fix patch site clobbers to include return register,
Andi Kleen
- [PATCH] [14/40] i386: add common patching machinery,
Andi Kleen
- [PATCH] [10/40] i386: Use patch site IDs computed from offset in paravirt_ops structure,
Andi Kleen
- [PATCH] [9/40] i386: rename struct paravirt_patch to paravirt_patch_site for clarity,
Andi Kleen
- [PATCH] [23/40] x86_64: deflate inflate_dynamic too,
Andi Kleen
- [PATCH] [15/40] i386: add flush_tlb_others paravirt_op,
Andi Kleen
- [PATCH] [4/40] i386: Add pagetable accessors to pack and unpack pagetable entries,
Andi Kleen
- [PATCH] [25/40] i386: Convert PDA into the percpu section,
Andi Kleen
- [PATCH] [27/40] i386: Define per_cpu_offset,
Andi Kleen
- [PATCH] [16/40] i386: revert map_pt_hook.,
Andi Kleen
- [PATCH] [17/40] i386: add kmap_atomic_pte for mapping highpte pages,
Andi Kleen
- [PATCH] [22/40] x86: deflate stack usage in lib/inflate.c,
Andi Kleen
- Re: Reiser4: Transparent compression support. Further development and compatibility.,
Mat
- [PATCH] I2O: Remove redundant GFP_KERNEL type flag in kmalloc().,
Robert P. J. Day
- [PATCH] SCSI: Remove redundant GFP_KERNEL type flag in kmalloc().,
Robert P. J. Day
- [REPORT] 2.6.21.1 vs 2.6.21-sd046 vs 2.6.21-cfs-v6,
Michael Gerdau
- man-pages-2.45 and man-pages-2.46 are released,
Michael Kerrisk
- [PATCH] usb/hid:The HID Simple Driver Patches 0.5.1,
Li Yu
- [PATCH] zero_user_page uses in fs/buffer.c and fs/libfs.c,
Christoph Lameter
- Re: Incorrect order of last two arguments of ptrace for requests PPC_PTRACE_GETREGS, SETREGS, GETFPREGS, SETFPREGS,
Paul Mackerras
- [PATCH] Propagate errors from find in scripts/gen_initramfs_list.sh,
Michael Ellerman
- gdb-6.4: is not handling input 'q' properly,
Dharmosoth Seetharam
- Slab allocators: Remove useless __GFP_NO_GROW flag (fwd),
Christoph Lameter
- [PATCH] Move sig_kernel_* et al macros to linux/signal.h,
Roland McGrath
- Re: utrace comments,
Roland McGrath
- [PATCH 0/1] [RFC] New mode for path_lookup (V1),
Josef Sipek
- [PATCH 0/2] atl1: minor cleanup,
Jay Cliburn
- [patch]add the ATI SB700 SATA controller device id to AHCI pci table,
Henry Su
- [patch] Add the combined mode for ATI SB700,
Henry Su
- [PATCH] x86_64: support poll() on /dev/mcelog,
Tim Hockin
- [RFC PATCH] PCI MMCONFIG: add validation against ACPI motherboard resources,
Robert Hancock
- [PATCH] [0/26] x86 candidate patches for review IV: more misc patches,
Andi Kleen
- [PATCH] [4/26] i386: Remove unneeded externs in nmi.c,
Andi Kleen
- [PATCH] [25/26] x86_64: x86-64 system crashes when no memory populating Node 0,
Andi Kleen
- [PATCH] [9/26] x86_64: Fix vmalloc_32 to really allocate <4GB on 64bit platforms,
Andi Kleen
- [PATCH] [7/26] x86_64: Use X86_EFLAGS_IF in x86-64/irqflags.h.,
Andi Kleen
- [PATCH] [21/26] x86: Clean up x86 control register and MSR macros (corrected),
Andi Kleen
- [PATCH] [2/26] i386: Add machine_ops interface to abstract halting and rebooting,
Andi Kleen
- [PATCH] [14/26] x86_64: Clean up asm-x86_64/bugs.h,
Andi Kleen
- [PATCH] [8/26] x86_64: fix arithmetic in comment,
Andi Kleen
- [PATCH] [10/26] i386: Clean up asm-i386/bugs.h,
Andi Kleen
- [PATCH] [11/26] i386: clean up identify_cpu,
Andi Kleen
- [PATCH] [16/26] i386: Enable machine check for AMD Family 10,
Andi Kleen
- [PATCH] [24/26] x86_64: Fix x86_64 compilation with DEBUG_SIG on,
Andi Kleen
- [PATCH] [19/26] i386: Enable bank 0 on non K7 Athlon,
Andi Kleen
- [PATCH] [15/26] x86: Don't use MWAIT on AMD Family 10,
Andi Kleen
- [PATCH] [18/26] i386: Update smp_call_function* comments,
Andi Kleen
- [PATCH] [6/26] x86: fix amd64-agp aperture validation,
Andi Kleen
- [PATCH] [1/26] i386: Add smp_ops interface,
Andi Kleen
- [PATCH] [23/26] i386: Allow boot-time disable of SMP altinstructions,
Andi Kleen
- [PATCH] [22/26] i386: Remove smp_alt_instructions,
Andi Kleen
- [PATCH] [26/26] i386: i386 separate hardware-defined TSS from Linux additions,
Andi Kleen
- [PATCH] [20/26] x86: Allow percpu variables to be page-aligned,
Andi Kleen
- [PATCH] [17/26] i386: Use menuconfig objects - APM,
Andi Kleen
- [GIT PULL] ieee1394 updates post 2.6.21,
Stefan Richter
- [GIT PATCH] HID and USB HID updates for 2.6.22 merge window,
Jiri Kosina
- privatize CALC_LOAD(),
William Lee Irwin III
- [ANNOUNCE] Guilt v0.24,
Josef Sipek
- [PATCH 1/21] Char: cyclades, use IS_CYC_Z macro,
Jiri Slaby
- [PATCH 2/21] Char: cyclades, switch to pci probing,
Jiri Slaby
- [PATCH 3/21] Char: cyclades, depends on PCI or ISA,
Jiri Slaby
- [PATCH 5/21] Char: cyclades, remove useless fileds from cyclades_card,
Jiri Slaby
- [PATCH 4/21] Char: cyclades, unexport struct cyclades_card,
Jiri Slaby
- [PATCH 6/21] Char: cyclades, irq is int,
Jiri Slaby
- [PATCH 8/21] Char: cyclades, mark cyy_init_card as __devinit, not __init,
Jiri Slaby
- [PATCH 7/21] Char: cyclades, printk cleanups,
Jiri Slaby
- [PATCH 10/21] Char: cyclades, get rid of phys addresses,
Jiri Slaby
- [PATCH 9/21] Char: cyclades, simplify variables initialization,
Jiri Slaby
- [PATCH 12/21] Char: cyclades, remove sleep_on,
Jiri Slaby
- [PATCH 13/21] Char: cyclades, fix blockmove,
Jiri Slaby
- [PATCH 11/21] Char: cyclades, make info->card a pointer,
Jiri Slaby
- [PATCH 15/21] Char: cyclades, remove unused timestamps,
Jiri Slaby
- [PATCH 14/21] Char: cyclades, timers cleanup,
Jiri Slaby
- [PATCH 18/21] Char: cyclades, fix tty device unregister,
Jiri Slaby
- [PATCH 16/21] Char: cyclades, remove locking macros,
Jiri Slaby
- [PATCH 17/21] Char: cyclades, conditions cleanup,
Jiri Slaby
- [PATCH 19/21] Char: cyclades, dynamic ports,
Jiri Slaby
- [PATCH 21/21] Char: cyclades, copyright and version changes,
Jiri Slaby
- [PATCH 20/21] Char: cyclades, probe cleanup,
Jiri Slaby
- Greylisting,
Simon Arlott
- [PATCH] Security,FAT: fix VFAT compat ioctls on 64-bit systems (2nd try),
Bart Oldeman
- 2.6.21-rc7-mm2 suspend bug. [kernel/kthread.c],
Dan Kruchinin
unprivileged mount problems: device permissions ignored, mount sharing,
utz lehmann
Why ask Sun for ZFS while we have ReiserFS4 !?,
Andrew Wang
Critical points about kernel 2.6.21 and pseudo-authorities,
Uwe Bugla
- Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Linus Torvalds
- Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Uwe Bugla
- Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Linus Torvalds
- Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Uwe Bugla
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
hermann pitton
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Uwe Bugla
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Helge Hafting
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Uwe Bugla
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Helge Hafting
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Markus Rechberger
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Uwe Bugla
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Mauro Carvalho Chehab
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Uwe Bugla
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Linus Torvalds
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Uwe Bugla
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Andrew Morton
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Uwe Bugla
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Jan Engelhardt
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Markus Rechberger
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Thomas Gleixner
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Markus Rechberger
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Uwe Bugla
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Markus Rechberger
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Uwe Bugla
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Michael Krufky
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Uwe Bugla
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Linus Torvalds
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Uwe Bugla
- Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Linus Torvalds
- Re: Critical points about kernel 2.6.21 and pseudo-authorities,
Trent Piepho
[PATCH] [FAT] fix VFAT compat ioctls on 64-bit systems,
Bart Oldeman
[patch 00/32] xen: Xen implementation for paravirt_ops,
Jeremy Fitzhardinge
- [patch 01/32] xen: Add apply_to_page_range() which applies a function to a pte range.,
Jeremy Fitzhardinge
- [patch 02/32] xen: Allocate and free vmalloc areas,
Jeremy Fitzhardinge
- [patch 32/32] xen: Xen machine operations,
Jeremy Fitzhardinge
- [patch 13/32] xen: Account for time stolen by Xen,
Jeremy Fitzhardinge
- [patch 04/32] xen: Add Xen interface header files,
Jeremy Fitzhardinge
- [patch 18/32] xen: deal with negative stolen time,
Jeremy Fitzhardinge
- [patch 07/32] xen: xen event channels,
Jeremy Fitzhardinge
- [patch 14/32] xen: Implement xen_sched_clock,
Jeremy Fitzhardinge
- [patch 30/32] xen: diddle netfront,
Jeremy Fitzhardinge
- [patch 03/32] xen: Add nosegneg capability to the vsyscall page notes,
Jeremy Fitzhardinge
- [patch 24/32] xen: use xenbus_watch_pathfmt rather than watch_path2,
Jeremy Fitzhardinge
- [patch 31/32] xen: --- drivers/net/xen-netfront.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-),
Jeremy Fitzhardinge
- [patch 08/32] xen: xen time implementation,
Jeremy Fitzhardinge
- [patch 28/32] xen: xen-netfront: use skb.cb for storing private data,
Jeremy Fitzhardinge
- [patch 17/32] xen: lazy-mmu operations,
Jeremy Fitzhardinge
- [patch 11/32] xen: ignore RW mapping of RO pages in pagetable_init,
Jeremy Fitzhardinge
- [patch 09/32] xen: xen configuration,
Jeremy Fitzhardinge
- [patch 25/32] xen: rename dev_changed to xenbus_dev_changed,
Jeremy Fitzhardinge
- [patch 12/32] xen: fix multicall batching,
Jeremy Fitzhardinge
- [patch 29/32] xen: Lockdep fixes for xen-netfront,
Jeremy Fitzhardinge
- [patch 06/32] xen: Xen virtual mmu,
Jeremy Fitzhardinge
- [patch 19/32] xen: xen time fixups,
Jeremy Fitzhardinge
- [patch 16/32] xen: Add support for preemption,
Jeremy Fitzhardinge
- [patch 10/32] xen: Complete pagetable pinning for Xen,
Jeremy Fitzhardinge
- [patch 15/32] xen: Xen SMP guest support,
Jeremy Fitzhardinge
- [patch 22/32] xen: Add Xen grant table support,
Jeremy Fitzhardinge
- [patch 27/32] xen: Add the Xen virtual network device driver.,
Jeremy Fitzhardinge
- [patch 26/32] xen: Add Xen virtual block device driver.,
Jeremy Fitzhardinge
- [patch 23/32] xen: Add the Xenbus sysfs and virtual device hotplug driver.,
Jeremy Fitzhardinge
- [patch 21/32] xen: Add early printk support via hvc console,
Jeremy Fitzhardinge
- [patch 20/32] xen: Use the hvc console infrastructure for Xen console,
Jeremy Fitzhardinge
- [patch 05/32] xen: Core Xen implementation,
Jeremy Fitzhardinge
Boot failure with 2.6.21 with snd-maestro3,
Giridhar Pemmasani
mm snapshot broken-out-2007-04-28 uploaded,
Jan Engelhardt
Re: [patch 5/9] IEEE1394: Spinlock initializer cleanup,
Stefan Richter
Re: mkfs.xfs cannot make sector size 64 KiB?,
Justin Piszcz
[2.6.21] BUG: clocksource_watchdog isn't reset after resume,
Indan Zupancic
[git patches] net driver updates,
Jeff Garzik
[git patches] libata updates,
Jeff Garzik
[PATCH 0/7] KVM: More 2.6.22 merge candidates,
Avi Kivity
Symbol alert.,
Mhyar Deisenroth
[PATCH 1/2] lguest: fix up after pda->percpu conversion,
Rusty Russell
problem that /bin/sh keeps spawning,
Shan, Guo Wen (Gavin)
PROBLEM: oops in 2.6.21.1 after bringing up the network,
Brett Ryland
[PATCH] slob: fix page order calculation on not 4KB page,
Akinobu Mita
2.6.21 frozen for a few minutes, swapping to disk,
Miguel Figueiredo
[PATCH] [0/48] x86 candidate patches for review III: various stuff,
Andi Kleen
- [PATCH] [3/48] x86_64: Use new shared sched_clock in x86-64 too,
Andi Kleen
- [PATCH] [36/48] i386: get rid of unused variables,
Andi Kleen
- [PATCH] [40/48] x86_64: use lru instead of page->index and page->private for pgd lists management.,
Andi Kleen
- [PATCH] [28/48] i386: prevent ACPI quirk warning mass spamming in logs,
Andi Kleen
- [PATCH] [30/48] i386: Use per-cpu variables for GDT, PDA,
Andi Kleen
- [PATCH] [38/48] x86_64: Remove unused stext symbol,
Andi Kleen
- [PATCH] [39/48] i386: remove the APM_RTC_IS_GMT config option.,
Andi Kleen
- [PATCH] [43/48] x86_64: fix vtime() vsyscall,
Andi Kleen
- [PATCH] [45/48] x86_64: Inhibit machine from asserting an NMI when doing Alt-SysRq-M operation.,
Andi Kleen
- [PATCH] [32/48] i386: clean up cpu_init(),
Andi Kleen
- [PATCH] [33/48] i386: Rename boot_gdt_table to boot_gdt,
Andi Kleen
- [PATCH] [46/48] x86_64: adjust EDID retrieval,
Andi Kleen
- [PATCH] [48/48] i386: cleanup GDT Access,
Andi Kleen
- [PATCH] [47/48] x86_64: Fix "Section mismatch" compile warning,
Andi Kleen
- [PATCH] [24/48] i386: Initialize esp0 properly all the time,
Andi Kleen
- [PATCH] [25/48] x86_64: Introduce load_TLS to the "for" loop.,
Andi Kleen
- [PATCH] [31/48] i386: Use per-cpu GDT immediately upon boot,
Andi Kleen
- [PATCH] [44/48] x86_64: vsyscall_gtod_data diet and vgettimeofday() fix,
Andi Kleen
- [PATCH] [27/48] i386: Allow i386 crash kernels to handle x86_64 dumps,
Andi Kleen
- [PATCH] [37/48] i386: ignore vgacon if hardware not present,
Andi Kleen
- [PATCH] [26/48] x86_64: Clarify CONFIG_REORDER explanation,
Andi Kleen
- [PATCH] [29/48] x86: add command line length to boot protocol,
Andi Kleen
- [PATCH] [1/48] x86_64: fix x86_64-mm-sched-clock-share,
Andi Kleen
- [PATCH] [9/48] i386: make struct vmi_ops static,
Andi Kleen
- [PATCH] [5/48] x86_64: Allow sys_uselib unconditionally,
Andi Kleen
- [PATCH] [10/48] i386: type cast clean up for find_next_zero_bit,
Andi Kleen
- [PATCH] [13/48] x86_64: fix ia32_binfmt.c build error,
Andi Kleen
- [PATCH] [12/48] x86: Log reason why TSC was marked unstable,
Andi Kleen
- [PATCH] [8/48] i386: modpost apic related warning fixes,
Andi Kleen
- [PATCH] [11/48] i386: workaround for a -Wmissing-prototypes warning,
Andi Kleen
- [PATCH] [4/48] x86_64: Don't disable basic block reordering,
Andi Kleen
- [PATCH] [15/48] x86_64: make simnow_init() static,
Andi Kleen
- [PATCH] [6/48] x86_64: Minor white space cleanup in traps.c,
Andi Kleen
- [PATCH] [19/48] x86_64: split remaining fake nodes equally,
Andi Kleen
- [PATCH] [7/48] x86_64: Set HASHDIST_DEFAULT to 1 for x86_64 NUMA,
Andi Kleen
- [PATCH] [16/48] i386: vmi_pmd_clear() static,
Andi Kleen
- [PATCH] [21/48] x86: remove constant_tsc reporting from /proc/cpuinfo' power flags,
Andi Kleen
- [PATCH] [41/48] x86: sys_ioperm() prototype cleanup,
Andi Kleen
- [PATCH] [14/48] x86_64: remove extra smp_processor_id calling,
Andi Kleen
- [PATCH] [23/48] i386: VDSO_PRELINK warning fix,
Andi Kleen
- [PATCH] [35/48] x86: tighten kernel image page access rights,
Andi Kleen
- [PATCH] [2/48] i386: Rewrite sched_clock,
Andi Kleen
- [PATCH] [42/48] x86: remove UNEXPECTED_IO_APIC(),
Andi Kleen
- [PATCH] [20/48] x86_64: fixed size remaining fake nodes,
Andi Kleen
- [PATCH] [34/48] i386: rationalize paravirt wrappers,
Andi Kleen
- [PATCH] [22/48] x86_64: fake numa for cpusets document,
Andi Kleen
- [PATCH] [18/48] x86_64: configurable fake numa node sizes,
Andi Kleen
[2.6.21-rc7-mm2] BUG while suspend to ram,
Maciej Rutecki
[PATCH] paravirt: fix startup_ipi_hook config dependency,
Jeremy Fitzhardinge
bad_page from quicklist patches,
Paul Jackson
[PATCH] reduce AER init error information,
Zhang, Yanmin
[PATCH] i386: fix voyager build,
Jeremy Fitzhardinge
[PATCH] i386: move common parts of smp into their own file,
Jeremy Fitzhardinge
vmstat: use our own timer events,
Christoph Lameter
[GIT PATCH] ACPI patches for 2.6.22,
Len Brown
[PATCH 0/7] blackfin arch and driver patches update against 2.6.21-rc7-mm2,
Bryan Wu
[PATCH] ibmtr_cs: fix hang on eject,
Paul Walmsley
[2.6.21.stable PATCH] ACPI: Fix 2.6.21 boot regression on P4/HT,
Len Brown
[PATCH] i386: init early_gdt_descr and idle task properly on voyager,
Jeremy Fitzhardinge
[PATCH] crypto: Remove pointless padlock module,
Simon Arlott
bug in RLIMIT_SIGPENDING,
Miguel Freitas
High Resolution Timer DOS,
matthieu castet
PANIC: 2.6.21-rc7-mm2, Kernel access of bad area, sig: 11,
William Heimbigner
maturity levels: a first pass,
Robert P. J. Day
Please revert [PATCH] user of the jiffies rounding patch: Slab,
Christoph Lameter
[2.6.21-git2] sk_buff changes break Cisco VPN client,
Alessandro Suardi
CONFIG_HIGHMEM4G and 1GB RAM,
Bradley Chapman
Probable PCIE prob,
Syren Baran
[2.6 patch] powerpc: remove the unused HTDMSOUND driver,
Adrian Bunk
[2.6 patch] sound/pcmcia/vx/vxpocket.c: fix an if() condition,
Adrian Bunk
[2.6 patch] mm/slab.c: start_cpu_timer() should be __cpuinit,
Adrian Bunk
[2.6 patch] drivers/kvm/mmu.c: fix an if() condition,
Adrian Bunk
[2.6 patch] block2mtd_paramline[] mustn't be __initdata,
Adrian Bunk
[2.6 patch] proper prototype for saa7146_video_do_ioctl(),
Adrian Bunk
[2.6 patch] cx88-mpeg.c: make 2 functions static,
Adrian Bunk
[-mm patch] i386: enable 4k stacks by default,
Adrian Bunk
- Re: [-mm patch] i386: enable 4k stacks by default,
Zan Lynx
- Re: [-mm patch] i386: enable 4k stacks by default,
David Chinner
- Re: [-mm patch] i386: enable 4k stacks by default,
Alan Cox
- Re: [-mm patch] i386: enable 4k stacks by default,
Andi Kleen
- Re: [-mm patch] i386: enable 4k stacks by default,
Christoph Hellwig
- Re: [-mm patch] i386: enable 4k stacks by default,
Andi Kleen
- Re: [-mm patch] i386: enable 4k stacks by default,
William Lee Irwin III
- [2/6] add config option to vmalloc stacks (was: Re: [-mm patch] i386: enable 4k stacks by default),
William Lee Irwin III
- Re: [2/6] add config option to vmalloc stacks (was: Re: [-mm patch] i386: enable 4k stacks by default),
Christoph Hellwig
- Re: [2/6] add config option to vmalloc stacks (was: Re: [-mm patch] i386: enable 4k stacks by default),
Jan Engelhardt
- Re: [2/6] add config option to vmalloc stacks (was: Re: [-mm patch] i386: enable 4k stacks by default),
William Lee Irwin III
- Re: [2/6] add config option to vmalloc stacks (was: Re: [-mm patch] i386: enable 4k stacks by default),
Christoph Hellwig
- Re: [2/6] add config option to vmalloc stacks (was: Re: [-mm patch] i386: enable 4k stacks by default),
Bill Irwin
- [1/6] make stack size configurable (was: Re: [-mm patch] i386: enable 4k stacks by default),
William Lee Irwin III
- Re: [1/6] make stack size configurable (was: Re: [-mm patch] i386: enable 4k stacks by default),
Christoph Hellwig
- Re: [1/6] make stack size configurable (was: Re: [-mm patch] i386: enable 4k stacks by default),
William Lee Irwin III
- Re: [1/6] make stack size configurable (was: Re: [-mm patch] i386: enable 4k stacks by default),
Adrian Bunk
- Re: [1/6] make stack size configurable (was: Re: [-mm patch] i386: enable 4k stacks by default),
William Lee Irwin III
- [3/6] make IRQ stacks independently configurable (was: Re: [-mm patch] i386: enable 4k stacks by default),
William Lee Irwin III
- Re: [3/6] make IRQ stacks independently configurable (was: Re: [-mm patch] i386: enable 4k stacks by default),
Christoph Hellwig
- Re: [3/6] make IRQ stacks independently configurable (was: Re: [-mm patch] i386: enable 4k stacks by default),
William Lee Irwin III
- [4/6] go BUG on vmallocspace in __pa() (was: Re: [-mm patch] i386: enable 4k stacks by default),
William Lee Irwin III
- Re: [4/6] go BUG on vmallocspace in __pa() (was: Re: [-mm patch] i386: enable 4k stacks by default),
Andi Kleen
- Re: [4/6] go BUG on vmallocspace in __pa() (was: Re: [-mm patch] i386: enable 4k stacks by default),
William Lee Irwin III
- Re: [4/6] go BUG on vmallocspace in __pa() (was: Re: [-mm patch] i386: enable 4k stacks by default),
Alan Cox
- Re: [4/6] go BUG on vmallocspace in __pa() (was: Re: [-mm patch] i386: enable 4k stacks by default),
Bill Irwin
- [6/6] arrange for a guard page on cpu 0's IRQ stack (was: Re: [-mm patch] i386: enable 4k stacks by default),
William Lee Irwin III
- [5/6] dynamically allocate IRQ stacks (was: Re: [-mm patch] i386: enable 4k stacks by default),
William Lee Irwin III
- Re: [5/6] dynamically allocate IRQ stacks (was: Re: [-mm patch] i386: enable 4k stacks by default),
Zwane Mwaikambo
- Re: [5/6] dynamically allocate IRQ stacks (was: Re: [-mm patch] i386: enable 4k stacks by default),
Bill Irwin
- Re: [5/6] dynamically allocate IRQ stacks (was: Re: [-mm patch] i386: enable 4k stacks by default),
Andi Kleen
- Re: [-mm patch] i386: enable 4k stacks by default,
Jan Engelhardt
- Re: [-mm patch] i386: enable 4k stacks by default,
William Lee Irwin III
- Re: [-mm patch] i386: enable 4k stacks by default,
Andi Kleen
- Re: [-mm patch] i386: enable 4k stacks by default,
Neil Brown
Re: [Bugme-new] [Bug 8392] New: Hard Lock Subsequent to Boot,
Andrew Morton
[PATCH] SCSI: use irq_handler_t where appropriate,
Jeff Garzik
[PATCH] [0/35] Some x86 2.6.22 candidate patches for review,
Andi Kleen
- [PATCH] [2/35] x86_64: revert x86_64-mm-add-genapic_force,
Andi Kleen
- [PATCH] [6/35] x86_64: remove clustered APIC mode,
Andi Kleen
- [PATCH] [29/35] i386: Update __copy_to_user_inatomic linuxdoc description,
Andi Kleen
- [PATCH] [16/35] i386: Add an option for the VIA C7 which sets appropriate L1 cache,
Andi Kleen
- [PATCH] [27/35] i386: Support Oprofile for AMD Family 10 CPUs,
Andi Kleen
- [PATCH] [25/35] i386: Change sysenter_setup to __cpuinit & improve __INIT, __INITDATA,
Andi Kleen
- [PATCH] [31/35] i386: Fix usage of -mtune when X86_GENERIC=y or CONFIG_MCORE2=y,
Andi Kleen
- [PATCH] [21/35] x86_64: Some cleanup in time.c,
Andi Kleen
- [PATCH] [22/35] i386: i386 make NMI use PERFCTR1 for architectural perfmon (take 2),
Andi Kleen
- [PATCH] [32/35] x86_64: Remove unused set_seg_base,
Andi Kleen
- [PATCH] [34/35] x86_64: fix cpu MHz reporting on constant_tsc cpus,
Andi Kleen
- [PATCH] [33/35] x86_64: Remove duplicated code for reading control registers,
Andi Kleen
- [PATCH] [23/35] x86_64: x86_64 make NMI use PERFCTR1 for architectural perfmon (take 2),
Andi Kleen
- [PATCH] [28/35] x86: Drop cc-options call for all options supported in gcc 3.2+,
Andi Kleen
- [PATCH] [20/35] x86: Fix i386 and x86_64 fault information pollution,
Andi Kleen
- [PATCH] [24/35] i386: Add __init to probe_bigsmp,
Andi Kleen
- [PATCH] [30/35] i386: clean up mach_reboot_fixups,
Andi Kleen
- [PATCH] [26/35] x86_64: Correct max number of CPUs in Kconfig,
Andi Kleen
- [PATCH] [17/35] i386: probe_roms() cleanup,
Andi Kleen
- [PATCH] [35/35] i386: Simplify smp_call_function*() by using common implementation,
Andi Kleen
- [PATCH] [13/35] i386: No need to use -traditional for processing asm in i386/kernel/,
Andi Kleen
- [PATCH] [18/35] x86_64: a few missing entry.S annotations,
Andi Kleen
- [PATCH] [12/35] x86: consolidate smp_send_stop(),
Andi Kleen
- [PATCH] [15/35] i386: pit_latch_buggy has no effect,
Andi Kleen
- [PATCH] [10/35] x86: adjust inclusion of asm/fixmap.h,
Andi Kleen
- [PATCH] [5/35] x86_64: always use physical delivery mode on > 8 CPUs,
Andi Kleen
- [PATCH] [14/35] i386: mtrr range check correction,
Andi Kleen
- [PATCH] [8/35] x86_64: a memcpy that tries to reduce cache pressure,
Andi Kleen
- [PATCH] [7/35] x86: default to physical mode on hotplug CPU kernels,
Andi Kleen
- [PATCH] [4/35] x86_64: optimize & fix APIC mode setup,
Andi Kleen
- [PATCH] [3/35] x86: revert x86_64-mm-fix-the-irqbalance-quirk-for-e7320-e7520-e7525,
Andi Kleen
- [PATCH] [19/35] i386: Add dwarf2 annotations to *_user and checksum functions,
Andi Kleen
- [PATCH] [11/35] x86_64: adjust inclusion of asm/vsyscall32.h,
Andi Kleen
- [PATCH] [9/35] i386: adjustments to page table dump during oops (v4),
Andi Kleen
- [PATCH] [1/35] i386: revert i386-fix-the-verify_quirk_intel_irqbalance,
Andi Kleen
[PATCH] [0/22] x86 candidate patches for review II: 64bit relocatable kernel,
Andi Kleen
- [PATCH] [10/22] x86_64: Get rid of dead code in suspend resume,
Andi Kleen
- [PATCH] [13/22] x86_64: 64bit ACPI wakeup trampoline,
Andi Kleen
- [PATCH] [2/22] x86_64: Assembly safe page.h and pgtable.h,
Andi Kleen
- [PATCH] [14/22] x86_64: Modify discover_ebda to use virtual addresses,
Andi Kleen
- [PATCH] [3/22] x86_64: Kill temp boot pmds,
Andi Kleen
- [PATCH] [20/22] x86_64: build-time checking,
Andi Kleen
- [PATCH] [16/22] x86: Move swsusp __pa() dependent code to arch portion,
Andi Kleen
- [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Andi Kleen
- Re: [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Jeff Garzik
- Re: [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Andi Kleen
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Eric W. Biederman
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Jeff Garzik
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
H. Peter Anvin
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Eric W. Biederman
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Vivek Goyal
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Jeremy Fitzhardinge
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Eric W. Biederman
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Rusty Russell
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
H. Peter Anvin
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Rusty Russell
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Eric W. Biederman
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
H. Peter Anvin
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Eric W. Biederman
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Eric W. Biederman
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Jeremy Fitzhardinge
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
H. Peter Anvin
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Eric W. Biederman
- Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage,
Rusty Russell
- [PATCH] [17/22] x86_64: do not use virt_to_page on kernel data address,
Andi Kleen
- [PATCH] [15/22] x86_64: Remove the identity mapping as early as possible,
Andi Kleen
- [PATCH] [22/22] x86_64: Move cpu verification code to common file,
Andi Kleen
- [PATCH] [18/22] x86: __pa and __pa_symbol address space separation,
Andi Kleen
- [PATCH] [19/22] x86_64: Relocatable Kernel Support,
Andi Kleen
- [PATCH] [11/22] x86_64: wakeup.S rename registers to reflect right names,
Andi Kleen
- [PATCH] [9/22] x86_64: 64bit PIC SMP trampoline,
Andi Kleen
- [PATCH] [12/22] x86_64: wakeup.S misc cleanups,
Andi Kleen
- [PATCH] [7/22] x86_64: cleanup segments,
Andi Kleen
- [PATCH] [1/22] x86_64: dma_ops as const,
Andi Kleen
- [PATCH] [4/22] x86_64: Clean up the early boot page table,
Andi Kleen
- [PATCH] [5/22] x86_64: Fix early printk to use standard ISA mapping,
Andi Kleen
- [PATCH] [8/22] x86_64: Add EFER to the register set saved by save_processor_state,
Andi Kleen
- [PATCH] [6/22] x86_64: modify copy_bootdata to use virtual addresses,
Andi Kleen
Your /etc/kernel-img.conf needs to be updated,
Thibaud Hulin
[PATCH] i386: introduce voyager smp_ops, fix voyager build,
Jeremy Fitzhardinge
[PATCH] crypto: Use padlock.ko only as a module,
Simon Arlott
2.6.21 known regressions (v2) (for -stable team),
Michal Piotrowski
What's in netdev-2.6.git? (and, netdev rebased),
Jeff Garzik
[patch] CFS scheduler, -v7,
Ingo Molnar
- Re: [patch] CFS scheduler, -v7,
S.Çağlar Onur
- Re: [patch] CFS scheduler, -v7,
S.Çağlar Onur
- Re: [patch] CFS scheduler, -v7,
Ingo Molnar
- Re: [patch] CFS scheduler, -v7,
S.Çağlar Onur
- Re: [patch] CFS scheduler, -v7,
Ingo Molnar
- Re: [patch] CFS scheduler, -v7,
S.Çağlar Onur
- Re: [patch] CFS scheduler, -v7,
Ingo Molnar
- Re: [patch] CFS scheduler, -v7,
Dennis Brendel
- Re: [patch] CFS scheduler, -v7,
S.Çağlar Onur
- Re: [patch] CFS scheduler, -v7,
Prakash Punnoor
- Re: [patch] CFS scheduler, -v7,
Srivatsa Vaddagiri
- Re: [patch] CFS scheduler, -v7,
Balbir Singh
- <Possible follow-ups>
- Re: [patch] CFS scheduler, -v7,
Al Boldi
Re: [TESTING NEEDED] drivers/serial/sunzilog: Interrupt enable before ISR handler installed,
Jan Engelhardt
[PATCHSET] sysfs: sysfs rework, take #2,
Tejun Heo
- [PATCH 01/21] idr: fix obscure bug in allocation path,
Tejun Heo
- [PATCH 02/21] idr: separate out idr_mark_full(),
Tejun Heo
- [PATCH 20/21] sysfs: separate out sysfs_attach_dentry(),
Tejun Heo
- [PATCH 16/21] sysfs: implement bin_buffer,
Tejun Heo
- [PATCH 17/21] sysfs: implement sysfs_dirent active reference and immediate disconnect,
Tejun Heo
- [PATCH 21/21] sysfs: reimplement syfs_drop_dentry(),
Tejun Heo
- [PATCH 15/21] sysfs: reimplement symlink using sysfs_dirent tree,
Tejun Heo
- [PATCH 11/21] sysfs: add sysfs_dirent->s_parent,
Tejun Heo
- [PATCH 12/21] sysfs: add sysfs_dirent->s_name,
Tejun Heo
- [PATCH 13/21] sysfs: make sysfs_dirent->s_element a union,
Tejun Heo
- [PATCH 14/21] sysfs: implement kobj_sysfs_assoc_lock,
Tejun Heo
- [PATCH 06/21] sysfs: make sysfs_put() ignore NULL sd,
Tejun Heo
- [PATCH 08/21] sysfs: flatten cleanup paths in sysfs_add_link() and create_dir(),
Tejun Heo
- [PATCH 09/21] sysfs: flatten and fix sysfs_rename_dir() error handling,
Tejun Heo
- [PATCH 04/21] sysfs: move release_sysfs_dirent() to dir.c,
Tejun Heo
- [PATCH 05/21] sysfs: allocate inode number using ida,
Tejun Heo
- [PATCH 10/21] sysfs: consolidate sysfs_dirent creation functions,
Tejun Heo
- [PATCH 07/21] sysfs: fix error handling in binattr write(),
Tejun Heo
- [PATCH 03/21] ida: implement idr based id allocator,
Tejun Heo
- [PATCH 18/21] sysfs: kill attribute file orphaning,
Tejun Heo
- [PATCH 19/21] sysfs: kill unnecessary attribute->owner,
Tejun Heo
- Re: [PATCHSET] sysfs: sysfs rework, take #2,
Alan Stern
can a kmalloc be both GFP_ATOMIC and GFP_KERNEL at the same time?,
Robert P. J. Day
random thoughts on DEPRECATED and OBSOLETE,
Robert P. J. Day
[git pull] jfs update