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
2008-12-20
x86, bts: add fork and exit handling
Markus Metzger
6
-32
/
+85
2008-12-19
x86: PAT: move track untrack pfnmap stubs to asm-generic
venkatesh.pallipadi@intel.com
1
-4
/
+2
2008-12-19
x86: PAT: remove follow_pfnmap_pte in favor of follow_phys
venkatesh.pallipadi@intel.com
2
-24
/
+11
2008-12-19
x86: ia32_signal: remove unnecessary declaration
Hiroshi Shimamoto
1
-1
/
+0
2008-12-19
x86: common.c boot_cpu_stack and boot_exception_stacks should be static
Jaswinder Singh
1
-3
/
+3
2008-12-19
sparseirq: fix numa_migrate_irq_desc dependency and comments
Yinghai Lu
2
-2
/
+2
2008-12-19
allow stripping of generated symbols under CONFIG_KALLSYMS_ALL
Jan Beulich
1
-0
/
+1
2008-12-19
Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...
Ingo Molnar
13
-62
/
+74
2008-12-19
x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies
Suresh Siddha
2
-1
/
+15
2008-12-19
x86: fix warning in arch/x86/kernel/microcode_amd.c
Ingo Molnar
1
-1
/
+2
2008-12-18
x86: ia32.h: remove unused struct sigfram32 and rt_sigframe32
Hiroshi Shimamoto
1
-18
/
+0
2008-12-18
x86: asm-offset_64: use rt_sigframe_ia32
Hiroshi Shimamoto
1
-1
/
+3
2008-12-18
x86: sigframe.h: include headers for dependency
Hiroshi Shimamoto
1
-0
/
+4
2008-12-18
x86: traps.c declare functions before they get used
Jaswinder Singh
1
-2
/
+9
2008-12-18
x86: PAT: add pgprot_writecombine() interface for drivers - v3
venkatesh.pallipadi@intel.com
2
-0
/
+11
2008-12-18
x86: PAT: change pgprot_noncached to uc_minus instead of strong uc - v3
venkatesh.pallipadi@intel.com
3
-15
/
+8
2008-12-18
x86: PAT: implement track/untrack of pfnmap regions for x86 - v3
venkatesh.pallipadi@intel.com
2
-0
/
+246
2008-12-18
x86: process.c declare c1e_remove_cpu before they get used
Jaswinder Singh
1
-0
/
+1
2008-12-18
x86: sigframe.h: add guard macro
Hiroshi Shimamoto
1
-0
/
+5
2008-12-18
x86: revert CONFIG_RELOCATABLE=y defconfig change
Vegard Nossum
2
-2
/
+2
2008-12-18
x86: tls.c declare sys_set_thread_area and sys_get_thread_area before they ge...
Jaswinder Singh
1
-4
/
+4
2008-12-18
x86: time_64.c timer_interrupt() should be static
Jaswinder Singh
1
-1
/
+1
2008-12-18
Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2
-2
/
+7
2008-12-18
x86 gart: don't complain if no AMD GART found
Bjorn Helgaas
1
-3
/
+1
2008-12-18
Merge branches 'tracing/ftrace' and 'tracing/hw-branch-tracing' into tracing/...
Ingo Molnar
1
-33
/
+28
2008-12-18
x86: ia32_signal: use sigframe.h
Hiroshi Shimamoto
1
-24
/
+2
2008-12-18
x86: ia32_signal: rename struct sigframe and rt_sigframe
Hiroshi Shimamoto
1
-7
/
+7
2008-12-18
x86: signal: prepare to include from ia32_signal.c
Hiroshi Shimamoto
1
-2
/
+20
2008-12-18
x86: signal: move sigframe.h to arch/x86/include/asm
Hiroshi Shimamoto
3
-2
/
+2
2008-12-18
x86: signal: rename sigframe and rt_sigframe on 32-bit
Hiroshi Shimamoto
1
-11
/
+17
2008-12-18
x86: signal: move ia32 func declarations into arch/x86/kernel/signal.c
Hiroshi Shimamoto
2
-5
/
+5
2008-12-17
x86/swiotlb: add default swiotlb_arch_range_needs_mapping
Ian Campbell
1
-0
/
+5
2008-12-17
x86/swiotlb: add default phys<->bus conversion
Ian Campbell
1
-0
/
+10
2008-12-17
x86: unify pci iommu setup and allow swiotlb to compile for 32 bit
Jeremy Fitzhardinge
7
-5
/
+14
2008-12-17
x86: add swiotlb allocation functions
Jeremy Fitzhardinge
1
-0
/
+12
2008-12-17
AMD IOMMU: panic if completion wait loop fails
Joerg Roedel
1
-2
/
+3
2008-12-17
AMD IOMMU: set cmd buffer pointers to zero manually
Joerg Roedel
1
-0
/
+4
2008-12-17
x86: entry_64 - introduce FTRACE_ frame macro v2
Cyrill Gorcunov
2
-51
/
+35
2008-12-17
sparseirq: fix !SMP building, #2
Yinghai Lu
1
-1
/
+1
2008-12-17
x86, sparseirq: move irq_desc according to smp_affinity, v7
Yinghai Lu
2
-1
/
+150
2008-12-16
x86: ia32_signal: use proper macro __USER32_DS
Hiroshi Shimamoto
1
-1
/
+1
2008-12-16
x86: ia32_signal: use __put_user() instead of __copy_to_user()
Hiroshi Shimamoto
1
-2
/
+2
2008-12-16
x86: signal: use signal_fault() in sys_sigreturn()
Hiroshi Shimamoto
1
-12
/
+3
2008-12-16
sgi-xp: xpc needs to pass the physical address, not virtual
Russ Anderson
2
-4
/
+2
2008-12-16
x86: re-enable MCE on secondary CPUS after suspend/resume
Andi Kleen
1
-3
/
+0
2008-12-16
x86: UV fix for global physical addresses
Jack Steiner
2
-16
/
+3
2008-12-16
Merge commit 'v2.6.28-rc8' into x86/uv
Ingo Molnar
32
-166
/
+223
2008-12-16
x86: clean up dead code in vmi_32.c
Zachary Amsden
1
-119
/
+0
2008-12-16
x86: hardirq: use inc_irq_stat() in non-unified functions
Hiroshi Shimamoto
6
-6
/
+6
2008-12-16
Merge commit 'v2.6.28-rc8' into x86/doc
Ingo Molnar
102
-399
/
+733
[prev]
[next]