summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes-for-v4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-03-2320-39/+83
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2017-03-192-2/+7
| |\
| | * target: fix ALUA transition timeout handlingMike Christie2017-03-181-1/+1
| | * target: allow ALUA setup for some passthrough backendsMike Christie2017-03-181-1/+6
| * | 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
| * | | Merge tag 'drm-fixes-for-v4.11-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-03-171-19/+19
| |\ \ \
| | * \ \ Merge tag 'omapdrm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2017-03-151-19/+19
| | |\ \ \
| | | * | | uapi: fix drm/omap_drm.h userspace compilation errorsDmitry V. Levin2017-03-131-19/+19
| | | | |/ | | | |/|
| * | | | 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 tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-03-152-0/+5
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley2017-03-072-0/+5
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche2017-03-011-0/+4
| | | * | | scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech2017-02-281-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-1412-13/+50
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | bpf: improve read-only handlingDaniel Borkmann2017-03-121-4/+12
| | * | | | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-096-8/+13
| | * | | | bpf: convert htab map to hlist_nullsAlexei Starovoitov2017-03-092-0/+19
| | * | | | uapi: fix linux/packet_diag.h userspace compilation errorDmitry V. Levin2017-03-091-1/+1
| | * | | | 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
| | |/ / /
* | / / / usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault2017-03-141-0/+6
|/ / / /
* | | | 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
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |