index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: latencytop support
Arjan van de Ven
2008-01-25
1
-0
/
+27
*
sched: high-res preemption tick
Peter Zijlstra
2008-01-25
3
-3
/
+9
*
cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()
Gautham R Shenoy
2008-01-25
2
-12
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2008-01-25
11
-1036
/
+2309
|
\
|
*
[CRYPTO] twofish: Merge common glue code
Sebastian Siewior
2008-01-14
3
-103
/
+6
|
*
[CRYPTO] salsa20: Add x86-64 assembly version
Tan Swee Heng
2008-01-11
3
-0
/
+924
|
*
[CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version)
Tan Swee Heng
2008-01-11
3
-0
/
+1243
|
*
[CRYPTO] aes-asm: Merge common glue code
Sebastian Siewior
2008-01-11
3
-77
/
+20
|
*
[CRYPTO] aes-i586: Remove setkey
Sebastian Siewior
2008-01-11
2
-504
/
+46
|
*
[CRYPTO] aes-x86-64: Remove setkey
Sebastian Siewior
2008-01-11
2
-313
/
+37
|
*
[CRYPTO] aes: Move common defines into a header file
Sebastian Siewior
2008-01-11
2
-8
/
+2
*
|
Driver core: change sysdev classes to use dynamic kobject names
Kay Sievers
2008-01-24
11
-11
/
+11
*
|
Kobject: convert arch/* from kobject_unregister() to kobject_put()
Greg Kroah-Hartman
2008-01-24
2
-8
/
+7
*
|
Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_init_a...
Greg Kroah-Hartman
2008-01-24
1
-4
/
+5
*
|
Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_create...
Greg Kroah-Hartman
2008-01-24
1
-10
/
+9
*
|
Kobject: change arch/x86/kernel/cpu/intel_cacheinfo.c to use kobject_init_and...
Greg Kroah-Hartman
2008-01-24
1
-8
/
+7
*
|
PM: Acquire device locks on suspend
Rafael J. Wysocki
2008-01-24
2
-6
/
+6
*
|
xen: disable vcpu_info placement for now
Jeremy Fitzhardinge
2008-01-23
1
-1
/
+1
*
|
x86: GEODE fix a race condition in the MFGPT timer tick
Jordan Crouse
2008-01-22
1
-7
/
+8
*
|
Revert "x86: fix NMI watchdog & 'stopped time' problem"
Thomas Gleixner
2008-01-22
2
-17
/
+4
*
|
x86: add support for the latest Intel processors to Oprofile
Arjan van de Ven
2008-01-18
1
-1
/
+1
*
|
lockdep: more hardirq annotations for notify_die()
Peter Zijlstra
2008-01-16
2
-0
/
+2
*
|
x86: fix RTC_AIE with CONFIG_HPET_EMULATE_RTC
Bernhard Walle
2008-01-15
1
-1
/
+1
*
|
x86: fix boot crash on HIGHMEM4G && SPARSEMEM
Ingo Molnar
2008-01-15
1
-2
/
+7
*
|
Kick CPUS that might be sleeping in cpus_idle_wait
Steven Rostedt
2008-01-14
2
-0
/
+22
*
|
Pull bugzilla-9194 into release branch
Len Brown
2008-01-11
1
-7
/
+3
|
\
\
|
*
|
PM: ACPI and APM must not be enabled at the same time
Len Brown
2008-01-11
1
-7
/
+3
*
|
|
x86: fix do_fork_idle section mismatch
Thomas Gleixner
2008-01-08
1
-1
/
+1
*
|
|
fix lguest rmmod "bad pgd"
Rusty Russell
2008-01-01
1
-1
/
+1
*
|
|
Revert "x86: fix show cpuinfo cpu number always zero"
Linus Torvalds
2007-12-25
1
-1
/
+1
*
|
|
x86: intel_cacheinfo.c: cpu cache info entry for Intel Tolapai
Jason Gaston
2007-12-21
1
-0
/
+1
*
|
|
x86: fix die() to not be preemptible
Ingo Molnar
2007-12-21
1
-4
/
+3
*
|
|
x86: fix show cpuinfo cpu number always zero
Mike Travis
2007-12-19
1
-1
/
+1
*
|
|
x86_32: disable_pse must be __cpuinitdata
Adrian Bunk
2007-12-19
1
-1
/
+1
*
|
|
x86_32: select_idle_routine() must be __cpuinit
Adrian Bunk
2007-12-19
1
-1
/
+1
*
|
|
x86 smpboot_32.c section fixes
Adrian Bunk
2007-12-19
1
-3
/
+3
*
|
|
x86 apic_32.c section fix
Adrian Bunk
2007-12-19
1
-1
/
+1
*
|
|
x86: fix "Kernel panic - not syncing: IO-APIC + timer doesn't work!"
Ingo Molnar
2007-12-18
2
-8
/
+24
*
|
|
x86: kprobes bugfix
Masami Hiramatsu
2007-12-18
1
-23
/
+18
*
|
|
x86: jprobe bugfix
Masami Hiramatsu
2007-12-18
2
-7
/
+3
*
|
|
oprofile: op_model_athlon.c support for AMD family 10h barcelona performance ...
Barry Kasindorf
2007-12-18
1
-6
/
+16
*
|
|
revert "Hibernation: Use temporary page tables for kernel text mapping on x86...
Andrew Morton
2007-12-17
1
-33
/
+6
|
/
/
*
|
xen: relax signature check
Jeremy Fitzhardinge
2007-12-10
1
-1
/
+1
*
|
Pull suspend-2.6.24 into release branch
Len Brown
2007-12-06
1
-4
/
+0
|
\
\
|
*
|
ACPI: suspend: old debugging hacks sneaked back
Pavel Machek
2007-12-06
1
-4
/
+0
*
|
|
Tiny clean-up of OPROFILE/KPROBES configuration
Linus Torvalds
2007-12-06
1
-2
/
+3
*
|
|
x86: arch_register_cpu() section fix
Andrew Morton
2007-12-04
1
-2
/
+3
*
|
|
x86: free_cache_attributes() section fix
Adrian Bunk
2007-12-04
1
-1
/
+1
*
|
|
x86: add the word 'WARNING' in check_nmi_watchdog() output
Don Zickus
2007-12-04
2
-2
/
+4
*
|
|
x86: revert CONFIG_X86_HT semantics change
Adrian Bunk
2007-12-04
1
-1
/
+2
|
/
/
[next]