aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-09-17Merge branch 'for-pci-res-alloc'HEADmasterYinghai Lu5-44/+37
2012-09-17PCI, x86: Add pci=pref_bar to realloc pref barsYinghai Lu3-7/+17
2012-09-17PCI: Try to allocate mem64 above 4G at firstYinghai Lu1-1/+0
2012-09-17x86, ioapic: Find usable ioapic id for 64bit.Yinghai Lu1-7/+34
2012-09-17x86, acpi, irq: Enable pci device type ioapic hotplugYinghai Lu1-4/+6
2012-09-17x86: move declaration for mp_register_ioapic()Yinghai Lu1-1/+18
2012-09-17x86, irq: Make ioapics loop code skip blank slotYinghai Lu1-6/+23
2012-09-17x86, irq: Add mp_unregister_ioapic could handle hotremove ioapicYinghai Lu2-0/+43
2012-09-17x86, irq: Make mp_register_ioapic could handle hotadd ioapicYinghai Lu2-14/+46
2012-09-17x86, irq: more strict check for register ioapicYinghai Lu1-7/+23
2012-09-17x86, irq: add ioapic_gsi_to_irqYinghai Lu3-18/+34
2012-09-17x86, irq: pre-reserve irq range that are used by ioapicYinghai Lu2-46/+88
2012-09-17x86, irq: Add realloc_irq_and_cfg_at()Yinghai Lu1-1/+32
2012-09-17x86, irq: Convert irq_2_pin list to generic listYinghai Lu2-11/+13
2012-09-17x86, irq: kill create_irq()Yinghai Lu1-15/+0
2012-09-17ia64, irq: add dummy create_irq_nr()Yinghai Lu1-0/+10
2012-09-17x86, irq: Make dmar_msi/hpet_msi irq_chip name consistentYinghai Lu1-2/+2
2012-09-17x86, irq: Let msi/x have pci name in irq name shown in /proc/interruptYinghai Lu1-3/+14
2012-09-17x86, irq: Let msi-x to shown as MSI-X in /proc/interruptYinghai Lu1-1/+11
2012-09-17x86, irq: more clear about msix printoutYinghai Lu1-1/+2
2012-09-17x86, irq: Modify irq chip one time when irq remapping is enabledYinghai Lu3-7/+27
2012-09-17Merge branch 'for-pci-root-bus-hotplug' into for-x86-irq-basefor-x86-irq-baseYinghai Lu10-112/+203
2012-09-17PCI: Use for_each_res with mrsYinghai Lu1-3/+4
2012-09-17PCI: Use for_each_res with noassign_barsYinghai Lu1-2/+1
2012-09-17x86, PCI: Use for_each_res with pci_allocate_dev_resourcesYinghai Lu1-35/+20
2012-09-17x86, PCI: Use for_each_res with pci_allocate_bridge_resourcesYinghai Lu1-2/+1
2012-09-17PCI: Claim hw/fw allocated resources in hot add path.for-pci-root-bus-hotplug-part2Yinghai Lu1-0/+13
2012-09-17PCI, x86: Remove __init for hw/fw allocated functionsYinghai Lu1-6/+6
2012-09-17PCI, x86: Add pcibios_fw_addr_doneYinghai Lu1-1/+9
2012-09-17x86, PCI: Separate rom resource claim outYinghai Lu1-17/+35
2012-09-17x86, PCI: Let pcibios_allocate_bus_resources() take bus insteadYinghai Lu1-13/+25
2012-09-17x86, PCI: Separate pcibios_allocate_dev_resources()Yinghai Lu1-19/+23
2012-09-17x86, PCI: Separate pcibios_allocate_bridge_resources()Yinghai Lu1-22/+24
2012-09-17PCI, x86: clear initial value for root info resourcesYinghai Lu1-2/+1
2012-09-17PCI, x86: fix default vga ref_countYinghai Lu1-1/+5
2012-09-17Merge branch 'linus'Ingo Molnar1-1/+1
2012-09-14Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds1-1/+1
2012-09-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+11
2012-09-14Merge branch 'linus'Ingo Molnar28-89/+249
2012-09-14Merge branch 'perf/core'Ingo Molnar3-14/+36
2012-09-14Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar3-14/+36
2012-09-13kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu1-13/+29
2012-09-13ftrace/x86-64: Allow to change RIP in handlersSteven Rostedt1-0/+4
2012-09-13kprobes/x86: Fix kprobes to collectly handle IP on ftraceMasami Hiramatsu1-3/+6
2012-09-13ftrace/x86: Adjust x86 regs.ip as like as x86-64Masami Hiramatsu1-2/+1
2012-09-13Merge branch 'x86/build'Ingo Molnar2-22/+33
2012-09-13Merge branch 'x86/asm'Ingo Molnar1-8/+21
2012-09-13x86/Kconfig: Clean up Kconfig defaultsJan Beulich2-22/+33
2012-09-13x86: Prefer TZCNT over BFSJan Beulich1-2/+17
2012-09-13x86/64: Adjust types of temporaries used by ffs()/fls()/fls64()Jan Beulich1-6/+4
2012-09-13Merge branch 'x86/urgent'Ingo Molnar1-1/+1
2012-09-13x86/mm/init.c: Fix devmem_is_allowed() off by oneT Makphaibulchoke1-1/+1
2012-09-13Merge branch 'x86/asm'Ingo Molnar3-6/+1
2012-09-13x86: Drop unnecessary kernel_eflags variable on 64-bitIan Campbell3-6/+1
2012-09-13Merge branch 'core/rcu' into perf/coreIngo Molnar44-77/+261
2012-09-13Merge branch 'x86/for-xen'Ingo Molnar6-32/+20
2012-09-13Merge branch 'perf/urgent'Ingo Molnar2-0/+18
2012-09-13perf/x86/ibs: Check syscall attribute flagsRobert Richter1-0/+12
2012-09-13perf/x86: Export Sandy Bridge uncore clockticks event in sysfsStephane Eranian1-0/+6
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas309-3186/+2922
2012-09-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-32/+98
2012-09-12Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesOlof Johansson8-21/+125
2012-09-13Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds15-57/+151
2012-09-12x86: Document x86_init.paging.pagetable_init()Attilio Rao1-1/+4
2012-09-12x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao6-20/+4
2012-09-12x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao5-3/+3
2012-09-12x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao6-11/+11
2012-09-12x86: Remove base argument from x86_init.paging.pagetable_setup_startAttilio Rao6-9/+10
2012-09-12Merge branch 'linus'Ingo Molnar4-158/+69
2012-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds4-158/+69
2012-09-11Merge branch 'pci/gavin-window-alignment' into nextBjorn Helgaas3-0/+62
2012-09-11powerpc/powernv: I/O and memory alignment for P2P bridgesGavin Shan1-0/+39
2012-09-11powerpc/PCI: Override pcibios_window_alignment()Gavin Shan2-0/+23
2012-09-11Merge branch 'linus'Ingo Molnar3-9/+29
2012-09-11ARM: clk-imx35: Fix SSI clock registrationFabio Estevam1-4/+2
2012-09-11ARM: clk-imx25: Fix SSI clock registrationFabio Estevam1-4/+2
2012-09-11kbuild: add symbol prefix arg to kallsymsJames Hogan1-1/+0
2012-09-11Merge tag 'kvm-3.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-9/+29
2012-09-10arm: mm: fix DMA pool affiliation checkThomas Petazzoni1-1/+1
2012-09-10KVM: fix error paths for failed gfn_to_page() callsXiao Guangrong2-6/+26
2012-09-10Merge branch 'x86/cpufeature'Ingo Molnar1-0/+1
2012-09-09x86, cpufeature: Add feature bit for SMAPH. Peter Anvin1-0/+1
2012-09-09ARM: 7529/1: delay: set loops_per_jiffy when moving to timer-based loopWill Deacon1-0/+1
2012-09-09ARM: 7528/1: uaccess: annotate [__]{get,put}_user functions with might_fault()Will Deacon1-2/+16
2012-09-09ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINSRussell King4-21/+56
2012-09-09KVM: x86: Check INVPCID feature bit in EBX of leaf 7Ren, Yongjie1-2/+2
2012-09-09Merge branch 'linus'Ingo Molnar6-13/+121
2012-09-08Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds4-11/+119
2012-09-07Merge tag 'omap-fixes-for-v3.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson11-24/+94
2012-09-07ARM: 7526/1: traps: send SIGILL if get_user fails on undef handling pathWill Deacon1-4/+7
2012-09-07ARM: 7521/1: Fix semihosting Kconfig textStephen Boyd1-3/+3
2012-09-07ARM: 7513/1: Make sure dtc is built before running itDavid Brown1-2/+2
2012-09-07ARM: 7512/1: Fix XIP build due to PHYS_OFFSET definition movingStephen Boyd1-0/+3
2012-09-07blackfin: smp: adapt to generic smp helpersSteven Miao3-157/+69
2012-09-07Merge branch 'x86/mm'Ingo Molnar1-1/+1
2012-09-07x86/mm: Fix range check in tlbflush debugfs interfaceJan Beulich1-1/+1
2012-09-07Merge branch 'linus'Ingo Molnar15-19/+57
2012-09-06Merge tag 'stable/for-linus-3.6-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-2/+2
2012-09-06Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-19/+57
2012-09-06Merge branch 'linus'Ingo Molnar16-35/+69
2012-09-05uml: fix compile error in deliver_alarm()Miklos Szeredi1-1/+1
2012-09-05Merge tag 'omap-fixes-a-for-3.6rc' of git://git.kernel.org/pub/scm/linux/kern...Tony Lindgren6-18/+75
2012-09-05Merge branch 'fixes-wakeupgen' into fixesTony Lindgren109-593/+711
2012-09-05xen: fix logical error in tlb flushingAlex Shi1-1/+1
2012-09-05Merge commit '4cb38750d49010ae72e718d46605ac9ba5a851b4' into stable/for-linus...Konrad Rzeszutek Wilk1620-22668/+50016
2012-09-05xen/p2m: Fix one-off error in checking the P2M tree directory.Konrad Rzeszutek Wilk1-1/+1
2012-09-05Merge branch 'x86/urgent'Ingo Molnar1-4/+4
2012-09-05x86/kconfig: Remove outdated reference to Intel CPUs in CONFIG_SWIOTLBJoe Millenbach1-4/+4
2012-09-05Merge branch 'x86/debug'Ingo Molnar7-15/+17
2012-09-05x86/iommu: Use NULL instead of plain 0 for __IOMMU_INITMathias Krause1-2/+2
2012-09-05x86/iommu: Drop duplicate const in __IOMMU_INITMathias Krause1-1/+1
2012-09-05x86/fpu/xsave: Keep __user annotation in castsMathias Krause1-3/+3
2012-09-05x86/pci/probe_roms: Add missing __iomem annotation to pci_map_biosrom()Mathias Krause1-1/+1
2012-09-05x86/signals: ia32_signal.c: add __user casts to fix sparse warningsMathias Krause1-5/+6
2012-09-05x86/vdso: Add __user annotation to VDSO32_SYMBOLMathias Krause1-1/+2
2012-09-05x86: Fix __user annotations in asm/sys_ia32.hMathias Krause2-2/+2
2012-09-05Merge branch 'x86/build'Ingo Molnar2-32/+14
2012-09-05x86/Kconfig: Turn off DEBUG_NX_TEST module in defconfigsJosh Triplett2-2/+0
2012-09-05x86/Kconfig: Turn off CONFIG_BLK_DEV_RAMJosh Triplett2-4/+0
2012-09-05x86/Kconfig: Disable CONFIG_CRC_T10DIF in defconfigsJosh Triplett2-2/+0
2012-09-05x86/Kconfig: Switch to ext4 in defconfigsJosh Triplett2-8/+6
2012-09-05x86/Kconfig: Update defconfigs to current results of "make savedefconfig"Josh Triplett2-16/+8
2012-09-05Merge branch 'perf/urgent'Ingo Molnar1-5/+5
2012-09-05Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar1-5/+5
2012-09-05Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar1-5/+5
2012-09-05powerpc: Don't use __put_user() in patch_instructionBenjamin Herrenschmidt1-1/+1
2012-09-05powerpc: Make sure IPI handlers see data written by IPI sendersPaul Mackerras3-3/+16
2012-09-05powerpc: Restore correct DSCR in context switchAnton Blanchard2-6/+18
2012-09-05powerpc: Fix DSCR inheritance in copy_thread()Anton Blanchard1-10/+2
2012-09-05powerpc: Keep thread.dscr and thread.dscr_inherit in syncAnton Blanchard2-2/+5
2012-09-05powerpc: Update DSCR on all CPUs when writing sysfs dscr_defaultAnton Blanchard1-0/+8
2012-09-05powerpc/powernv: Always go into nap mode when CPU is offlinePaul Mackerras3-9/+4
2012-09-05powerpc: Give hypervisor decrementer interrupts their own handlerPaul Mackerras2-1/+11
2012-09-05powerpc/vphn: Fix arch_update_cpu_topology() return valueJesse Larrew1-3/+4
2012-09-04ARM: gemini: fix the gemini buildLinus Walleij1-0/+1
2012-09-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r...Olof Johansson3-3/+4
2012-09-04ARM: OMAP4: Fix array size for irq_target_cpuTony Lindgren1-1/+1
2012-09-04Merge branch 'perf/urgent'Ingo Molnar2-1/+3
2012-09-04perf/x86: Enable Intel Cedarview Atom suppportStephane Eranian2-1/+3
2012-09-04KVM: PIC: fix use of uninitialised variable.Jamie Iles1-1/+1
2012-09-03Merge branches 'clkdev_fixes_3.6rc', 'clkdm_fixes_3.6rc' and 'hwmod_data_fixe...Paul Walmsley5-11/+68
2012-09-03ARM: OMAP4: hwmod data: temporarily comment out data for the sl2if IP blockTero Kristo1-6/+6
2012-09-03ARM: OMAP: hwmod code: Disable module when hwmod enable failsMisael Lopez Cruz1-0/+1
2012-09-03ARM: OMAP3: hwmod data: fix iva2 reset infoTero Kristo2-3/+13
2012-09-03ARM: OMAP3xxx: clockdomain: fix software supervised wakeup/sleepPaul Walmsley1-2/+48
2012-09-03ARM: OMAP2+: am33xx: Fix the timer fck clock naming conventionVaibhav Hiremath1-7/+7
2012-09-03ARM: shmobile: armadillo800eva: enable rw rootfs mountKuninori Morimoto1-1/+1
2012-09-02Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r...Olof Johansson1-1/+1
2012-09-02Merge branch 'fixes-for-v3.6-v2' of git://git.infradead.org/users/jcooper/lin...Olof Johansson1-0/+1
2012-09-02Merge branch 'linus'Ingo Molnar7-10/+14
2012-08-31Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2012-08-31Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds3-7/+7
2012-08-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds3-3/+4
2012-08-31ARM: Kirkwood: Fix 'SZ_1M' undeclared here for db88f6281-bp-setup.cAndrew Lunn1-0/+1
2012-08-31ARM: shmobile: mackerel: fixup usb module orderKuninori Morimoto1-1/+2
2012-08-31ARM: shmobile: armadillo800eva: fixup: sound card detection orderKuninori Morimoto1-1/+1
2012-08-30ARM: OMAP: Config fix for omap3-touchbook boardRadek Pilar2-2/+3
2012-08-30ARM: OMAP: sram: skip the first 16K on OMAP3 HSAaro Koskinen1-3/+6
2012-08-30ARM: OMAP: sram: fix OMAP4 errata handlingAaro Koskinen1-0/+2
2012-08-30ARM: OMAP: timer: obey the !CONFIG_OMAP_32K_TIMERIgor Grinberg1-0/+7
2012-08-30s390/32: Don't clobber personality flags on execHeiko Carstens1-1/+2
2012-08-30ARM: shmobile: marzen: fixup smsc911x id for regulatorKuninori Morimoto1-1/+1
2012-08-28ARM: dma-mapping: IOMMU allocates pages from atomic_pool with GFP_ATOMICHiroshi Doyu1-0/+36
2012-08-28ARM: dma-mapping: Introduce __atomic_get_pages() for __iommu_get_pages()Hiroshi Doyu1-0/+12
2012-08-28ARM: dma-mapping: Refactor out to introduce __in_atomic_poolHiroshi Doyu1-6/+20
2012-08-28ARM: dma-mapping: atomic_pool with struct page **pagesHiroshi Doyu1-3/+14
2012-08-28ARM: Kirkwood: increase atomic coherent pool sizeMarek Szyprowski1-0/+7
2012-08-28ARM: DMA-Mapping: print warning when atomic coherent allocation failsMarek Szyprowski1-0/+4
2012-08-28ARM: DMA-Mapping: add function for setting coherent pool size from platform codeMarek Szyprowski2-1/+25
2012-08-28ARM: relax conditions required for enabling Contiguous Memory AllocatorMarek Szyprowski1-1/+1
2012-08-28Merge branch 'perf/urgent' into perf/coreIngo Molnar191-2214/+2343
2012-08-28s390/smp: add missing smp_store_status() for !SMPHeiko Carstens1-0/+1
2012-08-27Merge branch 'armadillo800eva' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson1-5/+6
2012-08-27Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson8-8/+42
2012-08-27Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/...Olof Johansson1-2/+2
2012-08-27KVM: x86: fix KVM_GET_MSR for PV EOIMichael S. Tsirkin1-0/+3
2012-08-27oprofile, s390: Fix uninitialized memory access when writing to oprofilefsRobert Richter1-5/+5
2012-08-27Merge branch 'perf/urgent'Ingo Molnar1-0/+3
2012-08-27perf/x86: Fix microcode revision check for SNB-PEBSStephane Eranian1-0/+3
2012-08-26Merge branch 'linus'Ingo Molnar98-575/+689
2012-08-25Merge tag 'fixes-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds45-96/+161
2012-08-25Merge tag 'stable/for-linus-3.6-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-113/+113
2012-08-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds20-238/+206
2012-08-25Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-23/+64
2012-08-25Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds18-105/+145
2012-08-25ARM: 7499/1: mm: Fix vmalloc overlap check for !HIGHMEMJonathan Austin1-2/+2
2012-08-25ARM: 7503/1: mm: only flush both pmd entries for classic MMUWill Deacon1-0/+4
2012-08-25ARM: 7502/1: contextidr: avoid using bfi instruction during notifierWill Deacon1-3/+4
2012-08-25ARM: 7501/1: decompressor: reset ttbcr for VMSA ARMv7 coresWill Deacon1-0/+4
2012-08-25ARM: 7497/1: hw_breakpoint: allow single-byte watchpoints on all addressesWill Deacon1-3/+4
2012-08-25ARM: 7496/1: hw_breakpoint: don't rely on dfsr to show watchpoint access typeWill Deacon1-15/+40
2012-08-25ARM: Fix ioremap() of address zeroRussell King2-2/+5
2012-08-25ARM: mach-shmobile: armadillo800eva: Enable power button as wakeup sourceLaurent Pinchart1-2/+3
2012-08-25ARM: mach-shmobile: armadillo800eva: Fix GPIO buttons descriptionsLaurent Pinchart1-4/+4
2012-08-24Revert "powerpc: Update g5_defconfig"Benjamin Herrenschmidt1-30/+73
2012-08-24powerpc/perf: Use pmc_overflow() to detect rolled back eventsSukadev Bhattiprolu1-1/+1
2012-08-24powerpc: Fix VMX in interrupt check in POWER7 copy loopsAnton Blanchard2-4/+4
2012-08-24powerpc: POWER7 copy_to_user/copy_from_user patch applied twiceAnton Blanchard1-31/+0
2012-08-24powerpc: Fix personality handling in ppc64_personality()Jiri Kosina1-4/+4
2012-08-24powerpc/dma-iommu: Fix IOMMU window checkAaro Koskinen1-5/+4