summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-04-14bfq: update internal depth state when queue depth changesJens Axboe1-0/+1
2019-04-14Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds4-14/+30
2019-04-14Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+0
2019-04-14Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2019-04-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2019-04-13rhashtable: use BIT(0) for locking.NeilBrown1-11/+24
2019-04-13rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown1-3/+6
2019-04-13rhashtable: move dereference inside rht_ptr()NeilBrown1-27/+42
2019-04-13rhashtable: reorder some inline functions and macros.NeilBrown1-71/+71
2019-04-13rhashtable: fix some __rcu annotation errorsNeilBrown1-5/+6
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov1-0/+2
2019-04-12bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov1-0/+2
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov2-4/+8
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2-3/+8
2019-04-12bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov1-0/+2
2019-04-12bpf: Sysctl hookAndrey Ignatov3-0/+27
2019-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-9/+94
2019-04-12bridge: broute: make broute a real ebtables tableFlorian Westphal1-3/+0
2019-04-11bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev1-8/+28
2019-04-11Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust1-8/+0
2019-04-11nvmet: fix discover log page when offsets are usedKeith Busch1-2/+7
2019-04-11failover: allow name change on IFF_UP slave interfacesSi-Wei Liu1-0/+3
2019-04-11clk: x86: Add system specific quirk to mark clocks as criticalDavid Müller1-0/+3
2019-04-10blk-mq: introduce blk_mq_complete_request_sync()Ming Lei1-0/+1
2019-04-10net/mlx5: E-Switch, add a new prio to be used by the RDMA sideMark Bloch1-0/+1
2019-04-10net/mlx5: E-Switch, don't use hardcoded values for FDB priosMark Bloch1-0/+5
2019-04-10bpf: allow for key-less BTF in array mapDaniel Borkmann1-0/+1
2019-04-10bpf: add syscall side map freeze supportDaniel Borkmann1-1/+2
2019-04-10bpf: add program side {rd, wr}only support for mapsDaniel Borkmann1-0/+29
2019-04-10bpf: implement lookup-free direct value access for mapsDaniel Borkmann2-0/+10
2019-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-28/+43
2019-04-09net: phy: improve link partner capability detectionHeiner Kallweit1-0/+2
2019-04-09Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller5-32/+64
2019-04-09netfilter: make two functions staticFlorian Westphal1-1/+0
2019-04-09netfilter: nft_osf: Add version option supportFernando Fernandez Mancera1-3/+8
2019-04-09virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck1-1/+1
2019-04-09netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal1-1/+1
2019-04-09netfilter: nf_tables: merge route type into coreFlorian Westphal1-0/+15
2019-04-08netfilter: optimize nf_inet_addr_cmpLi RongQing1-0/+7
2019-04-08time: Introduce jiffies64_to_msecs()Li RongQing1-0/+1
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni1-3/+3
2019-04-08block: don't use for-inside-for in bio_for_each_segment_allMing Lei2-12/+22
2019-04-08rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown1-17/+34
2019-04-08rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2-98/+165
2019-04-08rhashtable: allow rht_bucket_var to return NULL.NeilBrown1-2/+9
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov1-0/+4
2019-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-25/+31
2019-04-06mm: writeback: use exact memcg dirty countsGreg Thelen1-1/+4
2019-04-06mm: fix vm_fault_t cast in VM_FAULT_GET_HINDEX()Jann Horn1-1/+1
2019-04-06include/linux/bitrev.h: fix constant bitrevArnd Bergmann1-23/+23