summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpointJiri Olsa2018-08-301-8/+3
| | | * | | perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpointJiri Olsa2018-08-301-4/+2
| | | * | | perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0Jiri Olsa2018-08-301-3/+2
| | | * | | perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled setJiri Olsa2018-08-301-4/+6
| * | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-09-154-5/+3
| |\ \ \ \ \
| | * | | | | locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"Colin Ian King2018-09-101-1/+1
| | * | | | | locking/lockdep: Delete unnecessary #includeBen Hutchings2018-09-101-1/+0
| | * | | | | jump_label: Fix typo in warning messageBorislav Petkov2018-09-101-1/+1
| | * | | | | locking/mutex: Fix mutex debug call and ww_mutex documentationThomas Hellstrom2018-09-101-2/+1
| | |/ / / /
| * | | | | Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-09-141-7/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Revert "printk: make sure to print log on console."Petr Mladek2018-09-111-7/+5
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-134-19/+39
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-09-091-10/+30
| |\ \ \ \
| | * | | | clocksource: Revert "Remove kthread"Peter Zijlstra2018-09-061-10/+30
| * | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-091-5/+6
| |\ \ \ \ \
| | * | | | | cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner2018-09-061-2/+3
| | * | | | | cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay2018-09-061-3/+3
| | |/ / / /
| * | | | | Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-09-061-2/+2
| |\ \ \ \ \
| | * | | | | printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)2018-09-061-2/+2
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-09-051-2/+1
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | mm: respect arch_dup_mmap() return valueNadav Amit2018-09-051-2/+1
| | | |/ / / | | |/| | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-057-57/+46
|\| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-041-28/+36
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend2018-09-021-1/+11
| | * | | | bpf: sockmap, decrement copied count correctly in redirect error caseJohn Fastabend2018-08-281-23/+22
| | * | | | bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsgDaniel Borkmann2018-08-281-3/+2
| | * | | | bpf, sockmap: fix potential use after free in bpf_tcp_closeDaniel Borkmann2018-08-281-1/+1
| * | | | | Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-09-031-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | kernel/dma/direct: take DMA offset into account in dma_direct_supportedChristoph Hellwig2018-09-011-2/+2
| * | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-021-22/+4
| |\ \ \ \ \
| | * | | | | cpu/hotplug: Remove skip_onerr field from cpuhp_step structureMukesh Ojha2018-08-311-22/+4
| | |/ / / /
| * | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-09-024-5/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0
| | * | | | watchdog: Mark watchdog touch functions as notraceVincent Whitchurch2018-08-303-4/+4
| | |/ / /
* | | | | bpf: add bpffs pretty print for percpu arraymap/hash/lru_hashYonghong Song2018-08-302-0/+55
* | | | | bpf/verifier: display non-spill stack slot types in print_verifier_stateEdward Cree2018-08-301-7/+25
* | | | | bpf/verifier: per-register parent pointersEdward Cree2018-08-301-140/+44
* | | | | bpf: remove duplicated include from syscall.cYueHaibing2018-08-291-1/+0
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-272-12/+22
|\ \ \ \ | |/ / / |/| | |
| * | | bpf: use per htab salt for bucket hashDaniel Borkmann2018-08-231-10/+13
| * | | bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend2018-08-221-0/+3
| * | | bpf, sockmap: fix sock hash count in alloc_sock_hash_elemDaniel Borkmann2018-08-221-1/+3
| * | | bpf, sockmap: fix sock_hash_alloc and reject zero-sized keysDaniel Borkmann2018-08-221-1/+3
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-261-14/+37
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm...Ingo Molnar2018-08-181-14/+37
| |\ \ \
| | * | | kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin2018-08-151-1/+27
| | * | | kallsyms: Simplify update_iter_mod()Adrian Hunter2018-08-151-14/+11
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-08-261-0/+2
|\ \ \ \ \
| * | | | | futex: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-201-0/+2
* | | | | | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-261-1/+0
|\ \ \ \ \ \