summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm, dev_pagemap: Do not clear ->mapping on final putDan Williams2018-09-091-1/+0
* 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
* PM / sleep: wakeup: Fix build error caused by missing SRCU supportzhangyi (F)2018-09-091-0/+1
* sched: idle: Avoid retaining the tick when it has been stoppedRafael J. Wysocki2018-09-091-1/+1
* uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)2018-09-091-1/+1
* livepatch: Validate module/old func name lengthKamalesh Babulal2018-09-091-0/+6
* printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)2018-09-091-2/+2
* tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)2018-09-091-0/+4
* tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)2018-09-091-1/+3
* rcu: Make expedited GPs handle CPU 0 being offlineBoqun Feng2018-09-091-1/+8
* watchdog: Mark watchdog touch functions as notraceVincent Whitchurch2018-09-053-4/+4
* kprobes: Make list and blacklist root user read onlyMasami Hiramatsu2018-09-051-2/+2
* kprobes: Replace %p with other pointer typesMasami Hiramatsu2018-09-051-12/+10
* kprobes: Show blacklist addresses as same as kallsyms doesMasami Hiramatsu2018-09-051-2/+10
* stop_machine: Atomically queue and wake stopper threadsPrasad Sodagudi2018-09-051-0/+2
* stop_machine: Reflow cpu_stop_queue_two_works()Peter Zijlstra2018-09-051-18/+23
* printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek2018-09-053-23/+48
* printk: Create helper function to queue deferred console handlingPetr Mladek2018-09-051-5/+9
* printk: Split the code for storing a message into the log bufferPetr Mladek2018-09-051-17/+26
* cpu/hotplug: Non-SMP machines do not make use of booted_onceAbel Vesa2018-08-151-0/+2
* cpu/hotplug: Fix SMT supported evaluationThomas Gleixner2018-08-152-13/+30
* cpu/hotplug: detect SMT disabled by BIOSJosh Poimboeuf2018-08-151-0/+9
* cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner2018-08-151-3/+10
* cpu/hotplug: Expose SMT control init functionJiri Kosina2018-08-151-3/+13
* cpu/hotplug: Online siblings when SMT control is turned onThomas Gleixner2018-08-151-2/+24
* x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being presentKonrad Rzeszutek Wilk2018-08-151-0/+1
* cpu/hotplug: Boot HT siblings at least onceThomas Gleixner2018-08-151-24/+48
* cpu/hotplug: Provide knobs to control SMTThomas Gleixner2018-08-151-0/+170
* cpu/hotplug: Split do_cpu_down()Thomas Gleixner2018-08-151-9/+8
* cpu/hotplug: Make bringup/teardown of smp threads symmetricThomas Gleixner2018-08-151-2/+1
* sched/smt: Update sched_smt_present at runtimePeter Zijlstra2018-08-152-18/+13
* init: rename and re-order boot_cpu_state_init()Linus Torvalds2018-08-121-1/+1
* xdp: fix bug in devmap teardown code pathJesper Dangaard Brouer2018-08-091-5/+9
* xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer2018-08-091-6/+9
* bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem pathDaniel Borkmann2018-08-081-2/+5
* bpf, sockmap: fix bpf_tcp_sendmsg sock error handlingDaniel Borkmann2018-08-081-1/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-08-052-2/+2
|\
| * nohz: Fix missing tick reprogram when interrupting an inline softirqFrederic Weisbecker2018-08-031-1/+1
| * nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner2018-07-311-1/+1
* | genirq: Make force irq threading setup more robustThomas Gleixner2018-08-031-1/+8
* | Merge tag 'audit-pr-20180731' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-311-4/+9
|\ \
| * | audit: fix potential null dereference 'context->module.name'Yi Wang2018-07-301-4/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-302-2/+14
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-282-2/+14
| |\ \ \
| | * | | bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau2018-07-271-1/+1
| | * | | bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau2018-07-241-1/+13
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-07-304-3/+19
|\ \ \ \ \
| * | | | | sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu2018-07-251-0/+2
| * | | | | sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira2018-07-251-1/+7