| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: prefetch fix #2 | Ingo Molnar | 2008-03-27 | 1 | -7/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-03-27 | 7 | -157/+274 |
|\ |
|
| * | xen: fix UP setup of shared_info | Jeremy Fitzhardinge | 2008-03-27 | 1 | -20/+25 |
| * | xen: fix RMW when unmasking events | Jeremy Fitzhardinge | 2008-03-27 | 2 | -3/+8 |
| * | x86: stricter check in follow_huge_addr() | Christoph Lameter | 2008-03-27 | 1 | -1/+1 |
| * | rdc321x: GPIO routines bugfixes | Florian Fainelli | 2008-03-27 | 2 | -48/+153 |
| * | x86: ptrace.c: fix defined-but-unused warnings | Andrew Morton | 2008-03-27 | 1 | -84/+85 |
| * | x86: fix prefetch workaround | Ingo Molnar | 2008-03-27 | 1 | -1/+2 |
* | | Merge branch 'avr32-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/h... | Linus Torvalds | 2008-03-27 | 2 | -0/+5 |
|\ \ |
|
| * | | avr32: Fix bug in early resource allocation code | Haavard Skinnemoen | 2008-03-27 | 1 | -0/+1 |
| * | | avr32: Build fix for CONFIG_BUG=n | Haavard Skinnemoen | 2008-03-13 | 1 | -0/+4 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-03-27 | 1 | -5/+1 |
|\ \ \ |
|
| * | | | [UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_list | Patrick McHardy | 2008-03-26 | 1 | -5/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-03-27 | 17 | -120/+382 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | [SPARC64]: flush_ptrace_access() needs preemption disable. | David S. Miller | 2008-03-26 | 1 | -0/+4 |
| * | | | [SPARC64]: Update defconfig. | David S. Miller | 2008-03-26 | 1 | -4/+8 |
| * | | | [SPARC64]: Fix allnoconfig build, ptrace.c missing CONFIG_COMPAT checks. | David S. Miller | 2008-03-26 | 1 | -0/+6 |
| * | | | [SPARC64]: Fix __get_cpu_var in preemption-enabled area. | David S. Miller | 2008-03-26 | 1 | -1/+2 |
| * | | | [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/signal.c | David S. Miller | 2008-03-26 | 3 | -0/+16 |
| * | | | [SPARC64]: Fix most sparse warnings in arch/sparc64/kernel/sys_sparc.c | David S. Miller | 2008-03-26 | 3 | -5/+56 |
| * | | | [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/time.c | David S. Miller | 2008-03-26 | 3 | -27/+44 |
| * | | | [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/ptrace.c | David S. Miller | 2008-03-26 | 2 | -3/+13 |
| * | | | [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/irq.c | David S. Miller | 2008-03-26 | 2 | -19/+29 |
| * | | | [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/iommu.c | David S. Miller | 2008-03-26 | 1 | -4/+4 |
| * | | | [SPARC64]: Fix sparse errors in arch/sparc64/kernel/traps.c | David S. Miller | 2008-03-26 | 3 | -50/+144 |
| * | | | [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/{cpu,setup}.c | David S. Miller | 2008-03-26 | 4 | -7/+24 |
| * | | | [SPARC64]: Make save_stack_trace() more efficient. | David S. Miller | 2008-03-25 | 2 | -1/+33 |
* | | | | x86: fix performance drop for glx | Suresh Siddha | 2008-03-26 | 2 | -2/+6 |
* | | | | x86: fix trim mtrr not to setup_memory two times | Yinghai Lu | 2008-03-26 | 2 | -6/+4 |
* | | | | x86: GEODE: add missing module.h include | Andres Salomon | 2008-03-26 | 1 | -0/+1 |
* | | | | x86, cpufreq: fix Speedfreq-SMI call that clobbers ECX | Stephan Diestelhorst | 2008-03-26 | 1 | -15/+24 |
* | | | | x86: fix memoryless node oops during boot | Yinghai Lu | 2008-03-26 | 1 | -1/+1 |
* | | | | x86: add dmi quirk for io_delay | Ingo Molnar | 2008-03-26 | 1 | -0/+8 |
* | | | | x86: convert mtrr/generic.c to kernel-doc | Randy Dunlap | 2008-03-26 | 1 | -19/+23 |
* | | | | KVM: MMU: Fix memory leak on guest demand faults | Avi Kivity | 2008-03-25 | 1 | -1/+1 |
* | | | | KVM: VMX: convert init_rmode_tss() to slots_lock | Marcelo Tosatti | 2008-03-25 | 1 | -2/+2 |
* | | | | KVM: MMU: handle page removal with shadow mapping | Marcelo Tosatti | 2008-03-25 | 1 | -1/+12 |
* | | | | KVM: MMU: Fix is_rmap_pte() with io ptes | Avi Kivity | 2008-03-25 | 1 | -2/+1 |
* | | | | KVM: VMX: Restore tss even on x86_64 | Avi Kivity | 2008-03-25 | 1 | -3/+0 |
* | | | | Merge branch 'linux-2.6' into merge | Paul Mackerras | 2008-03-25 | 11 | -175/+112 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2008-03-24 | 3 | -6/+15 |
| |\ \ \ \ |
|
| | * | | | | [POWERPC] Fix Oops with TQM5200 on TQM5200 | Anatolij Gustschin | 2008-03-24 | 1 | -2/+2 |
| | * | | | | [POWERPC] mpc5200: Fix null dereference if bestcomm fails to initialize | Grant Likely | 2008-03-24 | 1 | -0/+4 |
| | * | | | | [POWERPC] Fix crash in init_ipic_sysfs on efika | Olaf Hering | 2008-03-24 | 1 | -1/+1 |
| | * | | | | [POWERPC] Don't use 64k pages for ioremap on pSeries | Paul Mackerras | 2008-03-24 | 1 | -3/+8 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-03-24 | 7 | -166/+94 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | * | | | | [SPARC64]: exec PT_DTRACE | Roland McGrath | 2008-03-24 | 2 | -6/+0 |
| | * | | | | [SPARC64]: Use shorter list_splice_init() for brevity. | Robert P. J. Day | 2008-03-24 | 1 | -2/+1 |
| | * | | | | [SPARC64]: Remove most limitations to kernel image size. | David S. Miller | 2008-03-22 | 4 | -158/+93 |
| * | | | | | x86-32: Pass the full resource data to ioremap() | Linus Torvalds | 2008-03-24 | 1 | -3/+3 |
| | |/ / /
| |/| | | |
|