index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-04
x86-32: Make sure the stack is set up before we use it
H. Peter Anvin
4
-24
/
+17
2011-02-03
memory hotplug: Define memory_block_size_bytes for x86_64 with CONFIG_X86_UV
Nathan Fontenot
1
-0
/
+14
2011-02-03
x86, mm: avoid possible bogus tlb entries by clearing prev mm_cpumask after s...
Suresh Siddha
1
-2
/
+3
2011-02-03
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+10
2011-02-03
x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platforms
Suresh Siddha
1
-1
/
+9
2011-02-02
x86, nx: Don't force pages RW when setting NX bits
Matthieu CASTET
1
-8
/
+0
2011-02-02
x86: Add clock_adjtime for x86
Richard Cochran
4
-1
/
+6
2011-02-02
Merge commit 'v2.6.38-rc3' into perf/core
Ingo Molnar
26
-132
/
+98
2011-01-31
x86: Rename incorrectly named parameter of numa_cpu_node()
Tejun Heo
1
-1
/
+1
2011-01-31
Merge branch 'tip/rtmutex' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Thomas Gleixner
8
-47
/
+13
2011-01-28
x86: Fix build failure on X86_UP_APIC
Tejun Heo
2
-3
/
+1
2011-01-28
x86: Unify NUMA initialization between 32 and 64bit
Tejun Heo
6
-84
/
+77
2011-01-28
x86: Unify node_to_cpumask_map handling between 32 and 64bit
Tejun Heo
7
-115
/
+87
2011-01-28
x86: Unify CPU -> NUMA node mapping between 32 and 64bit
Tejun Heo
11
-104
/
+85
2011-01-28
x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit
Tejun Heo
15
-56
/
+101
2011-01-28
x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()
Tejun Heo
13
-41
/
+37
2011-01-28
x86: Implement x86_32_early_logical_apicid() for numaq_32
Tejun Heo
1
-2
/
+8
2011-01-28
x86: Implement x86_32_early_logical_apicid() for summit_32
Tejun Heo
1
-5
/
+12
2011-01-28
x86: Implement x86_32_early_logical_apicid() for bigsmp_32
Tejun Heo
1
-1
/
+7
2011-01-28
x86: Implement the default x86_32_early_logical_apicid()
Tejun Heo
1
-1
/
+6
2011-01-28
x86: Add apic->x86_32_early_logical_apicid()
Tejun Heo
8
-2
/
+45
2011-01-28
x86: Kill apic->cpu_to_logical_apicid()
Tejun Heo
11
-70
/
+11
2011-01-28
x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic id
Tejun Heo
3
-8
/
+15
2011-01-28
x86: Replace cpu_2_logical_apicid[] with early percpu variable
Tejun Heo
8
-13
/
+27
2011-01-28
x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit only
Tejun Heo
2
-6
/
+6
2011-01-28
x86: Drop x86_32 MAX_APICID
Tejun Heo
3
-5
/
+3
2011-01-28
x86: Kill unused static boot_cpu_logical_apicid in smpboot.c
Tejun Heo
1
-5
/
+1
2011-01-28
Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-13
/
+13
2011-01-28
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-35
/
+13
2011-01-27
x86, perf: Change two init functions to static
Yinghai Lu
1
-2
/
+2
2011-01-27
perf: Fix Pentium4 raw event validation
Stephane Eranian
1
-2
/
+10
2011-01-27
xen/setup: Route halt operations to safe_halt pvop.
Stefano Stabellini
1
-0
/
+1
2011-01-27
xen/e820: Guard against E820_RAM not having page-aligned size or start.
Stefano Stabellini
1
-1
/
+6
2011-01-27
xen/p2m: Mark INVALID_P2M_ENTRY the mfn_list past max_pfn.
Stefan Bader
1
-12
/
+6
2011-01-27
rwsem: Move duplicate function prototypes to linux/rwsem.h
Thomas Gleixner
1
-9
/
+0
2011-01-27
rwsem: Unify the duplicate rwsem_is_locked() inlines
Thomas Gleixner
1
-5
/
+0
2011-01-27
rwsem: Move duplicate init macros and functions to linux/rwsem.h
Thomas Gleixner
1
-25
/
+0
2011-01-27
rwsem: Move duplicate struct rwsem declaration to linux/rwsem.h
Thomas Gleixner
1
-12
/
+0
2011-01-27
x86: Cleanup rwsem_count_t typedef
Thomas Gleixner
1
-15
/
+10
2011-01-27
rwsem: Cleanup includes
Thomas Gleixner
1
-6
/
+0
2011-01-26
x86: Don't copy per_cpu cpuinfo for BSP two times
Yinghai Lu
1
-3
/
+3
2011-01-26
x86: Move llc_shared_map out of cpu_info
Yinghai Lu
5
-39
/
+21
2011-01-26
x86, amd: Extend AMD northbridge caching code to support "Link Control" devices
Hans Rosenfeld
2
-2
/
+10
2011-01-26
x86, amd: Enable L3 cache index disable on family 0x15
Hans Rosenfeld
1
-0
/
+3
2011-01-26
x86, amd: Normalize compute unit IDs on multi-node processors
Andreas Herrmann
2
-2
/
+7
2011-01-26
percpu, x86: Fix percpu_xchg_op()
Eric Dumazet
1
-12
/
+12
2011-01-26
x86: Remove left over system_64.h
Yinghai Lu
1
-22
/
+0
2011-01-25
x86-64, mem: Convert memmove() to assembly file and fix return value bug
Fenghua Yu
3
-192
/
+198
2011-01-26
thp: fix PARAVIRT x86 32bit noPAE
Andrea Arcangeli
1
-3
/
+2
2011-01-25
percpu: align percpu readmostly subsection to cacheline
Tejun Heo
1
-2
/
+2
[prev]
[next]