summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/uv' into x86/develIngo Molnar2008-07-0811-10/+1181
|\
| * x86, SGI UV: uv_ptc_proc_write fixCliff Wickman2008-07-081-1/+1
| * x86, SGI UV: TLB shootdown using broadcast assist unit, v6Cliff Wickman2008-07-081-0/+2
| * x86: increase MAX_APICS for very large x86-64 configsJack Steiner2008-07-081-4/+5
| * x86: fix stack overflow for large values of MAX_APICSJack Steiner2008-07-084-5/+11
| * SGI UV: TLB shootdown using broadcast assist unit, fixIngo Molnar2008-07-081-1/+1
| * SGI UV: clean up arch/x86/kernel/tlb_uv.cIngo Molnar2008-07-081-45/+62
| * SGI UV: TLB shootdown using broadcast assist unitIngo Molnar2008-07-082-108/+96
| * SGI UV: TLB shootdown using broadcast assist unit, cleanupsCliff Wickman2008-07-083-399/+454
| * x86 atomic operations: atomic_or_long() atomic_inc_short()Cliff Wickman2008-07-081-0/+26
| * x86, SGI UV: TLB shootdown using broadcast assist unitCliff Wickman2008-07-085-1/+1077
| * Merge branch 'linus' into x86/irqIngo Molnar2008-07-08330-1368/+9414
| |\
* | \ Merge branch 'x86/nmi' into x86/develIngo Molnar2008-07-087-565/+166
|\ \ \
| * \ \ Merge branch 'linus' into x86/nmiIngo Molnar2008-06-25325-5949/+10561
| |\ \ \
| * | | | x86: fix typo CONFIX -> CONFIGGlauber Costa2008-06-191-1/+1
| * | | | Merge branch 'linus' into x86/nmiIngo Molnar2008-06-161983-20280/+41837
| |\ \ \ \
| * | | | | x86: touch_nmi_watchdog(): reset alert counters for supported nmi_watchdog mo...Cyrill Gorcunov2008-06-121-1/+2
| * | | | | x86, nmi: fix buildmingo@elte.hu2008-06-051-2/+0
| * | | | | x86: watchdog - check for CPU is being supportedCyrill Gorcunov2008-06-051-1/+3
| * | | | | x86: nmi - consolidate nmi_watchdog_default for 32bit modeCyrill Gorcunov2008-06-052-9/+9
| * | | | | x86: fix nmi.c build bugIngo Molnar2008-06-021-0/+2
| * | | | | x86: coding style fixes for nmi.cHiroshi Shimamoto2008-06-021-9/+7
| * | | | | - fix typo in include/asm-x86/nmi.hIngo Molnar2008-05-301-1/+1
| * | | | | x86: nmi - fix incorrect NMI watchdog used by defaultCyrill Gorcunov2008-05-282-8/+12
| * | | | | x86: nmi_32/64.c - merge down nmi_32.c and nmi_64.c to nmi.cCyrill Gorcunov2008-05-253-515/+65
| * | | | | x86: nmi_32/64.c - add helper functions to hide arch specific dataCyrill Gorcunov2008-05-252-23/+63
| * | | | | x86: nmi_32.c cleanup - use for_each_online_cpu helperCyrill Gorcunov2008-05-251-7/+1
| * | | | | x86: nmi_64.c - use for_each_possible_cpu helperCyrill Gorcunov2008-05-251-1/+1
| * | | | | x86: nmi_32.c - unknown_nmi_panic_callback should always panicCyrill Gorcunov2008-05-251-1/+1
| * | | | | x86: nmi_32/64.c - use apic_write_around instead of apic_writeCyrill Gorcunov2008-05-252-3/+3
| * | | | | x86: nmi_32.c - add nmi_watchdog_default helperCyrill Gorcunov2008-05-252-9/+14
| * | | | | x86: nmi_32.c - add "panic" optionCyrill Gorcunov2008-05-251-1/+10
| * | | | | x86: move do_nmi(), stop_nmi() and restart_nmi() to traps_64.cCyrill Gorcunov2008-05-252-25/+24
| * | | | | x86: nmi - die_nmi() output message unificationCyrill Gorcunov2008-05-252-3/+5
| * | | | | x86: nmi - unify die_nmi() interfaceCyrill Gorcunov2008-05-253-8/+9
| * | | | | x86: remove duplicate declaration of unknown_nmi_panicFernando Luis Vazquez Cao2008-05-251-1/+0
| * | | | | x86: nmi and irq counters are unsigned in nmi_64.cHiroshi Shimamoto2008-05-121-2/+2
| * | | | | x86: use per_cpu data in nmi_32Hiroshi Shimamoto2008-05-121-12/+17
* | | | | | Merge branch 'x86/numa' into x86/develIngo Molnar2008-07-0822-278/+611
|\ \ \ \ \ \
| * | | | | | x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64Bernhard Walle2008-07-081-1/+1
| * | | | | | x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle2008-07-085-10/+20
| * | | | | | x86: fix setup.c printk format warningRandy Dunlap2008-07-081-1/+1
| * | | | | | x86: don't return invalid pointers from node_to_cpumask()Vegard Nossum2008-07-081-0/+2
| * | | | | | sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.cMike Travis2008-07-081-9/+9
| * | | | | | x86: numa_64.c fix shadowed variableThomas Gleixner2008-07-081-15/+15
| * | | | | | x86: numa_64.c make local variables staticThomas Gleixner2008-07-081-4/+4
| * | | | | | x86: compile error fix for smpboot.cJeremy Fitzhardinge2008-07-081-0/+2
| * | | | | | x86: leave initial __cpu_pda array in place until cpus are bootedMike Travis2008-07-081-7/+3
| * | | | | | x86: remove static boot_cpu_pda array v2Mike Travis2008-07-086-38/+135
| * | | | | | x86: remove the static 256k node_to_cpumask_mapMike Travis2008-07-083-19/+144
OpenPOWER on IntegriCloud