summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: clarify badblocks lifetimeDan Williams2016-01-092-5/+2
* badblocks: rename badblocks_free to badblocks_exitDan Williams2016-01-094-6/+6
* libnvdimm, pmem: move definition of nvdimm_namespace_add_poison to nd.hDan Williams2016-01-093-3/+2
* libnvdimm: Add a poison list and export badblocksVishal Verma2016-01-096-0/+406
* nfit_test: Enable DSMs for all test NFITsDan Williams2016-01-091-0/+11
* md: convert to use the generic badblocks codeVishal Verma2016-01-092-528/+28
* block: Add badblock management for gendisksVishal Verma2016-01-092-0/+83
* badblocks: Add core badblock management codeVishal Verma2016-01-093-1/+615
* block: fix del_gendisk() vs blkdev_ioctl crashDan Williams2016-01-091-1/+0
* block: enable dax for raw block devicesDan Williams2016-01-094-8/+169
* block: introduce bdev_file_inode()Dan Williams2016-01-091-7/+12
* restrict /dev/mem to idle io memory rangesDan Williams2016-01-092-5/+29
* arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams2016-01-0916-86/+31
* Linux 4.4-rc5Linus Torvalds2015-12-131-1/+1
* sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-138-28/+28
* Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-12-133-13/+14
|\
| * SUNRPC: Fix callback channelTrond Myklebust2015-12-073-13/+14
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-12-133-0/+3
|\ \
| * | irqchip/gic-v3: Add missing include for barrier.hMarc Zyngier2015-12-102-0/+2
| * | irqchip/gic-v3: Add missing struct device_node declarationMarc Zyngier2015-12-101-0/+1
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-12-131-1/+1
|\ \ \
| * | | clocksource: Mmio: remove artificial 32bit limitationLinus Walleij2015-12-101-1/+1
* | | | Merge tag 'char-misc-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-12-131-9/+4
|\ \ \ \
| * | | | fpga manager: Fix firmware resource leak on errorTobias Klauser2015-11-241-3/+1
| * | | | fpga manager: remove labelAlan Tull2015-11-241-6/+3
* | | | | Merge tag 'staging-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-12-137-16/+21
|\ \ \ \ \
| * | | | | staging: lustre: echo_copy.._lsm() dereferences userland pointers directlyAl Viro2015-12-011-9/+11
| * | | | | Merge tag 'iio-fixes-for-4.4b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-11-306-7/+10
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | iio: adc: spmi-vadc: add missing of_node_putJulia Lawall2015-11-211-1/+3
| | * | | | iio: fix some warning messagesDan Carpenter2015-11-212-2/+2
| | * | | | iio: light: apds9960: correct ->last_busy countMatt Ranostay2015-11-211-0/+1
| | * | | | iio: lidar: return -EINVAL on invalid signalMatt Ranostay2015-11-211-3/+3
| | * | | | staging: iio: dummy: complete IIO events delivery to userspaceIoana Ciornei2015-11-211-1/+1
* | | | | | Merge tag 'usb-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-12-1330-79/+200
|\ \ \ \ \ \
| * | | | | | USB: add quirk for devices with broken LPMAlan Stern2015-12-113-1/+15
| * | | | | | xhci: fix usb2 resume timing and races.Mathias Nyman2015-12-112-6/+44
| * | | | | | Merge tag 'fixes-for-v4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-12-094-5/+12
| |\ \ \ \ \ \
| | * | | | | | usb: musb: fail with error when no DMA controller setAaro Koskinen2015-12-091-0/+1
| | * | | | | | usb: gadget: uvc: fix permissions of configfs attributesMian Yousaf Kaukab2015-12-081-1/+1
| | * | | | | | usb: musb: core: Fix pm runtime for deferred probeTony Lindgren2015-12-081-1/+6
| | * | | | | | usb: phy: msm: fix a possible NULL dereferenceLABBE Corentin2015-12-081-3/+3
| | * | | | | | usb: dwc3: gadget: don't prestart interrupt endpointsFelipe Balbi2015-11-301-0/+1
| * | | | | | | USB: host: ohci-at91: fix a crash in ohci_hcd_at91_overcurrent_irqAlexandre Belloni2015-12-041-6/+5
| * | | | | | | usb: Quiet down false peer failure messagesDon Zickus2015-12-041-2/+2
| * | | | | | | usb: xhci: fix config fail of FS hub behind a HS hub with MTTChunfeng Yun2015-12-041-0/+8
| * | | | | | | xhci: Fix memory leak in xhci_pme_acpi_rtd3_enable()Mika Westerberg2015-12-041-2/+6
| * | | | | | | usb: Use the USB_SS_MULT() macro to decode burst multiplier for log messageBen Hutchings2015-12-011-1/+2
| * | | | | | | USB: whci-hcd: add check for dma mapping errorAlexey Khoroshilov2015-12-011-0/+4
| * | | | | | | usb: core : hub: Fix BOS 'NULL pointer' kernel panicHans Yang2015-12-011-7/+8
| * | | | | | | USB: quirks: Apply ALWAYS_POLL to all ELAN devicesAdrien Vergé2015-12-012-11/+3