summaryrefslogtreecommitdiffstats
path: root/scripts/genksyms/genksyms.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-02x86: Remove unnecessary mdelay() from cpu_disable_common()Suresh Siddha1-9/+0
2009-12-02x86, ioapic: Document another case when level irq is seen as an edgeSuresh Siddha1-1/+20
2009-12-02x86, ioapic: Fix the EOI register detection mechanismSuresh Siddha1-54/+61
2009-12-02x86, io-apic: Move the effort of clearing remoteIRR explicitly before migrati...Maciej W. Rozycki1-14/+14
2009-11-26x86: SGI UV: Map low MMR rangesJack Steiner1-0/+8
2009-11-23x86: apic: Print out SRAT table APIC id in hexYinghai Lu1-2/+2
2009-11-23x86: Re-get cfg_new in case reuse/move irq_descYinghai Lu1-0/+1
2009-11-23x86: apic: Remove not needed #ifdefYinghai Lu1-6/+3
2009-11-16x86: io-apic: IO-APIC MMIO should not fail on resource insertionCyrill Gorcunov2-6/+11
2009-11-10x86: Remove asm/apicnum.hDimitri Sivanich1-12/+0
2009-11-10x86: apic: Do not use stacked physid_mask_tCyrill Gorcunov10-73/+50
2009-11-08x86, apic: Get rid of apicid_to_cpu_present assign on 64-bitCyrill Gorcunov1-0/+5
2009-11-08x86, ioapic: Use snrpintf while set names for IO-APIC resoursesCyrill Gorcunov1-1/+1
2009-11-08x86, apic: Use PAGE_SIZE instead of numbersCyrill Gorcunov1-1/+1
2009-11-02x86: Remove local_irq_enable()/local_irq_disable() in fixup_irqs()Suresh Siddha1-4/+28
2009-11-02x86: Use EOI register in io-apic on intel platformsSuresh Siddha1-27/+54
2009-11-02x86: Force irq complete move during cpu offlineSuresh Siddha3-3/+23
2009-11-02x86: Remove move_cleanup_count from irq_cfgSuresh Siddha2-9/+1
2009-11-02x86, intr-remap: Avoid irq_chip mask/unmask in fixup_irqs() for intr-remappingSuresh Siddha1-2/+2
2009-11-02x86: Unify fixup_irqs() for 32-bit and 64-bit kernelsSuresh Siddha3-103/+59
2009-10-27x86, apic: Clear APIC Timer Initial Count Register on shutdownAndreas Herrmann1-1/+1
2009-10-15x86: apic: Allow noop operations to be called almost at any timeCyrill Gorcunov2-47/+59
2009-10-14x86, apic: Explain show_lapic= in kernel parameters listCyrill Gorcunov1-0/+9
2009-10-14x86, apic: Fix prototype in hw_irq.hIngo Molnar1-0/+2
2009-10-14x86, apic: Move SGI UV functionality out of generic IO-APIC codeDimitri Sivanich4-154/+145
2009-10-14x86: SGI UV: Fix irq affinity for hub based interruptsDimitri Sivanich4-17/+180
2009-10-14x86, apic: Limit apic dumping, introduce new show_lapic= setup optionCyrill Gorcunov1-15/+32
2009-10-14x86, apic: Use apic noop driverCyrill Gorcunov1-19/+3
2009-10-14x86, apic: Introduce the NOOP apic driverCyrill Gorcunov3-1/+197
2009-10-13headers: Fix build after <linux/sched.h> removalIngo Molnar7-0/+7
2009-10-13ALSA: hda - Allow all formats as default for Nvidia HDMITakashi Iwai1-1/+1
2009-10-13ALSA: aaci: ARM1176 aaci-pl041 AC97 register read timeoutPhilby John1-0/+1
2009-10-13ALSA: hda - Fix volume-knob setup for Dell laptops with STAC9228Takashi Iwai1-1/+11
2009-10-13ALSA: hda - Fix mute sound with STAC9227/9228 codecsTakashi Iwai2-0/+18
2009-10-13ALSA: bt87x - Add a whitelist for Pinnacle PCTV (11bd:0012)Takashi Iwai1-0/+2
2009-10-13cciss: Add cciss_allow_hpsa module parameterStephen M. Cameron1-40/+34
2009-10-13cciss: Fix multiple calls to pci_release_regionsStephen M. Cameron1-2/+3
2009-10-13ALSA: hda - Fix overflow of spec->init_verbs in patch_realtek.cTakashi Iwai1-1/+1
2009-10-13ext3: Update documentation about ext3 quota mount optionsJan Kara1-4/+12
2009-10-13ext3: Don't update superblock write time when filesystem is read-onlyTheodore Ts'o1-1/+12
2009-10-12USB: musb: invert arch depend stringMike Frysinger1-1/+1
2009-10-12NFS: suppress a build warningStefan Richter1-2/+2
2009-10-12tty, serial: Fix race and NULL check in uart_close()Linus Torvalds1-2/+5
2009-10-12ARM: force dcache flush if dcache_dirty bit setNitin Gupta1-6/+3
2009-10-12x86: Move pci_iommu_init to rootfs_initcall()David Woodhouse1-1/+1
2009-10-12Run pci_apply_final_quirks() sooner.David Woodhouse1-1/+1
2009-10-12Mark pci_apply_final_quirks() __init rather than __devinitDavid Woodhouse1-1/+1
2009-10-12Rename pci_init() to pci_apply_final_quirks(), move it to quirks.cDavid Woodhouse2-13/+13
2009-10-12mfd: Fix twl4030 boot with twl4030 usb transceiver enabledRoger Quadros1-43/+46
2009-10-12HID: fix possible deadlock in hidraw_readJiri Kosina1-3/+2