summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* kobject: Export kobject_get_unless_zero()Jan Kara2017-03-221-0/+2
* block: Fix oops in locked_inode_to_wb_and_lock_list()Jan Kara2017-03-221-0/+1
* bdi: Do not wait for cgwbs release in bdi_unregister()Jan Kara2017-03-221-1/+0
* bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()Jan Kara2017-03-221-0/+1
* bdi: Mark congested->bdi as internalJan Kara2017-03-221-1/+3
* blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-212-3/+8
* blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cOmar Sandoval2017-03-211-2/+0
* 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
| |/ / /
* | | | 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