summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-04fs/epoll: deal with wait_queue only onceDavidlohr Bueso
2019-01-04fs/epoll: rename check_events label to send_eventsDavidlohr Bueso
2019-01-04fs/epoll: avoid barrier after an epoll_wait(2) timeoutDavidlohr Bueso
2019-01-04fs/epoll: reduce the scope of wq lock in epoll_wait()Davidlohr Bueso
2019-01-04fs/epoll: robustify ep->mtx held checksDavidlohr Bueso
2019-01-04fs/epoll: drop ovflist branch predictionDavidlohr Bueso
2019-01-04fs/epoll: simplify ep_send_events_proc() ready-list loopDavidlohr Bueso
2019-01-04fs/epoll: remove max_nests argument from ep_call_nested()Davidlohr Bueso
2019-01-04checkpatch: warn on const char foo[] = "bar"; declarationsJoe Perches
2019-01-04drivers/firmware/memmap.c: modify memblock_alloc to memblock_alloc_nopanichuang.zijiang
2019-01-04lib/genalloc.c: use vzalloc_node() to allocate the bitmapHuang Shijie
2019-01-04lib/find_bit_benchmark.c: align test_find_next_and_bit with othersYury Norov
2019-01-04lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov
2019-01-04fls: change parameter to unsigned intMatthew Wilcox
2019-01-04include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack()Alexey Dobriyan
2019-01-04drivers/dma-buf/udmabuf.c: convert to use vm_fault_tSouptick Joarder
2019-01-04kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa
2019-01-04kernel/hung_task.c: force console verbose before panicLiu, Chuansheng
2019-01-04build_bug.h: remove most of dummy BUILD_BUG_ON stubs for SparseMasahiro Yamada
2019-01-04build_bug.h: remove negative-array fallback for BUILD_BUG_ON()Masahiro Yamada
2019-01-04Documentation/process/coding-style.rst: don't use "extern" with function prot...Alexey Dobriyan
2019-01-04proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin
2019-01-04fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan
2019-01-04fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan
2019-01-04fs/proc/util.c: include fs/proc/internal.h for name_to_int()Eric Biggers
2019-01-04fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds
2019-01-04Merge branches 'misc.misc' and 'work.iov_iter' into for-linusAl Viro
2019-01-04i915: fix missing user_access_end() in page fault exception caseLinus Torvalds
2019-01-04Fix access_ok() fallout for sparc32 and powerpcLinus Torvalds
2019-01-04Merge commit 'smp-hotplug^{/omap2}' into for-linusfor-4.21Russell King
2019-01-04arm64: compat: Hook up io_pgetevents() for 32-bit tasksWill Deacon
2019-01-04arm64: compat: Don't pull syscall number from regs in arm_compat_syscallWill Deacon
2019-01-04arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon
2019-01-04arm64/sve: Disentangle <uapi/asm/ptrace.h> from <uapi/asm/sigcontext.h>Dave Martin
2019-01-04arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definitionDave Martin
2019-01-04powerpc: Drop use of 'type' from access_ok()Mathieu Malaterre
2019-01-04Merge branch 'master' into fixesMichael Ellerman
2019-01-04drivers/perf: hisi: Fixup one DDRC PMU register offsetShaokun Zhang
2019-01-04arm64: replace arm64-obj-* in Makefile with obj-*Masahiro Yamada
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-03Merge tag 'locks-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2019-01-03Merge tag 'sound-fix-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-03arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear regionYueyi Li
2019-01-03firmware: arm_sdei: Fix DT platform device creationJames Morse
2019-01-03firmware: arm_sdei: fix wrong of_node_put() in init functionNicolas Saenz Julienne
2019-01-03arm64: entry: remove unused register aliasesMark Rutland
2019-01-03arm64: smp: Fix compilation errorShaokun Zhang
2019-01-02ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern