summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-11-05mfd: ti_am335x_tscadc: store physical addressMugunthan V N1-0/+1
2016-11-05phy: Add reset callback for not generic phyRandy Li1-0/+7
2016-11-04fs: Remove unmap_underlying_metadataJan Kara1-1/+0
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara1-0/+4
2016-11-04fs: Provide function to unmap metadata for a range of blocksJan Kara1-0/+2
2016-11-04debugfs: constify argument to debugfs_real_fops()Jakub Kicinski1-1/+2
2016-11-04regulator: core: Add new API to poll for error conditionsAxel Haslam2-0/+30
2016-11-04block: immediately dispatch big size requestShaohua Li1-0/+1
2016-11-03net: tcp: check skb is non-NULL for exact match on lookupsDavid Ahern1-1/+1
2016-11-03ipv6: add IPV6_RECVFRAGSIZE cmsgWillem de Bruijn1-2/+3
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso2-8/+6
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso1-10/+38
2016-11-03netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso2-38/+14
2016-11-02clk: renesas: rcar-gen2: Remove obsolete rcar_gen2_clocks_init()Geert Uytterhoeven1-2/+0
2016-11-02clk: renesas: r8a7779: Remove obsolete r8a7779_clocks_init()Geert Uytterhoeven1-1/+0
2016-11-02clk: renesas: r8a7778: Remove obsolete r8a7778_clocks_init()Geert Uytterhoeven1-1/+0
2016-11-02soc: renesas: Add R-Car RST driverGeert Uytterhoeven1-0/+6
2016-11-02net: mii: add generic function to support ksetting supportPhilippe Reynes1-0/+4
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche1-2/+3
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche2-0/+4
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche1-1/+0
2016-11-02blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche1-0/+1
2016-11-02block: add bio_iov_iter_get_pages()Kent Overstreet1-0/+1
2016-11-02writeback: mark background writeback as suchJens Axboe1-0/+2
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe1-0/+9
2016-11-02block: add REQ_BACKGROUNDJens Axboe1-0/+2
2016-11-01Merge branch 'ib-iio-mfd-4.9rc1' into togregJonathan Cameron2-5/+188
2016-11-01block: remove the CONFIG_BLOCK ifdef in blk_types.hChristoph Hellwig1-3/+0
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig1-1/+3
2016-11-01ceph: don't include blk_types.h in messenger.hChristoph Hellwig1-1/+1
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig3-1/+4
2016-11-01block, fs: move submit_bio to bio.hChristoph Hellwig2-1/+2
2016-11-01fs: decouple READ and WRITE from the block layer opsChristoph Hellwig4-14/+11
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-47/+0
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig2-7/+7
2016-11-01block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig2-4/+10
2016-11-01block: don't use REQ_SYNC in the READ_SYNC definitionChristoph Hellwig1-1/+1
2016-11-01blk-cgroup: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1
2016-11-01Merge branch 'core/urgent' into x86/fpu, to merge fixesIngo Molnar24-108/+166
2016-11-01rpmsg: Provide function stubs for APIBjorn Andersson1-10/+113
2016-11-01rpmsg: Introduce a driver override mechanismBjorn Andersson1-0/+2
2016-10-31net: pim: add all RFC7761 message typesNikolay Aleksandrov1-1/+30
2016-10-31net: pim: add a helper to check for IPv4 all pim routers addressNikolay Aleksandrov1-0/+6
2016-10-31net: pim: add common pimhdr struct and helpersNikolay Aleksandrov1-8/+36
2016-10-31bug: Provide toggle for BUG on data corruptionKees Cook1-0/+17
2016-10-31list: Split list_del() debug checking into separate functionKees Cook1-6/+9
2016-10-31rculist: Consolidate DEBUG_LIST for list_add_rcu()Kees Cook1-5/+3
2016-10-31list: Split list_add() debug checking into separate functionKees Cook1-6/+16
2016-10-31qed: Learn resources from management firmwareTomer Tayar1-1/+1
2016-10-31qed*: Add support for WoLMintz, Yuval1-0/+10