summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner2019-05-141-0/+2
* 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
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-05-081-0/+4
* USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern2019-05-081-2/+0
* i2c: Allow recovery of the initial IRQ by an I2C client device.Jim Broadus2019-05-081-0/+1
* sctp: avoid running the sctp state machine recursivelyXin Long2019-05-051-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
* xsk: fix umem memory leak on cleanupBjörn Töpel2019-05-041-1/+0
* 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
* aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds2019-05-021-1/+7
* net: netrom: Fix error cleanup path of nr_proto_initYueHaibing2019-05-021-1/+1
* tracing: Fix buffer_ref pipe opsJann Horn2019-05-021-0/+1
* netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso2019-05-021-0/+6
* netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso2019-05-021-4/+2
* netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso2019-05-021-0/+3
* netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso2019-05-021-4/+13
* netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal2019-05-021-1/+6
* 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
* net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2019-04-271-2/+9
* net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-04-271-2/+14
* net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski2019-04-271-1/+1
* failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2019-04-271-0/+3
* appletalk: Fix compile regressionArnd Bergmann2019-04-201-4/+14
* include/linux/swap.h: use offsetof() instead of custom __swapoffset macroPi-Hsun Shih2019-04-201-2/+2
* rxrpc: Fix client call connect/disconnect raceDavid Howells2019-04-201-0/+2
* appletalk: Fix use-after-free in atalk_proc_exitYueHaibing2019-04-201-1/+1
* xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-04-201-3/+9
* compiler.h: update definition of unreachable()ndesaulniers@google.com2019-04-201-1/+4
* Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa2019-04-201-0/+2
* netfilter: xt_cgroup: shrink size of v2 pathPablo Neira Ayuso2019-04-201-0/+16
* x86/gart: Exclude GART aperture from kcoreKairui Song2019-04-201-0/+2
* virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck2019-04-171-1/+1
* mm: writeback: use exact memcg dirty countsGreg Thelen2019-04-171-1/+4
* include/linux/bitrev.h: fix constant bitrevArnd Bergmann2019-04-171-23/+23
* netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal2019-04-171-0/+13
* lib/string.c: implement a basic bcmpNick Desaulniers2019-04-171-0/+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
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-04-172-8/+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
* sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2019-04-051-2/+2
* perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-04-051-1/+1