summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-09-24percpu_ref: replace pcpu_ prefix with percpu_Tejun Heo1-23/+23
2014-09-24percpu_ref: minor code and comment updatesTejun Heo1-9/+16
2014-09-24percpu_ref: relocate percpu_ref_reinit()Tejun Heo1-1/+1
2014-09-24Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during p...Tejun Heo1-1/+0
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo32-100/+193
2014-09-24blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo1-0/+1
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+11
2014-09-22Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2014-09-20Merge tag 'staging-3.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2014-09-20Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+2
2014-09-20percpu-refcount: make percpu_ref based on longs instead of intsTejun Heo1-12/+12
2014-09-20Merge tag 'iio-fixes-3.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-1/+3
2014-09-19Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+6
2014-09-19Merge branch 'pci/vga'; commit '6a73336bde29' into for-linusBjorn Helgaas1-2/+0
2014-09-19Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-0/+2
2014-09-19vgaswitcheroo: add vga_switcheroo_fini_domain_pm_opsAlex Deucher1-0/+2
2014-09-17vgaarb: Drop obsolete #ifndefBruno Prémont1-2/+0
2014-09-15vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds1-0/+1
2014-09-14Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of gi...Linus Torvalds1-12/+0
2014-09-13Make hash_64() use a 64-bit multiply when appropriateLinus Torvalds1-0/+4
2014-09-13jiffies: Fix timeval conversion to jiffiesAndrew Hunter1-12/+0
2014-09-13workqueue: apply __WQ_ORDERED to create_singlethread_workqueue()Tejun Heo1-1/+1
2014-09-11net/mlx4: Set vlan stripping policy by the right commandMatan Barak2-2/+11
2014-09-10PCI: Add pci_ignore_hotplug() to ignore hotplug events for a deviceBjorn Helgaas1-0/+6
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-4/+8
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo1-1/+2
2014-09-08proportions: add @gfp to init functionsTejun Heo2-4/+6
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-4/+6
2014-09-07Merge tag 'pm+acpi-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2014-09-07Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+1
2014-09-06Merge tag 'for-linus-20140905' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2014-09-06net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida1-2/+2
2014-09-05Merge tag 'regulator-v3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+3
2014-09-05Merge tag 'gpio-v3.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-45/+60
2014-09-05Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/tps6509...Mark Brown2-0/+3
2014-09-05nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker1-6/+1
2014-09-03Merge tag 'for-f2fs-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+13
2014-09-03PM / domains: Make generic_pm_domain.name constGeert Uytterhoeven1-1/+1
2014-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+3
2014-09-02percpu: implement asynchronous chunk populationTejun Heo1-2/+2
2014-09-02percpu: implement [__]alloc_percpu_gfp()Tejun Heo1-2/+7
2014-09-02Revert "leds: convert blink timer to workqueue"Jiri Kosina1-1/+2
2014-09-02gpio: move varargs hack outside #ifdef GPIOLIBLinus Walleij1-45/+60
2014-09-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+11
2014-08-31Merge tag 'spi-v3.17-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+7
2014-08-30Merge remote-tracking branches 'spi/fix/au1550', 'spi/fix/davinci', 'spi/fix/...Mark Brown1-0/+7
2014-08-30net/mlx4: Move the tunnel steering helper function to mlx4_coreOr Gerlitz1-0/+3
2014-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+25
2014-08-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+3
2014-08-29jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong1-5/+25