index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-05-02
[PATCH] x86-64: Dynamically adjust machine check interval
Tim Hockin
1
-1
/
+6
2007-05-02
[PATCH] x86-64: ignore vgacon if hardware not present
Gerd Hoffmann
1
-1
/
+2
2007-05-02
[PATCH] i386: fix wrong comment for syscall stack layout
Andi Kleen
1
-1
/
+1
2007-05-02
[PATCH] x86-64: unexport cpu_llc_id
Andrew Morton
1
-1
/
+0
2007-05-02
[PATCH] i386: convert to the kthread API
Eric W. Biederman
1
-5
/
+3
2007-05-02
[PATCH] i386: pte simplify ops
Zachary Amsden
3
-22
/
+15
2007-05-02
[PATCH] i386: pte xchg optimization
Zachary Amsden
2
-0
/
+28
2007-05-02
[PATCH] i386: pte clear optimization
Zachary Amsden
2
-1
/
+6
2007-05-02
[PATCH] i386: remove xtime_lock'ing around cpufreq notifier
Daniel Walker
1
-7
/
+1
2007-05-02
[PATCH] x86-64: skip cache_free_alien() on non NUMA
Siddha, Suresh B
1
-2
/
+5
2007-05-02
[PATCH] x86-64: Auto compute __NR_syscall_max at compile time
Andi Kleen
3
-2
/
+11
2007-05-02
[PATCH] i386: check capability
Joachim Deguara
2
-2
/
+4
2007-05-02
[PATCH] i386: clean up flush_tlb_others fn
Keshavamurthy, Anil S
1
-11
/
+1
2007-05-02
[PATCH] i386: replace spin_lock_irqsave with spin_lock
Hisashi Hifumi
1
-4
/
+2
2007-05-02
[PATCH] i386: avoid checking for cpu gone when CONFIG_HOTPLUG_CPU not defined
Keshavamurthy, Anil S
1
-1
/
+3
2007-05-02
[PATCH] x86-64: move __vgetcpu_mode & __jiffies to the vsyscall_2 zone
Eric Dumazet
1
-4
/
+6
2007-05-02
[PATCH] i386: PARAVIRT: fix startup_ipi_hook config dependency
Jeremy Fitzhardinge
1
-2
/
+1
2007-05-02
[PATCH] i386: fix mtrr sections
Randy Dunlap
1
-3
/
+4
2007-05-02
[PATCH] x86-64: Use safe_apic_wait_icr_idle in __send_IPI_dest_field - x86_64
Fernando Luis [** ISO-8859-1 charset **] VázquezCao
1
-1
/
+4
2007-05-02
[PATCH] i386: Use safe_apic_wait_icr_idle in safe_apic_wait_icr_idle - i386
Fernando Luis [** ISO-8859-1 charset **] VázquezCao
1
-1
/
+4
2007-05-02
[PATCH] x86-64: __send_IPI_dest_field - x86_64
Fernando Luis [** ISO-8859-1 charset **] VázquezCao
2
-44
/
+33
2007-05-02
[PATCH] i386: __send_IPI_dest_field - i386
Fernando Luis [** ISO-8859-1 charset **] VázquezCao
1
-29
/
+18
2007-05-02
[PATCH] x86-64: use safe_apic_wait_icr_idle in smpboot.c - x86_64
Fernando Luis VazquezCao
1
-2
/
+5
2007-05-02
[PATCH] i386: use safe_apic_wait_icr_idle in smpboot.c
Fernando Luis VazquezCao
1
-2
/
+5
2007-05-02
[PATCH] x86-64: use safe_apic_wait_icr_idle in smpboot.c - x86_64
Fernando Luis VazquezCao
1
-20
/
+5
2007-05-02
[PATCH] i386: use safe_apic_wait_icr_idle - i386
Fernando Luis VazquezCao
1
-28
/
+8
2007-05-02
[PATCH] x86-64: safe_apic_wait_icr_idle - x86_64
Fernando Luis VazquezCao
2
-5
/
+25
2007-05-02
[PATCH] i386: safe_apic_wait_icr_idle - i386
Fernando Luis VazquezCao
2
-6
/
+25
2007-05-02
[PATCH] i386: Enable support for fixed-range IORRs to keep RdMem & WrMem in sync
Bernhard Kaindl
2
-25
/
+65
2007-05-02
[PATCH] x86: Save and restore the fixed-range MTRRs of the BSP when suspending
Bernhard Kaindl
2
-0
/
+3
2007-05-02
[PATCH] x86: Save the MTRRs of the BSP before booting an AP
Bernhard Kaindl
5
-0
/
+28
2007-05-02
[PATCH] x86: Adds mtrr_save_fixed_ranges() for use in two later patches.
Bernhard Kaindl
3
-1
/
+10
2007-05-02
[PATCH] x86-64: Move mtrr prototypes from proto.h to mtrr.h
Andi Kleen
2
-7
/
+8
2007-05-02
[PATCH] i386: Clean up ELF note generation
Jeremy Fitzhardinge
3
-4
/
+4
2007-05-02
[PATCH] i386: PARAVIRT: Export paravirt_ops for non GPL modules too
Andi Kleen
1
-7
/
+1
2007-05-02
[PATCH] x86: PARAVIRT: Jeremy Fitzhardinge <jeremy@goop.org>
Jeremy Fitzhardinge
5
-14
/
+10
2007-05-02
[PATCH] i386: Convert VMI timer to use clock events
Zachary Amsden
6
-524
/
+327
2007-05-02
[PATCH] i386: Implement vmi_kmap_atomic_pte
Zachary Amsden
1
-12
/
+22
2007-05-02
[PATCH] i386: Now that the VDSO can be relocated, we can support it in VMI co...
Zachary Amsden
1
-1
/
+1
2007-05-02
[PATCH] i386: Clean up arch/i386/kernel/cpu/mcheck/p4.c
Zachary Amsden
1
-12
/
+4
2007-05-02
[PATCH] i386: PARAVIRT: Allow boot-time disable of paravirt_ops patching
Jeremy Fitzhardinge
2
-0
/
+16
2007-05-02
[PATCH] i386: In compat mode, the return value here was uninitialized.
Zachary Amsden
1
-1
/
+1
2007-05-02
[PATCH] x86: update for i386 and x86-64 check_bugs
Jeremy Fitzhardinge
2
-9
/
+2
2007-05-02
[PATCH] i386: map enough initial memory to create lowmem mappings
Jeremy Fitzhardinge
2
-4
/
+25
2007-05-02
[PATCH] i386: Fix UP gdt bugs
Jeremy Fitzhardinge
4
-12
/
+18
2007-05-02
[PATCH] i386: Define per_cpu_offset
Jeremy Fitzhardinge
1
-0
/
+2
2007-05-02
[PATCH] i386: cleanups to help using per-cpu variables from asm
Jeremy Fitzhardinge
1
-5
/
+7
2007-05-02
[PATCH] i386: Convert PDA into the percpu section
Jeremy Fitzhardinge
17
-195
/
+177
2007-05-02
[PATCH] i386: Page-align the GDT
Jeremy Fitzhardinge
5
-8
/
+13
2007-05-02
[PATCH] x86-64: deflate inflate_dynamic too
Jeremy Fitzhardinge
1
-20
/
+41
[next]