aboutsummaryrefslogtreecommitdiffstats
path: root/lib/find_bit_benchmark.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-04lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov2-14/+19
2019-01-04fls: change parameter to unsigned intMatthew Wilcox16-20/+19
2019-01-04include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack()Alexey Dobriyan1-1/+1
2019-01-04drivers/dma-buf/udmabuf.c: convert to use vm_fault_tSouptick Joarder1-1/+1
2019-01-04kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa1-4/+4
2019-01-04kernel/hung_task.c: force console verbose before panicLiu, Chuansheng1-7/+5
2019-01-04build_bug.h: remove most of dummy BUILD_BUG_ON stubs for SparseMasahiro Yamada1-15/+7
2019-01-04build_bug.h: remove negative-array fallback for BUILD_BUG_ON()Masahiro Yamada1-14/+0
2019-01-04Documentation/process/coding-style.rst: don't use "extern" with function prototypesAlexey Dobriyan1-0/+3
2019-01-04proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin1-0/+2
2019-01-04fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan1-2/+4
2019-01-04fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan1-3/+1
2019-01-04fs/proc/util.c: include fs/proc/internal.h for name_to_int()Eric Biggers1-0/+1
2019-01-04fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon1-3/+9
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds7-20/+36
2019-01-04i915: fix missing user_access_end() in page fault exception caseLinus Torvalds1-0/+1
2019-01-04Fix access_ok() fallout for sparc32 and powerpcLinus Torvalds2-3/+2
2019-01-04arm64: compat: Hook up io_pgetevents() for 32-bit tasksWill Deacon2-1/+3
2019-01-04arm64: compat: Don't pull syscall number from regs in arm_compat_syscallWill Deacon2-10/+8
2019-01-04arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon2-4/+5
2019-01-04arm64/sve: Disentangle <uapi/asm/ptrace.h> from <uapi/asm/sigcontext.h>Dave Martin3-49/+99
2019-01-04arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definitionDave Martin1-1/+1
2019-01-04powerpc: Drop use of 'type' from access_ok()Mathieu Malaterre1-1/+1
2019-01-04drivers/perf: hisi: Fixup one DDRC PMU register offsetShaokun Zhang1-2/+2
2019-01-04arm64: replace arm64-obj-* in Makefile with obj-*Masahiro Yamada1-31/+30
2019-01-03sh: ftrace: Fix missing parenthesis in WARN_ON()Steven Rostedt (VMware)1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds221-679/+610
2019-01-03smb3: add smb3.1.1 to default dialect listSteve French2-14/+28
2019-01-03arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear regionYueyi Li1-1/+1
2019-01-03firmware: arm_sdei: Fix DT platform device creationJames Morse1-5/+0
2019-01-03firmware: arm_sdei: fix wrong of_node_put() in init functionNicolas Saenz Julienne1-1/+0
2019-01-03arm64: entry: remove unused register aliasesMark Rutland1-11/+1
2019-01-03thermal/intel: fixup for Kconfig string parsing tightening upStephen Rothwell1-1/+1
2019-01-03arm64: smp: Fix compilation errorShaokun Zhang1-3/+5
2019-01-02cifs: fix confusing warning message on reconnectSteve French1-1/+1
2019-01-02smb3: fix large reads on encrypted connectionsPaul Aurich1-1/+3
2019-01-02ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern1-0/+3
2019-01-02ipv6: Fix dump of specific table with strict checkingDavid Ahern1-1/+5
2019-01-02locks: fix error in locks_move_blocks()NeilBrown1-1/+1
2019-01-02bpf: add various test cases to selftestsDaniel Borkmann1-3/+1105
2019-01-02bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2-6/+189
2019-01-02bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann1-1/+5
2019-01-02bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann1-1/+8
2019-01-02bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann1-22/+41
2019-01-02bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann1-0/+11
2019-01-02bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2-6/+21
2019-01-02bpf: move tmp variable into ax register in interpreterDaniel Borkmann2-18/+19
2019-01-02bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann2-38/+40
2019-01-02MIPS: OCTEON: mark RGMII interface disabled on OCTEON IIIAaro Koskinen1-1/+2
2019-01-02block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds3-9/+4