index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] i386/x86-64: make setup_early_printk() usage consistent
Jan Beulich
2006-01-11
1
-1
/
+1
*
[PATCH] i386: Move DOUBLEFAULT config to arch/i386/Kconfig
Andi Kleen
2006-01-11
1
-0
/
+9
*
[PATCH] i386: Move phys_proc_id/early intel workaround to correct function.
Andi Kleen
2006-01-11
1
-7
/
+10
*
[PATCH] x86_64: Memorize location of i8259 for reboots.
Eric W. Biederman
2006-01-11
1
-1
/
+1
*
[PATCH] i386: Replace broken serialize_cpu in microcode driver with correct s...
Andi Kleen
2006-01-11
1
-2
/
+2
*
[PATCH] i386: Handle missing local APIC timer interrupts on C3 state
Venkatesh Pallipadi
2006-01-11
2
-2
/
+82
*
[PATCH] i386/x86-64: Remove sub jiffy profile timer support
Venkatesh Pallipadi
2006-01-11
1
-55
/
+6
*
[PATCH] x86_64: Fix off by one in acpi table mapping
Andi Kleen
2006-01-11
1
-1
/
+1
*
[PATCH] x86_64: Generalize DMI and enable for x86-64
Andi Kleen
2006-01-11
3
-9
/
+13
*
[PATCH] i386/x86-64: Don't IPI to offline cpus on shutdown
Eric W. Biederman
2006-01-11
1
-3
/
+4
*
[PATCH] i386/x86-64: Update AMD CPUID flags
Andi Kleen
2006-01-11
2
-4
/
+26
*
[PATCH] x86_64: Use X86_FEATURE_CONSTANT_TSC now to clean up Intel speedstep ...
Andi Kleen
2006-01-11
3
-31
/
+4
*
[PATCH] i386/x86-64: Generalize X86_FEATURE_CONSTANT_TSC flag
Andi Kleen
2006-01-11
3
-2
/
+11
*
[PATCH] capable/capability.h (arch/)
Randy Dunlap
2006-01-11
5
-0
/
+5
*
[PATCH] kprobes: fix race in recovery of reentrant probe
Keshavamurthy Anil S
2006-01-11
1
-0
/
+13
*
[PATCH] fix/simplify mutex debugging code
David Woodhouse
2006-01-11
1
-1
/
+1
*
x86: fix "make install" target
Linus Torvalds
2006-01-10
1
-1
/
+1
*
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
Linus Torvalds
2006-01-10
3
-5
/
+21
|
\
|
*
kbuild: drop vmlinux dependency from "make install"
H. Peter Anvin
2006-01-09
3
-4
/
+17
|
*
kbuild: remove GCC_VERSION
Sam Ravnborg
2006-01-08
1
-2
/
+2
*
|
[PATCH] vesafb: Drop blank hook
Antonino A. Daplas
2006-01-10
1
-5
/
+0
*
|
[PATCH] kprobes: arch_remove_kprobe
Anil S Keshavamurthy
2006-01-10
1
-4
/
+0
*
|
[PATCH] kprobes: changed from using spinlock to mutex
Anil S Keshavamurthy
2006-01-10
1
-5
/
+1
*
|
[PATCH] hrtimer: introduce ktime_t time format
Thomas Gleixner
2006-01-10
1
-0
/
+4
*
|
[PATCH] kexec: change CONFIG_PHYSICAL_START dependency
Maneesh Soni
2006-01-10
1
-12
/
+21
*
|
[PATCH] kdump: read previous kernel's memory
Vivek Goyal
2006-01-10
2
-0
/
+75
*
|
[PATCH] kdump: x86_64: add elfcorehdr command line option
Vivek Goyal
2006-01-10
1
-1
/
+1
*
|
[PATCH] kdump: save registers early (inline functions)
Vivek Goyal
2006-01-10
1
-44
/
+3
*
|
[PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registers
Vivek Goyal
2006-01-10
1
-2
/
+3
*
|
[PATCH] kdump: i386 save ss esp bug fix
akpm@osdl.org
2006-01-10
1
-2
/
+4
*
|
[PATCH] printk levels for i386 oops code.
Dave Jones
2006-01-10
1
-27
/
+34
*
|
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
2006-01-09
4
-21
/
+32
|
\
\
|
*
|
[PATCH] arch: Replace pci_module_init() with pci_register_driver()
Richard Knutsson
2006-01-09
1
-1
/
+1
|
*
|
[PATCH] PCI: update Toshiba ohci quirk DMI table
Jesse Barnes
2006-01-09
1
-0
/
+7
|
*
|
[PATCH] PCI: irq.c: trivial printk and DBG updates
Daniel Marjamäki
2006-01-09
1
-19
/
+23
|
*
|
[PATCH] PCI: arch/i386/pci/acpi.c: use for_each_pci_dev
Hanna Linder
2006-01-09
1
-1
/
+1
*
|
|
Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6
Linus Torvalds
2006-01-09
1
-0
/
+4
|
\
\
\
|
*
|
|
[PATCH] mutex subsystem, more debugging code
Ingo Molnar
2006-01-09
1
-0
/
+4
|
|
/
/
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2006-01-09
2
-292
/
+0
|
\
\
\
|
*
|
|
remove the outdated arch/i386/kernel/cpu/{,mtrr/}changelog
Adrian Bunk
2006-01-10
2
-292
/
+0
|
|
/
/
*
|
|
[CRYPTO] aes-i586: Remove unused variable ls_tab
Daniel Marjamäki
2006-01-09
1
-10
/
+0
*
|
|
[CRYPTO] aes-i586: Nano-optimisation on key length check
Denis Vlasenko
2006-01-09
1
-21
/
+19
*
|
|
[CRYPTO] Allow AES C/ASM implementations to coexist
Herbert Xu
2006-01-09
1
-0
/
+2
*
|
|
[CRYPTO] Use standard byte order macros wherever possible
Herbert Xu
2006-01-09
1
-21
/
+23
|
/
/
*
|
[PATCH] Make vm86 support optional
Matt Mackall
2006-01-08
3
-1
/
+5
*
|
[PATCH] tiny: Make *[ug]id16 support optional
Matt Mackall
2006-01-08
1
-4
/
+0
*
|
[PATCH] tiny: Make x86 doublefault handling optional
Matt Mackall
2006-01-08
2
-1
/
+4
*
|
[PATCH] Make apm buildable without legacy pm
Dave Jones
2006-01-08
2
-1
/
+5
*
|
[PATCH] Split out screen_info from tty.h
Brian Gerst
2006-01-08
1
-1
/
+1
*
|
[PATCH] remove gcc-2 checks
Andrew Morton
2006-01-08
3
-13
/
+6
[next]