summaryrefslogtreecommitdiffstats
path: root/arch/i386
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] put a comment at register_die_notifier that the export is usedArjan van de Ven2006-07-101-2/+2
* [PATCH] i386: use thread_info flags for debug regs and IO bitmapsStephane Eranian2006-07-093-22/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-07-031-1/+1
|\
| * kbuild: introduce utsrelease.hSam Ravnborg2006-07-031-1/+1
* | [PATCH] Fix modular cpuid.koOGAWA Hirofumi2006-07-031-2/+4
* | [PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar2006-07-031-1/+1
* | [PATCH] lockdep: enable on i386Ingo Molnar2006-07-031-0/+4
* | [PATCH] lockdep: x86 smp alternatives workaroundIngo Molnar2006-07-031-0/+10
* | [PATCH] lockdep: irqtrace subsystem, i386 supportIngo Molnar2006-07-033-4/+42
* | [PATCH] lockdep: stacktrace subsystem, i386 supportIngo Molnar2006-07-033-0/+103
* | [PATCH] lockdep: i386 remove multi entry backtracesIngo Molnar2006-07-032-39/+9
|/
* [PATCH] irq-flags: i386: Use the new IRQF_ constantsThomas Gleixner2006-07-024-4/+4
* Merge branch 'audit.b22' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2006-07-012-0/+24
|\
| * [PATCH] audit syscall classesAl Viro2006-07-012-0/+24
* | [PATCH] add __[start|end]_rodata sections to asm-generic/sections.hHeiko Carstens2006-07-011-5/+4
* | [PATCH] SMP alternatives: skip with UP kernelsGerd Hoffmann2006-07-011-0/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-3070-71/+2
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3069-69/+0
| * typo fixes: specfic -> specificAdrian Bunk2006-06-301-1/+1
| * typo fixes: occuring -> occurringAdrian Bunk2006-06-301-1/+1
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-06-303-3/+15
|\ \
| * | ACPI: Kconfig: ACPI_SRAT depends on ACPIAndrew Morton2006-06-301-1/+1
| * | merge linus into release branchLen Brown2006-06-2929-178/+308
| |\|
| * | Pull bugzilla-5737 into release branchThomas Renninger2006-06-272-2/+14
| |\ \
| | * | ACPI: HW P-state coordination supportVenkatesh Pallipadi2006-06-262-2/+14
* | | | [PATCH] add smp_setup_processor_id()Andrew Morton2006-06-301-0/+6
* | | | [PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter2006-06-301-3/+2
* | | | [PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2006-06-301-1/+1
* | | | [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter2006-06-301-1/+2
* | | | [PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter2006-06-301-1/+1
* | | | [PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter2006-06-301-1/+1
* | | | [PATCH] msr.c: use register_hotcpu_notifier()Andrew Morton2006-06-301-3/+6
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-1/+0
|\ \ \
| * | | [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
* | | | [PATCH] KConfig: Spellchecking 'similarity' and 'independent'Matt LaPlante2006-06-291-1/+1
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-294-4/+9
|\ \ \ \
| * | | | [PATCH] i386: export memory more than 4G through /proc/iomemVivek Goyal2006-06-271-0/+2
| * | | | [PATCH] 64bit Resource: finally enable 64bit resource sizesGreg Kroah-Hartman2006-06-271-0/+1
| * | | | [PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2006-06-271-2/+2
| * | | | [PATCH] 64bit resource: fix up printks for resources in arch and core codeGreg Kroah-Hartman2006-06-271-2/+4
| | |/ / | |/| |
* | | | [PATCH] genirq MSI fixesIngo Molnar2006-06-291-0/+5
* | | | [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar2006-06-291-0/+9
* | | | [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar2006-06-291-1/+1
* | | | [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar2006-06-291-1/+1
* | | | [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-295-20/+22
* | | | [PATCH] arch/i386/mach-visws/setup.c: remove dummy function callsAdrian Bunk2006-06-291-4/+0
* | | | [PATCH] solve config broken: undefined reference to `online_page'Yasunori Goto2006-06-291-0/+3
* | | | [PATCH] fix sgivwfb compileAdrian Bunk2006-06-291-2/+2
* | | | [PATCH] x86: do_IRQ(): check irq numberAndrew Morton2006-06-281-0/+6
* | | | [PATCH] small fix for not releasing the mmap semaphore in i386/arch_setup_add...pageexec@freemail.hu2006-06-281-6/+4