Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | x86: increase MAX_APICS for very large x86-64 configs | Jack Steiner | 2008-07-08 | 1 | -4/+5 | |
| * | | | x86: fix stack overflow for large values of MAX_APICS | Jack Steiner | 2008-07-08 | 4 | -5/+11 | |
| * | | | SGI UV: TLB shootdown using broadcast assist unit, fix | Ingo Molnar | 2008-07-08 | 1 | -1/+1 | |
| * | | | SGI UV: clean up arch/x86/kernel/tlb_uv.c | Ingo Molnar | 2008-07-08 | 1 | -45/+62 | |
| * | | | SGI UV: TLB shootdown using broadcast assist unit | Ingo Molnar | 2008-07-08 | 2 | -108/+96 | |
| * | | | SGI UV: TLB shootdown using broadcast assist unit, cleanups | Cliff Wickman | 2008-07-08 | 3 | -399/+454 | |
| * | | | x86 atomic operations: atomic_or_long() atomic_inc_short() | Cliff Wickman | 2008-07-08 | 1 | -0/+26 | |
| * | | | x86, SGI UV: TLB shootdown using broadcast assist unit | Cliff Wickman | 2008-07-08 | 5 | -1/+1077 | |
| * | | | Merge branch 'linus' into x86/irq | Ingo Molnar | 2008-07-08 | 330 | -1368/+9414 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge branch 'x86/nmi' into x86/devel | Ingo Molnar | 2008-07-08 | 7 | -565/+166 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'linus' into x86/nmi | Ingo Molnar | 2008-06-25 | 325 | -5949/+10561 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| * | | | | | x86: fix typo CONFIX -> CONFIG | Glauber Costa | 2008-06-19 | 1 | -1/+1 | |
| * | | | | | Merge branch 'linus' into x86/nmi | Ingo Molnar | 2008-06-16 | 1983 | -20280/+41837 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | x86: touch_nmi_watchdog(): reset alert counters for supported nmi_watchdog mo... | Cyrill Gorcunov | 2008-06-12 | 1 | -1/+2 | |
| * | | | | | | x86, nmi: fix build | mingo@elte.hu | 2008-06-05 | 1 | -2/+0 | |
| * | | | | | | x86: watchdog - check for CPU is being supported | Cyrill Gorcunov | 2008-06-05 | 1 | -1/+3 | |
| * | | | | | | x86: nmi - consolidate nmi_watchdog_default for 32bit mode | Cyrill Gorcunov | 2008-06-05 | 2 | -9/+9 | |
| * | | | | | | x86: fix nmi.c build bug | Ingo Molnar | 2008-06-02 | 1 | -0/+2 | |
| * | | | | | | x86: coding style fixes for nmi.c | Hiroshi Shimamoto | 2008-06-02 | 1 | -9/+7 | |
| * | | | | | | - fix typo in include/asm-x86/nmi.h | Ingo Molnar | 2008-05-30 | 1 | -1/+1 | |
| * | | | | | | x86: nmi - fix incorrect NMI watchdog used by default | Cyrill Gorcunov | 2008-05-28 | 2 | -8/+12 | |
| * | | | | | | x86: nmi_32/64.c - merge down nmi_32.c and nmi_64.c to nmi.c | Cyrill Gorcunov | 2008-05-25 | 3 | -515/+65 | |
| * | | | | | | x86: nmi_32/64.c - add helper functions to hide arch specific data | Cyrill Gorcunov | 2008-05-25 | 2 | -23/+63 | |
| * | | | | | | x86: nmi_32.c cleanup - use for_each_online_cpu helper | Cyrill Gorcunov | 2008-05-25 | 1 | -7/+1 | |
| * | | | | | | x86: nmi_64.c - use for_each_possible_cpu helper | Cyrill Gorcunov | 2008-05-25 | 1 | -1/+1 | |
| * | | | | | | x86: nmi_32.c - unknown_nmi_panic_callback should always panic | Cyrill Gorcunov | 2008-05-25 | 1 | -1/+1 | |
| * | | | | | | x86: nmi_32/64.c - use apic_write_around instead of apic_write | Cyrill Gorcunov | 2008-05-25 | 2 | -3/+3 | |
| * | | | | | | x86: nmi_32.c - add nmi_watchdog_default helper | Cyrill Gorcunov | 2008-05-25 | 2 | -9/+14 | |
| * | | | | | | x86: nmi_32.c - add "panic" option | Cyrill Gorcunov | 2008-05-25 | 1 | -1/+10 | |
| * | | | | | | x86: move do_nmi(), stop_nmi() and restart_nmi() to traps_64.c | Cyrill Gorcunov | 2008-05-25 | 2 | -25/+24 | |
| * | | | | | | x86: nmi - die_nmi() output message unification | Cyrill Gorcunov | 2008-05-25 | 2 | -3/+5 | |
| * | | | | | | x86: nmi - unify die_nmi() interface | Cyrill Gorcunov | 2008-05-25 | 3 | -8/+9 | |
| * | | | | | | x86: remove duplicate declaration of unknown_nmi_panic | Fernando Luis Vazquez Cao | 2008-05-25 | 1 | -1/+0 | |
| * | | | | | | x86: nmi and irq counters are unsigned in nmi_64.c | Hiroshi Shimamoto | 2008-05-12 | 1 | -2/+2 | |
| * | | | | | | x86: use per_cpu data in nmi_32 | Hiroshi Shimamoto | 2008-05-12 | 1 | -12/+17 | |
* | | | | | | | Merge branch 'x86/numa' into x86/devel | Ingo Molnar | 2008-07-08 | 22 | -278/+611 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64 | Bernhard Walle | 2008-07-08 | 1 | -1/+1 | |
| * | | | | | | | x86: add flags parameter to reserve_bootmem_generic() | Bernhard Walle | 2008-07-08 | 5 | -10/+20 | |
| * | | | | | | | x86: fix setup.c printk format warning | Randy Dunlap | 2008-07-08 | 1 | -1/+1 | |
| * | | | | | | | x86: don't return invalid pointers from node_to_cpumask() | Vegard Nossum | 2008-07-08 | 1 | -0/+2 | |
| * | | | | | | | sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.c | Mike Travis | 2008-07-08 | 1 | -9/+9 | |
| * | | | | | | | x86: numa_64.c fix shadowed variable | Thomas Gleixner | 2008-07-08 | 1 | -15/+15 | |
| * | | | | | | | x86: numa_64.c make local variables static | Thomas Gleixner | 2008-07-08 | 1 | -4/+4 | |
| * | | | | | | | x86: compile error fix for smpboot.c | Jeremy Fitzhardinge | 2008-07-08 | 1 | -0/+2 | |
| * | | | | | | | x86: leave initial __cpu_pda array in place until cpus are booted | Mike Travis | 2008-07-08 | 1 | -7/+3 | |
| * | | | | | | | x86: remove static boot_cpu_pda array v2 | Mike Travis | 2008-07-08 | 6 | -38/+135 | |
| * | | | | | | | x86: remove the static 256k node_to_cpumask_map | Mike Travis | 2008-07-08 | 3 | -19/+144 | |
| * | | | | | | | x86: restore pda nodenumber field | Mike Travis | 2008-07-08 | 3 | -1/+6 | |
| * | | | | | | | x86: cleanup early per cpu variables/accesses v4 | Mike Travis | 2008-07-08 | 15 | -196/+270 | |
| * | | | | | | | x86: modify Kconfig to allow up to 4096 cpus | Mike Travis | 2008-07-08 | 1 | -5/+32 |