summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-10-30Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...Paul E. McKenney
2019-10-30bpf/cgroup: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney
2019-10-30rcu: Suppress levelspread uninitialized messagesPaul E. McKenney
2019-10-30rcu: Fix uninitialized variable in nocb_gp_wait()Dan Carpenter
2019-10-30rcu: Ensure that ->rcu_urgent_qs is set before resched IPIJoel Fernandes (Google)
2019-10-30workqueue: Convert for_each_wq to use built-in list checkJoel Fernandes (Google)
2019-10-30rcu: Several rcu_segcblist functions can be statickbuild test robot
2019-10-28rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processingPaul E. McKenney
2019-10-28rcu: Confine ->core_needs_qs accesses to the corresponding CPUPaul E. McKenney
2019-10-28rcu: Reset CPU hints when reporting a quiescent stateJoel Fernandes (Google)
2019-10-28rcu: Force nohz_full tick on upon irq enter instead of exitPaul E. McKenney
2019-10-28rcu: Force tick on for nohz_full CPUs not reaching quiescent statesPaul E. McKenney
2019-10-05locking: locktorture: Do not include rwlock.h directlyWolfgang M. Reimer
2019-10-05rcutorture: Make in-kernel-loop testing more brutalPaul E. McKenney
2019-10-05rcutorture: Separate warnings for each failure typePaul E. McKenney
2019-10-05rcu: Remove unused variable rcu_perf_writer_stateEthan Hansen
2019-10-05locktorture: Replace strncmp() with str_has_prefix()Chuhong Yuan
2019-10-05rcu: Remove unused function rcutorture_record_progress()Ethan Hansen
2019-10-05rcutorture: Emulate dyntick aspect of userspace nohz_full sojournPaul E. McKenney
2019-10-05rcu: Make CPU-hotplug removal operations enable tickPaul E. McKenney
2019-10-05stop_machine: Provide RCU quiescent state in multi_cpu_stop()Paul E. McKenney
2019-10-05rcutorture: Force on tick for readers and callback floodersPaul E. McKenney
2019-10-05rcu: Force on tick when invoking lots of callbacksPaul E. McKenney
2019-10-05time: Export tick start/stop functions for rcutorturePaul E. McKenney
2019-10-05nohz: Add TICK_DEP_BIT_RCUFrederic Weisbecker
2019-09-30Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-09-28tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost
2019-09-28tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macroNathan Chancellor
2019-09-28tracing/probe: Fix to check the difference of nr_args before adding probeMasami Hiramatsu
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-09-27bpf: Fix bpf_event_output re-entry issueAllan Zhang
2019-09-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-09-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-26Merge tag 'trace-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-09-26bpf: Clean up indentation issue in BTF kflag processingColin Ian King
2019-09-25bug: consolidate __WARN_FLAGS usageKees Cook
2019-09-25bug: lift "cut here" out of __warn()Kees Cook
2019-09-25bug: consolidate warn_slowpath_fmt() usageKees Cook
2019-09-25bug: refactor away warn_slowpath_fmt_taint()Kees Cook
2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson
2019-09-25kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa
2019-09-25fork: improve error message for corrupted page tablesSai Praneeth Prakhya
2019-09-25kernel/elfcore.c: include proper prototypesValdis Kletnieks
2019-09-25bpf/xskmap: Return ERR_PTR for failure case instead of NULL.Jonathan Lemon
2019-09-25sched/fair: Avoid redundant EAS calculationQuentin Perret
2019-09-25sched/core: Remove double update_max_interval() call on CPU startupValentin Schneider