aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-11-08fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentGravatar Eddy Wu 1-5/+5
2020-11-08Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-7/+5
2020-11-08Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+14
2020-11-08Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2020-11-08Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2020-11-07futex: Handle transient "ownerless" rtmutex state correctlyGravatar Mike Galbraith 1-2/+14
2020-11-07perf/core: Fix a memory leak in perf_event_parse_addr_filter()Gravatar kiyin(尹亮) 1-7/+5
2020-11-05Merge tag 'trace-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-34/+107
2020-11-05Merge tag 'pm-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-12/+10
2020-11-04entry: Fix the incorrect ordering of lockdep and RCU checkGravatar Thomas Gleixner 1-2/+2
2020-11-04kprobes: Tell lockdep about kprobe nestingGravatar Steven Rostedt (VMware) 1-4/+21
2020-11-02tracing: Make -ENOMEM the default error for parse_synth_field()Gravatar Steven Rostedt (VMware) 1-10/+7
2020-11-02ring-buffer: Fix recursion protection transitions between interrupt contextGravatar Steven Rostedt (VMware) 1-12/+46
2020-11-02kernel/hung_task.c: make type annotations consistentGravatar Lukas Bulwahn 1-2/+1
2020-11-02kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Gravatar Zqiang 1-1/+2
2020-11-02ptrace: fix task_join_group_stop() for the case when current is tracedGravatar Oleg Nesterov 1-9/+10
2020-11-02cpufreq: schedutil: Don't skip freq update if need_freq_update is setGravatar Viresh Kumar 1-12/+10
2020-11-02tracing: Fix the checking of stackidx in __ftrace_trace_stackGravatar Qiujun Huang 1-2/+2
2020-11-02ftrace: Handle tracing when switching between contextGravatar Steven Rostedt (VMware) 2-4/+28
2020-11-02ftrace: Fix recursion check for NMI testGravatar Steven Rostedt (VMware) 1-1/+2
2020-11-02tracing: Fix out of bounds write in get_trace_bufGravatar Qiujun Huang 1-1/+1
2020-11-01Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-16/+2
2020-11-01Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+2
2020-11-01Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-14/+10
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 3-3/+3
2020-10-30printk: ringbuffer: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-10-30Merge tag 'pm-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-3/+5
2020-10-30lockdep: Fix nr_unused_locks accountingGravatar Peter Zijlstra 1-10/+4
2020-10-30locking/lockdep: Remove more raw_cpu_read() usageGravatar Peter Zijlstra 1-1/+1
2020-10-30Merge branches 'pm-cpuidle' and 'pm-sleep'Gravatar Rafael J. Wysocki 1-1/+1
2020-10-29params: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-10-29tracepoint: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-10-29cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setGravatar Rafael J. Wysocki 1-2/+4
2020-10-28Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-14/+22
2020-10-28futex: Fix incorrect should_fail_futex() handlingGravatar Mateusz Nosek 1-1/+3
2020-10-27PM: sleep: fix typo in kernel/power/process.cGravatar Jackie Zamow 1-1/+1
2020-10-27tracing, synthetic events: Replace buggy strcat() with seq_buf operationsGravatar Steven Rostedt (VMware) 1-14/+22
2020-10-26stop_machine, rcu: Mark functions as notraceGravatar Zong Li 2-2/+2
2020-10-26time: Prevent undefined behaviour in timespec64_to_ns()Gravatar Zeng Tao 1-4/+0
2020-10-26timers: Remove unused inline funtion debug_timer_free()Gravatar YueHaibing 1-5/+0
2020-10-26hrtimer: Remove unused inline function debug_hrtimer_free()Gravatar YueHaibing 1-5/+0
2020-10-26time/sched_clock: Mark sched_clock_read_begin/retry() as notraceGravatar Quanyang Wang 1-2/+2
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 8-9/+9
2020-10-25kernel/sys.c: fix prototype of prctl_get_tid_address()Gravatar Rasmus Villemoes 1-3/+3
2020-10-25Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+5
2020-10-25Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-5/+12
2020-10-25Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linuxGravatar Linus Torvalds 3-7/+7
2020-10-25Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+2
2020-10-24Merge tag 'dma-mapping-5.10-1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2020-10-24random32: add noise from network and scheduling activityGravatar Willy Tarreau 1-0/+2