summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-02-20signal: Restore the stop PTRACE_EVENT_EXITEric W. Biederman1-2/+5
2019-02-20tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler1-1/+8
2019-02-20perf/x86: Add check_period PMU callbackJiri Olsa1-0/+16
2019-02-20perf/core: Fix impossible ring-buffer sizes warningIngo Molnar1-1/+1
2019-02-15signal: Better detection of synchronous signalsEric W. Biederman1-1/+51
2019-02-15signal: Always notice exiting tasksEric W. Biederman1-0/+6
2019-02-12perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland1-0/+3
2019-02-12proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin1-0/+2
2019-02-12kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa1-4/+4
2019-02-12timekeeping: Use proper seqcount initializerBart Van Assche1-1/+3
2019-02-06kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin1-2/+10
2019-01-13mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams1-6/+3
2019-01-13mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams1-1/+1
2019-01-13fork: record start_time lateDavid Herrmann1-2/+11
2018-12-29panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky1-1/+5
2018-12-21bpf: check pending signals while verifying programsAlexei Starovoitov1-0/+3
2018-12-21locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra1-1/+16
2018-12-21locking/qspinlock: Re-order codePeter Zijlstra1-28/+26
2018-12-21locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queueWill Deacon1-11/+8
2018-12-21locking/qspinlock: Remove duplicate clear_pending() function from PV codeWill Deacon1-5/+0
2018-12-21locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpathWill Deacon2-49/+58
2018-12-21locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon2-66/+14
2018-12-21locking/qspinlock: Bound spinning on pending->locked transition in slowpathWill Deacon1-3/+17
2018-12-21locking/qspinlock: Ensure node is initialised before updating prev->nextWill Deacon1-6/+7
2018-12-21locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath()Paul E. McKenney1-7/+5
2018-12-21tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)1-0/+1
2018-12-21tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)1-2/+4
2018-12-21timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar1-1/+1
2018-12-21signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon1-7/+10
2018-12-17bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis1-3/+5
2018-12-08bpf: Prevent memory disambiguation attackAlexei Starovoitov1-4/+58
2018-12-08bpf/verifier: Pass instruction index to check_mem_access() and check_xadd()Ben Hutchings1-9/+9
2018-12-08bpf/verifier: Add spi variable to check_stack_write()Ben Hutchings1-5/+3
2018-12-08uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri1-2/+10
2018-12-08kdb: use memmove instead of overlapping memcpyArnd Bergmann1-2/+2
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-0/+18
2018-12-01sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)1-2/+2
2018-12-01kdb: Use strscpy with destination buffer sizePrarit Bhargava3-12/+15
2018-11-23Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"Greg Kroah-Hartman1-10/+1
2018-11-13genirq: Fix race on spurious interrupt detectionLukas Wunner1-2/+6
2018-11-13printk: Fix panic caused by passing log_buf_len to command lineHe Zhe1-1/+6
2018-11-13kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann1-1/+3
2018-11-13signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman1-1/+1
2018-11-13kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu1-7/+20
2018-11-13locking/lockdep: Fix debug_locks off performance problemWaiman Long1-2/+2
2018-11-13sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun1-1/+1
2018-11-13x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina1-1/+10
2018-11-10posix-timers: Sanitize overrun handlingThomas Gleixner2-11/+20
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2-3/+21
2018-11-10futex: futex_wake_op, do not fail on invalid opJiri Slaby1-2/+10