aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86: Sync 32/64-bit kernel_threadBrian Gerst2009-12-102-3/+13
* x86, 32-bit: Use same regs as 64-bit for kernel_thread_helperBrian Gerst2009-12-102-10/+6
* x86, 64-bit: Use user_mode() to determine new stack pointer in copy_thread()Brian Gerst2009-12-101-3/+4
* x86, 64-bit: Move kernel_thread to CBrian Gerst2009-12-103-50/+32
* x86-64, paravirt: Call set_iopl_mask() on 64 bitsH. Peter Anvin2009-12-091-2/+0
* x86-32: Avoid pipeline serialization in PTREGSCALL1 and 2H. Peter Anvin2009-12-091-3/+3
* x86: Merge sys_cloneBrian Gerst2009-12-094-25/+22
* x86, 32-bit: Convert sys_vm86 & sys_vm86oldBrian Gerst2009-12-092-8/+7
* x86: Merge sys_sigaltstackBrian Gerst2009-12-092-12/+2
* x86: Merge sys_execveBrian Gerst2009-12-094-45/+27
* x86: Merge sys_ioplBrian Gerst2009-12-092-24/+6
* x86-32: Add new pt_regs stubsBrian Gerst2009-12-091-11/+38
* Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-081-2/+3
|\
| * timekeeping: Fix clock_gettime vsyscall time warpLin Ming2009-11-171-2/+3
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-082-2/+2
|\ \
| * | x86: vmiclock: Fix printk formatThomas Gleixner2009-11-181-1/+1
| * | x86: Fix printk format due to variable type changeThomas Gleixner2009-11-161-1/+1
* | | Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-083-36/+91
|\ \ \
| * | | x86: hpet: Make WARN_ON understandableThomas Gleixner2009-11-271-4/+15
| * | | x86: arch specific support for remapping HPET MSIsSuresh Siddha2009-08-273-9/+44
| * | | x86, hpet: Simplify the HPET codeJan Beulich2009-08-211-22/+23
| * | | x86, hpet: Disable per-cpu hpet timer if ARAT is supportedShaohua Li2009-08-121-2/+10
* | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-084-45/+63
|\ \ \ \
| * | | | x86: UV RTC: Always enable RTC clocksourceDimitri Sivanich2009-11-231-11/+6
| * | | | x86: UV RTC: Rename generic_interrupt to x86_platform_ipiDimitri Sivanich2009-10-144-19/+19
| * | | | x86: UV RTC: Clean up error handlingDimitri Sivanich2009-10-141-8/+13
| * | | | x86: UV RTC: Add clocksource only boot optionDimitri Sivanich2009-10-141-5/+18
| * | | | x86: UV RTC: Fix early expiry handlingDimitri Sivanich2009-10-141-12/+17
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-083-4/+16
|\ \ \ \ \
| * | | | | x86, mce: don't restart timer if disabledHidetoshi Seto2009-12-021-2/+4
| * | | | | x86: AMD Northbridge: Verify NB's node is onlinePrarit Bhargava2009-11-161-1/+8
| * | | | | x86: Fix typo in Intel CPU cache size descriptorDave Jones2009-11-101-1/+1
| * | | | | x86: Add new Intel CPU cache size descriptorsDave Jones2009-11-101-0/+3
* | | | | | Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-081-0/+1
|\ \ \ \ \ \
| * | | | | | x86/reboot: Add pci_dev_put in reboot_fixup_32.c for consistencyXiaotian Feng2009-12-031-0/+1
* | | | | | | Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-081-8/+24
|\ \ \ \ \ \ \
| * | | | | | | x86-64: merge the standard and compat start_thread() functionsH. Peter Anvin2009-10-091-22/+17
| * | | | | | | x86-64: make compat_start_thread() match start_thread()H. Peter Anvin2009-10-091-1/+22
* | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-0816-147/+200
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, mm: Correct the implementation of is_untracked_pat_range()H. Peter Anvin2009-11-301-1/+1
| * | | | | | | | x86, mtrr: Fix sorting of mtrr after subtractingYinghai Lu2009-11-241-9/+40
| * | | | | | | | x86: Move find_smp_config() earlier and avoid bootmem usageYinghai Lu2009-11-244-43/+18
| * | | | | | | | x86, platform: Change is_untracked_pat_range() to bool; cleanup initH. Peter Anvin2009-11-232-3/+3
| * | | | | | | | x86: UV SGI: Don't track GRU space in PATJack Steiner2009-11-232-1/+20
| * | | | | | | | x86: SGI UV: Fix BAU initializationCliff Wickman2009-11-231-3/+1
| * | | | | | | | x86, numa: Use near(er) online node instead of roundrobin for NUMAYinghai Lu2009-11-231-1/+5
| * | | | | | | | x86: Change crash kernel to reserve via reserve_early()Yinghai Lu2009-11-231-42/+15
| * | | | | | | | x86: Eliminate redundant/contradicting cache line size config optionsJan Beulich2009-11-191-5/+5
| * | | | | | | | x86: When cleaning MTRRs, do not fold WP into UCYinghai Lu2009-11-171-2/+0
| * | | | | | | | x86, mm: Report state of NX protections during bootKees Cook2009-11-161-5/+6