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
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-19
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86
Linus Torvalds
65
-624
/
+618
2007-10-19
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86
Linus Torvalds
1
-2
/
+7
2007-10-19
Use extended crashkernel command line on x86_64
Bernhard Walle
3
-35
/
+34
2007-10-19
Use extended crashkernel command line on i386
Bernhard Walle
3
-28
/
+46
2007-10-19
Use helpers to obtain task pid in printks (arch code)
Alexey Dobriyan
4
-7
/
+7
2007-10-19
pid namespaces: define is_global_init() and is_container_init()
Serge E. Hallyn
3
-3
/
+3
2007-10-19
kmap leak fix for x86_32 kdump
Fernando Luis Vázquez Cao
1
-0
/
+1
2007-10-19
x86: convert cpuinfo_x86 array to a per_cpu array
Mike Travis
31
-110
/
+125
2007-10-19
x86: introduce frame_pointer() and stack_pointer()
Jan Blunck
1
-10
/
+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
1
-0
/
+2
2007-10-19
x86: convert cpu_llc_id to be a per cpu variable
Mike Travis
3
-8
/
+8
2007-10-19
x86: convert cpu_to_apicid to be a per cpu variable
Mike Travis
9
-17
/
+71
2007-10-19
i386: introduce "used_vectors" bitmap which can be used to reserve vectors.
Rusty Russell
3
-6
/
+20
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
1
-56
/
+63
2007-10-19
x86: use descriptor's functions instead of inline assembly
Glauber de Oliveira Costa
4
-9
/
+11
2007-10-19
i386: consolidate show_regs and show_registers for i386
Pavel Emelyanov
2
-44
/
+44
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
x86: Unify i386 and x86-64 early quirks
Andi Kleen
6
-96
/
+17
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
1
-0
/
+3
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
1
-78
/
+46
2007-10-19
x86: merge init_task_32/64.c
Hiroshi Shimamoto
5
-61
/
+14
2007-10-19
x86: remove page_fault_trace
Andi Kleen
1
-12
/
+0
2007-10-19
x86: move cpufreq Kconfigs to the same directory
Thomas Gleixner
2
-1
/
+1
2007-10-19
GEODE: use symbolic constant in cs5536 reboot fixup
Andres Salomon
1
-5
/
+3
2007-10-19
x86: fix CONFIG_NUMA and nosmp | maxcpus=0/1 crash
Ingo Molnar
1
-0
/
+2
2007-10-19
x86, vsyscall: fix the oops crash with __pa_vsymbol()
Siddha, Suresh B
1
-1
/
+1
2007-10-19
x86: fix global_flush_tlb() bug
Ingo Molnar
1
-2
/
+7
2007-10-18
sparse pointer use of zero as null
Stephen Hemminger
1
-1
/
+1
2007-10-18
x86 msr driver: Misc cpuinit annotations
Satyam Sharma
1
-1
/
+1
2007-10-18
sysctl: x86_64 remove unnecessary binary paths
Eric W. Biederman
2
-10
/
+1
2007-10-18
cpu hotplug: intel_cacheinfo: fix cpu hotplug error handling
Akinobu Mita
1
-21
/
+45
2007-10-18
cpu hotplug: mce: fix cpu hotplug error handling
Akinobu Mita
1
-10
/
+29
2007-10-18
cpu hotplug: msr: fix cpu hotplug error handling
Akinobu Mita
1
-15
/
+20
2007-10-18
cpu hotplug: thermal_throttle: fix cpu hotplug error handling
Akinobu Mita
1
-4
/
+6
2007-10-18
Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday().
Tony Breeds
1
-1
/
+10
2007-10-18
Hibernation: Use temporary page tables for kernel text mapping on x86_64
Rafael J. Wysocki
1
-6
/
+33
2007-10-18
Hibernation: Pass CR3 in the image header on x86_64
Rafael J. Wysocki
2
-7
/
+17
2007-10-18
Hibernation: Arbitrary boot kernel support on x86_64
Rafael J. Wysocki
2
-8
/
+87
2007-10-18
s2ram: kill old debugging junk
Pavel Machek
2
-43
/
+1
2007-10-17
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86
Linus Torvalds
81
-341
/
+495
2007-10-17
x86: delete vsyscall files during make clean
Sam Ravnborg
1
-0
/
+4
[next]