2009-01-27 |
James Bottomley | x86: fix build breakage on voyage |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brian Gerst | x86: load new GDT after setting up boot cpu per-cpu... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brian Gerst | x86: remove extra barriers from load_gs_base() |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brian Gerst | x86: initialize per-cpu GDT segment in per-cpu setup |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brian Gerst | x86: make Voyager use x86 per-cpu setup. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brian Gerst | x86: don't assume boot cpu is #0 |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brian Gerst | x86: move this_cpu_offset |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brian Gerst | x86: only compile setup_percpu.o on SMP |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brian Gerst | x86: move apic variables to apic.c |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brian Gerst | x86: always page-align per-cpu area start and size |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brian Gerst | x86: move setup_cpu_local_masks() |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brian Gerst | x86: move 64-bit NUMA code |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Brian Gerst | x86: merge setup_per_cpu_maps() into setup_per_cpu_areas() |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Brian Gerst | generic, x86: fix __per_cpu_load relocation |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Ingo Molnar | x86, xen: fix hardirq.h merge fallout |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Ingo Molnar | Merge branch 'tj-percpu' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Brian Gerst | x86: make irq_cpustat_t fields conditional |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Brian Gerst | x86: merge hardirq_{32,64}.h into hardirq.h |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Brian Gerst | x86: sync hardirq_{32,64}.h |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Brian Gerst | x86: remove include of apic.h from hardirq_64.h |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Brian Gerst | x86: remove idle_timestamp from 32bit irq_cpustat_t |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Nick Piggin | x86: make UV support configurable |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ingo Molnar | x86: uv cleanup, build fix #2 |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ingo Molnar | x86: make x86_32 use tlb_64.c, build fix, clean up... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ingo Molnar | Merge branch 'x86/mm' into core/percpu |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ingo Molnar | x86: uv cleanup, build fix |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ingo Molnar | x86, mm: move tlb.c to arch/x86/mm/ |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ingo Molnar | Merge branch 'cpus4096' into core/percpu |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ingo Molnar | Merge branch 'tj-percpu' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Tejun Heo | x86: rename tlb_64.c to tlb.c |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Tejun Heo | x86: make x86_32 use tlb_64.c |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Tejun Heo | x86: prepare for tlb merge |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Tejun Heo | x86: uv cleanup |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Brian Gerst | x86: merge irq_regs.h |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Brian Gerst | x86: merge mmu_context.h |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Brian Gerst | x86: set %fs to __KERNEL_PERCPU unconditionally for... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Brian Gerst | x86: fix percpu_write with 64-bit constants |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Brian Gerst | x86: clean up gdt_page definition |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Tejun Heo | x86: update canary handling during switch |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Nick Piggin | x86: optimise x86's do_page_fault (C entry point for... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Ingo Molnar | Merge commit 'v2.6.29-rc2' into x86/mm |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Ingo Molnar | x86, cpumask: fix tlb flush race |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Ingo Molnar | Merge branch 'tj-percpu' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Tejun Heo | linker script: kill PERCPU_VADDR_PREALLOC() |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Brian Gerst | x86: remove pda.h |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Brian Gerst | x86: move stack_canary into irq_stack |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Brian Gerst | x86: rework __per_cpu_load adjustments |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Brian Gerst | percpu: refactor percpu.h |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Brian Gerst | x86: remove pda_init() |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Tejun Heo | x86: conditionalize stack canary handling in hot path |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Tejun Heo | x86: cleanup stack protector |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Ingo Molnar | x86: fully honor "nolapic", fix |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Ingo Molnar | Merge branch 'master' of git://git.kernel.org/pub/scm... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Ingo Molnar | Merge branch 'stackprotector' into core/percpu |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Ingo Molnar | Merge branch 'core/percpu' into stackprotector |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Ingo Molnar | Merge branch 'tj-percpu' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brian Gerst | x86-64: Use absolute displacements for per-cpu accesses. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brian Gerst | x86-64: Move isidle from PDA to per-cpu. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brian Gerst | x86-64: Move nodenumber from PDA to per-cpu. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brian Gerst | x86-64: Move irqcount from PDA to per-cpu. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brian Gerst | x86-64: Move oldrsp from PDA to per-cpu. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brian Gerst | x86-64: Move kernelstack from PDA to per-cpu. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brian Gerst | x86-64: Move current task from PDA to per-cpu and conso... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brian Gerst | x86-64: Move cpu number from PDA to per-cpu and consoli... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brian Gerst | x86-64: Convert exception stacks to per-cpu |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brian Gerst | x86-64: Convert irqstacks to per-cpu |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brian Gerst | x86-64: Move TLB state from PDA to per-cpu and consolid... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Brian Gerst | x86-64: Move irq stats from PDA to per-cpu and consolid... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Tejun Heo | linker script: add missing .data.percpu.page_aligned |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Tejun Heo | linker script: add missing VMLINUX_SYMBOL |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Mike Travis | x86: put trigger in to detect mismatched apic versions. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Mike Travis | cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Rusty Russell | work_on_cpu: Use our own workqueue. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Rusty Russell | work_on_cpu: don't try to get_online_cpus() in work_on_cpu. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Linus Torvalds | Linux 2.6.29-rc2 |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Linus Torvalds | Merge branch 'release' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Linus Torvalds | Merge git://git.kernel.org/pub/scm/linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
James Bottomley | ACPI PCI hotplug: harden against panic regression |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Len Brown | Merge branch 'misc' into release |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Len Brown | Merge branch 'thinkpad-acpi' into release |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Len Brown | Merge branches 'bugzilla-11884' and 'bugzilla-8544... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Len Brown | ACPI: rename main.c to sleep.c |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Len Brown | dell-laptop: move to drivers/platform/x86/ from drivers... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Jonathan McDowell | eeepc-laptop: enable Bluetooth ACPI details |
commit | commitdiff | tree | snapshot |
2009-01-16 |
David Brownell | ACPI: fix ACPI_FADT_S4_RTC_WAKE comment |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Masami Hiramatsu | kprobes: check CONFIG_FREEZER instead of CONFIG_PM |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Rafael J. Wysocki | PM: Fix freezer compilation if PM_SLEEP is unset |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Zhang Rui | thermal fixup for broken BIOS which has invalid trip... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Dhananjay Phadke | netxen: include ipv6.h (fixes build failure) |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Alexey Starikovskiy | ACPI: EC: Don't trust ECDT tables from ASUS |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Dhananjay Phadke | netxen: avoid invalid iounmap |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Alexey Starikovskiy | ACPI: EC: Limit workaround for ASUS notebooks even... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Linus Torvalds | Merge git://git.kernel.org/pub/scm/linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Mason | Btrfs: fix ioctl arg size (userland incompatible change!) |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Mason | Btrfs: Clear the device->running_pending flag before... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Linus Torvalds | Merge branch 'merge' of git://git.kernel.org/pub/scm... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Linus Torvalds | Merge branch 'upstream-linus' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Linus Torvalds | Merge git://git.kernel.org/pub/scm/linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Linus Torvalds | Merge branch 'drm-next' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Linus Torvalds | Revert "PCI PM: Register power state of devices during... |
commit | commitdiff | tree | snapshot |
next |