summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-09-29sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle1-1/+2
2018-09-29bpf/verifier: disallow pointer subtractionAlexei Starovoitov1-1/+1
2018-09-29fork: report pid exhaustion correctlyKJ Tsanaktsidis1-1/+1
2018-09-29ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik1-0/+2
2018-09-26rcutorture: Use monotonic timestamp for stall detectionArnd Bergmann1-2/+3
2018-09-26sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret1-4/+6
2018-09-26sched/core: Use smp_mb() in wake_woken_function()Andrea Parri1-26/+21
2018-09-26bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin1-4/+3
2018-09-26audit: fix use-after-free in audit_add_watchRonny Chevalier1-1/+11
2018-09-26perf/core: Force USER_DS when recording user stack dataYabin Cui1-0/+4
2018-09-19clocksource: Revert "Remove kthread"Peter Zijlstra1-10/+30
2018-09-19timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli1-13/+16
2018-09-19cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner1-2/+3
2018-09-19cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay1-3/+3
2018-09-15mm: respect arch_dup_mmap() return valueNadav Amit1-2/+1
2018-09-15bpf: fix bpffs non-array map seq_show issueYonghong Song1-3/+5
2018-09-15bpf, sockmap: fix leakage of smap_psock_map_entryDaniel Borkmann1-2/+7
2018-09-15bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexistDaniel Borkmann1-49/+57
2018-09-15bpf, sockmap: fix map elem deletion race with smap_stop_sockDaniel Borkmann1-1/+4
2018-09-15workqueue: re-add lockdep dependencies for flushingJohannes Berg1-0/+8
2018-09-15workqueue: skip lockdep wq dependency in cancel_work_sync()Johannes Berg1-15/+22
2018-09-15fork: don't copy inconsistent signal handler state to childJann Horn1-0/+2
2018-09-09mm, dev_pagemap: Do not clear ->mapping on final putDan Williams1-1/+0
2018-09-09userns: move user access out of the mutexJann Horn1-14/+10
2018-09-09sys: don't hold uts_sem while accessing userspace memoryJann Horn2-66/+70
2018-09-09PM / sleep: wakeup: Fix build error caused by missing SRCU supportzhangyi (F)1-0/+1
2018-09-09sched: idle: Avoid retaining the tick when it has been stoppedRafael J. Wysocki1-1/+1
2018-09-09uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)1-1/+1
2018-09-09livepatch: Validate module/old func name lengthKamalesh Babulal1-0/+6
2018-09-09printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)1-2/+2
2018-09-09tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)1-0/+4
2018-09-09tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)1-1/+3
2018-09-09rcu: Make expedited GPs handle CPU 0 being offlineBoqun Feng1-1/+8
2018-09-05watchdog: Mark watchdog touch functions as notraceVincent Whitchurch3-4/+4
2018-09-05kprobes: Make list and blacklist root user read onlyMasami Hiramatsu1-2/+2
2018-09-05kprobes: Replace %p with other pointer typesMasami Hiramatsu1-12/+10
2018-09-05kprobes: Show blacklist addresses as same as kallsyms doesMasami Hiramatsu1-2/+10
2018-09-05stop_machine: Atomically queue and wake stopper threadsPrasad Sodagudi1-0/+2
2018-09-05stop_machine: Reflow cpu_stop_queue_two_works()Peter Zijlstra1-18/+23
2018-09-05printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek3-23/+48
2018-09-05printk: Create helper function to queue deferred console handlingPetr Mladek1-5/+9
2018-09-05printk: Split the code for storing a message into the log bufferPetr Mladek1-17/+26
2018-08-15cpu/hotplug: Non-SMP machines do not make use of booted_onceAbel Vesa1-0/+2
2018-08-15cpu/hotplug: Fix SMT supported evaluationThomas Gleixner2-13/+30
2018-08-15cpu/hotplug: detect SMT disabled by BIOSJosh Poimboeuf1-0/+9
2018-08-15cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner1-3/+10
2018-08-15cpu/hotplug: Expose SMT control init functionJiri Kosina1-3/+13
2018-08-15cpu/hotplug: Online siblings when SMT control is turned onThomas Gleixner1-2/+24
2018-08-15x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being presentKonrad Rzeszutek Wilk1-0/+1
2018-08-15cpu/hotplug: Boot HT siblings at least onceThomas Gleixner1-24/+48