summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-0/+16
|\
| * Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman2020-05-202-12/+12
| |\
| * | powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria2020-05-181-0/+16
* | | Merge tag 'modules-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-051-10/+40
|\ \ \
| * | | module: Harden STRICT_MODULE_RWXPeter Zijlstra2020-04-211-0/+24
| * | | module: break nested ARCH_HAS_STRICT_MODULE_RWX and STRICT_MODULE_RWX #ifdefsJessica Yu2020-04-171-11/+18
* | | | Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-051-0/+12
|\ \ \ \
| * | | | kgdb: Add kgdb_has_hit_break functionVincent Chen2020-05-181-0/+12
* | | | | Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-051-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge tag 'qcom-drivers-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2020-05-251-2/+2
| |\ \ \ \ \
| | * | | | | kernel/cpu_pm: Fix uninitted local in cpu_pmDouglas Anderson2020-05-151-2/+2
| | | |/ / / | | |/| | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-055-116/+213
|\ \ \ \ \ \
| * | | | | | kernel/relay.c: fix read_pos error when multiple readersPengcheng Yang2020-06-051-10/+7
| * | | | | | kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens2020-06-051-0/+5
| * | | | | | kernel/kprobes.c: convert to use DEFINE_SEQ_ATTRIBUTE macroKefeng Wang2020-06-051-28/+6
| * | | | | | user.c: make uidhash_table staticJason Yan2020-06-051-1/+1
| * | | | | | kexec_file: don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand2020-06-051-0/+5
| * | | | | | kcov: collect coverage from interruptsAndrey Konovalov2020-06-051-39/+155
| * | | | | | kcov: use t->kcov_mode as enabled indicatorAndrey Konovalov2020-06-051-9/+23
| * | | | | | kcov: move t->kcov_sequence assignmentAndrey Konovalov2020-06-051-1/+1
| * | | | | | kcov: move t->kcov assignments into kcov_start/stopAndrey Konovalov2020-06-051-9/+7
| * | | | | | kcov: fix potential use-after-free in kcov_remote_startAndrey Konovalov2020-06-051-6/+8
| * | | | | | kcov: cleanup debug messagesAndrey Konovalov2020-06-051-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-043-60/+230
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner2020-06-041-1/+2
| * | | | | | | | mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-041-2/+1
| * | | | | | | | mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner2020-06-041-8/+3