summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-06-21kprobes: Make list and blacklist root user read onlyMasami Hiramatsu-2/+2
2018-06-21perf/core: Change perf_mmap_fault() return type to 'vm_fault_t'Souptick Joarder-2/+2
2018-06-21sched/debug: Use match_string() helper instead of open-coded logicYisheng Xie-16/+15
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland-2/+2
2018-06-21cpu/hotplug: Provide knobs to control SMTThomas Gleixner-0/+170
2018-06-21cpu/hotplug: Split do_cpu_down()Thomas Gleixner-9/+8
2018-06-21cpu/hotplug: Make bringup/teardown of smp threads symmetricThomas Gleixner-2/+1
2018-06-21sched/smt: Update sched_smt_present at runtimePeter Zijlstra-18/+13
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu-11/+3
2018-06-21kprobes: Don't check the ->break_handler() in generic kprobes codeMasami Hiramatsu-34/+5
2018-06-21kprobes: Remove jprobe API implementationMasami Hiramatsu-171/+1
2018-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-16/+79
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra-21/+21
2018-06-20sched/swait: Switch to full exclusive modePeter Zijlstra-5/+17
2018-06-20sched/swait: Remove __prepare_to_swaitPeter Zijlstra-1/+1
2018-06-20locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMSWaiman Long-0/+1
2018-06-20Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-0/+4344
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs-3/+0
2018-06-19audit: rename FILTER_TYPE to FILTER_EXCLUDERichard Guy Briggs-6/+6
2018-06-19audit: Fix extended comparison of GID/EGIDOndrej Mosnáček-4/+4
2018-06-19audit: tie ANOM_ABEND records to syscallRichard Guy Briggs-1/+1
2018-06-19audit: tie SECCOMP records to syscallRichard Guy Briggs-1/+1
2018-06-19audit: allow other filter list types for AUDIT_EXEOndrej Mosnáček-2/+5
2018-06-19sysinfo: Remove get_monotonic_boottime()Arnd Bergmann-2/+2
2018-06-19posix-timers: Use new ktime_get_*_ts64() helpersArnd Bergmann-6/+6
2018-06-19timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann-4/+4
2018-06-19time: Use ktime_get_real_seconds() in time syscallArnd Bergmann-4/+2
2018-06-19posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIMEArnd Bergmann-1/+1
2018-06-19genirq: Fix editing error in a commentJonathan Neuschäfer-1/+1
2018-06-19genirq: Use rcu in kstat_irqs_usr()Eric Dumazet-6/+7
2018-06-18module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu-1/+5
2018-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-16/+79
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds-11/+12
2018-06-17Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-13/+9
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+12
2018-06-16Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+1
2018-06-15xdp: Fix handling of devmap in generic XDPToshiaki Makita-0/+14
2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab-2/+3
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab-9/+9
2018-06-15bpf: reject any prog that failed read-only lockDaniel Borkmann-10/+49
2018-06-15bpf: fix panic in prog load calls cleanupDaniel Borkmann-6/+16
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+36
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland-1/+5
2018-06-15kcov: prefault the kcov_areaMark Rutland-0/+16
2018-06-15kcov: ensure irq code sees a valid areaMark Rutland-1/+2
2018-06-15kernel/relay.c: change return type to vm_fault_tSouptick Joarder-1/+1
2018-06-15mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa-0/+8
2018-06-15kexec: yield to scheduler when loading kimage segmentsJarrett Farnitano-0/+4
2018-06-15kconfig: tinyconfig: remove stale stack protector fixupsMasahiro Yamada-4/+0
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig-0/+4344