index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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: Make acpi_force static
Adrian Bunk
2006-09-26
1
-1
/
+1
|
*
[PATCH] i386: make fault notifier unconditional and export it
Andi Kleen
2006-09-26
1
-10
/
+4
|
*
[PATCH] i386: Fix warning in mpparse.c
Andi Kleen
2006-09-26
1
-0
/
+2
|
*
[PATCH] i386/x86-64: Improve Kconfig description of CRASH_DUMP
Andi Kleen
2006-09-26
1
-0
/
+7
|
*
[PATCH] x86: error_code is not safe for kprobes
Prasanna S.P
2006-09-26
1
-12
/
+13
|
*
[PATCH] i386: don't taint UP K7's running SMP kernels.
Dave Jones
2006-09-26
1
-0
/
+3
|
*
[PATCH] i386: fix dubious segment register clear in cpu_init()
Jeremy Fitzhardinge
2006-09-26
1
-1
/
+1
|
*
[PATCH] i386: Get ebp from unwinder state when continuing fallback backtrace
Andi Kleen
2006-09-26
1
-8
/
+14
|
*
[PATCH] i386: Terminate backtrace fallback early if unwinder stack pointer is...
Andi Kleen
2006-09-26
1
-0
/
+2
|
*
[PATCH] i386: Do stacktracer conversion too
Andi Kleen
2006-09-26
3
-121
/
+81
|
*
[PATCH] x86: Some preparationary cleanup for stack trace
Andi Kleen
2006-09-26
1
-8
/
+3
|
*
[PATCH] i386/x86-64: rename is_at_popf(), add iret to tests and fix
Chuck Ebbert
2006-09-26
1
-5
/
+5
|
*
[PATCH] x86: Remove unneeded externs in acpi/boot.c
Andi Kleen
2006-09-26
1
-3
/
+0
|
*
[PATCH] i386/x86-64: Move acpi_disabled variables into acpi/boot.c
Andi Kleen
2006-09-26
2
-7
/
+7
|
*
[PATCH] i386: Replace i386 open-coded cmdline parsing with
Rusty Russell
2006-09-26
8
-271
/
+306
|
*
[PATCH] i386: Remove lock section support in rwsem.h
Andi Kleen
2006-09-26
1
-0
/
+63
|
*
[PATCH] i386: initialize end-of-memory variables as early as possible
Jan Beulich
2006-09-26
4
-21
/
+14
|
*
[PATCH] x86: Detect CFI support in the assembler at runtime
Andi Kleen
2006-09-26
1
-0
/
+4
|
*
[PATCH] i386: Clean up code style in mpparse.c ACPI code
Andi Kleen
2006-09-26
1
-35
/
+17
|
*
[PATCH] x86: AUX_DEVICE_INFO is one byte long, use 'movb'
Diego Calleja
2006-09-26
1
-2
/
+2
|
*
[PATCH] i386: Factor out common io apic routing entry access
Andi Kleen
2006-09-26
1
-57
/
+43
|
*
[PATCH] i386/x86-64: Remove obsolete sanity check in mptable parsing
Andi Kleen
2006-09-26
1
-13
/
+0
|
*
[PATCH] i386: Redo semaphore and rwlock assembly helpers
Andi Kleen
2006-09-26
4
-136
/
+156
|
*
[PATCH] i386: Account spinlocks to the caller during profiling for !FP kernels
Andi Kleen
2006-09-26
1
-4
/
+19
|
*
[PATCH] i386/x86-64: Don't randomize stack top when no randomization personal...
Andi Kleen
2006-09-26
1
-1
/
+2
|
*
[PATCH] x86: Add portable getcpu call
Andi Kleen
2006-09-26
1
-0
/
+1
|
*
[PATCH] x86: i386/x86-64 Add nmi watchdog support for new Intel CPUs
Venkatesh Pallipadi
2006-09-26
1
-5
/
+121
|
*
[PATCH] i386: Enable NMI watchdog by default
Andi Kleen
2006-09-26
1
-0
/
+9
|
*
[PATCH] i386: Kdump i386 nmi event notification fix
Vivek Goyal
2006-09-26
1
-2
/
+2
|
*
[PATCH] i386: make functions static
Adrian Bunk
2006-09-26
2
-4
/
+4
|
*
[PATCH] i386/x86-64: Fix NMI watchdog suspend/resume
Shaohua Li
2006-09-26
2
-8
/
+28
|
*
[PATCH] x86: x86 clean up nmi panic messages
Don Zickus
2006-09-26
1
-7
/
+8
|
*
[PATCH] x86: Allow users to force a panic on NMI
Don Zickus
2006-09-26
1
-0
/
+6
|
*
[PATCH] x86: Add abilty to enable/disable nmi watchdog from procfs (update)
Don Zickus
2006-09-26
1
-17
/
+4
|
*
[PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctl
Don Zickus
2006-09-26
1
-0
/
+52
|
*
[PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi...
Don Zickus
2006-09-26
5
-122
/
+86
|
*
[PATCH] x86: Cleanup NMI interrupt path
Don Zickus
2006-09-26
2
-16
/
+24
|
*
[PATCH] i386: Add SMP support on i386 to reservation framework
Don Zickus
2006-09-26
4
-189
/
+357
|
*
[PATCH] i386: Utilize performance counter reservation framework in oprofile
Don Zickus
2006-09-26
5
-114
/
+199
|
*
[PATCH] x86: Add performance counter reservation framework for UP kernels
Don Zickus
2006-09-26
1
-32
/
+156
|
*
[PATCH] x86: Temporarily revert parts of the Core 2 nmi nmi watchdog support
Andi Kleen
2006-09-26
1
-64
/
+1
|
*
[PATCH] i386: Allow to use GENERICARCH for UP kernels
Andi Kleen
2006-09-26
7
-4
/
+10
|
*
[PATCH] i386: Update defconfig
Andi Kleen
2006-09-26
1
-562
/
+501
*
|
[PATCH] i386: Detect clock skew during suspend
Rafael J. Wysocki
2006-09-26
1
-6
/
+18
*
|
[PATCH] Change the name of pagedir_nosave
Rafael J. Wysocki
2006-09-26
1
-1
/
+1
*
|
[PATCH] mtrr: Add lock annotations for prepare_set and post_set
Josh Triplett
2006-09-26
1
-2
/
+2
*
|
[PATCH] i386: Kill references to xtime
john stultz
2006-09-26
2
-23
/
+20
*
|
[PATCH] Voyager: tty locking
Alan Cox
2006-09-26
1
-1
/
+0
*
|
[PATCH] smp_call_function_single() cleanup
Andrew Morton
2006-09-26
1
-2
/
+2
*
|
[PATCH] i386: add smp_call_function_single
Stephane Eranian
2006-09-26
1
-0
/
+66
[prev]
[next]