aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-11compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to decide inliningMarco Elver1-5/+8
2020-06-11compiler.h: Move function attributes to compiler_types.hMarco Elver2-29/+29
2020-06-11compiler.h: Avoid nested statement expression in data_race()Marco Elver1-5/+5
2020-06-11compiler.h: Remove data_race() and unnecessary checks from {READ,WRITE}_ONCE()Marco Elver1-11/+2
2020-06-11kcsan: Remove 'noinline' from __no_kcsan_or_inlineMarco Elver1-4/+2
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner9-23/+732
2020-06-11nfs: set invalid blocks after NFSv4 writesZheng Bin1-0/+1
2020-06-11SUNRPC: receive buffer size estimation values almost never changeChuck Lever1-2/+3
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-8/+18
2020-06-11KVM: async_pf: Inject 'page ready' event only if 'page not present' was previously injectedVitaly Kuznetsov1-0/+1
2020-06-11Enable ext4 support for per-file/directory dax operationsTheodore Ts'o2-7/+9
2020-06-11x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck2-2/+4
2020-06-11Merge branch 'x86/entry' into ras/coreThomas Gleixner412-3253/+11876
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner1-3/+5
2020-06-11lockdep: __always_inline more for noinstrPeter Zijlstra1-1/+1
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra1-2/+2
2020-06-11genirq: Provide __irq_enter/exit_raw()Thomas Gleixner1-0/+20
2020-06-11genirq: Provide irq_enter/exit_rcu()Thomas Gleixner1-2/+11
2020-06-11nmi, tracing: Make hardware latency tracing noinstr safeThomas Gleixner1-2/+6
2020-06-11lib/bsearch: Provide __always_inline variantPeter Zijlstra1-2/+24
2020-06-11context_tracking: Ensure that the critical path cannot be instrumentedThomas Gleixner2-6/+6
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra3-7/+2303
2020-06-11asm-generic/atomic: Use __always_inline for fallback wrappersMarco Elver1-169/+171
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig1-2/+2
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2-5/+5
2020-06-10stacktrace: cleanup inconsistent variable typeWalter Wu1-1/+1
2020-06-10mm: add comments on pglist_data zonesBen Widawsky1-1/+13
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linuxLinus Torvalds3-82/+118
2020-06-10Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-1/+25
2020-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-23/+5
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-3/+30
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds10-78/+111
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+27
2020-06-10Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds2-3/+12
2020-06-10Merge branches 'pm-cpufreq' and 'pm-acpi'Rafael J. Wysocki1-1/+1
2020-06-10Merge branch 'pm-opp'Rafael J. Wysocki2-0/+30
2020-06-09irqchip: RISC-V per-HART local interrupt controller driverAnup Patel1-0/+1
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-0/+4
2020-06-09net: change addr_list_lock back to static keyCong Wang1-4/+8
2020-06-09Revert "fs: remove dio_end_io()"David Sterba1-0/+2
2020-06-09include/linux/cache.h: expand documentation over __read_mostlyLuis Chamberlain1-2/+8
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig1-3/+1
2020-06-09maccess: remove strncpy_from_unsafeChristoph Hellwig1-1/+0
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig1-2/+4
2020-06-09maccess: rename strnlen_unsafe_user to strnlen_user_nofaultChristoph Hellwig1-1/+1
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig1-2/+2
2020-06-09maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultChristoph Hellwig1-2/+2
2020-06-09maccess: remove duplicate kerneldoc commentsChristoph Hellwig1-38/+0