summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ioremap: Update pgtable free interfaces with addrChintan Pandya2018-08-171-4/+4
* crypto: vmac - separate tfm and request contextEric Biggers2018-08-171-63/+0
* cpu/hotplug: Fix SMT supported evaluationThomas Gleixner2018-08-151-0/+2
* x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina2018-08-151-12/+12
* cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner2018-08-151-0/+2
* cpu/hotplug: Expose SMT control init functionJiri Kosina2018-08-151-0/+2
* cpu/hotplug: Provide knobs to control SMTThomas Gleixner2018-08-151-0/+13
* x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen2018-08-151-0/+2
* x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-08-151-0/+12
* x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen2018-08-151-0/+2
* init: rename and re-order boot_cpu_state_init()Linus Torvalds2018-08-121-1/+1
* llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-071-0/+5
* vsock: split dwork to avoid reinitializationsCong Wang2018-08-071-2/+2
* Merge tag 'pci-v4.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-021-1/+0
|\
| * PCI: Fix is_added/is_busmaster race conditionHari Vyas2018-07-311-1/+0
* | mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds2018-08-011-0/+3
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-302-0/+3
|\ \
| * | perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra2018-07-252-0/+3
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-07-301-0/+7
|\ \ \
| * | | locking/rtmutex: Allow specifying a subclass for nested lockingPeter Rosin2018-07-251-0/+7
| |/ /
* | | Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-271-0/+14
|\ \ \
| * | | blk-mq: export setting request completion stateKeith Busch2018-07-241-0/+14
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-07-273-1/+16
|\ \ \ \
| * | | | include/linux/eventfd.h: include linux/errno.hArnd Bergmann2018-07-261-0/+1
| * | | | mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov2018-07-261-0/+8
| * | | | mm: introduce vma_init()Kirill A. Shutemov2018-07-261-0/+6
| * | | | delayacct: fix crash in delayacct_blkio_end() after delayacct init failureTejun Heo2018-07-261-1/+1
* | | | | Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-07-271-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2018-07-251-0/+1
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-247-16/+39
|\ \ \ \ | |/ / / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-241-3/+2
| |\ \ \
| | * | | netfilter: nf_tables: use dev->name directlyFlorian Westphal2018-07-201-1/+0
| | * | | netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo2018-07-171-2/+2
| * | | | Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-07-241-6/+6
| |\ \ \ \
| | * | | | nl80211/mac80211: allow non-linear skb in rx_control_portDenis Kenzior2018-07-061-6/+6
| * | | | | ipv6: use fib6_info_hold_safe() when necessaryWei Wang2018-07-231-0/+5
| * | | | | net/ipv6: Fix linklocal to global address with VRFDavid Ahern2018-07-211-0/+5
| * | | | | bpfilter: Fix mismatch in function argument typesYueHaibing2018-07-211-3/+3
| * | | | | Merge tag 'mlx5-fixes-2018-07-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-07-211-3/+15
| |\ \ \ \ \
| | * | | | | net/mlx5: Fix QP fragmented buffer allocationTariq Toukan2018-07-181-3/+15
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-201-1/+1
| |\ \ \ \ \ \
| | * | | | | | bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau2018-07-201-1/+1
| * | | | | | | tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-201-0/+1
| * | | | | | | tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-201-0/+1
| |/ / / / / /
* | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-223-6/+2
|\ \ \ \ \ \ \
| * | | | | | | aio: don't expose __aio_sigset in uapiChristoph Hellwig2018-07-172-6/+1
| * | | | | | | drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro2018-07-101-0/+1
* | | | | | | | alpha: fix osf_wait4() breakageAl Viro2018-07-221-1/+1
* | | | | | | | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-211-1/+1
* | | | | | | | mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-211-1/+3