index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-19
x86: convert cpuinfo_x86 array to a per_cpu array
Mike Travis
39
-128
/
+148
2007-10-19
x86: introduce frame_pointer() and stack_pointer()
Jan Blunck
3
-10
/
+6
2007-10-19
x86 & generic: change to __builtin_prefetch()
Andi Kleen
2
-13
/
+2
2007-10-19
i386: do not BUG_ON() when MSR is unknown
Stephane Eranian
1
-4
/
+12
2007-10-19
x86: acpi use cpu_physical_id
Mike Travis
2
-7
/
+3
2007-10-19
x86: convert cpu_llc_id to be a per cpu variable
Mike Travis
5
-10
/
+15
2007-10-19
x86: convert cpu_to_apicid to be a per cpu variable
Mike Travis
12
-22
/
+80
2007-10-19
i386: introduce "used_vectors" bitmap which can be used to reserve vectors.
Rusty Russell
4
-6
/
+23
2007-10-19
x86: use raw locks during oopses
Andi Kleen
2
-14
/
+14
2007-10-19
x86: honor _PAGE_PSE bit on page walks
Jan Beulich
2
-2
/
+3
2007-10-19
i386: do cpuid_device_create() in CPU_UP_PREPARE instead of CPU_ONLINE.
Akinobu Mita
1
-13
/
+19
2007-10-19
x86: implement missing x86_64 function smp_call_function_mask()
Laurent Vivier
2
-56
/
+65
2007-10-19
x86: use descriptor's functions instead of inline assembly
Glauber de Oliveira Costa
5
-9
/
+41
2007-10-19
i386: consolidate show_regs and show_registers for i386
Pavel Emelyanov
3
-44
/
+45
2007-10-19
i386: make callgraph use dump_trace() on i386/x86_64
Jan Blunck
1
-66
/
+38
2007-10-19
x86: enable iommu_merge by default
Andi Kleen
1
-1
/
+1
2007-10-19
i386: i386 add AMD64 Barcelona PMU MSR definitions to msr.h
Stephane Eranian
1
-11
/
+25
2007-10-19
x86: Unify i386 and x86-64 early quirks
Andi Kleen
9
-103
/
+20
2007-10-19
x86: enable HPET on ICH3 and ICH4
Udo A. Steinberg
1
-0
/
+18
2007-10-19
x86: force enable HPET on VT8235/8237 chipsets
Udo A. Steinberg
1
-1
/
+68
2007-10-19
x86: add force_hpet boot option
Thomas Gleixner
3
-2
/
+8
2007-10-19
x86: quirk.c trivial coding style and white space cleanup
Thomas Gleixner
1
-11
/
+14
2007-10-19
x86: don't zero pad addresses in segfault message
Andi Kleen
1
-1
/
+1
2007-10-19
x86: Use linux/elfcore-compat.h
Roland McGrath
2
-78
/
+52
2007-10-19
x86: merge init_task_32/64.c
Hiroshi Shimamoto
7
-63
/
+16
2007-10-19
x86: remove page_fault_trace
Andi Kleen
1
-12
/
+0
2007-10-19
Kconfig: Missing line breaks in arch/x86_64/Kconfig
Adrian Knoth
1
-3
/
+3
2007-10-19
x86: move cpufreq Kconfigs to the same directory
Thomas Gleixner
4
-3
/
+3
2007-10-19
GEODE: use symbolic constant in cs5536 reboot fixup
Andres Salomon
2
-5
/
+5
2007-10-19
x86: fix CONFIG_NUMA and nosmp | maxcpus=0/1 crash
Ingo Molnar
1
-0
/
+2
2007-10-19
x86: use relative symlink for bzImage
Sam Ravnborg
2
-4
/
+4
2007-10-19
x86, vsyscall: fix the oops crash with __pa_vsymbol()
Siddha, Suresh B
1
-1
/
+1
2007-10-19
x86: update .gitignore entries
Thomas Gleixner
2
-0
/
+2
2007-10-19
x86: fix global_flush_tlb() bug
Ingo Molnar
1
-2
/
+7
2007-10-19
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-79
/
+108
2007-10-19
Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
44
-1211
/
+760
2007-10-19
ide: set drive->autotune in ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
29
-74
/
+3
2007-10-19
triflex: always tune PIO
Bartlomiej Zolnierkiewicz
1
-0
/
+3
2007-10-19
opti621: always tune PIO
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2007-10-19
cy82c693: always tune PIO
Bartlomiej Zolnierkiewicz
1
-5
/
+5
2007-10-19
cs5520: always tune PIO
Bartlomiej Zolnierkiewicz
1
-3
/
+4
2007-10-19
alim15x3: always tune PIO
Bartlomiej Zolnierkiewicz
1
-5
/
+5
2007-10-19
ide: add IDE_HFLAG_LEGACY_IRQS host flag
Bartlomiej Zolnierkiewicz
7
-35
/
+28
2007-10-19
ide: add IDE_HFLAG_SERIALIZE host flag
Bartlomiej Zolnierkiewicz
5
-13
/
+16
2007-10-19
ide: add IDE_HFLAG_ERROR_STOPS_FIFO host flag
Bartlomiej Zolnierkiewicz
4
-8
/
+9
2007-10-19
piix: add DECLARE_ICH_DEV() macro
Bartlomiej Zolnierkiewicz
1
-63
/
+47
2007-10-19
pdc202xx_old: add DECLARE_PDC2026X_DEV() macro
Bartlomiej Zolnierkiewicz
1
-41
/
+19
2007-10-19
pdc202xx_new: add DECLARE_PDCNEW_DEV() macro
Bartlomiej Zolnierkiewicz
1
-57
/
+19
2007-10-19
aec62xx: no need to disable UDMA in ->init_hwif method for ATP850UF
Bartlomiej Zolnierkiewicz
1
-9
/
+5
2007-10-19
ide: remove .init_setup from ide_pci_device_t
Bartlomiej Zolnierkiewicz
1
-1
/
+0
[next]