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