aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-01uaccess: Selectively open read or write user accessChristophe Leroy2-12/+12
2020-04-30sched/core: Simplify sched_init()Wei Yang1-2/+2
2020-04-30sched/fair: Use __this_cpu_read() in wake_wide()Muchun Song1-1/+1
2020-04-30sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra2-3/+20
2020-04-30sched/fair: Mark sched_init_granularity __initMuchun Song1-1/+1
2020-04-30sched/fair: Refill bandwidth before scalingHuaixin Chang1-2/+2
2020-04-30sched: Extract the task putting code from pick_next_task()Chen Yu1-16/+23
2020-04-30sched: Make newidle_balance() static againChen Yu2-6/+4
2020-04-30sched/topology: Kill SD_LOAD_BALANCEValentin Schneider1-2/+1
2020-04-30sched: Remove checks against SD_LOAD_BALANCEValentin Schneider2-31/+11
2020-04-30sched/debug: Make sd->flags sysctl read-onlyValentin Schneider1-1/+1
2020-04-30sched/fair: find_idlest_group(): Remove unused sd_flag parameterValentin Schneider1-5/+3
2020-04-30exit: Move preemption fixup up, move blocking operations downJann Horn1-9/+16
2020-04-30sched/fair: Simplify the code of should_we_balance()Peng Wang1-11/+5
2020-04-30sched/fair: Remove distribute_running from CFS bandwidthJosh Don2-13/+1
2020-04-30sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner1-32/+47
2020-04-30sched/debug: Fix trival print_task() formatXie XiuQi1-3/+3
2020-04-30perf: Add cond_resched() to task_function_call()Barret Rhoden1-9/+14
2020-04-30bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun1-1/+3
2020-04-30posix-cpu-timers: Use pids not tasks in lookupEric W. Biederman1-57/+45
2020-04-30remove the no longer needed pid_alive() check in __task_pid_nr_ns()Oleg Nesterov1-2/+1
2020-04-30padata: add separate cpuhp node for CPUHP_PADATA_DEADDaniel Jordan1-6/+8
2020-04-30bpf: Fix unused variable warningArnd Bergmann1-1/+1
2020-04-29bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASHJakub Sitnicki1-10/+35
2020-04-29posix-cpu-timers: Replace __get_task_for_clock with pid_for_clockEric W. Biederman1-45/+30
2020-04-29posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_typeEric W. Biederman1-4/+4
2020-04-29posix-cpu-timers: Extend rcu_read_lock removing task_struct referencesEric W. Biederman1-20/+23
2020-04-28bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko4-21/+181
2020-04-28bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_linkAndrii Nakryiko1-0/+49
2020-04-28bpf: Allocate ID for bpf_linkAndrii Nakryiko2-53/+104
2020-04-28bpf: Refactor bpf_link update handlingAndrii Nakryiko3-36/+32
2020-04-28netfilter: add audit table unregister actionsRichard Guy Briggs1-2/+3
2020-04-28audit: tidy and extend netfilter_cfg x_tablesRichard Guy Briggs1-0/+24
2020-04-28posix-cpu-timer: Unify the now redundant code in lookup_taskEric W. Biederman1-8/+7
2020-04-28posix-cpu-timer: Tidy up group_leader logic in lookup_taskEric W. Biederman1-6/+2
2020-04-28proc: Ensure we see the exit of each process tid exactly onceEric W. Biederman1-0/+19
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann18-1636/+1485
2020-04-28coredump: fix crash when umh is disabledLuis Chamberlain1-0/+5
2020-04-27audit: log audit netlink multicast bind and unbindRichard Guy Briggs1-4/+44
2020-04-27cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted"Ethon Paul1-1/+1
2020-04-27bpf, cgroup: Remove unused exportsChristoph Hellwig1-4/+0
2020-04-27kcsan: Use GFP_ATOMIC under spin lockWei Yongjun1-2/+2
2020-04-27rcutorture: Mark data-race potential for rcu_barrier() test statisticsPaul E. McKenney1-3/+3
2020-04-27rcutorture: Add KCSAN stubsPaul E. McKenney1-0/+12
2020-04-27rcu: Remove self-stack-trace when all quiescent states seenPaul E. McKenney1-2/+0
2020-04-27rcu: When GP kthread is starved, tag idle threads as false positivesPaul E. McKenney1-5/+19
2020-04-27rcu: Use data_race() for RCU expedited CPU stall-warning printsPaul E. McKenney1-4/+4
2020-04-27ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()Paul E. McKenney2-14/+4
2020-04-27rcu-tasks: Allow standalone use of TASKS_{TRACE_,}RCUPaul E. McKenney1-24/+30
2020-04-27rcu-tasks: Add IPI failure count to statisticsPaul E. McKenney1-4/+7