summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Prevent memory disambiguation attackAlexei Starovoitov2018-12-051-4/+58
* rcu: Make need_resched() respond to urgent RCU-QS needsPaul E. McKenney2018-12-011-0/+9
* namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca2018-12-011-0/+18
* kdb: Use strscpy with destination buffer sizePrarit Bhargava2018-12-013-12/+15
* sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider2018-11-271-1/+4
* Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"Greg Kroah-Hartman2018-11-231-10/+1
* printk: Never set console_may_schedule in console_trylock()Sergey Senozhatsky2018-11-211-14/+8
* kdb: print real address of pointers instead of hashed addressesChristophe Leroy2018-11-212-13/+13
* kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy2018-11-211-2/+2
* bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione2018-11-131-0/+13
* genirq: Fix race on spurious interrupt detectionLukas Wunner2018-11-131-2/+6
* printk: Fix panic caused by passing log_buf_len to command lineHe Zhe2018-11-131-1/+6
* kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann2018-11-131-1/+3
* signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman2018-11-131-1/+1
* signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman2018-11-131-1/+1
* kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu2018-11-131-7/+20
* signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon2018-11-131-5/+9
* locking/lockdep: Fix debug_locks off performance problemWaiman Long2018-11-131-2/+2
* sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun2018-11-131-1/+1
* x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina2018-11-131-1/+10
* sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2018-11-102-3/+21
* bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann2018-11-101-4/+6
* bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend2018-11-043-5/+6
* locking/ww_mutex: Fix runtime warning in the WW mutex selftestGuenter Roeck2018-11-041-4/+6
* perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa2018-11-041-0/+2
* perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra2018-11-041-7/+2
* mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang2018-10-201-1/+17
* cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo2018-10-181-9/+16
* perf/core: Add sanity check to deal with pinned event failureReinette Chatre2018-10-131-0/+6
* bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn2018-10-101-1/+9
* bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend2018-10-031-0/+3
* module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu2018-10-031-1/+5
* posix-timers: Sanitize overrun handlingThomas Gleixner2018-10-032-12/+21
* posix-timers: Make forward callback return s64Thomas Gleixner2018-10-033-6/+6
* alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner2018-10-031-1/+2
* tick/nohz: Prevent bogus softirq pending warningThomas Gleixner2018-09-291-1/+1
* sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle2018-09-291-1/+2
* ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik2018-09-291-0/+2
* sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret2018-09-261-4/+6
* sched/core: Use smp_mb() in wake_woken_function()Andrea Parri2018-09-261-26/+21
* audit: fix use-after-free in audit_add_watchRonny Chevalier2018-09-261-1/+11
* perf/core: Force USER_DS when recording user stack dataYabin Cui2018-09-261-0/+4
* timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli2018-09-191-13/+16
* cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner2018-09-191-2/+3
* cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay2018-09-191-3/+3
* mm: Fix devm_memremap_pages() collision handlingJan H. Schönherr2018-09-151-4/+7
* sched/deadline: Fix switching to -deadlineLuca Abeni2018-09-151-7/+4
* fork: don't copy inconsistent signal handler state to childJann Horn2018-09-151-0/+2
* userns: move user access out of the mutexJann Horn2018-09-091-14/+10
* sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-09-092-66/+70