summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* rcu: Force inlining of rcu_read_lock()Waiman Long2019-07-261-1/+1
* linux/kernel.h: fix overflow for DIV_ROUND_UP_ULLVinod Koul2019-07-211-1/+2
* drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDTJames Morse2019-07-211-0/+1
* nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi headerMasahiro Yamada2019-07-211-12/+12
* VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA2019-07-141-1/+10
* ALSA: usb-audio: Fix parse of UAC2 Extension UnitsTakashi Iwai2019-07-141-0/+37
* ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long2019-07-141-3/+6
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2019-07-101-1/+1
* ip6: fix skb leak in ip6frag_expire_frag_queue()Eric Dumazet2019-07-101-1/+0
* futex: Update comments and docs about return values of arch futex codeWill Deacon2019-07-031-2/+6
* bpf: fix unconnected udp hooksDaniel Borkmann2019-07-032-0/+10
* bpf: simplify definition of BPF_FIB_LOOKUP related flagsMartynas Pumputis2019-07-031-2/+2
* SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust2019-07-031-1/+0
* 9p: Add refcount to p9_req_tTomas Bortoli2019-07-031-0/+14
* 9p: add a per-client fcall kmem_cacheDominique Martinet2019-07-032-0/+5
* 9p: embed fcall in req to round down buffer allocsDominique Martinet2019-07-031-2/+3
* 9p: Use a slab for allocating requestsMatthew Wilcox2019-07-031-42/+9
* {nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty2019-06-251-1/+2
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-06-251-0/+3
* mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson2019-06-251-0/+3
* mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson2019-06-252-0/+4
* coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-06-221-0/+4
* drm: add fallback override/firmware EDID modes workaroundJani Nikula2019-06-191-0/+1
* x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov2019-06-191-0/+1
* cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()Tejun Heo2019-06-191-2/+8
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-171-0/+1
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-171-0/+1
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-172-0/+6
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-151-3/+0
* pwm: Fix deadlock warning when removing PWM devicePhong Hoang2019-06-151-5/+0
* ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern2019-06-111-0/+8
* drm: don't block fb changes for async plane updatesHelen Koike2019-06-111-0/+8
* drm/i915: Fix I915_EXEC_RING_MASKChris Wilson2019-06-111-1/+1
* x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2019-06-111-0/+4
* pstore: Convert buf_lock to semaphoreKees Cook2019-06-111-4/+3
* rcu: locking and unlocking need to always be at least barriersLinus Torvalds2019-06-111-4/+2
* net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski2019-06-111-0/+4
* ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long2019-06-111-2/+1
* of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand2019-06-091-0/+6
* include/linux/module.h: copy __init/__exit attrs to init/cleanup_moduleMiguel Ojeda2019-06-091-2/+2
* Compiler Attributes: add support for __copy (gcc >= 9)Miguel Ojeda2019-06-092-0/+8
* memcg: make it work on sparse non-0-node systemsJiri Slaby2019-06-091-0/+1
* include/linux/bitops.h: sanitize rotate primitivesRasmus Villemoes2019-06-091-8/+8
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-046-25/+19
* compiler.h: give up __compiletime_assert_fallback()Masahiro Yamada2019-06-041-16/+1
* include/linux/compiler*.h: define asm_volatile_gotondesaulniers@google.com2019-06-041-0/+4
* tipc: Avoid copying bytes beyond the supplied dataChris Packham2019-06-041-3/+7
* inet: switch IP ID generator to siphashEric Dumazet2019-06-042-0/+7
* tinydrm/mipi-dbi: Use dma-safe buffers for all SPI transfersNoralf Trønnes2019-05-311-2/+3
* overflow: Fix -Wtype-limits compilation warningsLeon Romanovsky2019-05-311-3/+9