| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-11-30 | 1 | -5/+21 |
|\ |
|
| * | Merge commit 'v2.6.28-rc6' into irq/urgent | Ingo Molnar | 2008-11-23 | 27 | -49/+161 |
| |\ |
|
| * | | x86: apic honour irq affinity which was set in early boot | Thomas Gleixner | 2008-11-09 | 1 | -5/+21 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-11-30 | 12 | -101/+87 |
|\ \ \ |
|
| * | | | x86: always define DECLARE_PCI_UNMAP* macros | Joerg Roedel | 2008-11-27 | 1 | -14/+0 |
| * | | | x86: fixup config space size of CPU functions for AMD family 11h | Andreas Herrmann | 2008-11-26 | 1 | -11/+14 |
| * | | | x86, bts: fix wrmsr and spinlock over kmalloc | Markus Metzger | 2008-11-25 | 1 | -37/+40 |
| * | | | x86, pebs: fix PEBS record size configuration | Markus Metzger | 2008-11-25 | 1 | -0/+8 |
| * | | | x86, bts: turn macro into static inline function | Markus Metzger | 2008-11-25 | 1 | -2/+4 |
| * | | | x86, bts: exclude ds.c from build when disabled | Markus Metzger | 2008-11-25 | 2 | -4/+1 |
| * | | | arch/x86/kernel/pci-calgary_64.c: change simple_strtol to simple_strtoul | Julia Lawall | 2008-11-25 | 1 | -1/+1 |
| * | | | x86: use limited register constraint for setnz | Steven Rostedt | 2008-11-25 | 1 | -1/+1 |
| * | | | xen: pin correct PGD on suspend | Ian Campbell | 2008-11-23 | 1 | -7/+14 |
| * | | | Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2008-11-23 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | oprofile: fix an overflow in ppro code | Eric Dumazet | 2008-11-17 | 1 | -1/+1 |
| * | | | | x86: revert irq number limitation | Thomas Gleixner | 2008-11-23 | 1 | -21/+1 |
| * | | | | Merge commit 'v2.6.28-rc6' into x86/urgent | Ingo Molnar | 2008-11-21 | 6 | -3/+60 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | x86: fixing __cpuinit/__init tangle, xsave_cntxt_init() | Rakib Mullick | 2008-11-20 | 1 | -1/+1 |
| * | | | | x86: fix __cpuinit/__init tangle in init_thread_xstate() | Rakib Mullick | 2008-11-20 | 1 | -1/+1 |
* | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2008-11-30 | 2 | -4/+31 |
|\ \ \ \ \ |
|
| * | | | | | [CPUFREQ] powernow-k8: ignore out-of-range PstateStatus value | Andreas Herrmann | 2008-11-25 | 2 | -4/+31 |
| | |/ / /
| |/| | | |
|
* | | | | | remove __ARCH_WANT_COMPAT_SYS_PTRACE | Christoph Hellwig | 2008-11-30 | 1 | -2/+0 |
* | | | | | xen_play_dead() is __cpuinit | Al Viro | 2008-11-30 | 1 | -1/+1 |
* | | | | | xen_setup_vcpu_info_placement() is not init on x86 | Al Viro | 2008-11-30 | 1 | -1/+1 |
* | | | | | kvm_setup_secondary_clock() is cpuinit | Al Viro | 2008-11-30 | 1 | -1/+1 |
* | | | | | enable_IR_x2apic() needs to be __init | Al Viro | 2008-11-30 | 1 | -1/+1 |
|/ / / / |
|
* | | | | x86: Fix interrupt leak due to migration | Matthew Wilcox | 2008-11-20 | 1 | -0/+14 |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-11-20 | 2 | -1/+10 |
|\| | | |
|
| * | | | x86: uaccess_64: fix return value in __copy_from_user() | Hiroshi Shimamoto | 2008-11-18 | 1 | -1/+1 |
| * | | | x86: quirk for reboot stalls on a Dell Optiplex 330 | Steve Conklin | 2008-11-18 | 1 | -0/+9 |
* | | | | Merge branch 'x86/numa' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/... | Linus Torvalds | 2008-11-19 | 4 | -1/+44 |
|\ \ \ \ |
|
| * | | | | x86: make NUMA on 32-bit depend on EXPERIMENTAL again | Rafael J. Wysocki | 2008-11-12 | 1 | -1/+1 |
| * | | | | x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA set | Rafael J. Wysocki | 2008-11-12 | 3 | -0/+43 |
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-11-19 | 9 | -19/+80 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2008-11-18 | 14 | -31/+18 |
| |\ \ \ \ |
|
| | * | | | | AMD IOMMU: check for next_bit also in unmapped area | Joerg Roedel | 2008-11-18 | 1 | -1/+1 |
| | * | | | | AMD IOMMU: fix fullflush comparison length | Joerg Roedel | 2008-11-18 | 1 | -1/+1 |
| | * | | | | AMD IOMMU: enable device isolation per default | Joerg Roedel | 2008-11-18 | 1 | -1/+1 |
| | * | | | | AMD IOMMU: add parameter to disable device isolation | Joerg Roedel | 2008-11-18 | 1 | -0/+2 |
| | | |/ /
| | |/| | |
|
| * | | | | x86: more general identifier for Phoenix BIOS | Philipp Kohlbecher | 2008-11-18 | 1 | -1/+1 |
| * | | | | x86, PEBS/DS: fix code flow in ds_request() | Ingo Molnar | 2008-11-18 | 1 | -5/+21 |
| * | | | | x86: add rdtsc barrier to TSC sync check | Venki Pallipadi | 2008-11-18 | 1 | -0/+4 |
| * | | | | x86: fix es7000 compiling | Yinghai Lu | 2008-11-16 | 1 | -8/+1 |
| * | | | | x86, bts: fix unlock problem in ds.c | Markus Metzger | 2008-11-16 | 1 | -1/+2 |
| * | | | | x86, voyager: fix smp generic helper voyager breakage | James Bottomley | 2008-11-11 | 2 | -3/+18 |
| * | | | | x86: move iomap.h to the new include location | Arjan van de Ven | 2008-11-09 | 1 | -0/+30 |
| | |_|/
| |/| | |
|
* | | | | reintroduce accept4 | Ulrich Drepper | 2008-11-19 | 1 | -2/+2 |
| |/ /
|/| | |
|
* | | | Revert "x86: blacklist DMAR on Intel G31/G33 chipsets" | David Woodhouse | 2008-11-15 | 2 | -19/+0 |
| |/
|/| |
|
* | | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-11-12 | 6 | -4/+10 |
|\ \ |
|
| * | | KVM: Fix pit memory leak if unable to allocate irq source id | Avi Kivity | 2008-11-11 | 1 | -1/+3 |