summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-09-19timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli
2018-09-19cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner
2018-09-19cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay
2018-09-15mm: respect arch_dup_mmap() return valueNadav Amit
2018-09-15bpf: fix bpffs non-array map seq_show issueYonghong Song
2018-09-15bpf, sockmap: fix leakage of smap_psock_map_entryDaniel Borkmann
2018-09-15bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexistDaniel Borkmann
2018-09-15bpf, sockmap: fix map elem deletion race with smap_stop_sockDaniel Borkmann
2018-09-15workqueue: re-add lockdep dependencies for flushingJohannes Berg
2018-09-15workqueue: skip lockdep wq dependency in cancel_work_sync()Johannes Berg
2018-09-15fork: don't copy inconsistent signal handler state to childJann Horn
2018-09-09mm, dev_pagemap: Do not clear ->mapping on final putDan Williams
2018-09-09userns: move user access out of the mutexJann Horn
2018-09-09sys: don't hold uts_sem while accessing userspace memoryJann Horn
2018-09-09PM / sleep: wakeup: Fix build error caused by missing SRCU supportzhangyi (F)
2018-09-09sched: idle: Avoid retaining the tick when it has been stoppedRafael J. Wysocki
2018-09-09uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)
2018-09-09livepatch: Validate module/old func name lengthKamalesh Babulal
2018-09-09printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)
2018-09-09tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)
2018-09-09tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)
2018-09-09rcu: Make expedited GPs handle CPU 0 being offlineBoqun Feng
2018-09-05watchdog: Mark watchdog touch functions as notraceVincent Whitchurch
2018-09-05kprobes: Make list and blacklist root user read onlyMasami Hiramatsu
2018-09-05kprobes: Replace %p with other pointer typesMasami Hiramatsu
2018-09-05kprobes: Show blacklist addresses as same as kallsyms doesMasami Hiramatsu
2018-09-05stop_machine: Atomically queue and wake stopper threadsPrasad Sodagudi
2018-09-05stop_machine: Reflow cpu_stop_queue_two_works()Peter Zijlstra
2018-09-05printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek
2018-09-05printk: Create helper function to queue deferred console handlingPetr Mladek
2018-09-05printk: Split the code for storing a message into the log bufferPetr Mladek
2018-08-15cpu/hotplug: Non-SMP machines do not make use of booted_onceAbel Vesa
2018-08-15cpu/hotplug: Fix SMT supported evaluationThomas Gleixner
2018-08-15cpu/hotplug: detect SMT disabled by BIOSJosh Poimboeuf
2018-08-15cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner
2018-08-15cpu/hotplug: Expose SMT control init functionJiri Kosina
2018-08-15cpu/hotplug: Online siblings when SMT control is turned onThomas Gleixner
2018-08-15x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being presentKonrad Rzeszutek Wilk
2018-08-15cpu/hotplug: Boot HT siblings at least onceThomas Gleixner
2018-08-15cpu/hotplug: Provide knobs to control SMTThomas Gleixner
2018-08-15cpu/hotplug: Split do_cpu_down()Thomas Gleixner
2018-08-15cpu/hotplug: Make bringup/teardown of smp threads symmetricThomas Gleixner
2018-08-15sched/smt: Update sched_smt_present at runtimePeter Zijlstra
2018-08-12init: rename and re-order boot_cpu_state_init()Linus Torvalds
2018-08-09xdp: fix bug in devmap teardown code pathJesper Dangaard Brouer
2018-08-09xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer
2018-08-08bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem pathDaniel Borkmann
2018-08-08bpf, sockmap: fix bpf_tcp_sendmsg sock error handlingDaniel Borkmann
2018-08-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-08-03nohz: Fix missing tick reprogram when interrupting an inline softirqFrederic Weisbecker