summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-06-23flow: Extend flow informations with xfrm interface id.Steffen Klassert1-0/+9
2018-06-23xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert2-2/+11
2018-06-23Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+5
2018-06-23netns: get more entropy from net_hash_mix()Eric Dumazet1-6/+1
2018-06-22drm: Consider drivers setting DRIVER_ATOMIC as atomic.Eric Anholt1-11/+12
2018-06-22Merge branch 'linus' into x86/urgentThomas Gleixner665-6184/+16708
2018-06-22bdi: Fix another oops in wb_workfn()Jan Kara1-1/+1
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon1-7/+11
2018-06-22crypto: sha512_generic - add a sha384 0-length pre-computed hashAntoine Tenart1-0/+2
2018-06-22crypto: sha512_generic - add a sha512 0-length pre-computed hashAntoine Tenart1-0/+2
2018-06-22IB/uverbs: Delete type and id from uverbs_obj_attrJason Gunthorpe1-4/+0
2018-06-22ASoC: soc-pcm: DPCM cares BE channel constraintJiada Wang1-0/+2
2018-06-22Merge branch 'icrc-counter' into rdma.git for-nextJason Gunthorpe1-3/+8
2018-06-22dt-bindings: clock: Add the r9a06g032-sysctrl.h fileMichel Pollet1-0/+148
2018-06-22irqdesc: Delete irq_desc_get_msi_desc()John Garry1-5/+0
2018-06-22genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier1-0/+1
2018-06-22dt-bindings: clock: add meson axg audio clock controller bindingsJerome Brunet1-0/+94
2018-06-22tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet1-0/+11
2018-06-22tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang1-0/+1
2018-06-22rhashtable: clean up dereference of ->future_tbl.NeilBrown1-1/+1
2018-06-22rhashtable: simplify INIT_RHT_NULLS_HEAD()NeilBrown1-1/+1
2018-06-22rhashtable: remove nulls_base and related code.NeilBrown2-32/+3
2018-06-22rhashtable: split rhashtable.hNeilBrown10-133/+149
2018-06-22Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2-32/+152
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie16-32/+376
2018-06-22locking/qspinlock: Fix build for anonymous union in older GCC compilersSteven Rostedt (VMware)1-1/+1
2018-06-22ARM: bcm2835: Add GET_THROTTLED firmware propertyStefan Wahren1-0/+1
2018-06-22Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+2
2018-06-22Merge tag 'acpi-4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+1
2018-06-22drm/bridge: Move the struct drm_bridge member kerneldoc inline.Eric Anholt1-10/+12
2018-06-21net/mlx5: Add RoCE RX ICRC encapsulated counterTalat Batheesh1-3/+8
2018-06-21locking/refcounts: Include fewer headers in <linux/refcount.h>Alexey Dobriyan1-3/+4
2018-06-21drm: Document mode_config.max_width/height as the max fb dimensionsVille Syrjälä1-4/+4
2018-06-21kernel.h: Fix a typo in commentWei Wang1-1/+1
2018-06-21x86/platform/UV: Add adjustable set memory block size functionmike.travis@hpe.com1-0/+1
2018-06-21atomics/treewide: Clean up '*_andnot()' ifdefferyMark Rutland1-66/+30
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland3-24/+77
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland4-18/+72
2018-06-21atomics/treewide: Make test ops optionalMark Rutland4-13/+148
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2-8/+24
2018-06-21atomics/generic: Define atomic64_fetch_add_unless()Mark Rutland1-1/+2
2018-06-21atomics: Prepare for atomic64_fetch_add_unless()Mark Rutland2-0/+25
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland3-12/+26
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland3-1/+14
2018-06-21atomics: Make conditional ops return 'bool'Mark Rutland3-13/+16
2018-06-21atomics/treewide: Remove atomic_inc_not_zero_hint()Mark Rutland1-32/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland3-5/+5
2018-06-21cpu/hotplug: Provide knobs to control SMTThomas Gleixner1-0/+13
2018-06-21locking/atomics, asm-generic/bitops/lock.h: Rewrite using atomic_fetch_*()Will Deacon1-12/+56
2018-06-21locking/atomics, asm-generic/bitops/atomic.h: Rewrite using atomic_*() APIsWill Deacon1-155/+33