summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-09x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski5-99/+4
2018-01-09x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()Andy Lutomirski2-28/+5
2018-01-09x86/mm: Make flush_tlb_mm_range() more predictableAndy Lutomirski1-5/+11
2018-01-09x86/mm: Remove flush_tlb() and flush_tlb_current_task()Andy Lutomirski2-25/+0
2018-01-09x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()Andy Lutomirski1-1/+1
2018-01-09x86/irq: Do not substract irq_tlb_count from irq_call_countAaron Lu2-6/+1
2018-01-09sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski1-1/+1
2018-01-09ARM: Hide finish_arch_post_lock_switch() from modulesSteven Rostedt1-0/+2
2018-01-09x86/mm, sched/core: Turn off IRQs in switch_mm()Andy Lutomirski2-0/+14
2018-01-09x86/mm, sched/core: Uninline switch_mm()Andy Lutomirski2-77/+84
2018-01-09x86/mm: Build arch/x86/mm/tlb.c even on !SMPAndy Lutomirski2-2/+5
2018-01-09sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski2-3/+10
2018-01-09drivers/vhost: Fix mmu_context.h assumptionBen Hutchings1-0/+1
2018-01-09mm/mmu_context, sched/core: Fix mmu_context.h assumptionIngo Molnar1-1/+1
2018-01-09x86/mm: If INVPCID is available, use it to flush global mappingsAndy Lutomirski1-0/+9
2018-01-09x86/mm: Add a 'noinvpcid' boot option to turn off INVPCIDAndy Lutomirski2-0/+18
2018-01-09x86/mm: Fix INVPCID asm constraintBorislav Petkov1-2/+2
2018-01-09x86/mm: Add INVPCID helpersAndy Lutomirski1-0/+48
2018-01-09x86: Clean up cr4 manipulationAndy Lutomirski15-57/+70
2018-01-09x86/mm: Fix sparse 'tlb_single_page_flush_ceiling' warning and make the varia...Jeremiah Mahler1-1/+1
2018-01-09x86/mm: Set TLB flush tunable to sane value (33)Dave Hansen1-2/+11
2018-01-09x86/mm: New tunable for single vs full TLB flushDave Hansen2-0/+121
2018-01-09x86/mm: Fix missed global TLB flush statDave Hansen1-8/+7
2018-01-09x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen5-121/+13
2018-01-09x86/mm: Clean up the TLB flushing codeDave Hansen1-12/+11
2018-01-01Linux 3.16.52v3.16.52Ben Hutchings1-1/+1
2018-01-01KEYS: add missing permission check for request_key() destinationEric Biggers1-9/+37
2018-01-01crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers3-3/+16
2018-01-01crypto: salsa20 - fix blkcipher_walk API usageEric Biggers2-14/+0
2018-01-01KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li3-8/+11
2018-01-01ptrace: Properly initialize ptracer_cred on forkEric W. Biederman2-9/+18
2018-01-01ptrace: Don't allow accessing an undumpable mmEric W. Biederman11-17/+52
2018-01-01exec: Ensure mm->user_ns contains the execed filesEric W. Biederman3-4/+33
2018-01-01ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman6-7/+30
2018-01-01mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman4-18/+20
2018-01-01ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov1-2/+1
2018-01-01security: let security modules use PTRACE_MODE_* with bitmasksJann Horn2-7/+5
2018-01-01KVM: VMX: remove I/O port 0x80 bypass on Intel hostsAndrew Honig1-5/+0
2018-01-01mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov1-10/+4
2018-01-01USB: core: prevent malicious bNumInterfaces overflowAlan Stern1-1/+3
2018-01-01netfilter: xt_osf: Add missing permission checksKevin Cernekee1-0/+7
2018-01-01netlink: Add netns check on tapsKevin Cernekee1-0/+3
2018-01-01netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee1-0/+10
2018-01-01Input: ims-psu - check if CDC union descriptor is saneDmitry Torokhov1-2/+14
2018-01-01Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro1-0/+3
2018-01-01Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro1-0/+3
2018-01-01dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam1-0/+5
2018-01-01sched/topology: Optimize build_group_mask()Lauro Ramos Venancio1-3/+3
2018-01-01sched/topology: Simplify build_overlap_sched_groups()Peter Zijlstra1-11/+2
2018-01-01sched/topology: Remove FORCE_SD_OVERLAPPeter Zijlstra2-2/+1