index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-11
[PATCH] i386: Move phys_proc_id/early intel workaround to correct function.
Andi Kleen
1
-7
/
+10
2006-01-11
[PATCH] x86_64: sparse warning cleanups
Stephen Hemminger
2
-3
/
+3
2006-01-11
[PATCH] x86_64: Move NUMA page_to_pfn/pfn_to_page functions out of line
Andi Kleen
2
-13
/
+39
2006-01-11
[PATCH] x86_64: Remove unused segments
Andi Kleen
2
-6
/
+3
2006-01-11
[PATCH] x86_64: ioapic virtual wire mode fix
Vivek Goyal
1
-1
/
+2
2006-01-11
[PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_arch
Ravikiran G Thirumalai
5
-0
/
+85
2006-01-11
[PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_align
Ravikiran G Thirumalai
3
-1
/
+23
2006-01-11
[PATCH] x86_64: Make sure BITS_PER_ATOMIC is defined in asm-generic/atomic.h
Andi Kleen
1
-0
/
+1
2006-01-11
[PATCH] x86_64: cleanup enter_lazy_tlb()
Brian Gerst
1
-7
/
+2
2006-01-11
[PATCH] x86_64: Memorize location of i8259 for reboots.
Eric W. Biederman
2
-37
/
+109
2006-01-11
[PATCH] x86_64: allow setting RF in EFLAGS
Chuck Ebbert
2
-6
/
+12
2006-01-11
[PATCH] x86_64: "invalid operand" -> "invalid opcode"
Chuck Ebbert
1
-1
/
+1
2006-01-11
[PATCH] x86_64: Sparse warnings fix.
Luiz Fernando Capitulino
1
-2
/
+2
2006-01-11
[PATCH] x86_64: Remove useless KDB vector
Andi Kleen
6
-22
/
+3
2006-01-11
[PATCH] x86_64: Don't claim too many vectors for TLB flushing
Jason Uhlenkott
1
-4
/
+3
2006-01-11
[PATCH] x86_64: Tell user to enable GART_IOMMU when needed
Andi Kleen
1
-2
/
+3
2006-01-11
[PATCH] x86_64: Fix warning in nmi.c on uniprocessor kernels
Andi Kleen
1
-0
/
+2
2006-01-11
[PATCH] x86_64: Allocate PDAs in the local node
Ravikiran G Thirumalai
4
-3
/
+25
2006-01-11
[PATCH] x86_64: Node local pda take 2 -- cpu_pda preparation
Ravikiran G Thirumalai
9
-20
/
+21
2006-01-11
[PATCH] x86_64: Early initialization of cpu_to_node
Ravikiran Thirumalai
3
-0
/
+32
2006-01-11
[PATCH] x86_64: Fix up white space in time.c
Andi Kleen
1
-39
/
+32
2006-01-11
[PATCH] x86_64: Use standard __always_inline in vsyscall.c
Andi Kleen
1
-6
/
+5
2006-01-11
[PATCH] i386: Replace broken serialize_cpu in microcode driver with correct s...
Andi Kleen
2
-4
/
+6
2006-01-11
[PATCH] x86_64: On Intel CPUs don't do an additional CPU sync before RDTSC
Andi Kleen
5
-21
/
+26
2006-01-11
[PATCH] x86_64: Support alternative() in vsyscalls
Andi Kleen
1
-2
/
+10
2006-01-11
[PATCH] x86_64: Support alternative() with a output argument.
Andi Kleen
1
-0
/
+15
2006-01-11
[PATCH] x86_64: Don't try to synchronize the TSC over CPUs on Intel CPUs at b...
Andi Kleen
3
-3
/
+11
2006-01-11
[PATCH] x86_64: Fix compile error with !CONFIG_COMPAT
Andi Kleen
2
-2
/
+1
2006-01-11
[PATCH] x86_64: x86_64 write apic id fix
Vivek Goyal
2
-1
/
+2
2006-01-11
[PATCH] x86_64: Remove duplicate exports
Brian Gerst
1
-22
/
+0
2006-01-11
[PATCH] x86_64: unexport pci_*_consistent
Brian Gerst
1
-5
/
+0
2006-01-11
[PATCH] x86_64: Remove unused apic_write_atomic
Andi Kleen
1
-5
/
+0
2006-01-11
[PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostly
Andi Kleen
1
-3
/
+3
2006-01-11
[PATCH] i386: make pci_map_single/pci_map_sg warn for zero length.
Andi Kleen
1
-3
/
+9
2006-01-11
[PATCH] x86_64: Enable sound in old style OSS driver for NForce4 CK804
Andi Kleen
1
-1
/
+2
2006-01-11
[PATCH] x86_64: Make it clear in machine checks that it's an hardware problem
Andi Kleen
1
-0
/
+4
2006-01-11
[PATCH] x86_64: Clean up copy_*_user
Andi Kleen
1
-221
/
+23
2006-01-11
[PATCH] x86_64: Use function pointers to call DMA mapping functions
Muli Ben-Yehuda
14
-564
/
+641
2006-01-11
[PATCH] x86_64: Reject SRAT tables that don't cover all memory
Andi Kleen
1
-0
/
+33
2006-01-11
[PATCH] x86_64: Add idle notifiers
Andi Kleen
7
-0
/
+74
2006-01-11
[PATCH] x86_64: Clean up some printks in NUMA code
Andi Kleen
1
-4
/
+4
2006-01-11
[PATCH] x86_64: Fix up coding style in numa.c
Andi Kleen
1
-2
/
+2
2006-01-11
[PATCH] x86_64: Fix off by one in IOMMU check
Andi Kleen
4
-4
/
+6
2006-01-11
[PATCH] x86_64: Handle missing local APIC timer interrupts on C3 state
Venkatesh Pallipadi
3
-2
/
+64
2006-01-11
[PATCH] i386: Handle missing local APIC timer interrupts on C3 state
Venkatesh Pallipadi
4
-2
/
+102
2006-01-11
[PATCH] i386/x86-64: Remove sub jiffy profile timer support
Venkatesh Pallipadi
2
-106
/
+8
2006-01-11
[PATCH] x86_64: Report hardware breakpoints in user space when triggered by t...
John Blackwood
1
-4
/
+2
2006-01-11
[PATCH] x86_64: "extern inline" -> "static inline" in pgtable.h
Adrian Bunk
1
-16
/
+16
2006-01-11
[PATCH] x86_64: Convert page fault error codes to symbolic constants.
Andi Kleen
1
-17
/
+17
2006-01-11
[PATCH] x86_64: Implement is_compat_task the right way
Andi Kleen
6
-1
/
+16
[prev]
[next]