aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-03-22kobject: Export kobject_get_unless_zero()Gravatar Jan Kara 1-0/+2
2017-03-22block: Fix oops in locked_inode_to_wb_and_lock_list()Gravatar Jan Kara 1-0/+1
2017-03-22bdi: Do not wait for cgwbs release in bdi_unregister()Gravatar Jan Kara 1-1/+0
2017-03-22bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()Gravatar Jan Kara 1-0/+1
2017-03-22bdi: Mark congested->bdi as internalGravatar Jan Kara 1-1/+3
2017-03-21blk-stat: convert to callback-based statistics reportingGravatar Omar Sandoval 2-3/+8
2017-03-21blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cGravatar Omar Sandoval 1-2/+0
2017-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingGravatar Linus Torvalds 2-2/+7
2017-03-18target: fix ALUA transition timeout handlingGravatar Mike Christie 1-1/+1
2017-03-18target: allow ALUA setup for some passthrough backendsGravatar Mike Christie 1-1/+6
2017-03-17Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+1
2017-03-17Merge tag 'drm-fixes-for-v4.11-rc3' of git://people.freedesktop.org/~airlied/...Gravatar Linus Torvalds 1-19/+19
2017-03-16drivers core: remove assert_held_device_hotplug()Gravatar Heiko Carstens 1-1/+0
2017-03-16kasan: add a prototype of task_struct to avoid warningGravatar Masami Hiramatsu 1-0/+1
2017-03-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 2-0/+5
2017-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 12-13/+50
2017-03-15Merge tag 'omapdrm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Dave Airlie 1-19/+19
2017-03-13uapi: fix drm/omap_drm.h userspace compilation errorsGravatar Dmitry V. Levin 1-19/+19
2017-03-12bpf: improve read-only handlingGravatar Daniel Borkmann 1-4/+12
2017-03-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+23
2017-03-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+4
2017-03-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+2
2017-03-11Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+15
2017-03-11acpi/processor: Check for duplicate processor ids at hotplug timeGravatar Dou Liyang 1-1/+1
2017-03-11Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting"Gravatar Dou Liyang 1-3/+0
2017-03-10kexec, x86/purgatory: Unbreak it and clean it upGravatar Thomas Gleixner 1-0/+23
2017-03-10Merge tag 'ceph-for-4.11-rc2' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-0/+3
2017-03-10Merge branch 'prep-for-5level'Gravatar Linus Torvalds 10-35/+277
2017-03-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 7-18/+11
2017-03-09net: Work around lockdep limitation in sockets that use socketsGravatar David Howells 6-8/+13
2017-03-09userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEEDGravatar Andrea Arcangeli 1-4/+3
2017-03-09mm/vmstats: add thp_split_pud event for clarityGravatar Yisheng Xie 1-0/+3
2017-03-09include/linux/fs.h: fix unsigned enum warning with gcc-4.2Gravatar Arnd Bergmann 1-1/+1
2017-03-09userfaultfd: non-cooperative: rollback userfaultfd_exitGravatar Andrea Arcangeli 2-10/+1
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesGravatar Masahiro Yamada 2-2/+2
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-03-09Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-9/+0
2017-03-09Merge tag 'media/v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 1-2/+11
2017-03-09bpf: convert htab map to hlist_nullsGravatar Alexei Starovoitov 2-0/+19
2017-03-09uapi: fix linux/packet_diag.h userspace compilation errorGravatar Dmitry V. Levin 1-1/+1
2017-03-09mm: convert generic code to 5-level pagingGravatar Kirill A. Shutemov 4-10/+75
2017-03-09asm-generic: introduce <asm-generic/pgtable-nop4d.h>Gravatar Kirill A. Shutemov 3-24/+89
2017-03-09asm-generic: introduce __ARCH_USE_5LEVEL_HACKGravatar Kirill A. Shutemov 2-0/+67
2017-03-09asm-generic: introduce 5level-fixup.hGravatar Kirill A. Shutemov 3-1/+46
2017-03-08sched/headers: fix up header file dependency on <linux/sched/signal.h>Gravatar Linus Torvalds 1-21/+10
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Gravatar Jan Kara 2-9/+0
2017-03-07Merge remote-tracking branch 'mkp-scsi/fixes' into fixesGravatar James Bottomley 2-0/+5
2017-03-07dccp: fix use-after-free in dccp_feat_activate_valuesGravatar Eric Dumazet 1-0/+1
2017-03-07Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+11
2017-03-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+1