summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-05-27PM: hibernate: Restrict writes to the resume deviceDomenico Andreoli
2020-05-26rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner
2020-05-26rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()Paul E. McKenney
2020-05-26sched/fair: Don't NUMA balance for kthreadsJens Axboe
2020-05-24Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-05-22printk: handle blank console arguments passed in.Shreyas Joshi
2020-05-21kernel/printk: add kmsg SEEK_CUR handlingBruno Meneguele
2020-05-21printk: Fix a typo in comment "interator"->"iterator"Ethon Paul
2020-05-20bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko
2020-05-20audit: add subj creds to NETFILTER_CFG record toRichard Guy Briggs
2020-05-19locking/lockdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-19perf/core: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-19sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot
2020-05-19sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti
2020-05-19sched/fair: Fix enqueue_task_fair() warning some morePhil Auld
2020-05-19PM: hibernate: Split off snapshot dev optionDomenico Andreoli
2020-05-19PM: hibernate: Incorporate concurrency handlingDomenico Andreoli
2020-05-19kprobes: Prevent probes in .noinstr.text sectionThomas Gleixner
2020-05-19rcu: Provide __rcu_is_watching()Thomas Gleixner
2020-05-19rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner
2020-05-19rcu: Make RCU IRQ enter/exit functions rely on in_nmi()Paul E. McKenney
2020-05-19rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner
2020-05-19sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra
2020-05-19lockdep: Always inline lockdep_{off,on}()Peter Zijlstra
2020-05-19printk: Disallow instrumenting print_nmi_enter()Peter Zijlstra
2020-05-19printk: Prepare for nested printk_nmi_enter()Petr Mladek
2020-05-19Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner
2020-05-19ARM: 8976/1: module: allow arch overrides for .init section namesVincent Whitchurch
2020-05-18scs: Remove references to asm/scs.h from core codeWill Deacon
2020-05-18scs: Move scs_overflow_check() out of architecture codeWill Deacon
2020-05-18scs: Move accounting into alloc/free functionsWill Deacon
2020-05-18arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon
2020-05-18Revert "docs: sysctl/kernel: document ngroups_max"Jonathan Corbet
2020-05-16blktrace: Report pid with note messagesJan Kara
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-15docs: sysctl/kernel: document ngroups_maxStephen Kitt
2020-05-15scs: Add support for stack usage debuggingSami Tolvanen
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann
2020-05-15bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann
2020-05-15bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann
2020-05-14bpf: Enforce returning 0 for fentry/fexit progsYonghong Song
2020-05-14bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko
2020-05-14Merge tag 'for-linus-2020-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-05-14Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-14ring-buffer: Remove all BUG() callsSteven Rostedt (VMware)
2020-05-14ring-buffer: Don't deactivate the ring buffer on failed iterator readsSteven Rostedt (VMware)
2020-05-12x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)
2020-05-12Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds