aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 22-545/+908
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 12-1500/+1982
2019-07-08Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 16-318/+540
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-25/+84
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 13-40/+174
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-54/+453
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-11/+13
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-5/+14
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-2/+9
2019-07-07time: Validate user input in compat_settimeofday()Gravatar zhengbin 1-0/+4
2019-07-06irq/irqdomain: Fix comment typoGravatar Zenghui Yu 1-1/+1
2019-07-06genirq: Update irq stats from NMI handlersGravatar Shijith Thotton 2-1/+11
2019-07-05ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEGravatar Jann Horn 1-3/+1
2019-07-04Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 2-14/+20
2019-07-03Merge branch 'timers/vdso' into timers/coreGravatar Thomas Gleixner 20-88/+283
2019-07-03genirq: Add optional hardware synchronization for shutdownGravatar Thomas Gleixner 2-19/+60
2019-07-03genirq: Fix misleading synchronize_irq() documentationGravatar Thomas Gleixner 1-1/+2
2019-07-03genirq: Delay deactivation in free_irq()Gravatar Thomas Gleixner 5-5/+22
2019-07-01fork: return proper negative error codeGravatar Christian Brauner 1-0/+1
2019-06-30Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+6
2019-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+18
2019-06-29Merge tag 'pm-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-0/+3
2019-06-29fork,memcg: alloc_thread_stack_node needs to set tsk->stackGravatar Andrea Arcangeli 1-1/+5
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Gravatar Oleg Nesterov 1-2/+3
2019-06-28tracing/snapshot: Resize spare buffer if size changedGravatar Eiichi Tsukata 1-4/+6
2019-06-28tracing: Fix memory leak in tracing_err_log_open()Gravatar Takeshi Misawa 1-1/+13
2019-06-28ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Gravatar Petr Mladek 1-9/+1
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 16-318/+540
2019-06-27hrtimer: Use a bullet for the returns bullet listGravatar Mauro Carvalho Chehab 1-3/+4
2019-06-27copy_process(): don't use ksys_close() on cleanupsGravatar Al Viro 1-28/+18
2019-06-27cpu/hotplug: Fix out-of-bounds read when setting fail stateGravatar Eiichi Tsukata 1-0/+3
2019-06-26PCI: PM: Avoid skipping bus-level PM on platforms without ACPIGravatar Rafael J. Wysocki 1-0/+3
2019-06-26cpu/speculation: Warn on unsupported mitigations= parameterGravatar Geert Uytterhoeven 1-0/+3
2019-06-25locking/lockdep: increase size of counters for lockdep statisticsGravatar Kobe Wu 1-20/+16
2019-06-25locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Gravatar Arnd Bergmann 1-39/+34
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Gravatar Patrick Bellasi 3-22/+48
2019-06-24sched/uclamp: Add uclamp_util_with()Gravatar Patrick Bellasi 2-1/+33
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksGravatar Patrick Bellasi 4-3/+43
2019-06-24sched/uclamp: Set default clamps for RT tasksGravatar Patrick Bellasi 1-2/+28
2019-06-24sched/uclamp: Reset uclamp values on RESET_ON_FORKGravatar Patrick Bellasi 1-0/+8
2019-06-24sched/uclamp: Extend sched_setattr() to support utilization clampingGravatar Patrick Bellasi 1-7/+84
2019-06-24sched/core: Allow sched_setattr() to use the current policyGravatar Patrick Bellasi 1-0/+2
2019-06-24sched/uclamp: Add system default clampsGravatar Patrick Bellasi 2-1/+114
2019-06-24sched/uclamp: Enforce last task's UCLAMP_MAXGravatar Patrick Bellasi 2-5/+46
2019-06-24sched/uclamp: Add bucket local max trackingGravatar Patrick Bellasi 1-18/+25
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingGravatar Patrick Bellasi 2-0/+217
2019-06-24sched/fair: Rename weighted_cpuload() to cpu_runnable_load()Gravatar Dietmar Eggemann 1-21/+21
2019-06-24sched/debug: Export the newly added tracepointsGravatar Qais Yousef 1-0/+11
2019-06-24sched/debug: Add sched_overutilized tracepointGravatar Qais Yousef 1-2/+8
2019-06-24sched/debug: Add new tracepoint to track PELT at se levelGravatar Qais Yousef 2-0/+3