- 299e269 x86: fix percpu_write with 64-bit constants by Brian Gerst · 16 years ago
- 06deef8 x86: clean up gdt_page definition by Brian Gerst · 16 years ago
- 67e68bd x86: update canary handling during switch by Tejun Heo · 16 years ago
- 8f5d36e Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 16 years ago
- 6b7c38d linker script: kill PERCPU_VADDR_PREALLOC() by Tejun Heo · 16 years ago
- 0d974d4 x86: remove pda.h by Brian Gerst · 16 years ago
- 947e76c x86: move stack_canary into irq_stack by Brian Gerst · 16 years ago
- 8c7e58e x86: rework __per_cpu_load adjustments by Brian Gerst · 16 years ago
- 0bd74fa percpu: refactor percpu.h by Brian Gerst · 16 years ago
- 8ce0319 x86: remove pda_init() by Brian Gerst · 16 years ago
- b4a8f7a x86: conditionalize stack canary handling in hot path by Tejun Heo · 16 years ago
- c6e50f9 x86: cleanup stack protector by Tejun Heo · 16 years ago
- 5cdc5e9e x86: fully honor "nolapic", fix by Ingo Molnar · 16 years ago
- 7890ba8 Merge branch 'stackprotector' into core/percpu by Ingo Molnar · 16 years ago
- b2b062b Merge branch 'core/percpu' into stackprotector by Ingo Molnar · 16 years ago
- 99937d6 Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 16 years ago
- 87b2640 x86-64: Use absolute displacements for per-cpu accesses. by Brian Gerst · 16 years ago
- c2558e0 x86-64: Move isidle from PDA to per-cpu. by Brian Gerst · 16 years ago
- e7a22c1 x86-64: Move nodenumber from PDA to per-cpu. by Brian Gerst · 16 years ago
- 5689553 x86-64: Move irqcount from PDA to per-cpu. by Brian Gerst · 16 years ago
- 3d1e42a x86-64: Move oldrsp from PDA to per-cpu. by Brian Gerst · 16 years ago
- 9af4565 x86-64: Move kernelstack from PDA to per-cpu. by Brian Gerst · 16 years ago
- c6f5e0a x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
- ea92790 x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
- 92d65b2 x86-64: Convert exception stacks to per-cpu by Brian Gerst · 16 years ago
- 26f80bd x86-64: Convert irqstacks to per-cpu by Brian Gerst · 16 years ago
- 9eb912d x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
- 1b437c8 x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
- 74e7904 linker script: add missing .data.percpu.page_aligned by Tejun Heo · 16 years ago
- 145cd30 linker script: add missing VMLINUX_SYMBOL by Tejun Heo · 16 years ago
- cd3adf5 x86_64: initialize this_cpu_off to __per_cpu_load by Tejun Heo · 16 years ago
- a338af2 x86: fix build bug introduced during merge by Tejun Heo · 16 years ago
- 6dbde35 percpu: add optimized generic percpu accessors by Ingo Molnar · 16 years ago
- 004aa32 x86: misc clean up after the percpu update by Tejun Heo · 16 years ago
- 49357d1 x86: convert pda ops to wrappers around x86 percpu accessors by Tejun Heo · 16 years ago
- b12d8db x86: make pda a percpu variable by Tejun Heo · 16 years ago
- 9939dda x86: merge 64 and 32 SMP percpu handling by Tejun Heo · 16 years ago
- 1a51e3a x86: fold pda into percpu area on SMP by Tejun Heo · 16 years ago
- c8f3329 x86: use static _cpu_pda array by Tejun Heo · 16 years ago
- f32ff53 x86: load pointer to pda into %gs while brining up a CPU by Tejun Heo · 16 years ago
- 3e5d8f9 x86: make percpu symbols zerobased on SMP by Tejun Heo · 16 years ago
- a698c82 x86: make vmlinux_32.lds.S use PERCPU() macro by Tejun Heo · 16 years ago
- c90aa89 x86: cleanup early setup_percpu references by Mike Travis · 16 years ago
- f10fcd4 x86: make early_per_cpu() a lvalue and use it by Tejun Heo · 16 years ago
- 7de6883 x86: fix pda_to_op() by Tejun Heo · 16 years ago
- 7f268f4 Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpu by Ingo Molnar · 16 years ago
- 54da5b3d x86: fix broken flush_tlb_others_ipi(), fix by Ingo Molnar · 16 years ago
- a08c474 x86: avoid early crash in disable_local_APIC() by Jan Beulich · 16 years ago
- f118263 x86: fully honor "nolapic" by Jan Beulich · 16 years ago
- d2287f5 irq: update all arches for new irq_desc, fix by Mike Travis · 16 years ago
- 5cca0cf x86, pat: fix reserve_memtype() for legacy 1MB range by Suresh Siddha · 16 years ago
- b665967 x86: make 32bit MAX_HARDIRQS_PER_CPU to be NR_VECTORS by Yinghai Lu · 16 years ago
- e46d517 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/travis/linux-2.6-cpus4096-for-ingo into cpus4096 by Ingo Molnar · 16 years ago
- c2c2174 x86: replacing mp_config_intsrc with mpc_intsrc by Jaswinder Singh Rajput · 16 years ago
- b5ba7e6 x86: replacing mp_config_ioapic with mpc_ioapic by Jaswinder Singh Rajput · 16 years ago
- a4a0acf x86: fix broken flush_tlb_others_ipi() by Suresh Siddha · 16 years ago
- a652504 Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- b9a0d06 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
- 6256851 Fix timeouts in sys_pselect7 by Bernd Schmidt · 16 years ago
- 125c97d fix early_serial_setup() regression by Helge Deller · 16 years ago
- e6b50c8 TWL4030: fix clk API usage by Russell King · 16 years ago
- 58dab91 x86 PAT: remove CPA WARN_ON for zero pte by venkatesh.pallipadi@intel.com · 16 years ago
- cdecff6 x86 PAT: return compatible mapping to remap_pfn_range callers by venkatesh.pallipadi@intel.com · 16 years ago
- e4b866e x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param by venkatesh.pallipadi@intel.com · 16 years ago
- afc7d20 x86 PAT: consolidate old memtype new memtype check into a function by venkatesh.pallipadi@intel.com · 16 years ago
- a367061 x86 PAT: remove PFNMAP type on track_pfn_vma_new() error by venkatesh.pallipadi@intel.com · 16 years ago
- c839994 x86, generic: mark complex bitops.h inlines as __always_inline by Andi Kleen · 16 years ago
- e0b325d Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 2883985 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- ccbf04f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
- 51eb9ab Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
- 288e487 Prevent oops at boot with VT-d by Dirk Hohndel · 16 years ago
- 4a99d95 pata_it821x: Update RDC UDMA handling by Alan Cox · 16 years ago
- a0f79f7 ata: fix wrong WARN_ON_ONCE by Christian Borntraeger · 16 years ago
- 4a922a9 x86, cpufreq: remove leftover copymask_copy() by Ingo Molnar · 16 years ago
- 8c9ea7f Merge branches 'ehca', 'ipoib', 'iser', 'mlx4' and 'nes' into for-next by Roland Dreier · 16 years ago
- f5eb3b7 IB/iser: Add dependency on INFINIBAND_ADDR_TRANS by Randy Dunlap · 16 years ago
- 50df48f IPoIB: Do not join broadcast group if interface is brought down by Yossi Etigin · 16 years ago
- 4a046d1 x86: arch_probe_nr_irqs by Yinghai Lu · 16 years ago
- 37a76bd async: fix __lowest_in_progress() by Arjan van de Ven · 16 years ago
- d32ad10 script: improve markup_oops.pl to also decode oopses in modules by Arjan van de Ven · 16 years ago
- 7df5231 ti_usb_3410_5052: add Multi-Tech firmware by Chris Adams · 16 years ago
- cb7a7c6 ti_usb_3410_5052: add Multi-Tech modem support by Chris Adams · 16 years ago
- 05a3d90 ti_usb_3410_5052: support alternate firmware by Chris Adams · 16 years ago
- bf0672d usb-serial: remove NULL check by Alan Cox · 16 years ago
- 21b56ec neo: Remove a bogus NULL check by Alan Cox · 16 years ago
- c774bda pty: Fix documentation by Alan Cox · 16 years ago
- 1284709 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 1181a24 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- b743791 Merge branch 'for-next' of git://git.o-hand.com/linux-mfd by Linus Torvalds · 16 years ago
- 9219a3b Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
- 23ead72 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
- 54c2668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
- ddb4a9d Merge branch 'for_2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6 by Linus Torvalds · 16 years ago
- 87aa08b Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 16 years ago
- 3b1b719 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 16 years ago
- c69e883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 16 years ago
- 3e55f1a Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 9b0c474 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
- e65e49d irq: update all arches for new irq_desc by Mike Travis · 16 years ago