index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] x86: Detect CFI support in the assembler at runtime
Andi Kleen
2006-09-26
2
-0
/
+7
*
[PATCH] Use BUILD_BUG_ON in apic.c build sanity checking
Andi Kleen
2006-09-26
1
-4
/
+1
*
[PATCH] i386: Clean up code style in mpparse.c ACPI code
Andi Kleen
2006-09-26
1
-35
/
+17
*
[PATCH] Fix up some non linuxy style in ACPI functions in mpparse.c
Andi Kleen
2006-09-26
1
-41
/
+16
*
[PATCH] Remove some unneeded ACPI externs in mpparse.c
Andi Kleen
2006-09-26
1
-9
/
+0
*
[PATCH] Remove useless wrapper in mpparse.c code
Andi Kleen
2006-09-26
1
-10
/
+1
*
[PATCH] Replace mp bus array with bitmap for bus not pci
Andi Kleen
2006-09-26
2
-75
/
+26
*
[PATCH] Move early chipset quirks out to new file
Andi Kleen
2006-09-26
4
-103
/
+120
*
[PATCH] Remove MPS table APIC renumbering
Andi Kleen
2006-09-26
1
-71
/
+0
*
[PATCH] x86: AUX_DEVICE_INFO is one byte long, use 'movb'
Diego Calleja
2006-09-26
2
-4
/
+4
*
[PATCH] i386: Factor out common io apic routing entry access
Andi Kleen
2006-09-26
1
-57
/
+43
*
[PATCH] Factor out common io apic routing entry access
Andi Kleen
2006-09-26
1
-41
/
+41
*
[PATCH] i386/x86-64: Remove obsolete sanity check in mptable parsing
Andi Kleen
2006-09-26
2
-26
/
+0
*
[PATCH] Remove obsolete PIC mode
Andi Kleen
2006-09-26
3
-72
/
+29
*
[PATCH] Remove leftover MCE/EISA support
Andi Kleen
2006-09-26
2
-70
/
+3
*
[PATCH] Remove pirq overwrite support
Andi Kleen
2006-09-26
1
-55
/
+0
*
[PATCH] Add some comments to entry.S
Andi Kleen
2006-09-26
1
-3
/
+15
*
[PATCH] Remove old "focus disabled" chipset errata workaround
Andi Kleen
2006-09-26
1
-26
/
+2
*
[PATCH] Remove apic mismatch counter
Andi Kleen
2006-09-26
1
-6
/
+0
*
[PATCH] Remove all ifdefs for local/io apic
Andi Kleen
2006-09-26
12
-58
/
+3
*
[PATCH] Add some comments what tce.c actually does
Andi Kleen
2006-09-26
1
-0
/
+2
*
[PATCH] Remove leftover CVS Id in thunk.S
Andi Kleen
2006-09-26
1
-7
/
+6
*
[PATCH] i386: Redo semaphore and rwlock assembly helpers
Andi Kleen
2006-09-26
5
-137
/
+157
*
[PATCH] Add proper alignment to ENTRY
Andi Kleen
2006-09-26
1
-2
/
+1
*
[PATCH] Clean up read write lock assembly
Andi Kleen
2006-09-26
3
-31
/
+39
*
[PATCH] Simplify profile_pc on x86-64
Andi Kleen
2006-09-26
1
-13
/
+8
*
[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
2
-2
/
+3
*
[PATCH] A few trivial spelling and grammar fixes
Adam Henley
2006-09-26
3
-4
/
+4
*
[PATCH] x86-64 TIF flags for debug regs and io bitmap in ctxsw
Stephane Eranian
2006-09-26
4
-33
/
+53
*
[PATCH] Clean up asm/smp.h includes
Andi Kleen
2006-09-26
1
-2
/
+0
*
[PATCH] x86: Add portable getcpu call
Andi Kleen
2006-09-26
2
-0
/
+2
*
[PATCH] Add the vgetcpu vsyscall
Vojtech Pavlik
2006-09-26
4
-9
/
+93
*
[PATCH] Add initalization of the RDTSCP auxilliary values
Vojtech Pavlik
2006-09-26
2
-12
/
+37
*
[PATCH] x86: i386/x86-64 Add nmi watchdog support for new Intel CPUs
Venkatesh Pallipadi
2006-09-26
2
-10
/
+246
*
[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] kdump x86_64 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] Fix up panic messages for different NMI panics
Andi Kleen
2006-09-26
2
-6
/
+6
*
[PATCH] i386/x86-64: Fix NMI watchdog suspend/resume
Shaohua Li
2006-09-26
4
-15
/
+56
*
[PATCH] x86: x86 clean up nmi panic messages
Don Zickus
2006-09-26
2
-14
/
+22
*
[PATCH] x86: Allow users to force a panic on NMI
Don Zickus
2006-09-26
2
-0
/
+12
*
[PATCH] x86: Add abilty to enable/disable nmi watchdog from procfs (update)
Don Zickus
2006-09-26
2
-34
/
+8
*
[PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctl
Don Zickus
2006-09-26
2
-0
/
+100
*
[PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi...
Don Zickus
2006-09-26
7
-219
/
+111
*
[PATCH] Add ppoll/pselect syscalls
Andi Kleen
2006-09-26
1
-2
/
+2
*
[PATCH] Add TIF_RESTORE_SIGMASK
Andi Kleen
2006-09-26
2
-64
/
+46
*
[PATCH] x86: Cleanup NMI interrupt path
Don Zickus
2006-09-26
4
-27
/
+47
*
[PATCH] i386: Add SMP support on i386 to reservation framework
Don Zickus
2006-09-26
4
-189
/
+357
[next]