summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-03-171-4/+1
|\
| * acpi/processor: Check for duplicate processor ids at hotplug timeDou Liyang2017-03-111-1/+1
| * Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting"Dou Liyang2017-03-111-3/+0
* | drivers core: remove assert_held_device_hotplug()Heiko Carstens2017-03-161-1/+0
* | kasan: add a prototype of task_struct to avoid warningMasami Hiramatsu2017-03-161-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-146-5/+37
|\ \
| * | bpf: improve read-only handlingDaniel Borkmann2017-03-121-4/+12
| * | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+1
| * | bpf: convert htab map to hlist_nullsAlexei Starovoitov2017-03-092-0/+19
| * | dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet2017-03-071-0/+1
| * | net: phy: Do not perform software reset for Generic PHYFlorian Fainelli2017-03-051-0/+4
* | | 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-103-7/+33
|\ \ \ \
| * | | | mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-093-7/+30
| * | | | asm-generic: introduce 5level-fixup.hKirill A. Shutemov2017-03-091-0/+3
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-03-104-12/+8
|\ \ \ \
| * | | | 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-091-6/+0
| * | | | 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
* | | | sched/headers: fix up header file dependency on <linux/sched/signal.h>Linus Torvalds2017-03-081-21/+10
|/ / /
* | | 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-071-2/+9
|\ \ \ | |/ / |/| |
| * | 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-043-41/+51
|\ \ \
| * | | average: change to declare precision, not factorJohannes Berg2017-03-021-20/+41
| * | | net: solve a NAPI raceEric Dumazet2017-03-011-20/+9
| * | | net/mlx4: && vs & typoDan Carpenter2017-03-011-1/+1
* | | | Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-041-1/+2
|\ \ \ \
| * | | | kvm: convert kvm.users_count from atomic_t to refcount_tElena Reshetova2017-03-011-1/+2
* | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-031-0/+2
|\ \ \ \ \
| * | | | | nfit, libnvdimm: fix interleave set cookie calculationDan Williams2017-03-011-0/+2
* | | | | | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-034-15/+49
|\ \ \ \ \ \
| * | | | | | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-024-15/+49
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-032-0/+9
|\ \ \ \ \ \ \