summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-244-5/+4
* bpf: Add sanity check for upper ptr_limitPiotr Krysiuk2021-03-201-3/+8
* bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk2021-03-201-5/+5
* bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk2021-03-201-2/+2
* bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk2021-03-201-6/+10
* hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen2021-03-171-21/+39
* printk: fix deadlock when kernel panicMuchun Song2021-03-041-4/+12
* module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song2021-03-041-2/+19
* seccomp: Add missing return in non-void functionPaul Cercueil2021-03-041-0/+2
* tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware)2021-03-041-16/+64
* ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian2021-03-041-0/+5
* bpf_lru_list: Read double-checked variable once without lockMarco Elver2021-03-041-3/+4
* kdb: Make memory allocations more robustSumit Garg2021-03-041-1/+1
* locking/static_key: Fix false positive warnings on concurrent dec/incPeter Zijlstra2021-03-041-8/+13
* jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operationsPeter Zijlstra2021-03-041-0/+5
* bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh2021-02-231-0/+2
* tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)2021-02-231-1/+1
* tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)2021-02-231-1/+2
* 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