index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2021-02-07
kthread: Extract KTHREAD_IS_PER_CPU
Peter Zijlstra
2021-01-30
tracing: Fix race in trace_open and buffer resize call
Gaurav Kohli
2021-01-30
futex: Handle faults correctly for PI futexes
Thomas Gleixner
2021-01-30
futex: Simplify fixup_pi_state_owner()
Thomas Gleixner
2021-01-30
futex: Use pi_state_update_owner() in put_pi_state()
Thomas Gleixner
2021-01-30
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Thomas Gleixner
2021-01-30
futex: Provide and use pi_state_update_owner()
Thomas Gleixner
2021-01-30
futex: Replace pointless printk in fixup_owner()
Thomas Gleixner
2021-01-30
futex: Ensure the correct return value from futex_lock_pi()
Thomas Gleixner
2021-01-30
futex: futex_wake_op, fix sign_extend32 sign bits
Jiri Slaby
2021-01-12
workqueue: Kick a worker based on the actual activation of delayed works
Yunfeng Ye
2021-01-09
module: delay kobject uevent until after module init call
Jessica Yu
2021-01-09
module: set MODULE_STATE_GOING state when a module fails to load
Miroslav Benes
2020-12-29
genirq/irqdomain: Don't try to free an interrupt that has no mapping
Marc Zyngier
2020-12-29
sched: Reenable interrupts in do_sched_yield()
Thomas Gleixner
2020-12-29
sched/deadline: Fix sched_dl_global_validate()
Peng Liu
2020-12-29
kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling
Nicholas Piggin
2020-12-11
tracing: Fix userstacktrace option for instances
Steven Rostedt (VMware)
2020-12-11
ftrace: Fix updating FTRACE_FL_TRAMP
Naveen N. Rao
2020-11-18
reboot: fix overflow parsing reboot cpu number
Matteo Croce
2020-11-18
Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"
Matteo Croce
2020-11-18
perf/core: Fix race in the perf_mmap_close() function
Jiri Olsa
2020-11-18
perf/core: Fix a memory leak in perf_event_parse_addr_filter()
kiyin(尹亮)
2020-11-18
perf/core: Fix crash when using HW tracing kernel filters
Mathieu Poirier
2020-11-18
perf/core: Fix bad use of igrab()
Song Liu
2020-11-18
random32: make prandom_u32() output unpredictable
George Spelvin
2020-11-18
don't dump the threads that had been already exiting when zapped.
Al Viro
2020-11-18
futex: Don't enable IRQs unconditionally in put_pi_state()
Dan Carpenter
2020-11-18
perf: Fix get_recursion_context()
Peter Zijlstra
2020-11-18
genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
Marc Zyngier
2020-11-18
time: Prevent undefined behaviour in timespec64_to_ns()
Zeng Tao
2020-11-18
ring-buffer: Fix recursion protection transitions between interrupt context
Steven Rostedt (VMware)
2020-11-10
fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
Eddy Wu
2020-11-10
futex: Handle transient "ownerless" rtmutex state correctly
Mike Galbraith
2020-11-10
tracing: Fix out of bounds write in get_trace_buf
Qiujun Huang
2020-11-10
ftrace: Handle tracing when switching between context
Steven Rostedt (VMware)
2020-11-10
ftrace: Fix recursion check for NMI test
Steven Rostedt (VMware)
2020-11-10
kthread_worker: prevent queuing delayed work from timer_fn when it is being c...
Zqiang
2020-11-10
blktrace: fix debugfs use after free
Luis Chamberlain
2020-11-10
Blktrace: bail out early if block debugfs is not configured
Liu Bo
2020-11-05
ring-buffer: Return 0 on success from ring_buffer_resize()
Qiujun Huang
2020-11-05
kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"
Douglas Anderson
2020-11-05
futex: Fix incorrect should_fail_futex() handling
Mateusz Nosek
2020-10-29
PM: hibernate: remove the bogus call to get_gendisk() in software_resume()
Christoph Hellwig
2020-10-29
kdb: Fix pager search for multi-line strings
Daniel Thompson
2020-10-29
mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
Suren Baghdasaryan
2020-10-14
perf: Fix task_function_call() error handling
Kajol Jain
2020-10-14
ftrace: Move RCU is watching check after recursion check
Steven Rostedt (VMware)
2020-10-14
usermodehelper: reset umask to default before executing user process
Linus Torvalds
2020-10-01
kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()
Masami Hiramatsu
[next]