index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
[PATCH] x86_64: Remove useless KDB vector
Andi Kleen
2006-01-11
6
-22
/
+3
*
|
[PATCH] x86_64: Don't claim too many vectors for TLB flushing
Jason Uhlenkott
2006-01-11
1
-4
/
+3
*
|
[PATCH] x86_64: Tell user to enable GART_IOMMU when needed
Andi Kleen
2006-01-11
1
-2
/
+3
*
|
[PATCH] x86_64: Fix warning in nmi.c on uniprocessor kernels
Andi Kleen
2006-01-11
1
-0
/
+2
*
|
[PATCH] x86_64: Allocate PDAs in the local node
Ravikiran G Thirumalai
2006-01-11
4
-3
/
+25
*
|
[PATCH] x86_64: Node local pda take 2 -- cpu_pda preparation
Ravikiran G Thirumalai
2006-01-11
9
-20
/
+21
*
|
[PATCH] x86_64: Early initialization of cpu_to_node
Ravikiran Thirumalai
2006-01-11
3
-0
/
+32
*
|
[PATCH] x86_64: Fix up white space in time.c
Andi Kleen
2006-01-11
1
-39
/
+32
*
|
[PATCH] x86_64: Use standard __always_inline in vsyscall.c
Andi Kleen
2006-01-11
1
-6
/
+5
*
|
[PATCH] i386: Replace broken serialize_cpu in microcode driver with correct s...
Andi Kleen
2006-01-11
2
-4
/
+6
*
|
[PATCH] x86_64: On Intel CPUs don't do an additional CPU sync before RDTSC
Andi Kleen
2006-01-11
5
-21
/
+26
*
|
[PATCH] x86_64: Support alternative() in vsyscalls
Andi Kleen
2006-01-11
1
-2
/
+10
*
|
[PATCH] x86_64: Support alternative() with a output argument.
Andi Kleen
2006-01-11
1
-0
/
+15
*
|
[PATCH] x86_64: Don't try to synchronize the TSC over CPUs on Intel CPUs at b...
Andi Kleen
2006-01-11
3
-3
/
+11
*
|
[PATCH] x86_64: Fix compile error with !CONFIG_COMPAT
Andi Kleen
2006-01-11
2
-2
/
+1
*
|
[PATCH] x86_64: x86_64 write apic id fix
Vivek Goyal
2006-01-11
2
-1
/
+2
*
|
[PATCH] x86_64: Remove duplicate exports
Brian Gerst
2006-01-11
1
-22
/
+0
*
|
[PATCH] x86_64: unexport pci_*_consistent
Brian Gerst
2006-01-11
1
-5
/
+0
*
|
[PATCH] x86_64: Remove unused apic_write_atomic
Andi Kleen
2006-01-11
1
-5
/
+0
*
|
[PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostly
Andi Kleen
2006-01-11
1
-3
/
+3
*
|
[PATCH] i386: make pci_map_single/pci_map_sg warn for zero length.
Andi Kleen
2006-01-11
1
-3
/
+9
*
|
[PATCH] x86_64: Enable sound in old style OSS driver for NForce4 CK804
Andi Kleen
2006-01-11
1
-1
/
+2
*
|
[PATCH] x86_64: Make it clear in machine checks that it's an hardware problem
Andi Kleen
2006-01-11
1
-0
/
+4
*
|
[PATCH] x86_64: Clean up copy_*_user
Andi Kleen
2006-01-11
1
-221
/
+23
*
|
[PATCH] x86_64: Use function pointers to call DMA mapping functions
Muli Ben-Yehuda
2006-01-11
14
-564
/
+641
*
|
[PATCH] x86_64: Reject SRAT tables that don't cover all memory
Andi Kleen
2006-01-11
1
-0
/
+33
*
|
[PATCH] x86_64: Add idle notifiers
Andi Kleen
2006-01-11
7
-0
/
+74
*
|
[PATCH] x86_64: Clean up some printks in NUMA code
Andi Kleen
2006-01-11
1
-4
/
+4
*
|
[PATCH] x86_64: Fix up coding style in numa.c
Andi Kleen
2006-01-11
1
-2
/
+2
*
|
[PATCH] x86_64: Fix off by one in IOMMU check
Andi Kleen
2006-01-11
4
-4
/
+6
*
|
[PATCH] x86_64: Handle missing local APIC timer interrupts on C3 state
Venkatesh Pallipadi
2006-01-11
3
-2
/
+64
*
|
[PATCH] i386: Handle missing local APIC timer interrupts on C3 state
Venkatesh Pallipadi
2006-01-11
4
-2
/
+102
*
|
[PATCH] i386/x86-64: Remove sub jiffy profile timer support
Venkatesh Pallipadi
2006-01-11
2
-106
/
+8
*
|
[PATCH] x86_64: Report hardware breakpoints in user space when triggered by t...
John Blackwood
2006-01-11
1
-4
/
+2
*
|
[PATCH] x86_64: "extern inline" -> "static inline" in pgtable.h
Adrian Bunk
2006-01-11
1
-16
/
+16
*
|
[PATCH] x86_64: Convert page fault error codes to symbolic constants.
Andi Kleen
2006-01-11
1
-17
/
+17
*
|
[PATCH] x86_64: Implement is_compat_task the right way
Andi Kleen
2006-01-11
6
-1
/
+16
*
|
[PATCH] x86_64: Implement compat code for sg driver SG_GET_REQUEST_TABLE ioctl
Andi Kleen
2006-01-11
1
-0
/
+35
*
|
[PATCH] x86_64: Remove unnecessary case from the page fault handler
Andi Kleen
2006-01-11
1
-4
/
+7
*
|
[PATCH] x86_64: Align and pad x86_64 GDT on page boundary
Ravikiran G Thirumalai
2006-01-11
5
-15
/
+24
*
|
[PATCH] x86_64: Allow compilation on a 32bit biarch toolchain
Andi Kleen
2006-01-11
5
-0
/
+8
*
|
[PATCH] x86_64: Make udelay more accurate
Ross Biro
2006-01-11
1
-1
/
+1
*
|
[PATCH] x86_64: Return -1 for unknown PCI bus affinity
Andi Kleen
2006-01-11
1
-3
/
+4
*
|
[PATCH] x86_64: Handle unknown node (-1) in alloc_pages_node
Andi Kleen
2006-01-11
1
-0
/
+4
*
|
[PATCH] x86_64: Validate SLIT table
Andi Kleen
2006-01-11
1
-0
/
+27
*
|
[PATCH] x86_64: Fix off by one in acpi table mapping
Andi Kleen
2006-01-11
1
-1
/
+1
*
|
[PATCH] x86_64: Fix 64bit FXSAVE encoding
Jan Beulich
2006-01-11
1
-10
/
+48
*
|
[PATCH] x86_64: Generalize DMI and enable for x86-64
Andi Kleen
2006-01-11
9
-11
/
+44
*
|
[PATCH] x86_64: Remove bogus file in arch/x86_64/pci
Andi Kleen
2006-01-11
1
-22
/
+0
*
|
[PATCH] x86_64: Add missing newline in IOMMU error message
Andi Kleen
2006-01-11
1
-1
/
+1
[prev]
[next]