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