index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-i386
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-13
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
1
-37
/
+0
2007-07-12
Make struct boot_params a real structure, and remove obsolete fields
H. Peter Anvin
2
-4
/
+91
2007-07-12
Make definitions for struct e820entry and struct e820map consistent
H. Peter Anvin
1
-6
/
+8
2007-07-12
Use a new CPU feature word to cover features that are spread around
Venki Pallipadi
3
-2
/
+11
2007-07-12
Unify the CPU features vectors between i386 and x86-64
H. Peter Anvin
2
-14
/
+41
2007-07-12
include/asm-i386/boot.h: This is <asm/boot.h>, not <linux/boot.h>
H. Peter Anvin
1
-3
/
+3
2007-07-12
PCI: remove pci_dac_dma_... APIs
Jan Beulich
1
-33
/
+0
2007-07-12
PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()
Michael Ellerman
1
-4
/
+0
2007-07-06
i386: es7000 build breakage fix
Vivek Goyal
2
-0
/
+10
2007-06-26
fix nmi_watchdog=2 bootup hang
Björn Steinbrink
1
-1
/
+1
2007-06-21
x86: Disable DAC on VIA bridges
Andi Kleen
1
-0
/
+6
2007-06-17
Rework ptep_set_access_flags and fix sun4c
Benjamin Herrenschmidt
1
-3
/
+5
2007-06-17
i386 mm: use pte_update() in ptep_test_and_clear_dirty()
Hugh Dickins
1
-12
/
+14
2007-05-24
i386: fix early usage of atomic_add_return and local_add_return on real i386
Thomas Gleixner
2
-2
/
+2
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
1
-0
/
+2
2007-05-15
i386: move common parts of smp into their own file
Jeremy Fitzhardinge
1
-0
/
+4
2007-05-15
Revert "ipmi: add new IPMI nmi watchdog handling"
Linus Torvalds
1
-1
/
+0
2007-05-12
SLUB: i386 support
Christoph Lameter
2
-5
/
+2
2007-05-11
signal/timer/event: eventfd wire up x86 arches
Davide Libenzi
1
-1
/
+2
2007-05-11
signal/timer/event: timerfd wire up x86 arches
Davide Libenzi
1
-1
/
+2
2007-05-11
signal/timer/event: signalfd wire up x86 arches
Davide Libenzi
1
-1
/
+2
2007-05-11
Consolidate asm/poll.h
Stephen Rothwell
1
-27
/
+1
2007-05-11
i386: work around miscompilation of alternatives code
Joerg Roedel
2
-2
/
+10
2007-05-10
Revert "[PATCH] paravirt: Add startup infrastructure for paravirtualization"
Eric W. Biederman
1
-5
/
+0
2007-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
3
-3
/
+3
2007-05-09
i386: msr.h: be paranoid about types and parentheses
H. Peter Anvin
1
-27
/
+22
2007-05-09
i386: remove unused rdtsc() macro
H. Peter Anvin
2
-12
/
+0
2007-05-09
i386 mmzone: use __maybe_unused
David Rientjes
1
-3
/
+3
2007-05-09
wrap access to thread_info
Roman Zippel
1
-1
/
+1
2007-05-09
Use the APIC to determine the hardware processor id - i386
Fernando Luis Vazquez Cao
1
-15
/
+21
2007-05-09
Remove hardcoding of hard_smp_processor_id on UP systems
Fernando Luis Vazquez Cao
1
-1
/
+2
2007-05-09
Fix misspellings collected by members of KJ list.
Robert P. J. Day
3
-3
/
+3
2007-05-08
Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
Linus Torvalds
1
-1
/
+11
2007-05-08
x86, serial: convert legacy COM ports to platform devices
Bjorn Helgaas
1
-16
/
+0
2007-05-08
Some grammatical fixups and additions to atomic.h kernel-doc content
Robert P. J. Day
1
-2
/
+9
2007-05-08
x86: create asm/cmpxchg.h
Jeff Dike
3
-288
/
+295
2007-05-08
Remove tas()
Jeff Dike
1
-2
/
+0
2007-05-08
local_t: i386 extension
Mathieu Desnoyers
2
-28
/
+236
2007-05-08
atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe...
Mathieu Desnoyers
1
-14
/
+15
2007-05-08
atomic.h: i386 type safety fix
Mathieu Desnoyers
1
-3
/
+3
2007-05-08
utimensat implementation
Ulrich Drepper
1
-1
/
+2
2007-05-08
Clean up mostly unused IOSPACE macros
David Gibson
1
-4
/
+0
2007-05-08
i386: sched.h inclusion from module.h is baack
Alexey Dobriyan
1
-2
/
+0
2007-05-08
kdump/kexec: calculate note size at compile time
Simon Horman
1
-2
/
+0
2007-05-08
move die notifier handling to common code
Christoph Hellwig
2
-26
/
+0
2007-05-08
tty: i386/x86_64 arbitary speed support
Alan Cox
3
-2
/
+22
2007-05-08
ipmi: add new IPMI nmi watchdog handling
Corey Minyard
1
-0
/
+1
2007-05-08
i386: Add safe variants of rdmsr_on_cpu and wrmsr_on_cpu
Rudolf Marek
1
-1
/
+11
2007-05-07
i386: use page allocator to allocate thread_info structure
Christoph Lameter
1
-3
/
+5
2007-05-07
i386: use pte_update_defer in ptep_test_and_clear_{dirty,young}
Zachary Amsden
1
-20
/
+18
[next]