index
:
kernel_samsung_smdk4412.git
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
i386
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] x86: Add a cumulative thermal throttle event counter.
Dmitriy Zavin
2006-09-26
2
-6
/
+130
*
[PATCH] i386: Make the jiffies compares use the 64bit safe macros.
Dmitriy Zavin
2006-09-26
1
-3
/
+4
*
[PATCH] x86: Refactor thermal throttle processing
Dmitriy Zavin
2006-09-26
3
-18
/
+65
*
[PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing ...
Andi Kleen
2006-09-26
1
-1
/
+5
*
[PATCH] i386/x86-64: Make all early PCI scans dependent on CONFIG_PCI
Andi Kleen
2006-09-26
2
-0
/
+4
*
[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinder
Jan Beulich
2006-09-26
1
-0
/
+4
*
[PATCH] x86: - restore i8259A eoi status on resume
Matthew Garrett
2006-09-26
1
-1
/
+5
*
[PATCH] i386: Split multi-line printk in oops output.
Dave Jones
2006-09-26
1
-2
/
+3
*
[PATCH] i386: add HPET(s) into resource map
adurbin@google.com
2006-09-26
1
-0
/
+26
*
[PATCH] i386: Do better early exception handlers
Chuck Ebbert
2006-09-26
1
-0
/
+67
*
[PATCH] i386: Allow a kernel not to be in ring 0
Rusty Russell
2006-09-26
2
-5
/
+6
*
[PATCH] i386: Abstract sensitive instructions
Rusty Russell
2006-09-26
1
-16
/
+22
*
[PATCH] i386: Avoid overwriting the current pgd (V4, i386)
Magnus Damm
2006-09-26
2
-105
/
+174
*
[PATCH] i386: annotate FIX_STACK() and the rest of nmi()
Chuck Ebbert
2006-09-26
1
-3
/
+15
*
[PATCH] i386: Disallow kprobes on NMI handlers
Fernando Luis Vázquez Cao
2006-09-26
3
-10
/
+14
*
[PATCH] i386: Disallow kprobes on NMI handlers
Fernando Luis Vázquez Cao
2006-09-26
1
-3
/
+5
*
[PATCH] i386: mark cpu cache functions as __cpuinit
Magnus Damm
2006-09-26
3
-3
/
+3
*
[PATCH] i386: mark cpu identify functions as __cpuinit
Magnus Damm
2006-09-26
3
-5
/
+5
*
[PATCH] i386: mark cpu init functions as __cpuinit, data as __cpuinitdata
Magnus Damm
2006-09-26
8
-36
/
+31
*
[PATCH] i386: mark cpu_dev structures as __cpuinitdata
Magnus Damm
2006-09-26
8
-9
/
+9
*
[PATCH] i386: remove redundant generic_identify() calls when identifying cpus
Magnus Damm
2006-09-26
7
-9
/
+1
*
[PATCH] i386: Support physical cpu hotplug for x86_64
Ashok Raj
2006-09-26
2
-5
/
+66
*
[PATCH] i386: mark two more functions as __init
Magnus Damm
2006-09-26
1
-1
/
+1
*
[PATCH] i386: clean up topology.c
Magnus Damm
2006-09-26
1
-18
/
+3
*
[PATCH] i386: Descriptor and trap table cleanups.
Rusty Russell
2006-09-26
1
-19
/
+5
*
[PATCH] i386: move kernel_thread_helper into entry.S
Andi Kleen
2006-09-26
2
-9
/
+13
*
[PATCH] i386: Make enable_local_apic static
Adrian Bunk
2006-09-26
1
-1
/
+12
*
[PATCH] i386: Make acpi_force static
Adrian Bunk
2006-09-26
1
-1
/
+1
*
[PATCH] i386: Fix warning in mpparse.c
Andi Kleen
2006-09-26
1
-0
/
+2
*
[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
6
-235
/
+266
*
[PATCH] i386: initialize end-of-memory variables as early as possible
Jan Beulich
2006-09-26
1
-0
/
+8
*
[PATCH] i386: Clean up code style in mpparse.c ACPI code
Andi Kleen
2006-09-26
1
-35
/
+17
*
[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
2
-135
/
+1
*
[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
[next]