index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-07
PCI: x86: use generic pci_swizzle_interrupt_pin()
Bjorn Helgaas
2
-8
/
+3
2009-01-07
x86/PCI: minor logic simplications
Bjorn Helgaas
1
-4
/
+4
2009-01-07
x86/PCI: use config space encoding for interrupt pins
Bjorn Helgaas
1
-24
/
+20
2009-01-07
PCI: use config space encoding in pci_get_interrupt_pin()
Bjorn Helgaas
1
-1
/
+1
2009-01-07
PCI: avoid early PCI mmconfig init if pci=noearly is given in cmdline
Jacob Pan
1
-1
/
+2
2009-01-07
x86/PCI: make PCI bus locality messages more meaningful
Bjorn Helgaas
1
-4
/
+5
2009-01-07
PCI: Don't carp about BAR allocation failures in quiet boot
Ingo Molnar
1
-2
/
+2
2009-01-07
resource: allow MMIO exclusivity for device drivers
Arjan van de Ven
2
-0
/
+4
2009-01-07
ACPI/PCI: PCI extended config _OSC support called when root bridge added
Andrew Patterson
1
-0
/
+8
2009-01-07
PCI: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-1
/
+1
2009-01-06
x86: introduce asm/swab.h
Harvey Harrison
3
-60
/
+64
2009-01-06
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-38
/
+2
2009-01-06
kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()
Masami Hiramatsu
1
-3
/
+4
2009-01-06
Remove remaining unwinder code
Alexey Dobriyan
2
-15
/
+0
2009-01-06
atomic_t: unify all arch definitions
Matthew Wilcox
2
-25
/
+3
2009-01-06
mm: show node to memory section relationship with symlinks in sysfs
Gary Hade
2
-2
/
+2
2009-01-06
mm: invoke oom-killer from page fault
Nick Piggin
1
-18
/
+6
2009-01-06
Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...
Ingo Molnar
4
-29
/
+39
2009-01-05
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2009-01-05
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...
Linus Torvalds
3
-28
/
+38
2009-01-05
X86_DEBUGCTLMSR won't work on uml
Al Viro
1
-1
/
+1
2009-01-05
Merge branch 'core/iommu' into core/urgent
Ingo Molnar
2
-38
/
+2
2009-01-04
Merge branch 'linus' into core/urgent
Ingo Molnar
68
-362
/
+1045
2009-01-03
Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
20
-140
/
+155
2009-01-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...
Linus Torvalds
7
-90
/
+672
2009-01-03
Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
1
-6
/
+4
2009-01-03
x86: setup_per_cpu_areas() cleanup
Cyrill Gorcunov
1
-17
/
+8
2009-01-03
cpumask: use alloc_cpumask_var_node where appropriate
Mike Travis
2
-5
/
+6
2009-01-03
cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t
Rusty Russell
3
-12
/
+48
2009-01-03
x86: use cpumask_var_t in acpi/boot.c
Rusty Russell
1
-7
/
+22
2009-01-03
x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids
Mike Travis
12
-79
/
+26
2009-01-03
x86: enable cpus display of kernel_max and offlined cpus
Mike Travis
1
-0
/
+2
2009-01-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Mike Travis
148
-4041
/
+4560
2009-01-03
AMD IOMMU: remove now unnecessary #ifdefs
Joerg Roedel
1
-11
/
+0
2009-01-03
Merge branches 'iommu/api' and 'iommu/amd' into for-linus
Joerg Roedel
4
-87
/
+676
2009-01-03
AMD IOMMU: prealloc_protection_domains should be static
Jaswinder Singh Rajput
1
-1
/
+1
2009-01-03
AMD IOMMU: add statistics about total number of map requests
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add statistics about allocated io memory
Joerg Roedel
1
-0
/
+6
2009-01-03
AMD IOMMU: add stats counter for domain tlb flushes
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for single iommu domain tlb flushes
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for cross-page request
Joerg Roedel
1
-0
/
+5
2009-01-03
AMD IOMMU: add stats counter for free_coherent requests
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for alloc_coherent requests
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for unmap_sg requests
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for map_sg requests
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for unmap_single requests
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for map_single requests
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for completion wait events
Joerg Roedel
1
-0
/
+6
2009-01-03
AMD IOMMU: add init code for statistic collection
Joerg Roedel
2
-0
/
+39
2009-01-03
AMD IOMMU: add necessary header defines for stats counting
Joerg Roedel
1
-0
/
+26
[next]