summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-045-116/+213
|\
| * kernel/relay.c: fix read_pos error when multiple readersPengcheng Yang2020-06-041-10/+7
| * kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens2020-06-041-0/+5
| * kernel/kprobes.c: convert to use DEFINE_SEQ_ATTRIBUTE macroKefeng Wang2020-06-041-28/+6
| * user.c: make uidhash_table staticJason Yan2020-06-041-1/+1
| * kexec_file: don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand2020-06-041-0/+5
| * kcov: collect coverage from interruptsAndrey Konovalov2020-06-041-39/+155
| * kcov: use t->kcov_mode as enabled indicatorAndrey Konovalov2020-06-041-9/+23
| * kcov: move t->kcov_sequence assignmentAndrey Konovalov2020-06-041-1/+1
| * kcov: move t->kcov assignments into kcov_start/stopAndrey Konovalov2020-06-041-9/+7
| * kcov: fix potential use-after-free in kcov_remote_startAndrey Konovalov2020-06-041-6/+8
| * kcov: cleanup debug messagesAndrey Konovalov2020-06-041-20/+2
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-042-1/+4
|\ \
| * | exec: Teach prepare_exec_creds how exec treats uids & gidsEric W. Biederman2020-05-201-0/+3
| * | exec: Merge install_exec_creds into setup_new_execEric W. Biederman2020-05-071-1/+1
* | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-043-67/+68
|\ \ \
| * | | proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-1/+1
| * | | posix-cpu-timers: Use pids not tasks in lookupEric W. Biederman2020-04-301-57/+45
| |\ \ \
| | * | | posix-cpu-timers: Replace __get_task_for_clock with pid_for_clockEric W. Biederman2020-04-291-45/+30
| | * | | posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_typeEric W. Biederman2020-04-291-4/+4
| | * | | posix-cpu-timers: Extend rcu_read_lock removing task_struct referencesEric W. Biederman2020-04-291-20/+23
| * | | | remove the no longer needed pid_alive() check in __task_pid_nr_ns()Oleg Nesterov2020-04-301-2/+1
| |/ / /
| * | | posix-cpu-timer: Unify the now redundant code in lookup_taskEric W. Biederman2020-04-281-8/+7
| * | | posix-cpu-timer: Tidy up group_leader logic in lookup_taskEric W. Biederman2020-04-281-6/+2
| * | | proc: Ensure we see the exit of each process tid exactly onceEric W. Biederman2020-04-281-0/+19
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2020-06-042-87/+117
|\ \ \ \ | |_|_|/ |/| | |
| * | | livepatch: Make klp_apply_object_relocs staticSamuel Zou2020-05-111-1/+2
| * | | module: Make module_enable_ro() static againJosh Poimboeuf2020-05-081-1/+2
| * | | x86/module: Use text_mutex in apply_relocate_add()Josh Poimboeuf2020-05-081-6/+0
| * | | module: Remove module_disable_ro()Josh Poimboeuf2020-05-081-13/+0
| * | | livepatch: Remove module_disable_ro() usageJosh Poimboeuf2020-05-081-2/+0
| * | | livepatch: Prevent module-specific KLP rela sections from referencing vmlinux...Josh Poimboeuf2020-05-081-11/+27
| * | | livepatch: Remove .klp.archPeter Zijlstra2020-05-081-18/+9
| * | | livepatch: Apply vmlinux-specific KLP relocations earlyJosh Poimboeuf2020-05-082-55/+92
| * | | livepatch: Disallow vmlinux.koJosh Poimboeuf2020-05-081-0/+5
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-033-60/+230
|\ \ \ \
| * | | | mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner2020-06-031-1/+2
| * | | | mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-031-2/+1
| * | | | mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner2020-06-031-8/+3
| * | | | mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-1/+1
| * | | | mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-3/+3
| * | | | padata: add basic support for multithreaded jobsDaniel Jordan2020-06-031-3/+149
| * | | | padata: allocate work structures for parallel jobs from a poolDaniel Jordan2020-06-031-41/+77
| * | | | padata: initialize earlierDaniel Jordan2020-06-031-9/+8
| * | | | padata: remove exit routineDaniel Jordan2020-06-031-6/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0345-2215/+4826
|\ \ \ \ \
| * | | | | bpf, cgroup: Return ENOLINK for auto-detached links on updateJakub Sitnicki2020-06-011-1/+1
| * | | | | bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki2020-06-012-2/+245
| * | | | | flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki2020-06-012-0/+134
| * | | | | net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki2020-06-011-3/+4