index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2006-09-27
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
29
-352
/
+406
2006-09-26
[PATCH] Split i386 and x86_64 ptrace.h
Jeff Dike
3
-34
/
+41
2006-09-26
[PATCH] x86: trivial move of ptep_set_access_flags
Rusty Russell
1
-15
/
+16
2006-09-26
[PATCH] x86: trivial move of __HAVE macros in i386 pagetable headers
Rusty Russell
3
-7
/
+8
2006-09-26
[PATCH] x86: make __FIXADDR_TOP variable to allow it to make space for a hype...
Jeremy Fitzhardinge
1
-1
/
+6
2006-09-26
[PATCH] x86: roll all the cpuid asm into one __cpuid call
Rusty Russell
1
-33
/
+27
2006-09-26
[PATCH] x86: implement always-locked bit ops, for memory shared with an SMP h...
Chris Wright
2
-0
/
+192
2006-09-26
[PATCH] Use BUG_ON(foo) instead of "if (foo) BUG()" in include/asm-i386/dma-m...
Rolf Eike Beer
1
-6
/
+3
2006-09-26
[PATCH] Standardize pxx_page macros
Dave McCracken
2
-3
/
+3
2006-09-26
[PATCH] convert i386 NUMA KVA space to bootmem
keith mannthey
1
-0
/
+6
2006-09-26
[PATCH] x86: Add a cumulative thermal throttle event counter.
Dmitriy Zavin
1
-0
/
+3
2006-09-26
[PATCH] x86: Refactor thermal throttle processing
Dmitriy Zavin
1
-0
/
+6
2006-09-26
[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinder
Jan Beulich
2
-0
/
+12
2006-09-26
[PATCH] i386: Fix pack_descriptor()
Jeremy Fitzhardinge
1
-1
/
+1
2006-09-26
[PATCH] i386: Allow a kernel not to be in ring 0
Rusty Russell
2
-2
/
+20
2006-09-26
[PATCH] i386: Abstract sensitive instructions
Rusty Russell
1
-2
/
+5
2006-09-26
[PATCH] i386: Avoid overwriting the current pgd (V4, i386)
Magnus Damm
1
-0
/
+27
2006-09-26
[PATCH] x86: Remove incorrect comment about ACPI e820 entries
Andi Kleen
1
-1
/
+1
2006-09-26
[PATCH] i386: annotate FIX_STACK() and the rest of nmi()
Chuck Ebbert
1
-0
/
+2
2006-09-26
[PATCH] x86: remove config.h includes from asm-i386 & asm-x86_64
Dave Jones
2
-3
/
+0
2006-09-26
[PATCH] i386: Support physical cpu hotplug for x86_64
Ashok Raj
1
-0
/
+1
2006-09-26
[PATCH] i386: Descriptor and trap table cleanups.
Rusty Russell
1
-45
/
+76
2006-09-26
[PATCH] i386: Make enable_local_apic static
Adrian Bunk
1
-12
/
+0
2006-09-26
[PATCH] i386: Get ebp from unwinder state when continuing fallback backtrace
Andi Kleen
1
-0
/
+3
2006-09-26
[PATCH] i386: Do stacktracer conversion too
Andi Kleen
1
-0
/
+1
2006-09-26
[PATCH] i386: Replace i386 open-coded cmdline parsing with
Rusty Russell
4
-18
/
+13
2006-09-26
[PATCH] i386: Clean up spin/rwlocks
Andi Kleen
2
-77
/
+68
2006-09-26
[PATCH] i386: Remove lock section support in semaphore.h
Andi Kleen
1
-32
/
+17
2006-09-26
[PATCH] i386: Remove lock section support in rwsem.h
Andi Kleen
1
-50
/
+12
2006-09-26
[PATCH] i386: Remove lock section support in mutex.h
Andi Kleen
1
-12
/
+4
2006-09-26
[PATCH] i386: Minor fixes & cleanup to tlb flush
Andi Kleen
1
-3
/
+1
2006-09-26
[PATCH] i386: Redo semaphore and rwlock assembly helpers
Andi Kleen
1
-0
/
+24
2006-09-26
[PATCH] i386: add alternative-asm.h to allow LOCK_PREFIX replacement in .S files
Andi Kleen
1
-0
/
+14
2006-09-26
[PATCH] i386: Remove const case for rwlocks
Andi Kleen
1
-36
/
+2
2006-09-26
[PATCH] i386: Account spinlocks to the caller during profiling for !FP kernels
Andi Kleen
1
-4
/
+0
2006-09-26
[PATCH] x86: Add portable getcpu call
Andi Kleen
1
-1
/
+2
2006-09-26
[PATCH] x86: i386/x86-64 Add nmi watchdog support for new Intel CPUs
Venkatesh Pallipadi
1
-0
/
+31
2006-09-26
[PATCH] i386/x86-64: Fix NMI watchdog suspend/resume
Shaohua Li
1
-0
/
+1
2006-09-26
[PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctl
Don Zickus
1
-0
/
+1
2006-09-26
[PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi...
Don Zickus
1
-17
/
+4
2006-09-26
[PATCH] x86: Cleanup NMI interrupt path
Don Zickus
1
-1
/
+1
2006-09-26
[PATCH] i386: Add SMP support on i386 to reservation framework
Don Zickus
1
-2
/
+3
2006-09-26
[PATCH] x86: Add performance counter reservation framework for UP kernels
Don Zickus
1
-0
/
+7
2006-09-26
[PATCH] x86: Temporarily revert parts of the Core 2 nmi nmi watchdog support
Andi Kleen
1
-19
/
+0
2006-09-26
[PATCH] i386: Allow to use GENERICARCH for UP kernels
Andi Kleen
4
-37
/
+66
2006-09-25
[libata] No need for all those arch libata-portmap.h headers
Jeff Garzik
1
-1
/
+0
2006-09-24
Merge branch 'master' into upstream
Jeff Garzik
1
-2
/
+7
2006-09-19
[HEADERS] One line per header in Kbuild files to reduce conflicts
David Woodhouse
1
-2
/
+7
2006-09-19
Merge branch 'master' into upstream
Jeff Garzik
6
-10
/
+22
2006-09-19
x86: save/restore eflags in context switch
Linus Torvalds
1
-1
/
+7
[next]