aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-05-08Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+5
2020-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2020-05-08fork: prevent accidental access to clone3 featuresChristian Brauner1-6/+7
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner5-249/+465
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers1-9/+9
2020-05-07kernel/kcov.c: fix typos in kcov_remote_start documentationMaciej Grochowski1-2/+2
2020-05-07Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds4-20/+54
2020-05-08module: Make module_enable_ro() static againJosh Poimboeuf1-1/+2
2020-05-08x86/module: Use text_mutex in apply_relocate_add()Josh Poimboeuf1-6/+0
2020-05-08module: Remove module_disable_ro()Josh Poimboeuf1-13/+0
2020-05-08livepatch: Remove module_disable_ro() usageJosh Poimboeuf1-2/+0
2020-05-08livepatch: Prevent module-specific KLP rela sections from referencing vmlinux...Josh Poimboeuf1-11/+27
2020-05-08livepatch: Remove .klp.archPeter Zijlstra1-18/+9
2020-05-08livepatch: Apply vmlinux-specific KLP relocations earlyJosh Poimboeuf2-55/+92
2020-05-08livepatch: Disallow vmlinux.koJosh Poimboeuf1-0/+5
2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman1-1/+1
2020-05-07tracing: Make tracing_snapshot_instance_cond() staticZou Wei1-1/+2
2020-05-07tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)1-0/+13
2020-05-07tracing: Wait for preempt irq delay thread to finishSteven Rostedt (VMware)1-6/+24
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney16-479/+1726
2020-05-07rcutorture: Convert ULONG_CMP_LT() to time_before()Paul E. McKenney1-3/+3
2020-05-07rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop staticJason Yan1-2/+2
2020-05-07rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney3-3/+44
2020-05-07rcutorture: Add flag to produce non-busy-wait task stallsPaul E. McKenney1-6/+11
2020-05-07kgdb: Drop malformed kernel doc commentAndy Shevchenko1-3/+1
2020-05-07cpu/hotplug: Remove __freeze_secondary_cpus()Qais Yousef1-2/+2
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef1-7/+7
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+7
2020-05-06kcsan: Add __kcsan_{enable,disable}_current() variantsMarco Elver1-0/+7
2020-05-06tracing/kprobes: Reject new event if loc is NULLMasami Hiramatsu1-0/+6
2020-05-06tracing/boottime: Fix kprobe event API usageMasami Hiramatsu1-12/+8
2020-05-06tracing/kprobes: Fix a double initialization typoMasami Hiramatsu1-1/+1
2020-05-05signal: refactor copy_siginfo_to_user32Christoph Hellwig1-53/+53
2020-05-05sysctl: Fix unused function warningArnd Bergmann1-1/+1
2020-05-05workqueue: Use IS_ERR and PTR_ERR instead of PTR_ERR_OR_ZERO.Sean Fu1-4/+2
2020-05-01bpf: Fix use-after-free of bpf_link when priming half-failsAndrii Nakryiko1-6/+7
2020-05-01bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu2-1/+92
2020-05-01audit: make symbol 'audit_nfcfgs' staticZheng Bin1-1/+1
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