summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-04-30exit: Move preemption fixup up, move blocking operations downJann Horn-9/+16
2020-04-30sched/fair: Simplify the code of should_we_balance()Peng Wang-11/+5
2020-04-30sched/fair: Remove distribute_running from CFS bandwidthJosh Don-13/+1
2020-04-30sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner-32/+47
2020-04-30sched/debug: Fix trival print_task() formatXie XiuQi-3/+3
2020-04-30perf: Add cond_resched() to task_function_call()Barret Rhoden-9/+14
2020-04-30bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun-1/+3
2020-04-30posix-cpu-timers: Use pids not tasks in lookupEric W. Biederman-57/+45
2020-04-30remove the no longer needed pid_alive() check in __task_pid_nr_ns()Oleg Nesterov-2/+1
2020-04-30padata: add separate cpuhp node for CPUHP_PADATA_DEADDaniel Jordan-6/+8
2020-04-30bpf: Fix unused variable warningArnd Bergmann-1/+1
2020-04-29bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASHJakub Sitnicki-10/+35
2020-04-29posix-cpu-timers: Replace __get_task_for_clock with pid_for_clockEric W. Biederman-45/+30
2020-04-29posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_typeEric W. Biederman-4/+4
2020-04-29posix-cpu-timers: Extend rcu_read_lock removing task_struct referencesEric W. Biederman-20/+23
2020-04-28bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko-21/+181
2020-04-28bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_linkAndrii Nakryiko-0/+49
2020-04-28bpf: Allocate ID for bpf_linkAndrii Nakryiko-53/+104
2020-04-28bpf: Refactor bpf_link update handlingAndrii Nakryiko-36/+32
2020-04-28netfilter: add audit table unregister actionsRichard Guy Briggs-2/+3
2020-04-28audit: tidy and extend netfilter_cfg x_tablesRichard Guy Briggs-0/+24
2020-04-28posix-cpu-timer: Unify the now redundant code in lookup_taskEric W. Biederman-8/+7
2020-04-28posix-cpu-timer: Tidy up group_leader logic in lookup_taskEric W. Biederman-6/+2
2020-04-28proc: Ensure we see the exit of each process tid exactly onceEric W. Biederman-0/+19
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann-1636/+1485
2020-04-28coredump: fix crash when umh is disabledLuis Chamberlain-0/+5
2020-04-27audit: log audit netlink multicast bind and unbindRichard Guy Briggs-4/+44
2020-04-27cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted"Ethon Paul-1/+1
2020-04-27bpf, cgroup: Remove unused exportsChristoph Hellwig-4/+0
2020-04-27kcsan: Use GFP_ATOMIC under spin lockWei Yongjun-2/+2
2020-04-27rcutorture: Mark data-race potential for rcu_barrier() test statisticsPaul E. McKenney-3/+3
2020-04-27rcutorture: Add KCSAN stubsPaul E. McKenney-0/+12
2020-04-27rcu: Remove self-stack-trace when all quiescent states seenPaul E. McKenney-2/+0
2020-04-27rcu: When GP kthread is starved, tag idle threads as false positivesPaul E. McKenney-5/+19
2020-04-27rcu: Use data_race() for RCU expedited CPU stall-warning printsPaul E. McKenney-4/+4
2020-04-27ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()Paul E. McKenney-14/+4
2020-04-27rcu-tasks: Allow standalone use of TASKS_{TRACE_,}RCUPaul E. McKenney-24/+30
2020-04-27rcu-tasks: Add IPI failure count to statisticsPaul E. McKenney-4/+7
2020-04-27rcu-tasks: Add count for idle tasks on offline CPUsPaul E. McKenney-1/+5
2020-04-27rcu-tasks: Add rcu_dynticks_zero_in_eqs() effectiveness statisticsPaul E. McKenney-2/+11
2020-04-27rcu-tasks: Make RCU tasks trace also wait for idle tasksPaul E. McKenney-5/+13
2020-04-27rcu-tasks: Handle the running-offline idle-task special casePaul E. McKenney-2/+6
2020-04-27rcu-tasks: Disable CPU hotplug across RCU tasks trace scansPaul E. McKenney-4/+14
2020-04-27rcu-tasks: Allow rcu_read_unlock_trace() under scheduler locksPaul E. McKenney-1/+12
2020-04-27rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so builtPaul E. McKenney-10/+72
2020-04-27rcu-tasks: Add Kconfig option to mediate smp_mb() vs. IPIPaul E. McKenney-1/+20
2020-04-27rcu-tasks: Add grace-period and IPI counts to statisticsPaul E. McKenney-1/+9
2020-04-27rcu-tasks: Split ->trc_reader_need_endPaul E. McKenney-13/+21
2020-04-27rcu-tasks: Provide boot parameter to delay IPIs until late in grace periodPaul E. McKenney-4/+9
2020-04-27rcu-tasks: Add a grace-period start time for throttling and debugPaul E. McKenney-0/+2