summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2018-10-21Make asm/word-at-a-time.h available on all architecturesChris Metcalf1-8/+72
2018-10-03x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina1-6/+6
2018-10-03x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen1-0/+12
2018-10-03asm-generic: drop unused pte_file* helpersKirill A. Shutemov1-15/+0
2018-03-03scsi: dma-mapping: always provide dma_get_cache_alignmentChristoph Hellwig1-3/+0
2018-01-09KAISER: Kernel Address IsolationRichard Fellner1-0/+7
2017-11-26asm/sections: add helpers to check for section dataThierry Reding1-0/+65
2017-11-11cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo1-1/+5
2016-11-20asm-generic: make get_user() clear the destination on errorsAl Viro1-3/+7
2016-11-20asm-generic: make copy_from_user() zero the destination properlyAl Viro1-4/+6
2016-08-23sched/preempt: Fix preempt_count manipulationsPeter Zijlstra1-2/+2
2016-05-01bitops: Do not default to __clear_bit() for __clear_bit_unlock()Peter Zijlstra1-7/+7
2016-02-25cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()zengtao1-2/+3
2015-11-16sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov1-2/+3
2015-05-06nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven1-0/+4
2014-07-02core: fix typo in percpu read_mostly sectionZhengyu He1-1/+1
2014-06-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+10
2014-06-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+187
2014-06-07include/asm-generic/ioctl.h: fix _IOC_TYPECHECK sparse errorHans Verkuil1-0/+5
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-8/+13
2014-06-06locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocksWaiman Long2-0/+187
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar1-1/+1
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar1-0/+10
2014-06-05x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman1-2/+6
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-44/+16
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-16/+12
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+5
2014-05-21DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas1-8/+5
2014-05-21serial: earlycon: add DT supportRob Herring1-1/+3
2014-05-20vmlinuz.lds: define OF table sections with macrosRob Herring1-44/+14
2014-05-20ARM: align cpu_method_of_table namingRob Herring1-2/+2
2014-05-20irqchip: align irqchip OF match table section namingRob Herring1-2/+2
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas1-8/+13
2014-05-15asm-generic: remove _STK_LIM_MAXJames Hogan1-1/+1
2014-05-08asm-generic: allow generic unaligned access if the arch supports itArd Biesheuvel1-8/+13
2014-05-07kprobes: Ensure blacklist data is alignedVineet Gupta1-1/+2
2014-05-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+3
2014-05-04arm64: fixmap: fix missing sub-page offset for earlyprintkMarc Zyngier1-0/+3
2014-05-01word-at-a-time: simplify big-endian zero_bytemask macroH. Peter Anvin1-1/+1
2014-04-28word-at-a-time: avoid undefined behaviour in zero_bytemask macroWill Deacon1-6/+2
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu1-0/+9
2014-04-19mm: use paravirt friendly ops for NUMA hinting ptesMel Gorman1-8/+23
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra2-2/+2
2014-04-18arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra3-14/+10
2014-04-13Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds1-1/+2
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-3/+1
2014-04-10LLVMLinux: Remove warning about returning an uninitialized variableBehan Webster1-1/+2
2014-04-08mm: create generic early_ioremap() supportMark Salter1-0/+42
2014-04-08percpu: add raw_cpu_opsChristoph Lameter1-5/+8
2014-04-08Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2-3/+3