summaryrefslogtreecommitdiffstats
path: root/net/wireless/debugfs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-10mips: fix an off-by-one in dma_capableChristoph Hellwig1-1/+1
2018-01-10arm64: don't override dma_max_pfnChristoph Hellwig1-9/+0
2018-01-10dma-mapping: take dma_pfn_offset into account in dma_max_pfnChristoph Hellwig1-1/+1
2018-01-09s390: remove the unused dma_capable helperChristoph Hellwig1-7/+0
2018-01-09riscv: remove the unused dma_capable helperChristoph Hellwig1-8/+0
2018-01-09m32r: remove the unused dma_capable helperChristoph Hellwig1-7/+0
2018-01-09arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMAChristoph Hellwig3-17/+7
2018-01-09powerpc: remove unused flush_write_buffers definitionChristoph Hellwig1-3/+0
2018-01-09m32r: remove unused flush_write_buffers definitionChristoph Hellwig1-2/+0
2018-01-09hexagon: remove unused flush_write_buffers definitionChristoph Hellwig1-2/+0
2018-01-09alpha: mark jensen as brokenChristoph Hellwig1-0/+1
2018-01-07Linux 4.15-rc7v4.15-rc7Linus Torvalds1-1/+1
2018-01-07leds: core: Fix regression caused by commit 2b83ff96f51dJacek Anaszewski1-1/+2
2018-01-06mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon1-0/+1
2018-01-06parisc: qemu idle sleep supportHelge Deller1-0/+39
2018-01-06apparmor: fix regression in mount mediation when feature set is pinnedJohn Johansen1-1/+11
2018-01-05fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro4-14/+52
2018-01-05kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson2-1/+32
2018-01-05x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner3-5/+5
2018-01-05x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmDavid Woodhouse1-2/+2
2018-01-05mfd: rtsx: Release IRQ during shutdownSinan Kaya1-0/+3
2018-01-05mailmap: update Mark Yao's email addressJeffy Chen1-0/+1
2018-01-05userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK failsAndrea Arcangeli1-2/+18
2018-01-05mm/sparse.c: wrong allocation for mem_sectionBaoquan He1-1/+1
2018-01-05mm/zsmalloc.c: include fs.hSergey Senozhatsky1-0/+1
2018-01-05mm/debug.c: provide useful debugging information for VM_BUGMatthew Wilcox1-14/+14
2018-01-05kernel/exit.c: export abort() to modulesAndrew Morton4-3/+1
2018-01-05mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual1-2/+4
2018-01-05kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov1-1/+1
2018-01-05mm: check pfn_valid first in zero_resv_unavailDave Young1-0/+2
2018-01-05x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner1-1/+1
2018-01-05x86/events/intel/ds: Use the proper cache flush method for mapping ds buffersPeter Zijlstra1-0/+16
2018-01-05x86/kaslr: Fix the vaddr_end messThomas Gleixner3-24/+22
2018-01-04x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner3-6/+7
2018-01-04x86/mm: Set MODULES_END to 0xffffffffff000000Andrey Ryabinin2-5/+2
2018-01-04arm64: dts: uniphier: fix gpio-ranges property of PXs3 SoCMasahiro Yamada1-2/+2
2018-01-04drm/i915: Apply Display WA #1183 on skl, kbl, and cflLucas De Marchi3-9/+38
2018-01-03x86/process: Define cpu_tss_rw in same section as declarationNick Desaulniers1-1/+1
2018-01-03x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()Thomas Gleixner1-7/+6
2018-01-03exec: Weaken dumpability for secureexecKees Cook1-2/+7
2018-01-03x86/dumpstack: Print registers for first stack frameJosh Poimboeuf1-1/+2
2018-01-03x86/dumpstack: Fix partial register dumpsJosh Poimboeuf3-13/+34
2018-01-03x86/pti: Make sure the user/kernel PTEs matchThomas Gleixner1-1/+2
2018-01-03x86/cpu, x86/pti: Do not enable PTI on AMD processorsTom Lendacky1-2/+2
2018-01-03x86/pti: Enable PTI by defaultThomas Gleixner1-0/+1
2018-01-03MAINTAINERS: Remove Matt Fleming as EFI co-maintainerMatt Fleming1-4/+3
2018-01-03efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel3-10/+52
2018-01-03x86/efi: Fix kernel param add_efi_memmap regressionDave Young1-3/+2
2018-01-03ARC: handle gcc generated __builtin_trap for older compilerVineet Gupta1-0/+8
2018-01-02parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller3-4/+20