summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter2019-05-161-1/+1
* RDMA/vmw_pvrdma: Return the correct opcode when creating WRAdit Ranadive2019-05-161-0/+1
* mm: introduce mm_[p4d|pud|pmd]_foldedMartin Schwidefsky2019-05-161-0/+16
* media: cec: make cec_get_edid_spa_location() an inline functionHans Verkuil2019-05-161-0/+70
* IB/rxe: Revise the ib_wr_opcode enumJason Gunthorpe2019-05-162-15/+39
* netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2019-05-161-0/+2
* KVM: fix spectrev1 gadgetsPaolo Bonzini2019-05-161-4/+6
* x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan2019-05-161-1/+6
* cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf2019-05-141-0/+24
* x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner2019-05-141-0/+2
* locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new...Will Deacon2019-05-142-21/+27
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-05-101-0/+3
* linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()Jann Horn2019-05-101-2/+2
* clk: x86: Add system specific quirk to mark clocks as criticalDavid Müller2019-05-081-0/+3
* USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern2019-05-081-2/+0
* caif: reduce stack size with KASANArnd Bergmann2019-05-081-0/+27
* sctp: avoid running the sctp state machine recursivelyXin Long2019-05-081-1/+0
* ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin2019-05-041-0/+18
* net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti2019-05-041-1/+1
* fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-05-041-4/+6
* mm: add 'try_get_page()' helper functionLinus Torvalds2019-05-041-0/+9
* mm: make page ref count overflow check tighter and more explicitLinus Torvalds2019-05-041-1/+5
* tracing: Fix buffer_ref pipe opsJann Horn2019-05-021-0/+1
* iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong2019-04-271-0/+1
* net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2019-04-271-2/+9
* ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2019-04-272-29/+104
* net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-04-271-2/+14
* x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu2019-04-271-0/+1
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-04-271-0/+21
* appletalk: Fix compile regressionArnd Bergmann2019-04-201-4/+14
* bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann2019-04-201-0/+1
* bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2019-04-201-0/+10
* bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-04-201-6/+1
* bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-04-201-1/+2
* bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann2019-04-201-0/+2
* bpf: reduce verifier memory consumptionAlexei Starovoitov2019-04-201-3/+13
* include/linux/swap.h: use offsetof() instead of custom __swapoffset macroPi-Hsun Shih2019-04-201-2/+2
* appletalk: Fix use-after-free in atalk_proc_exitYueHaibing2019-04-201-1/+1
* compiler.h: update definition of unreachable()ndesaulniers@google.com2019-04-201-1/+4
* netfilter: xt_cgroup: shrink size of v2 pathPablo Neira Ayuso2019-04-201-0/+16
* virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck2019-04-171-1/+1
* include/linux/bitrev.h: fix constant bitrevArnd Bergmann2019-04-171-23/+23
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-04-172-13/+3
* net/mlx5e: Add a lock on tir listYuval Avnery2019-04-171-0/+2
* vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-171-1/+1
* lib/string.c: implement a basic bcmpNick Desaulniers2019-04-171-0/+3
* netfilter: physdev: relax br_netfilter dependencyFlorian Westphal2019-04-051-1/+0
* cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov2019-04-052-1/+3
* bpf: fix missing prototype warningsValdis Kletnieks2019-04-051-1/+3
* genirq: Avoid summation loops for /proc/statThomas Gleixner2019-04-051-0/+1