summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-07-0714-49/+37Star
|\
| * x86: fix usage of bios intcall()Akinobu Mita2009-07-042-4/+3Star
| * Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2009-07-031-4/+9
| |\
| | * amd-iommu: set evt_buf_size correctlyJoerg Roedel2009-07-021-0/+2
| | * amd-iommu: handle alias entries correctly in init codeJoerg Roedel2009-07-021-4/+7
| * | x86: Remove unused function lapic_watchdog_ok()Jaswinder Singh Rajput2009-07-032-6/+0Star
| * | x86: Remove unused variable disable_x2apicJaswinder Singh Rajput2009-07-031-2/+0Star
| * | x86, kvm: Fix section mismatches in kvm.cRakib Mullick2009-07-031-1/+1
| * | x86: Add missing annotation to arch/x86/lib/copy_user_64.S::copy_to_userMike Galbraith2009-07-031-0/+1
| * | x86: Fix fixmap page order for FIX_TEXT_POKE0,1Mathieu Desnoyers2009-07-031-2/+2
| * | x86: Fix printk call in print_local_apic()Ingo Molnar2009-07-021-18/+13Star
| * | x86: Declare check_efer() before it gets usedJaswinder Singh Rajput2009-07-011-0/+1
| * | x86: Mark device_nb as static and fix NULL noiseJaswinder Singh Rajput2009-07-011-2/+2
| * | x86: Remove double declaration of MSR_P6_EVNTSEL0 and MSR_P6_EVNTSEL1Jaswinder Singh Rajput2009-07-011-4/+0Star
| * | x86: Fix fixmap orderingJan Beulich2009-07-011-3/+3
| * | x86: Fix symbol annotation for arch/x86/lib/clear_page_64.S::clear_page_cMike Galbraith2009-06-301-3/+2Star
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-07-075-410/+1015
|\ \ \
| * | | [ARM] pgtable: file pte layout documentationRussell King2009-07-051-9/+14
| * | | [ARM] pgtable: swp pte layout documentation, definitions, and checkRussell King2009-07-051-5/+25
| * | | [ARM] export __cpu_flush_dcache_pageRussell King2009-07-051-0/+1
| * | | [ARM] 5576/1: Update kb9202_defconfigMatthias Kaehlcke2009-07-021-316/+842
| * | | [ARM] 5581/1: U300 clock updatesLinus Walleij2009-07-021-41/+80
| * | | [ARM] 5579/1: Updated U300 defconfigLinus Walleij2009-07-021-39/+53
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-07-064-42/+31Star
|\ \ \ \
| * | | | ia64/PCI: adjust section annotation for pcibios_setup()Ingo Molnar2009-07-011-1/+1
| * | | | x86/PCI: get root CRS before scanning childrenYinghai Lu2009-06-302-25/+15Star
| * | | | x86/PCI: fix boundary checking when using root CRSYinghai Lu2009-06-301-12/+15
| * | | | PCI: remove pci_dac_dma_... APIs on mn10300Fernando Luis Vázquez Cao2009-06-291-4/+0Star
* | | | | Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-07-0649-1803/+120Star
|\ \ \ \ \
| * | | | | microblaze: Fix cast warning for init.cMichal Simek2009-07-061-3/+3
| * | | | | microblaze: Wire up new syscallsMichal Simek2009-07-062-1/+5
| * | | | | microblaze: use generic syscalls.hArnd Bergmann2009-07-066-62/+28Star
| * | | | | microblaze: clean up signal handlingArnd Bergmann2009-07-067-345/+43Star
| * | | | | microblaze: convert all simple headers to use asm-genericRemis Lima Baima2009-07-0619-266/+21Star
| * | | | | microblaze: use the generic lib/checksum.cRemis Lima Baima2009-07-064-241/+6Star
| * | | | | microblaze: fall back on generic header files for the ABIArnd Bergmann2009-07-0617-887/+16Star
* | | | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-07-061-0/+12
|\ \ \ \ \ \
| * | | | | | intel-iommu: Restore DMAR_BROKEN_GFX_WA option for broken graphics driversDavid Woodhouse2009-07-041-0/+12
* | | | | | | gcov: exclude code operating in userspace from profilingPeter Oberparleiter2009-07-061-0/+2
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyl...Linus Torvalds2009-07-0423-188/+173Star
|\ \ \ \ \ \
| * | | | | | parisc: use generic atomic64 on 32-bitKyle McMartin2009-07-032-1/+6
| * | | | | | parisc: perf: wire up sys_perf_counter_openKyle McMartin2009-07-033-1/+9
| * | | | | | parisc: add task_pt_regs macroKyle McMartin2009-07-031-0/+3
| * | | | | | parisc: wire sys_perf_counter_open to sys_ni_syscallKyle McMartin2009-07-032-1/+3
| * | | | | | parisc: inventory.c, fix bloated stack frameKyle McMartin2009-07-031-17/+24
| * | | | | | parisc: processor.c, fix bloated stack frameKyle McMartin2009-07-031-5/+11
| * | | | | | parisc: fix compile warning in mm/init.cKyle McMartin2009-07-031-1/+1
| * | | | | | parisc: remove dead code from sys_parisc32.cChristoph Hellwig2009-07-031-62/+0Star
| * | | | | | parisc: wire up rt_tgsigqueueinfoKyle McMartin2009-07-032-2/+4
| * | | | | | parisc: ensure broadcast tlb purge runs single threadedHelge Deller2009-07-033-19/+30