summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2020-01-29rtc: cmos: ignore bogus century byteEric Wong1-1/+1
2019-08-25asm-generic: default BUG_ON(x) to if(x)BUG()Arnd Bergmann1-1/+1
2019-08-25asm-generic: fix -Wtype-limits compiler warningsQian Cai1-30/+20
2019-07-10bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-0/+1
2019-04-03asm-generic: Fix local variable shadow in __set_fixmap_offsetMark Rutland1-6/+6
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya1-4/+4
2018-08-15x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina1-6/+6
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen1-0/+12
2018-05-30asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov1-0/+15
2018-05-26futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-41/+9
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani1-0/+10
2018-01-23EXPORT_SYMBOL() for asmAl Viro1-0/+94
2018-01-23x86/kbuild: enable modversions for symbols exported from asmAdam Borowski1-0/+7
2018-01-05kaiser: cleanups while trying for gold linkHugh Dickins1-10/+8
2018-01-05KAISER: Kernel Address IsolationRichard Fellner1-1/+10
2017-11-21mm: add PHYS_PFN, use it in __phys_to_pfn()Chen Gang1-1/+3
2017-10-21percpu: make this_cpu_generic_read() atomic w.r.t. interruptsMark Rutland1-2/+22
2017-09-07cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo1-1/+5
2016-09-24asm-generic: make copy_from_user() zero the destination properlyAl Viro1-4/+6
2016-09-24asm-generic: make get_user() clear the destination on errorsAl Viro1-3/+7
2016-08-10vmlinux.lds: account for destructor sectionsDmitry Vyukov1-0/+4
2016-07-27locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra1-36/+17
2016-06-01SIGNAL: Move generic copy_siginfo() to signal.hJames Hogan1-15/+0
2016-06-01locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()Peter Zijlstra1-1/+26
2016-05-05asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()Romain Perier1-2/+6
2016-04-12bitops: Do not default to __clear_bit() for __clear_bit_unlock()Peter Zijlstra1-7/+7
2016-03-04cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()zengtao1-2/+3
2015-11-23treewide: Remove old email addressPeter Zijlstra1-1/+1
2015-11-13Merge tag 'for-4.4' of git://git.osdn.jp/gitroot/uclinux-h8/linuxLinus Torvalds1-4/+6
2015-11-11pci: remove pci_dma_supportedChristoph Hellwig1-6/+0
2015-11-08asm-generic: {get,put}_user ptr argument evaluate only 1 timeYoshinori Sato1-4/+6
2015-11-07Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-125/+11
2015-11-05Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+12
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+10
2015-11-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2015-11-04atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds1-1/+0
2015-11-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-43/+60
2015-10-26Merge branch 'acpi-init'Rafael J. Wysocki1-0/+12
2015-10-17mm,thp: reduce ifdef'ery for THP in generic codeVineet Gupta1-7/+30
2015-10-16asm-generic: temporarily add back asm-generic/io-64-nonatomic*.hArnd Bergmann2-0/+4
2015-10-15asm-generic: cmpxchg: avoid warnings from macro-ized cmpxchg() implementationsMarek Vasut1-4/+7
2015-10-15move count_zeroes.h out of asm-genericChristoph Hellwig1-57/+0
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig2-64/+0
2015-10-14mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky1-0/+10
2015-10-06locking/rwsem: Use acquire/release semanticsDavidlohr Bueso1-7/+14
2015-10-06locking/mutex: Use acquire/release semanticsDavidlohr Bueso2-9/+9
2015-10-06locking/asm-generic: Add _{relaxed|acquire|release}() variants for inc/dec at...Davidlohr Bueso1-12/+17
2015-10-06Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar1-8/+72
2015-10-06sched/core: Create preempt_count invariantPeter Zijlstra1-1/+1
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds1-8/+72