summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner
2020-06-11lockdep: __always_inline more for noinstrPeter Zijlstra
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra
2020-06-11xen: Move xen_setup_callback_vector() definition to include/xen/hvm.hVitaly Kuznetsov
2020-06-11x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVECThomas Gleixner
2020-06-11x86/entry: Switch XEN/PV hypercall entry to IDTENTRYThomas Gleixner
2020-06-11genirq: Provide __irq_enter/exit_raw()Thomas Gleixner
2020-06-11genirq: Provide irq_enter/exit_rcu()Thomas Gleixner
2020-06-11nmi, tracing: Make hardware latency tracing noinstr safeThomas Gleixner
2020-06-11lib/bsearch: Provide __always_inline variantPeter Zijlstra
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner
2020-06-11context_tracking: Ensure that the critical path cannot be instrumentedThomas Gleixner
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra
2020-06-11asm-generic/atomic: Use __always_inline for fallback wrappersMarco Elver
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-10Merge tag 'acpi-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-10Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-06-10Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds
2020-06-10Merge branch 'acpica'Rafael J. Wysocki
2020-06-10Merge branches 'pm-cpufreq' and 'pm-acpi'Rafael J. Wysocki
2020-06-10Merge branch 'pm-opp'Rafael J. Wysocki
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2020-06-09Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-06-09include/linux/cache.h: expand documentation over __read_mostlyLuis Chamberlain
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig
2020-06-09maccess: remove strncpy_from_unsafeChristoph Hellwig
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig
2020-06-09maccess: rename strnlen_unsafe_user to strnlen_user_nofaultChristoph Hellwig
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig
2020-06-09maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultChristoph Hellwig
2020-06-09maccess: remove duplicate kerneldoc commentsChristoph Hellwig
2020-06-09maccess: remove various unused weak aliasesChristoph Hellwig
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse
2020-06-09mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse
2020-06-09mmap locking API: add mmap_read_trylock_non_owner()Michel Lespinasse
2020-06-09mmap locking API: convert nested write lock sitesMichel Lespinasse
2020-06-09MMU notifier: use the new mmap locking APIMichel Lespinasse
2020-06-09mmap locking API: initial implementation as rwsem wrappersMichel Lespinasse
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport