summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-04-28bpf: Allocate ID for bpf_linkAndrii Nakryiko
2020-04-28bpf: Refactor bpf_link update handlingAndrii Nakryiko
2020-04-28netfilter: add audit table unregister actionsRichard Guy Briggs
2020-04-28audit: tidy and extend netfilter_cfg x_tablesRichard Guy Briggs
2020-04-28posix-cpu-timer: Unify the now redundant code in lookup_taskEric W. Biederman
2020-04-28posix-cpu-timer: Tidy up group_leader logic in lookup_taskEric W. Biederman
2020-04-28proc: Ensure we see the exit of each process tid exactly onceEric W. Biederman
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann
2020-04-28coredump: fix crash when umh is disabledLuis Chamberlain
2020-04-27audit: log audit netlink multicast bind and unbindRichard Guy Briggs
2020-04-27cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted"Ethon Paul
2020-04-27bpf, cgroup: Remove unused exportsChristoph Hellwig
2020-04-27kcsan: Use GFP_ATOMIC under spin lockWei Yongjun
2020-04-27rcutorture: Mark data-race potential for rcu_barrier() test statisticsPaul E. McKenney
2020-04-27rcutorture: Add KCSAN stubsPaul E. McKenney
2020-04-27rcu: Remove self-stack-trace when all quiescent states seenPaul E. McKenney
2020-04-27rcu: When GP kthread is starved, tag idle threads as false positivesPaul E. McKenney
2020-04-27rcu: Use data_race() for RCU expedited CPU stall-warning printsPaul E. McKenney
2020-04-27ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()Paul E. McKenney
2020-04-27rcu-tasks: Allow standalone use of TASKS_{TRACE_,}RCUPaul E. McKenney
2020-04-27rcu-tasks: Add IPI failure count to statisticsPaul E. McKenney
2020-04-27rcu-tasks: Add count for idle tasks on offline CPUsPaul E. McKenney
2020-04-27rcu-tasks: Add rcu_dynticks_zero_in_eqs() effectiveness statisticsPaul E. McKenney
2020-04-27rcu-tasks: Make RCU tasks trace also wait for idle tasksPaul E. McKenney
2020-04-27rcu-tasks: Handle the running-offline idle-task special casePaul E. McKenney
2020-04-27rcu-tasks: Disable CPU hotplug across RCU tasks trace scansPaul E. McKenney
2020-04-27rcu-tasks: Allow rcu_read_unlock_trace() under scheduler locksPaul E. McKenney
2020-04-27rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so builtPaul E. McKenney
2020-04-27rcu-tasks: Add Kconfig option to mediate smp_mb() vs. IPIPaul E. McKenney
2020-04-27rcu-tasks: Add grace-period and IPI counts to statisticsPaul E. McKenney
2020-04-27rcu-tasks: Split ->trc_reader_need_endPaul E. McKenney
2020-04-27rcu-tasks: Provide boot parameter to delay IPIs until late in grace periodPaul E. McKenney
2020-04-27rcu-tasks: Add a grace-period start time for throttling and debugPaul E. McKenney
2020-04-27rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooksPaul E. McKenney
2020-04-27rcu-tasks: Make rcutorture writer stall output include GP statePaul E. McKenney
2020-04-27rcu-tasks: Add RCU tasks to rcutorture writer stall outputPaul E. McKenney
2020-04-27rcu-tasks: Move #ifdef into tasks.hPaul E. McKenney
2020-04-27rcu-tasks: Add stall warnings for RCU Tasks TracePaul E. McKenney
2020-04-27rcutorture: Add torture tests for RCU Tasks TracePaul E. McKenney
2020-04-27rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooksPaul E. McKenney
2020-04-27rcu-tasks: Code movement to allow more Tasks RCU variantsPaul E. McKenney
2020-04-27rcu-tasks: Further refactor RCU-tasks to allow adding more variantsPaul E. McKenney
2020-04-27rcu-tasks: Use unique names for RCU-Tasks kthreads and messagesPaul E. McKenney
2020-04-27rcutorture: Add torture tests for RCU Tasks RudePaul E. McKenney
2020-04-27rcu-tasks: Add an RCU-tasks rude variantPaul E. McKenney
2020-04-27rcu-tasks: Refactor RCU-tasks to allow variants to be addedPaul E. McKenney
2020-04-27rcutorture: Add a test for synchronize_rcu_mult()Paul E. McKenney
2020-04-27rcu-tasks: Create struct to hold state informationPaul E. McKenney
2020-04-27rcu-tasks: Move Tasks RCU to its own filePaul E. McKenney
2020-04-27rcu: Add per-task state to RCU CPU stall warningsPaul E. McKenney