summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-048-142/+110
* include/linux/bitmap.h: cleanupAndrew Morton2016-08-041-4/+3
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-042-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-031-1/+1
|\
| * sctp: change to use TCP_CLOSE_WAIT as SCTP_SS_CLOSINGXin Long2016-08-011-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-0227-431/+735
|\ \
| * | ipc: delete "nr_ipc_ns"Alexey Dobriyan2016-08-021-2/+0
| * | rapidio/switches: add driver for IDT gen3 switchesAlexandre Bounine2016-08-021-0/+2
| * | rapidio: modify for rev.3 specification changesAlexandre Bounine2016-08-022-42/+136
| * | rapidio: change inbound window size type to u64Alexandre Bounine2016-08-021-1/+1
| * | rapidio: add RapidIO channelized messaging driverAlexandre Bounine2016-08-022-0/+79
| * | kexec: add a kexec_crash_loaded() functionPetr Tesarik2016-08-021-0/+2
| * | kexec: allow architectures to override boot mappingRussell King2016-08-021-0/+40
| * | kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King2016-08-021-1/+1
| * | kexec: don't invoke OOM-killer for control page allocationRussell King2016-08-021-1/+1
| * | cpumask: fix code commentGeliang Tang2016-08-021-1/+1
| * | signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-022-41/+63
| * | nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi2016-08-022-306/+314
| * | firmware: support loading into a pre-allocated bufferStephen Boyd2016-08-022-0/+9
| * | radix-tree: fix comment about "exceptional" bitsRoss Zwisler2016-08-021-1/+1
| * | printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov2016-08-021-0/+9
| * | ratelimit: extend to print suppressed messages on releaseBorislav Petkov2016-08-021-5/+33
| * | printk: create pr_<level> functionsJoe Perches2016-08-021-15/+33
| * | dynamic_debug: only add header when usedLuis de Bethencourt2016-08-022-2/+2
| * | include: mman: use bool instead of int for the return value of arch_validate_...Chen Gang2016-08-021-1/+1
| * | uapi: move forward declarations of internal structuresAlexey Dobriyan2016-08-024-4/+2
| * | treewide: replace obsolete _refok by __refFabian Frederick2016-08-023-8/+2
| * | mm/kasan: get rid of ->state in struct kasan_alloc_metaAndrey Ryabinin2016-08-021-0/+3
* | | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-08-028-40/+160
|\ \ \
| * | | ceph: fix symbol versioning for ceph_monc_do_statfsArnd Bergmann2016-07-281-1/+2
| * | | libceph: fsmap.user subscription supportYan, Zheng2016-07-282-3/+5
| * | | ceph: reduce i_nr_by_mode array sizeYan, Zheng2016-07-281-1/+1
| * | | libceph: rados pool namespace supportYan, Zheng2016-07-282-5/+7
| * | | libceph: introduce reference counted stringYan, Zheng2016-07-282-0/+63
| * | | libceph: define new ceph_file_layout structureYan, Zheng2016-07-281-29/+21
| * | | libceph: add start en/decoding block helpersIlya Dryomov2016-07-281-0/+54
| * | | libceph: add an ONSTACK initializer for oidsIlya Dryomov2016-07-281-0/+5
| * | | libceph: fix some missing includesIlya Dryomov2016-07-283-1/+2
* | | | Merge tag 'drm-psr-fixes-for-v4.8' of git://people.freedesktop.org/~airlied/l...Linus Torvalds2016-08-021-0/+2
|\ \ \ \
| * | | | drm/dp: Add drm_dp_psr_setup_time()Ville Syrjälä2016-08-031-0/+2
* | | | | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-023-9/+153
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/msi-affinity' into nextBjorn Helgaas2016-08-0166-193/+495
| |\ \ \ \ \
| | * | | | | PCI: Spread interrupt vectors in pci_alloc_irq_vectors()Christoph Hellwig2016-07-211-0/+2
| | * | | | | PCI: Provide sensible IRQ vector alloc/free routinesChristoph Hellwig2016-07-211-0/+27
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas2016-08-011-1/+4
| |\ \ \ \ \ \ \
| | | * | | | | | PCI: Add devm_request_pci_bus_resources()Bjorn Helgaas2016-06-061-1/+4
| * | | | | | | | Merge branch 'pci/resource' into nextBjorn Helgaas2016-08-011-1/+34
| |\ \ \ \ \ \ \ \
| | * | | | | | | | PCI: Add generic pci_bus_claim_resources()Lorenzo Pieralisi2016-06-231-0/+1
| | * | | | | | | | PCI: Add helpers to request/release memory and I/O regionsJohannes Thumshirn2016-06-211-0/+28
| | * | | | | | | | PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas2016-06-171-1/+5
| | |/ / / / / / /