summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar4-252/+262
2017-06-20sched/wait: Re-adjust macro line continuation backslashes in <linux/wait.h>Ingo Molnar1-323/+322
2017-06-20sched/wait: Improve the bit-wait API parameter names in the API function prot...Ingo Molnar1-15/+15
2017-06-20sched/wait: Standardize wait_bit_queue namingIngo Molnar1-4/+4
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar1-3/+3
2017-06-20sched/wait: Standardize internal naming of wait-queue headsIngo Molnar1-38/+38
2017-06-20sched/wait: Standardize internal naming of wait-queue entriesIngo Molnar1-42/+42
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar7-39/+42
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz1-2/+2
2017-06-20time: Fix clock->read(clock) race around clocksource changesJohn Stultz1-1/+0
2017-06-20mmc: tmio: improve checkpatch cleannessSimon Horman1-17/+16
2017-06-20mmc: slot-gpio: Add support to enable irq wake on cd_irqAdrian Hunter1-0/+2
2017-06-20mmc: core: Remove MMC_CAP2_HC_ERASE_SZUlf Hansson1-1/+0
2017-06-20mmc: use proper name for the R-Car SoCWolfram Sang1-1/+1
2017-06-20mmc: core: Allocate per-request data using the block layer coreLinus Walleij1-2/+0
2017-06-20mmc: core: Delete bounce buffer Kconfig optionLinus Walleij1-0/+1
2017-06-20mmc: sdio: Add API to manage SDIO IRQs from a workqueueUlf Hansson1-0/+3
2017-06-20uuid: Take const on input of uuid_is_null() and guid_is_null()Andy Shevchenko1-2/+2
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2-0/+11
2017-06-20Merge 4.12-rc6 into staging-nextGreg Kroah-Hartman5-35/+40
2017-06-20Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman5-35/+40
2017-06-20random: add get_random_{bytes,u32,u64,int,long,once}_wait familyJason A. Donenfeld3-0/+29
2017-06-20random: add wait_for_random_bytes() APIJason A. Donenfeld1-0/+1
2017-06-20Merge tag 'drm/tegra/for-4.13-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie1-2/+36
2017-06-19m68k: Remove ptrace_signal_deliverAndreas Schwab1-4/+0
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso1-4/+6
2017-06-19netfilter: ebt: Use new helper ebt_invalid_target to check targetGao Feng1-2/+0
2017-06-19dm kcopyd: add sequential write featureDamien Le Moal1-0/+1
2017-06-19dm: introduce dm_remap_zone_report()Damien Le Moal1-0/+2
2017-06-19dm table: add zoned block devices validationDamien Le Moal1-0/+6
2017-06-19dm: convert DM printk macros to pr_<level> macrosJoe Perches1-39/+32
2017-06-19mfd: intel_soc_pmic_bxtwc: Use chained IRQs for second level IRQ chipsKuppuswamy Sathyanarayanan1-1/+4
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-28/+25
2017-06-19Merge tag 'at91-ab-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-21/+7
2017-06-19Merge tag 'renesas-drivers-for-v4.13' of https://git.kernel.org/pub/scm/linux...Olof Johansson1-2/+1
2017-06-19Merge tag 'tegra-for-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson1-0/+4
2017-06-19Merge tag 'scpi-updates-4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson1-0/+3
2017-06-19NFC: nfcmrvl: allow gpio 0 for reset signallingJohan Hovold1-1/+1
2017-06-18blk-mq: don't stop queue for quiescingMing Lei1-2/+0
2017-06-18blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei2-0/+6
2017-06-18blk-mq: introduce blk_mq_unquiesce_queueMing Lei1-0/+1
2017-06-18blk-mq: introduce blk_mq_quiesce_queue_nowait()Ming Lei1-0/+8
2017-06-18blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.hMing Lei2-1/+1
2017-06-18block: remove bio_clone() and all references.NeilBrown1-5/+0
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown1-0/+1
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-2/+4
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown1-2/+1
2017-06-18blk-mq-sched: unify request prepare methodsChristoph Hellwig1-2/+2
2017-06-18blk-mq-sched: unify request finished methodsChristoph Hellwig1-2/+1
2017-06-17Merge tag 'sunxi-clk-for-4.13' of https://git.kernel.org/pub/scm/linux/kernel...Stephen Boyd1-3/+13