summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-02-131-2/+0
* tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2021-02-132-11/+27
* genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier2021-02-101-24/+20
* kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo2021-02-101-0/+4
* elfcore: fix building with clangArnd Bergmann2021-02-102-27/+0
* workqueue: Restrict affinity change to rescuerPeter Zijlstra2021-02-071-6/+3
* kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra2021-02-072-1/+27
* sysctl: handle overflow in proc_get_longChristian Brauner2021-02-071-1/+39
* PM: hibernate: flush swap writer after markingLaurent Badel2021-02-031-1/+1
* kernel: kexec: remove the lock operation of system_transition_mutexBaoquan He2021-02-031-2/+0
* tracing: Fix race in trace_open and buffer resize callGaurav Kohli2021-01-301-0/+4
* futex: Handle faults correctly for PI futexesThomas Gleixner2021-01-301-36/+20
* futex: Simplify fixup_pi_state_owner()Thomas Gleixner2021-01-301-27/+26
* futex: Use pi_state_update_owner() in put_pi_state()Thomas Gleixner2021-01-301-7/+1
* rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas Gleixner2021-01-303-5/+3
* futex: Provide and use pi_state_update_owner()Thomas Gleixner2021-01-301-33/+33
* futex: Replace pointless printk in fixup_owner()Thomas Gleixner2021-01-301-7/+3
* futex: Ensure the correct return value from futex_lock_pi()Thomas Gleixner2021-01-301-16/+16
* futex: Prevent exit livelockThomas Gleixner2021-01-301-15/+91
* futex: Provide distinct return value when owner is exitingThomas Gleixner2021-01-301-7/+9
* futex: Add mutex around futex exitThomas Gleixner2021-01-301-0/+16
* futex: Provide state handling for exec() as wellThomas Gleixner2021-01-301-4/+34
* futex: Sanitize exit state handlingThomas Gleixner2021-01-301-7/+10
* futex: Mark the begin of futex exit explicitlyThomas Gleixner2021-01-302-13/+37
* futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner2021-01-302-1/+1
* futex: Split futex_mm_release() for exit/execThomas Gleixner2021-01-302-4/+8
* exit/exec: Seperate mm_release()Thomas Gleixner2021-01-302-2/+12
* futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2021-01-302-28/+15
* futex: Move futex exit handling into futex codeThomas Gleixner2021-01-302-26/+32
* tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu2021-01-192-2/+2
* workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye2021-01-121-3/+10
* module: delay kobject uevent until after module init callJessica Yu2021-01-061-2/+3
* module: set MODULE_STATE_GOING state when a module fails to loadMiroslav Benes2021-01-061-0/+1
* genirq/irqdomain: Don't try to free an interrupt that has no mappingMarc Zyngier2020-12-301-2/+9
* sched: Reenable interrupts in do_sched_yield()Thomas Gleixner2020-12-301-5/+1
* sched/deadline: Fix sched_dl_global_validate()Peng Liu2020-12-302-26/+21
* kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handlingNicholas Piggin2020-12-301-1/+5
* tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2020-12-112-5/+8
* ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao2020-12-111-1/+21
* tracing: Remove WARN_ON in start_thread()Vasily Averin2020-12-081-1/+1
* seccomp: Set PF_SUPERPRIV when checking capabilityMickaël Salaün2020-11-241-3/+2
* ptrace: Set PF_SUPERPRIV when checking capabilityMickaël Salaün2020-11-241-11/+5
* fail_function: Remove a redundant mutex unlockLuo Meng2020-11-241-2/+3
* reboot: fix overflow parsing reboot cpu numberMatteo Croce2020-11-181-0/+7
* Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Matteo Croce2020-11-181-14/+7
* perf/core: Fix race in the perf_mmap_close() functionJiri Olsa2020-11-181-3/+4
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-11-181-7/+0
* swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Stefano Stabellini2020-11-181-1/+5
* don't dump the threads that had been already exiting when zapped.Al Viro2020-11-181-1/+4
* futex: Don't enable IRQs unconditionally in put_pi_state()Dan Carpenter2020-11-181-2/+3