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
2009-06-24
percpu: use dynamic percpu allocator as the default percpu allocator
Tejun Heo
1
-3
/
+0
2009-06-22
x86: ensure percpu lpage doesn't consume too much vmalloc space
Tejun Heo
1
-3
/
+15
2009-06-22
x86: implement percpu_alloc kernel parameter
Tejun Heo
1
-19
/
+50
2009-06-22
x86: fix pageattr handling for lpage percpu allocator and re-enable it
Tejun Heo
3
-10
/
+93
2009-06-22
x86: reorganize cpa_process_alias()
Tejun Heo
1
-27
/
+23
2009-06-22
x86: prepare setup_pcpu_lpage() for pageattr fix
Tejun Heo
1
-25
/
+33
2009-06-22
x86: rename remap percpu first chunk allocator to lpage
Tejun Heo
1
-25
/
+25
2009-06-22
x86: fix duplicate free in setup_pcpu_remap() failure path
Tejun Heo
1
-1
/
+1
2009-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
3
-4
/
+9
2009-06-21
Move FAULT_FLAG_xyz into handle_mm_fault() callers
Linus Torvalds
1
-1
/
+1
2009-06-20
x86, 64-bit: Clean up user address masking
Linus Torvalds
4
-12
/
+4
2009-06-20
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
5
-73
/
+143
2009-06-20
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-3
/
+11
2009-06-20
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-2
/
+9
2009-06-20
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
37
-597
/
+670
2009-06-20
x86: don't use 'access_ok()' as a range check in get_user_pages_fast()
Linus Torvalds
1
-2
/
+7
2009-06-20
Merge branch 'x86/mce3' into x86/urgent
Ingo Molnar
16
-508
/
+528
2009-06-19
perf_counter, x86: Improve interactions with fast-gup
Ingo Molnar
2
-2
/
+7
2009-06-19
perf_counter: Make callchain samples extensible
Peter Zijlstra
1
-23
/
+6
2009-06-18
function-graph: add stack frame test
Steven Rostedt
4
-2
/
+9
2009-06-18
dma-mapping: x86: use asm-generic/dma-mapping-common.h
FUJITA Tomonori
2
-171
/
+3
2009-06-18
gcov: enable GCOV_PROFILE_ALL for x86_64
Peter Oberparleiter
5
-0
/
+6
2009-06-18
x86, mce: fix error path in mce_create_device()
Hidetoshi Seto
1
-5
/
+5
2009-06-18
crypto: aes-ni - Remove CRYPTO_TFM_REQ_MAY_SLEEP from fpu template
Huang Ying
1
-2
/
+2
2009-06-18
crypto: aes-ni - Do not sleep when using the FPU
Huang Ying
1
-0
/
+4
2009-06-18
crypto: aes-ni - Fix cbc mode IV saving
Huang Ying
1
-2
/
+3
2009-06-17
x86: use zalloc_cpumask_var for mce_dev_initialized
Yinghai Lu
1
-1
/
+1
2009-06-17
x86: fix duplicated sysfs attribute
Yinghai Lu
1
-1
/
+1
2009-06-17
x86: de-assembler-ize asm/desc.h
Alexander van Heukelum
4
-29
/
+0
2009-06-17
i386: fix/simplify espfix stack switching, move it into assembly
Alexander van Heukelum
2
-16
/
+35
2009-06-17
i386: fix return to 16-bit stack from NMI handler
Alexander van Heukelum
1
-6
/
+8
2009-06-17
x86: Use pci_claim_resource
Matthew Wilcox
1
-10
/
+7
2009-06-17
x86, ioapic: Don't call disconnect_bsp_APIC if no APIC present
Cyrill Gorcunov
1
-1
/
+3
2009-06-17
perf_counter: x86: Set the period in the intel overflow handler
Peter Zijlstra
1
-0
/
+2
2009-06-17
x86: Remove duplicated #include's
Huang Weiyi
2
-12
/
+0
2009-06-17
x86: msr.h linux/types.h is only required for __KERNEL__
Jaswinder Singh Rajput
1
-6
/
+1
2009-06-17
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...
Linus Torvalds
6
-189
/
+175
2009-06-17
Merge branch 'x86/urgent' into x86/mce3
Ingo Molnar
15
-24
/
+95
2009-06-17
x86: nmi: Add Intel processor 0x6f4 to NMI perfctr1 workaround
Prarit Bhargava
1
-4
/
+8
2009-06-17
x86, mce: mce_intel.c needs <asm/apic.h>
H. Peter Anvin
1
-0
/
+1
2009-06-17
x86: apic/io_apic.c: dmar_msi_type should be static
Jaswinder Singh Rajput
1
-1
/
+1
2009-06-17
x86, io_apic.c: Work around compiler warning
Figo.zhang
1
-1
/
+2
2009-06-17
x86: mce: Don't touch THERMAL_APIC_VECTOR if no active APIC present
Cyrill Gorcunov
1
-2
/
+8
2009-06-17
sched, x86: Fix cpufreq + sched_clock() TSC scaling
Peter Zijlstra
2
-3
/
+11
2009-06-17
Merge branch 'linus' into perfcounters/core
Ingo Molnar
79
-1716
/
+4805
2009-06-17
x86: mce: Handle banks == 0 case in K7 quirk
Andi Kleen
1
-1
/
+1
2009-06-17
Merge branch 'linus' into x86/urgent
Ingo Molnar
65
-2099
/
+3773
2009-06-16
Merge branch 'akpm'
Linus Torvalds
7
-33
/
+10
2009-06-16
kmap_types: make most arches use generic header file
Randy Dunlap
1
-20
/
+3
2009-06-16
use printk_once() in several places
Minchan Kim
1
-8
/
+3
[next]