summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/doublefault.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-16locking/rwsem: Fix comment on register clobberingBorislav Petkov1-2/+4
2016-05-16Linux 4.6v4.6Linus Torvalds1-1/+1
2016-05-15locking/rwsem: Fix down_write_killable()Peter Zijlstra1-6/+15
2016-05-14arm64: bpf: jit JMP_JSET_{X,K}Zi Shen Lim1-0/+1
2016-05-14net/route: enforce hoplimit max valuePaolo Abeni2-0/+4
2016-05-14nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds1-1/+3
2016-05-14drivers: net: xgene: fix register offsetIyappan Subramanian2-4/+4
2016-05-14drivers: net: xgene: fix statistics counters race conditionIyappan Subramanian4-19/+53
2016-05-14drivers: net: xgene: fix ununiform latency across queuesIyappan Subramanian2-11/+27
2016-05-14drivers: net: xgene: fix sharing of irqsIyappan Subramanian1-2/+2
2016-05-14drivers: net: xgene: fix IPv4 forward crashIyappan Subramanian2-5/+8
2016-05-13ARM: Hide finish_arch_post_lock_switch() from modulesSteven Rostedt1-0/+2
2016-05-13x86/arch_prctl/64: Restore accidentally removed put_cpu() in ARCH_SET_GSMateusz Guzik1-0/+1
2016-05-13xen-netback: fix extra_info handling in xenvif_tx_err()Paul Durrant1-0/+1
2016-05-13mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli5-26/+95
2016-05-13ksm: fix conflict between mmput and scan_get_next_rmap_itemZhou Chengming1-5/+10
2016-05-13ocfs2: fix posix_acl_create deadlockJunxiao Bi6-48/+77
2016-05-13ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi3-2/+27
2016-05-12net: mvneta: bm: fix dependencies againArnd Bergmann1-1/+1
2016-05-12perf stat: Fallback to user only counters when perf_event_paranoid > 1Arnaldo Carvalho de Melo1-1/+6
2016-05-12perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback()Arnaldo Carvalho de Melo1-0/+18
2016-05-12drm/amdgpu: fix DP mode validationAlex Deucher1-2/+2
2016-05-12drm/radeon: fix DP mode validationAlex Deucher1-2/+2
2016-05-12perf evsel: Improve EPERM error handling in open_strerror()Arnaldo Carvalho de Melo1-2/+3
2016-05-12workqueue: fix rebind bound workers warningWanpeng Li1-0/+11
2016-05-12cgroup: fix compile warningFelipe Balbi1-1/+1
2016-05-12kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callSerge E. Hallyn1-1/+2
2016-05-12tools lib traceevent: Do not reassign parg after collapse_tree()Steven Rostedt1-2/+2
2016-05-12perf probe: Check if dwarf_getlocations() is availableArnaldo Carvalho de Melo6-0/+38
2016-05-12perf dwarf: Guard !x86_64 definitions under #ifdef else clauseArnaldo Carvalho de Melo1-4/+4
2016-05-12perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo1-30/+30
2016-05-12perf thread_map: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo1-4/+4
2016-05-12perf script: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo1-36/+34
2016-05-12perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo1-6/+6
2016-05-12perf/core: Disable the event on a truncated AUX recordAlexander Shishkin1-1/+9
2016-05-12perf/x86/intel/pt: Generate PMI in the STOP region as wellAlexander Shishkin1-0/+2
2016-05-12x86: Use compat version for preadv2 and pwritev2Dmitry V. Levin1-2/+2
2016-05-12KEYS: Fix ASN.1 indefinite length object parsingDavid Howells1-7/+9
2016-05-12perf/core: Disable the event on a truncated AUX recordAlexander Shishkin1-1/+9
2016-05-12perf/x86/intel/pt: Generate PMI in the STOP region as wellAlexander Shishkin1-0/+2
2016-05-12perf/x86: Fix undefined shift on 32-bit kernelsAndrey Ryabinin1-1/+1
2016-05-12perf/x86/msr: Fix SMI overflowPeter Zijlstra1-1/+1
2016-05-12perf/x86/intel/uncore: Fix CHA registers configuration procedure for Knights ...hchrzani1-0/+7
2016-05-12sched/core: Provide a tsk_nr_cpus_allowed() helperThomas Gleixner4-27/+32
2016-05-12sched/core: Use tsk_cpus_allowed() instead of accessing ->cpus_allowedThomas Gleixner3-5/+5
2016-05-12sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx1-4/+7
2016-05-12sched/fair: Correct unit of load_above_capacityMorten Rasmussen1-2/+4
2016-05-12sched/fair: Clean up scale confusionPeter Zijlstra1-2/+1
2016-05-12sched/nohz: Fix affine unpinned timers messWanpeng Li1-1/+4
2016-05-12sched/fair: Fix fairness issue on migrationPeter Zijlstra1-6/+16