summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-06-16spi: altera: add SPI core parameters support via platform data.Xu Yilun1-0/+24
2020-06-16Merge series "Add support for voltage regulator on ChromeOS EC." from Pi-Hsun...Mark Brown1-0/+82
2020-06-16platform/chrome: cros_ec: Add command for regulator control.Pi-Hsun Shih1-0/+82
2020-06-16regmap: convert all regmap_update_bits() and co. macros to static inlinesBartosz Golaszewski1-30/+192
2020-06-15Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+5
2020-06-15efi: Replace zero-length array and use struct_size() helperGustavo A. R. Silva1-5/+2
2020-06-15efi/tpm: Verify event log header before parsingFabian Vogt1-1/+13
2020-06-15sched: Remove sched_set_*() return valuePeter Zijlstra1-3/+3
2020-06-15sched: Provide sched_set_fifo()Peter Zijlstra1-0/+3
2020-06-15x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()Peter Zijlstra1-1/+1
2020-06-15compiler_types.h: Add __no_sanitize_{address,undefined} to noinstrMarco Elver3-1/+16
2020-06-15x86, kcsan: Add __no_kcsan to noinstrPeter Zijlstra1-4/+4
2020-06-15kcsan: Remove __no_kcsan_or_inlinePeter Zijlstra1-4/+1
2020-06-15sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra1-0/+3
2020-06-15isolcpus: Affine unbound kernel threads to housekeeping cpusMarcelo Tosatti1-0/+1
2020-06-15psi: eliminate kthread_worker from psi trigger scheduling mechanismSuren Baghdasaryan1-3/+4
2020-06-15sched/cputime: Improve cputime_adjust()Oleg Nesterov1-0/+2
2020-06-15ftrace: Add symbols for ftrace trampolinesAdrian Hunter1-4/+8
2020-06-15kprobes: Add symbols for kprobe insn pagesAdrian Hunter1-0/+15
2020-06-15perf: Add perf text poke eventAdrian Hunter1-0/+8
2020-06-15syscalls: Fix offset type of ksys_ftruncate()Jiri Slaby1-1/+1
2020-06-15gpio: driver.h: fix kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-06-15crypto: ccp - Fix sparse warnings in sev-devHerbert Xu1-1/+1
2020-06-15writeback: Drop I_DIRTY_TIME_EXPIREJan Kara1-1/+0
2020-06-15writeback: Avoid skipping inode writebackJan Kara1-2/+6
2020-06-14Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds3-0/+20
2020-06-14security: Add LSM hooks to set*gid syscallsThomas Cedeno3-0/+20
2020-06-14Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2020-06-14iio: core: add iio_device_set_parent() helperAlexandru Ardelean1-0/+20
2020-06-14iio: core: pass parent device as parameter during allocationAlexandru Ardelean1-2/+2
2020-06-14iio: make iio_device_get_drvdata take a const struct iio_dev *.Jonathan Cameron1-1/+1
2020-06-14iio: cros_ec: Reapply range at resumeGwendal Grignou1-1/+10
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+8
2020-06-13Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds3-53/+11
2020-06-13Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-15/+5
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-18/+75
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-16/+225
2020-06-13Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-91/+9
2020-06-12ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...zhangyi (F)1-1/+5
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2020-06-12Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-34/+735
2020-06-12Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-175/+2473
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-7/+19
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-5/+7
2020-06-11compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to ...Marco 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