summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: Move locking into fsnotify_recalc_mask()Jan Kara2017-04-101-0/+2
* fsnotify: Make fsnotify_mark_connector hold inode referenceJan Kara2017-04-101-6/+6
* fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara2017-04-101-7/+10
* fsnotify: Move mark list head from object into dedicated structureJan Kara2017-04-102-1/+13
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-121-0/+23
|\
| * kexec, x86/purgatory: Unbreak it and clean it upThomas Gleixner2017-03-101-0/+23
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-121-0/+4
|\ \
| * | irqdomain: Add empty irq_domain_check_msi_remapMian Yousaf Kaukab2017-03-061-0/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-111-0/+2
|\ \ \
| * | | KVM: arm/arm64: vgic-v3: Don't pretend to support IRQ/FIQ bypassMarc Zyngier2017-03-061-0/+2
| |/ /
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-111-3/+15
|\ \ \
| * | | random: convert get_random_int/long into get_random_u32/u64Jason A. Donenfeld2017-01-271-2/+15
| * | | random: use chacha20 for get_random_int/longJason A. Donenfeld2017-01-271-1/+0
* | | | Merge tag 'ceph-for-4.11-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2017-03-102-0/+3
|\ \ \ \
| * | | | libceph: osd_request_timeout optionIlya Dryomov2017-03-072-0/+3
| | |/ / | |/| |
* | | | Merge branch 'prep-for-5level'Linus Torvalds2017-03-1010-35/+277
|\ \ \ \
| * | | | mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-094-10/+75
| * | | | asm-generic: introduce <asm-generic/pgtable-nop4d.h>Kirill A. Shutemov2017-03-093-24/+89
| * | | | asm-generic: introduce __ARCH_USE_5LEVEL_HACKKirill A. Shutemov2017-03-092-0/+67
| * | | | asm-generic: introduce 5level-fixup.hKirill A. Shutemov2017-03-093-1/+46
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-03-107-18/+11
|\ \ \ \
| * | | | userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEEDAndrea Arcangeli2017-03-091-4/+3
| * | | | mm/vmstats: add thp_split_pud event for clarityYisheng Xie2017-03-091-0/+3
| * | | | include/linux/fs.h: fix unsigned enum warning with gcc-4.2Arnd Bergmann2017-03-091-1/+1
| * | | | userfaultfd: non-cooperative: rollback userfaultfd_exitAndrea Arcangeli2017-03-092-10/+1
| * | | | scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-092-2/+2
| * | | | scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-092-9/+0
|\ \ \ \
| * | | | Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara2017-03-082-9/+0
* | | | | Merge tag 'media/v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-03-091-2/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [media] v4l: vsp1: Adapt vsp1_du_setup_lif() interface to use a structureKieran Bingham2017-03-071-2/+11
* | | | | sched/headers: fix up header file dependency on <linux/sched/signal.h>Linus Torvalds2017-03-081-21/+10
| |/ / / |/| | |
* | | | Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-071-0/+11
|\ \ \ \
| * | | | swiotlb-xen: implement xen_swiotlb_get_sgtable callbackAndrii Anisov2017-02-131-0/+6
| * | | | swiotlb-xen: implement xen_swiotlb_dma_mmap callbackStefano Stabellini2017-02-131-0/+5
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-03-071-1/+1
|\ \ \ \ \
| * | | | | ucount: Remove the atomicity from ucount->countEric W. Biederman2017-03-061-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-072-2/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tracing: Add #undef to fix compile errorRik van Riel2017-03-031-0/+1
| * | | | jump_label: Add comment about initialization order for anonymous unionsSteven Rostedt (VMware)2017-03-031-0/+7
| * | | | jump_label: Fix anonymous union initializationBoris Ostrovsky2017-03-031-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-046-44/+57
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-03-031-3/+3
| |\ \ \ \ \
| | * | | | | netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso2017-03-031-3/+3
| * | | | | | Merge tag 'mac80211-for-davem-2017-03-02' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-03-021-20/+41
| |\ \ \ \ \ \
| | * | | | | | average: change to declare precision, not factorJohannes Berg2017-03-021-20/+41
| * | | | | | | net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo2017-03-021-0/+1
| |/ / / / / /
| * | | | | | net: solve a NAPI raceEric Dumazet2017-03-011-20/+9
| * | | | | | net/mlx4: && vs & typoDan Carpenter2017-03-011-1/+1
| * | | | | | rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-011-0/+2