summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: cleanup div_sc() usageAkinobu Mita2008-04-265-5/+9
* x86: cleanup clocksource_hz2mult usageAkinobu Mita2008-04-261-1/+2
* x86: remove unnecessary memset and NULL check after alloc_bootmem()Akinobu Mita2008-04-261-4/+0Star
* x86: use bitmap library for pin_programmedAkinobu Mita2008-04-261-9/+5Star
* x86: use MP_intsrc_info()Akinobu Mita2008-04-261-17/+2Star
* x86: use BUILD_BUG_ON() for the size of struct intel_mp_floatingAkinobu Mita2008-04-261-3/+1Star
* x86_64 ia32 ptrace: convert to compat_arch_ptraceRoland McGrath2008-04-262-60/+9Star
* x86_64 ia32 ptrace: use compat_ptrace_request for siginfoRoland McGrath2008-04-261-29/+1Star
* x86 signals: lift set_fsRoland McGrath2008-04-262-8/+7Star
* x86 signals: lift flags diddling codeRoland McGrath2008-04-263-30/+30
* x86: remove NexGen supportDmitri Vorobiev2008-04-264-65/+5Star
* x86: array can become staticDmitri Vorobiev2008-04-261-1/+1
* x86: remove unused function amd_init_cpu()Dmitri Vorobiev2008-04-261-6/+0Star
* x86-64: extend MCE CPU quirk handlingJan Beulich2008-04-261-8/+10
* i386: fix signal type for iret exceptionJan Beulich2008-04-261-1/+1
* x86: fix watchdog ops for CoreDuoJan Beulich2008-04-261-12/+2Star
* i386: fix asm constraint in do_IRQ()Jan Beulich2008-04-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-255-14/+240
|\
| * /dev/mem: make promisc the defaultIngo Molnar2008-04-241-1/+0Star
| * pat: cleanupsIngo Molnar2008-04-241-11/+11
| * x86: PAT use reserve free memtype in mmap of /dev/memvenkatesh.pallipadi@intel.com2008-04-241-10/+118
| * x86: PAT phys_mem_access_prot_allowed for dev/mem mmapvenkatesh.pallipadi@intel.com2008-04-241-0/+39
| * x86: PAT avoid aliasing in /dev/mem read/writevenkatesh.pallipadi@intel.com2008-04-241-0/+29
| * x86: introduce /dev/mem restrictions with a config optionArjan van de Ven2008-04-243-0/+51
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-2523-987/+572Star
|\ \
| * | xen: allow compilation with non-flat memoryJeremy Fitzhardinge2008-04-242-1/+3
| * | xen: fold xen_sysexit into xen_iretJeremy Fitzhardinge2008-04-242-64/+15Star
| * | xen: allow set_pte_at on init_mm to be locklessJeremy Fitzhardinge2008-04-241-2/+10
| * | xen: disable preemption during tlb flushJeremy Fitzhardinge2008-04-241-2/+13
| * | xen: make grant table arch portableIsaku Yamahata2008-04-242-1/+92
| * | xen: move events.c to drivers/xen for IA64/Xen supportIsaku Yamahata2008-04-243-660/+2Star
| * | xen: move features.c from arch/x86/xen/features.c to drivers/xenIsaku Yamahata2008-04-242-30/+1Star
| * | xen: jump to iret fixupJeremy Fitzhardinge2008-04-242-15/+10Star
| * | xen: no need for domU to worry about MCE/MCAJeremy Fitzhardinge2008-04-241-0/+2
| * | xen: short-cut for recursive event handlingJeremy Fitzhardinge2008-04-241-16/+30
| * | xen: make sure retriggered events are set pendingJeremy Fitzhardinge2008-04-241-1/+7
| * | xen: implement a debug-interrupt handlerJeremy Fitzhardinge2008-04-243-5/+64
| * | xen: support sysenter/sysexit if hypervisor doesJeremy Fitzhardinge2008-04-246-3/+99
| * | x86: unify pgd ctor/dtorJeremy Fitzhardinge2008-04-241-46/+13Star
| * | x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge2008-04-246-14/+14
| * | xen: make sure iret faults are trappedJeremy Fitzhardinge2008-04-242-2/+6
| * | xen: unify pte operationsJeremy Fitzhardinge2008-04-241-81/+44Star
| * | xen: make use of pte_t unionJeremy Fitzhardinge2008-04-241-13/+11Star
| * | xen: use appropriate pte typesJeremy Fitzhardinge2008-04-241-16/+16
| * | x86/pgtable.h: demacro ptep_clear_flush_youngJeremy Fitzhardinge2008-04-241-0/+12
| * | x86/pgtable.h: demacro ptep_test_and_clear_youngJeremy Fitzhardinge2008-04-241-0/+15
| * | x86/pgtable.h: demacro ptep_set_access_flagsJeremy Fitzhardinge2008-04-241-0/+16
| * | x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge2008-04-242-0/+3
| * | x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge2008-04-247-45/+45
| * | x86: move all the pgd_list handling to one placeJeremy Fitzhardinge2008-04-241-21/+7Star