aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-17IOMMU: Add intel iommu irq-remapping and dmar hotplug supportfor-iommuYinghai Lu1-0/+220
2012-09-17IOMMU: Add dmar_parse_one_drhd()Yinghai Lu2-19/+79
2012-09-17IOMMU: Add intel_enable_irq_remapping_one()Yinghai Lu1-7/+129
2012-09-17IOMMU: Add init_dmar_one()Yinghai Lu2-12/+115
2012-09-17IOMMU: Separate free_dmar_iommu from free_iommuYinghai Lu2-2/+1
2012-09-17ACPI: Add acpi_run_dsm()Yinghai Lu2-0/+87
2012-09-17IOMMU: iommu_unique_seq_id()Yinghai Lu1-2/+16
2012-09-17IOMMU: Don't clean handler data before free_irq()Yinghai Lu1-1/+0
2012-09-17IOMMU: Fix tboot force iommu logicYinghai Lu1-3/+3
2012-09-17IOMMU: Update dmar units devices list during hotplugYinghai Lu4-12/+206
2012-09-17x86, ioapic: Find usable ioapic id for 64bit.Yinghai Lu1-7/+34
2012-09-17PCI, x86: Use acpi_pci_driver instead of pci_driver for ioapic hotplugYinghai Lu1-56/+169
2012-09-17PCI: Disable mem in the ioapic removing pathYinghai Lu1-0/+13
2012-09-17PCI: Make sure hotplug ioapic driver get loaded earlyYinghai Lu3-9/+5
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-17genirq: bail out early in free_desc()Yinghai Lu1-0/+3
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 Lu3-1/+63
2012-09-17genirq: Split __irq_reserve_irqs from irq_alloc_descsYinghai Lu2-28/+28
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-17iommu, irq: alloc irq_desc for dmar_msi with local nodeYinghai Lu1-1/+1
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 Lu118-1791/+1797
2012-09-17ACPI: Enable SCI_EMULATE to manually simulate physical hotplug testing.Ashok Raj3-0/+156
2012-09-17PCI, acpiphp: Don't ailout even no slots found yet.Yinghai Lu3-44/+2
2012-09-17ACPI, PCI: Skip extra pci_enable_bridges for non hot-add rootYinghai Lu3-1/+4
2012-09-17PCI, x86: Move pci_enable_bridges() downfor-pci-root-bus-hotplug-part5Yinghai Lu3-2/+4
2012-09-17PCI: Set dev_node early for pci_devYinghai Lu1-0/+1
2012-09-17ACPI, PCI: Protect global lists in drivers/acpi/pci_root.cJiang Liu1-30/+40
2012-09-17ACPI, PCI: Notify acpi_pci_drivers when hot-plugging PCI root bridgesJiang Liu1-0/+11
2012-09-17ACPI, PCI: Use normal list for struct acpi_pci_driverJiang Liu2-14/+4
2012-09-17PCI, ACPI: Make kacpi_hotplug_wq staticfor-pci-root-bus-hotplug-part4Yinghai Lu2-4/+1
2012-09-17PCI, pci_root_hp: Use acpi_hp_workYinghai Lu1-31/+3
2012-09-17PCI, acpiphp: Use acpi_hp_workYinghai Lu1-36/+6
2012-09-17PCI, ACPI: Add alloc_acpi_hp_work()Yinghai Lu2-0/+30
2012-09-17PCI, ACPI: Add pci_root_hp hot removal notification support.Yinghai Lu1-0/+67
2012-09-17ACPI: acpi_bus_trim to support two steps.Yinghai Lu1-4/+1
2012-09-17PCI, ACPI: del root bus prtYinghai Lu1-0/+6
2012-09-17PCI, ACPI: Make acpi_pci_root_remove remove pci root bus tooYinghai Lu1-0/+16
2012-09-17PCI, acpi: Update acpi_pci_driver add/remove interfaceYinghai Lu4-14/+18
2012-09-17PCI, ACPI: Pass device instead of handle when config root bridgeYinghai Lu1-3/+3
2012-09-17PCI, acpiphp: Separate out hot-add support of pci host bridgeYinghai Lu3-44/+254
2012-09-17PCI: Add pci_stop_and_remove_root_bus()Yinghai Lu2-0/+42
2012-09-17PCI: Fix a device reference count leakage issue in pci_dev_present()Jiang Liu1-5/+5
2012-09-17PCI, sysfs: Clean up rescan/remove with scheule_callbackfor-pci-root-bus-hotplug-part3Yinghai Lu1-11/+14
2012-09-17PCI: Rescan bus using callback method tooYinghai Lu1-9/+19
2012-09-17PCI: Use __pci_bus_size_bridges() directly in pci_assign_unassigned_bus_resou...Yinghai Lu1-7/+1
2012-09-17PCI: pci_bus_size_bridges() should not size own bridgeYinghai Lu3-10/+18
2012-09-17PCI: Move back pci_rescan_bus() to probe.cYinghai Lu2-22/+21
2012-09-17PCI: Separate out pci_assign_unassigned_bus_resources()Yinghai Lu2-14/+19
2012-09-17PCI: Claim hw/fw allocated resources in hot add path.for-pci-root-bus-hotplug-part2Yinghai Lu3-0/+16
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: Split out stop_bus_device and remove_bus_dev again.for-pci-root-bus-hotplug-part1Yinghai Lu1-16/+35
2012-09-17PCI: Add root bus children dev's res to fail listYinghai Lu1-1/+1
2012-09-17PCI, acpiphp: Add is_hotplug_bridge detectionYinghai Lu1-1/+26
2012-09-17PCI, x86: clear initial value for root info resourcesYinghai Lu1-2/+1
2012-09-17PCI: Use correct type when freeing bus resource listYinghai Lu1-1/+5
2012-09-17PCI, x86: fix default vga ref_countYinghai Lu1-1/+5
2012-09-17Merge branch 'linus'Ingo Molnar90-478/+602
2012-09-17Merge branch 'linus'Ingo Molnar183-742/+1819
2012-09-16Linux 3.6-rc6Linus Torvalds1-1/+1
2012-09-16Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds58-247/+343
2012-09-16Merge tag 'for-3.6-rc6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2-0/+36
2012-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds10-126/+141
2012-09-16Merge tag 'pm-for-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-12/+34
2012-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+2
2012-09-16Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds13-40/+23
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds3-46/+22
2012-09-16mfd: MAX77693: Fix NULL pointer error when initializing irqsChanwoo Choi2-7/+26
2012-09-16mfd: MAX77693: Fix interrupt handling bugChanwoo Choi1-5/+31
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown54-112/+125
2012-09-15Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai474-2871/+5042
2012-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds3-44/+61
2012-09-14Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds7-36/+31
2012-09-14Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds5-33/+42
2012-09-14Merge tag 'ecryptfs-3.6-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-2/+14
2012-09-14Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds1-1/+1
2012-09-14Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-25/+14
2012-09-14Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds26-138/+298
2012-09-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-29/+17
2012-09-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-38/+58
2012-09-14Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2012-09-14Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()"Chris Mason1-6/+2
2012-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds85-342/+808
2012-09-14Merge tag 'usb-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds26-57/+410
2012-09-14Merge tag 'tty-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-15/+15
2012-09-14Merge tag 'staging-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds22-47/+123
2012-09-14Merge tag 'driver-core-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2012-09-14vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds1-1/+1
2012-09-14Merge branch 'linus'Ingo Molnar49-164/+346
2012-09-14ACPI / PM: Use KERN_DEBUG when no power resources are foundAaron Lu1-1/+1
2012-09-14Merge branch 'pci/tejun-workqueue' into nextBjorn Helgaas1-20/+28
2012-09-14ASoC: wm8904: correct the indexBo Shen1-1/+1
2012-09-14eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks1-0/+5
2012-09-14eCryptfs: Call lower ->flush() from ecryptfs_flush()Tyler Hicks1-2/+8
2012-09-14eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks1-0/+1
2012-09-14i2c: algo: pca: Fix mode selection for PCA9665Thomas Kavanagh1-3/+3
2012-09-14MAINTAINERS: fix tree for current i2c-embedded developmentWolfram Sang1-1/+1
2012-09-14Merge branch 'perf/core'Ingo Molnar8-24/+46
2012-09-14Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar8-24/+46
2012-09-14drm/nouveau: fix booting with plymouth + dumb supportDave Airlie1-1/+1
2012-09-13kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu2-16/+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-13trace: Stop compiling in trace_clock unconditionallyJosh Triplett3-6/+7
2012-09-13tracing: Skip printing "OK" if failed to disable eventYuanhan Liu1-1/+3
2012-09-14Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2-37/+134
2012-09-14ACPI / PM: Fix resource_lock dead lock in acpi_power_on_deviceLin Ming1-11/+23
2012-09-14ACPI / PM: Infer parent power state from child if unknown, v2Rafael J. Wysocki1-0/+10
2012-09-13pktgen: fix crash with vlan and packet size less than 46Nishank Trivedi1-1/+1
2012-09-13thinkpad_acpi: buffer overflow in fan_get_status()Dan Carpenter1-6/+7
2012-09-13eeepc-laptop: fix device reference count leakage in eeepc_rfkill_hotplug()Jiang Liu1-4/+6
2012-09-13platform/x86: fix asus_laptop.wled_type descriptionMaxim Nikulin1-1/+1
2012-09-13asus-laptop: HRWS/HWRS typoCorentin Chary1-4/+4
2012-09-13drivers-platform-x86: remove useless #ifdef CONFIG_ACPI_VIDEOCorentin Chary4-14/+0
2012-09-13apple-gmux: Fix port address calculation in gmux_pio_write32()Seth Forshee1-1/+1
2012-09-13apple-gmux: Fix index read functionsBernhard Froemel1-2/+4
2012-09-13apple-gmux: Obtain version info from indexed gmuxBernhard Froemel1-4/+8
2012-09-13bnx2x: Add missing afex codeYuval Mintz2-11/+21
2012-09-13bnx2x: fix registers dumpedDmitry Kravkov2-18/+9
2012-09-13bnx2x: correct advertisement of pause capabilitiesYaniv Rosner1-0/+6
2012-09-13bnx2x: display the correct duplex valueYaniv Rosner1-4/+6
2012-09-13bnx2x: prevent timeouts when using PFCYaniv Rosner1-3/+5
2012-09-13bnx2x: fix stats copying logicYuval Mintz1-2/+5
2012-09-13bnx2x: Avoid sending multiple statistics queriesDmitry Kravkov1-3/+5
2012-09-13drm/radeon: make 64bit fences more robust v3Christian König1-3/+5
2012-09-13drm/radeon: rework pll selection (v3)Alex Deucher1-34/+129
2012-09-13net: qmi_wwan: call subdriver with control intf onlyBjørn Mork1-3/+4
2012-09-13net_sched: gred: actually perform idling in WRED modeDavid Ward1-11/+15
2012-09-13net_sched: gred: fix qave reporting via netlinkDavid Ward1-1/+4
2012-09-13net_sched: gred: eliminate redundant DP prio comparisonsDavid Ward1-3/+2
2012-09-13net_sched: gred: correct comment about qavg calculation in RIO modeDavid Ward1-1/+1
2012-09-13mISDN: Fix wrong usage of flush_work_sync while holding locksKarsten Keil7-11/+15
2012-09-13Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller4-44/+38
2012-09-13Merge branch 'core/locking'Ingo Molnar1-40/+63
2012-09-13locking: Adjust spin lock inlining Kconfig optionsJan Beulich1-40/+63
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 'timers/urgent'Ingo Molnar1-7/+12
2012-09-13time: Fix timeekeping_get_ns overflow on 32bit systemsJohn Stultz1-7/+12
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 'perf/core'Ingo Molnar0-0/+0
2012-09-13Merge branch 'core/rcu'Ingo Molnar1-10/+18
2012-09-13Merge branch 'core/rcu' into perf/coreIngo Molnar210-966/+1568
2012-09-13Merge branch 'perf/core'Ingo Molnar92-1231/+1518
2012-09-13Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar92-1231/+1518
2012-09-13Merge branch 'pci/trivial' into nextBjorn Helgaas6-32/+5
2012-09-13Merge branch 'x86/for-xen'Ingo Molnar6-32/+20
2012-09-13Merge branch 'sched/core'Ingo Molnar9-94/+23
2012-09-13Merge branch 'perf/urgent'Ingo Molnar3-0/+20
2012-09-13Merge branch 'core/urgent'Ingo Molnar4-68/+66
2012-09-13Merge branch 'core/locking'Ingo Molnar1-0/+39
2012-09-13lockdep: Check if nested lock is actually heldMaarten Lankhorst1-0/+39
2012-09-13perf/x86/ibs: Check syscall attribute flagsRobert Richter2-0/+14
2012-09-13perf/x86: Export Sandy Bridge uncore clockticks event in sysfsStephane Eranian1-0/+6
2012-09-13ALSA: hda - Yet another position_fix quirk for ASUS machinesTakashi Iwai1-0/+1
2012-09-13sched: cpu_power: enable ARCH_POWERVincent Guittot1-1/+1
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Alex Shi3-19/+13
2012-09-13sched: Fix load avg vs. cpu-hotplugPeter Zijlstra1-0/+2
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra6-69/+1
2012-09-13sched: Fix nohz_idle_balance()Vincent Guittot1-5/+6
2012-09-13task_work: Simplify the usage in ptrace_notify() and get_signal_to_deliver()Oleg Nesterov1-14/+4
2012-09-13task_work: Revert "hold task_lock around checks in keyctl"Oleg Nesterov1-2/+0
2012-09-13task_work: task_work_add() should not succeed after exit_task_work()Oleg Nesterov2-8/+17
2012-09-13task_work: Make task_work_add() locklessOleg Nesterov1-47/+48
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas1181-8347/+12996
2012-09-13Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds6-8/+14
2012-09-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-32/+98
2012-09-13Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-1/+9
2012-09-13GFS2: Take account of blockages when using reserved blocksSteven Whitehouse1-38/+28
2012-09-13GFS2: Fix missing allocation data for set/remove xattrSteven Whitehouse1-2/+6
2012-09-13GFS2: Make write size hinting code commonSteven Whitehouse1-4/+27
2012-09-12Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesOlof Johansson24-46/+253
2012-09-13ahci: Add identifiers for ASM106x devicesAlan Cox1-1/+4
2012-09-13ahci: Add alternate identifier for the 88SE9172Alan Cox1-0/+2
2012-09-13ahci: Add JMicron 362 device IDsBen Hutchings1-0/+3