summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-09-09
|\
| * clocksource: Revert "Remove kthread"Peter Zijlstra2018-09-06
* | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-09
|\ \
| * | cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner2018-09-06
| * | cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay2018-09-06
| |/
* | Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-09-06
|\ \
| * | printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)2018-09-06
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-09-04
|\ \ \
| * | | mm: respect arch_dup_mmap() return valueNadav Amit2018-09-04
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-04
|\ \ \ | |/ / |/| |
| * | bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend2018-09-02
| * | bpf: sockmap, decrement copied count correctly in redirect error caseJohn Fastabend2018-08-28
| * | bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsgDaniel Borkmann2018-08-27
| * | bpf, sockmap: fix potential use after free in bpf_tcp_closeDaniel Borkmann2018-08-27
* | | Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-09-02
|\ \ \ | |_|/ |/| |
| * | kernel/dma/direct: take DMA offset into account in dma_direct_supportedChristoph Hellwig2018-09-01
* | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-02
|\ \ \
| * | | cpu/hotplug: Remove skip_onerr field from cpuhp_step structureMukesh Ojha2018-08-31
| |/ /
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-09-02
|\ \ \ | |_|/ |/| |
| * | notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-30
| * | watchdog: Mark watchdog touch functions as notraceVincent Whitchurch2018-08-30
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-27
|\ \ | |/ |/|
| * bpf: use per htab salt for bucket hashDaniel Borkmann2018-08-23
| * bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend2018-08-22
| * bpf, sockmap: fix sock hash count in alloc_sock_hash_elemDaniel Borkmann2018-08-22
| * bpf, sockmap: fix sock_hash_alloc and reject zero-sized keysDaniel Borkmann2018-08-22
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-26
|\ \
| * \ Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm...Ingo Molnar2018-08-18
| |\ \
| | * | kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin2018-08-14
| | * | kallsyms: Simplify update_iter_mod()Adrian Hunter2018-08-14
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-08-26
|\ \ \ \
| * | | | futex: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-20
* | | | | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-25
|\ \ \ \ \
| * | | | | mm, dev_pagemap: Do not clear ->mapping on final putDan Williams2018-07-23
* | | | | | Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-08-24
|\ \ \ \ \ \
| * | | | | | cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)2018-07-11
* | | | | | | Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-08-24
|\ \ \ \ \ \ \
| * | | | | | | workqueue: re-add lockdep dependencies for flushingJohannes Berg2018-08-22
| * | | | | | | workqueue: skip lockdep wq dependency in cancel_work_sync()Johannes Berg2018-08-22
* | | | | | | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-24
|\ \ \ \ \ \ \ \
| * | | | | | | | sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-08-11
| * | | | | | | | userns: move user access out of the mutexJann Horn2018-08-11
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-23
| * | | | | | | | | treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-23
| * | | | | | | | | namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca2018-08-23
* | | | | | | | | | Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds2018-08-23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | console: Replace #if 0 with atomic var 'ignore_console_lock_warning'Thomas Zimmermann2018-07-31
* | | | | | | | | | | Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2018-08-23
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | tracing/kprobes: Fix to check notrace function with correct rangeMasami Hiramatsu2018-08-21