Age | Commit message (Expand) | Author |
2020-12-12 | kernel: remove checking for TIF_NOTIFY_SIGNAL | Jens Axboe |
2020-12-12 | signal: kill JOBCTL_TASK_WORK | Jens Axboe |
2020-12-12 | task_work: remove legacy TWA_SIGNAL path | Jens Axboe |
2020-11-09 | Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke... | Jens Axboe |
2020-11-08 | fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent | Eddy Wu |
2020-11-08 | Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-11-08 | Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-11-08 | Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-11-08 | Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-11-07 | futex: Handle transient "ownerless" rtmutex state correctly | Mike Galbraith |
2020-11-07 | perf/core: Fix a memory leak in perf_event_parse_addr_filter() | kiyin(尹亮) |
2020-11-05 | Merge tag 'trace-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-11-05 | Merge tag 'pm-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2020-11-04 | entry: Fix the incorrect ordering of lockdep and RCU check | Thomas Gleixner |
2020-11-04 | kprobes: Tell lockdep about kprobe nesting | Steven Rostedt (VMware) |
2020-11-02 | tracing: Make -ENOMEM the default error for parse_synth_field() | Steven Rostedt (VMware) |
2020-11-02 | ring-buffer: Fix recursion protection transitions between interrupt context | Steven Rostedt (VMware) |
2020-11-02 | kernel/hung_task.c: make type annotations consistent | Lukas Bulwahn |
2020-11-02 | kthread_worker: prevent queuing delayed work from timer_fn when it is being c... | Zqiang |
2020-11-02 | ptrace: fix task_join_group_stop() for the case when current is traced | Oleg Nesterov |
2020-11-02 | cpufreq: schedutil: Don't skip freq update if need_freq_update is set | Viresh Kumar |
2020-11-02 | tracing: Fix the checking of stackidx in __ftrace_trace_stack | Qiujun Huang |
2020-11-02 | ftrace: Handle tracing when switching between context | Steven Rostedt (VMware) |
2020-11-02 | ftrace: Fix recursion check for NMI test | Steven Rostedt (VMware) |
2020-11-02 | tracing: Fix out of bounds write in get_trace_buf | Qiujun Huang |
2020-11-01 | Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-11-01 | Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-11-01 | Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-10-31 | Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s... | Linus Torvalds |
2020-10-30 | printk: ringbuffer: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-10-30 | Merge tag 'pm-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2020-10-30 | lockdep: Fix nr_unused_locks accounting | Peter Zijlstra |
2020-10-30 | locking/lockdep: Remove more raw_cpu_read() usage | Peter Zijlstra |
2020-10-30 | Merge branches 'pm-cpuidle' and 'pm-sleep' | Rafael J. Wysocki |
2020-10-29 | params: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-10-29 | tracepoint: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-10-29 | cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is set | Rafael J. Wysocki |
2020-10-29 | task_work: Use TIF_NOTIFY_SIGNAL if available | Jens Axboe |
2020-10-29 | entry: Add support for TIF_NOTIFY_SIGNAL | Jens Axboe |
2020-10-29 | signal: Add task_sigpending() helper | Jens Axboe |
2020-10-28 | Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-10-28 | futex: Fix incorrect should_fail_futex() handling | Mateusz Nosek |
2020-10-27 | PM: sleep: fix typo in kernel/power/process.c | Jackie Zamow |
2020-10-27 | tracing, synthetic events: Replace buggy strcat() with seq_buf operations | Steven Rostedt (VMware) |
2020-10-26 | stop_machine, rcu: Mark functions as notrace | Zong Li |
2020-10-26 | time: Prevent undefined behaviour in timespec64_to_ns() | Zeng Tao |
2020-10-26 | timers: Remove unused inline funtion debug_timer_free() | YueHaibing |
2020-10-26 | hrtimer: Remove unused inline function debug_hrtimer_free() | YueHaibing |
2020-10-26 | time/sched_clock: Mark sched_clock_read_begin/retry() as notrace | Quanyang Wang |
2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches |