aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* sched: print_rq(): Don't use tasklist_lockOleg Nesterov2019-05-021-5/+2
* sched: s/do_each_thread/for_each_process_thread/ in debug.cOleg Nesterov2019-05-021-4/+2
* memcg: optimize the "Search everything else" loop in mm_update_next_owner()Oleg Nesterov2019-05-021-3/+9
* memcg: mm_update_next_owner() should skip kthreadsOleg Nesterov2019-05-021-6/+4
* freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processesMoyster2019-05-023-1/+13
* clean up process flagsCorinna Vinschen2019-05-024-3/+8
* tracing: syscall_regfunc() should not skip kernel threadsOleg Nesterov2019-05-021-3/+1
* tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_proce...Oleg Nesterov2019-05-021-13/+11
* sched: s/do_each_thread/for_each_process_thread/ in core.cOleg Nesterov2019-05-021-7/+6
* sched: Change thread_group_cputime() to use for_each_thread()Oleg Nesterov2019-05-021-8/+2
* memcg: kill CONFIG_MM_OWNEROleg Nesterov2019-05-025-14/+7
* Staging: android: binder: Ratelimit binder debug messagesChris Fries2019-05-021-1/+3
* selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover2019-05-021-1/+1
* alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner2019-05-021-2/+1
* skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2019-05-021-1/+1
* l2tp: do not accept arbitrary socketsEric Dumazet2019-05-021-2/+6
* l2tp: remove l2tp_tunnel_count and l2tp_session_countGuillaume Nault2019-05-021-10/+0
* netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal2019-05-021-0/+4
* netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet2019-05-021-3/+6
* cfg80211: fix station info handling bugsJohannes Berg2019-05-021-2/+1
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2019-05-021-2/+6
* netfilter: nat: cope with negative port rangePaolo Abeni2019-05-021-2/+5
* netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni2019-05-021-6/+6
* netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2019-05-024-29/+26
* sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long2019-05-021-8/+6
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2019-05-021-0/+2
* ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long2019-05-021-6/+8
* BACKPORT: tty: Use unbound workqueue for all input workersPeter Hurley2019-05-022-2/+2
* path_openat(): fix double fput()Al Viro2019-05-021-1/+2
* sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2019-05-024-6/+29
* nospec: Include <asm/barrier.h> dependencyDan Williams2019-05-021-0/+1
* nospec: Allow index argument to have const-qualified typeRasmus Villemoes2019-05-021-2/+1
* nospec: Kill array_index_nospec_mask_check()Dan Williams2019-05-021-21/+1
* nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon2019-05-021-15/+21
* array_index_nospec: Sanitize speculative array de-referencesDan Williams2019-05-021-0/+72
* shmem: fix buildMoyster2019-05-021-1/+1
* tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-05-021-1/+1
* tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong2019-05-021-3/+7
* /proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds2019-05-021-2/+11
* Make file credentials available to the seqfile interfacesLinus Torvalds2019-05-022-12/+8
* ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-05-021-0/+4
* ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-05-021-0/+3
* mremap: properly flush TLB before releasing the pageLinus Torvalds2019-05-022-6/+21
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2019-05-021-1/+7
* Fix up non-directory creation in SGID directoriesLinus Torvalds2019-05-021-0/+6
* f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu2019-05-021-0/+10
* allow build_open_flags() to return an errorAl Viro2019-05-024-31/+41
* do_last(): fix missing checks for LAST_BIND caseAl Viro2019-05-021-21/+3
* media: uvcvideo: Prevent heap overflow when accessing mapped controlsGuenter Roeck2019-05-021-0/+7
* HID: hiddev: fix potential Spectre v1Gustavo A. R. Silva2019-05-021-1/+11