summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-nvic.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-18MAINTAINERS: update LTP mailing listCyril Hrubis1-2/+2
2015-09-18userfaultfd: add missing mmput() in error pathEric Biggers1-1/+3
2015-09-18lib/string_helpers.c: fix infinite loop in string_get_size()Vitaly Kuznetsov1-1/+5
2015-09-18alpha: lib: export __delaySudip Mukherjee1-0/+1
2015-09-18alpha: io: define ioremap_ucSudip Mukherjee1-1/+3
2015-09-18kasan: fix last shadow judgement in memory_is_poisoned_16()Xishi Qiu1-2/+1
2015-09-18zram: fix possible use after free in zcomp_create()Luis Henriques1-5/+7
2015-09-18hp-wmi: limit hotkey enableKyle Evans1-11/+20
2015-09-17libceph: advertise support for keepalive2Ilya Dryomov1-0/+1
2015-09-17libceph: don't access invalid memory in keepalive2 pathIlya Dryomov2-5/+8
2015-09-17x86/pci/dma: Fix gfp flags for coherent DMA memory allocationJunichi Nomura1-1/+1
2015-09-17arm64: errata: add module build workaround for erratum #843419Will Deacon3-0/+22
2015-09-17arm64: compat: fix vfp save/restore across signal handlers in big-endianWill Deacon1-11/+36
2015-09-17arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersWill Deacon2-2/+2
2015-09-17powerpc32: memset: only use dcbz once cache is enabledLEROY Christophe2-0/+9
2015-09-17powerpc32: memcpy: only use dcbz once cache is enabledLEROY Christophe2-0/+8
2015-09-16x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse1-7/+10
2015-09-16powerpc/mm: Recompute hash value after a failed updateAneesh Kumar K.V1-1/+2
2015-09-16powerpc/boot: Specify ABI v2 when building an LE boot wrapperBenjamin Herrenschmidt1-0/+3
2015-09-16ia64: Enable userfaultfd and membarrier system callsLuck, Tony3-1/+5
2015-09-15modsign: Fix GPL/OpenSSL licence incompatibilityDavid Woodhouse2-10/+13
2015-09-15arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon1-0/+5
2015-09-15arm64: enable generic idle loopLeo Yan1-0/+1
2015-09-15perf tests: Fix software clock events test setting mapsAdrian Hunter1-4/+14
2015-09-15perf tests: Fix task exit test setting mapsAdrian Hunter1-4/+14
2015-09-15perf evlist: Fix create_syswide_maps() not propagating mapsAdrian Hunter1-9/+10
2015-09-15perf evlist: Fix add() not propagating mapsAdrian Hunter1-0/+2
2015-09-15perf evlist: Factor out a function to propagate maps for a single evselAdrian Hunter1-22/+27
2015-09-15perf evlist: Make create_maps() use set_maps()Adrian Hunter1-9/+10
2015-09-15perf evlist: Make set_maps() more resilientAdrian Hunter1-4/+15
2015-09-15perf evsel: Add own_cpus memberAdrian Hunter4-3/+8
2015-09-15perf evlist: Fix missing thread_map__put in propagate_maps()Adrian Hunter1-0/+1
2015-09-15perf evlist: Fix splice_list_tail() not setting evlistAdrian Hunter3-12/+9
2015-09-15perf evlist: Add has_user_cpus memberAdrian Hunter2-5/+7
2015-09-15perf evlist: Remove redundant validation from propagate_maps()Adrian Hunter2-16/+10
2015-09-15perf evlist: Simplify set_maps() logicAdrian Hunter1-6/+2
2015-09-15perf evlist: Simplify propagate_maps() logicAdrian Hunter1-3/+2
2015-09-15cxl: Fix build failure due to -Wunused-variable behaviour changeIan Munsie1-1/+1
2015-09-15cxl: Fix unbalanced pci_dev_get in cxl_probeDaniel Axtens1-2/+0
2015-09-15locking/static_keys: Fix up the static keys documentationJonathan Corbet2-8/+6
2015-09-14perf top: Fix segfault pressing -> with no hist entriesWang Nan1-1/+11
2015-09-14x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li1-0/+7
2015-09-14x86/ioapic: Force affinity setting in setup_ioapic_dest()Thomas Gleixner1-2/+3
2015-09-14x86/paravirt: Remove the unused pv_time_ops::get_tsc_khz methodJuergen Gross1-1/+0
2015-09-14arm64: pgtable: use a single bit for PTE_WRITE regardless of DBMWill Deacon1-5/+1
2015-09-14arm64: Fix pte_modify() to preserve the hardware dirty informationCatalin Marinas1-1/+1
2015-09-14arm64: Fix the pte_hw_dirty() check when AF/DBM is enabledCatalin Marinas1-2/+2
2015-09-14arm64: dma-mapping: check whether cma area is initialized or notJisheng Zhang1-1/+1
2015-09-14x86/ldt: Fix small LDT allocation for XenJan Beulich1-2/+2
2015-09-14clockevents: Remove unused set_mode() callbackViresh Kumar4-96/+30