summaryrefslogtreecommitdiffstats
path: root/lib/ts_bm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-16x86, irq: Remove pointless irq_reserve_irqs() callThomas Gleixner1-3/+0
2014-05-16genirq: Make create/destroy_irq() ia64 privateThomas Gleixner2-4/+3
2014-05-16tile: Use SPARSE_IRQThomas Gleixner3-54/+9
2014-05-16tile: pci: Use irq_alloc/free_hwirq()Thomas Gleixner1-9/+8
2014-05-16tile: hvc: Use irq_alloc/free_hwirqThomas Gleixner1-4/+4
2014-05-16tile: serial: Use irq_alloc/free_hwirqThomas Gleixner1-4/+4
2014-05-16tile: net: Use irq_alloc/free_hwirqThomas Gleixner1-3/+3
2014-05-16tile: usb: Use irq_alloc/free_hwirqThomas Gleixner2-8/+8
2014-05-16tile: Implement irq_alloc/free_hwirq() for migrationThomas Gleixner2-0/+15
2014-05-16x86: Remove create/destroy_irq()Thomas Gleixner2-109/+1
2014-05-16ia64: Remove unused check_irq_used()Thomas Gleixner2-9/+0
2014-05-16iommu: dmar: Provide arch specific irq allocationThomas Gleixner3-3/+8
2014-05-16iommu: smar: Fix return value check of create_irq()Thomas Gleixner1-1/+1
2014-05-16x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner3-23/+1
2014-05-16x86: ioapic: Use irq_alloc/free_hwirq()Thomas Gleixner1-13/+10
2014-05-16x86: htirq: Use irq_alloc/free_irq()Thomas Gleixner1-9/+4
2014-05-16x86: uv: Use irq_alloc/free_hwirq()Thomas Gleixner1-6/+4
2014-05-16x86: hpet: Use irq_alloc/free_hwirq()Thomas Gleixner1-3/+2
2014-05-16x86: irq_remapping: Use irq_alloc/free_hwirq()Thomas Gleixner1-7/+5
2014-05-16x86: Implement arch_setup/teardown_hwirq()Thomas Gleixner2-0/+34
2014-05-16genirq: Provide generic hwirq allocation facilityThomas Gleixner3-0/+71
2014-05-16mips: Kill pointless destroy_irq()Thomas Gleixner2-18/+2
2014-05-16arm: iop13xx: Use sparse irqs for MSIThomas Gleixner8-42/+19
2014-05-13MAINTAINERS: Add co-maintainer for drivers/irqchipJason Cooper1-0/+8
2014-05-09Linux 3.15-rc5v3.15-rc5Linus Torvalds1-1/+1
2014-05-09x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall()Boris Ostrovsky1-1/+1
2014-05-09x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macroAndres Freund1-1/+1
2014-05-09x86: Fix typo preventing msr_set/clear_bit from having an effectAndres Freund1-1/+1
2014-05-08irqchip: orion: Reverse irq handling prioritySebastian Hesselbarth1-2/+2
2014-05-08irqchip: irq-armada-370-xp: Use cpu notifier to initialize secondary CPUsThomas Petazzoni3-8/+17
2014-05-08irqchip: irq-armada-370-xp: Do the set_smp_cross_call() in the driverThomas Petazzoni3-4/+5
2014-05-08tracepoint: Fix use of tracepoint funcs after rcu freeMathieu Desnoyers1-2/+2
2014-05-08trace: module: Maintain a valid user countRomain Izard1-1/+1
2014-05-08mmc: rtsx: Revert "mmc: rtsx: add support for pre_req and post_req"Micky Ching4-448/+109
2014-05-08x86/intel: Add quirk to disable HPET for the Baytrail platformFeng Tang1-0/+16
2014-05-08x86/hpet: Make boot_hpet_disable externFeng Tang2-1/+2
2014-05-07x86-64, build: Fix stack protector Makefile breakage with 32-bit userlandGeorge Spelvin1-0/+1
2014-05-07x86/reboot: Add reboot quirk for Certec BPC600Christian Gmeiner1-0/+10
2014-05-07genirq: Provide irq_force_affinity fallback for non-SMPArnd Bergmann1-0/+5
2014-05-06agp: info leak in agpioc_info_wrap()Dan Carpenter1-0/+1
2014-05-06fs/affs/super.c: bugfix / double freeFabian Frederick1-2/+0
2014-05-06fanotify: fix -EOVERFLOW with large files on 64-bitWill Woods1-0/+2
2014-05-06slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter4-24/+29
2014-05-06revert "mm: vmscan: do not swap anon pages just because free+file is low"Johannes Weiner1-0/+18
2014-05-06autofs: fix lockref lookupIan Kent1-2/+2
2014-05-06mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner3-37/+40
2014-05-06mm/compaction: make isolate_freepages start at pageblock boundaryVlastimil Babka1-10/+12
2014-05-06MAINTAINERS: zswap/zbud: change maintainer email addressSeth Jennings1-2/+2
2014-05-06mm/page-writeback.c: fix divide by zero in pos_ratio_polynomRik van Riel1-3/+3
2014-05-06hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan3-5/+29