summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | autofs: simplify parse_options() function callIan Kent2019-01-041-26/+29
| * | autofs: improve ioctl sbi checksIan Kent2019-01-043-21/+9
| * | init/main.c: make "initcall_level_names[]" const char *Alexey Dobriyan2019-01-041-1/+1
| * | fs/epoll: deal with wait_queue only onceDavidlohr Bueso2019-01-041-11/+18
| * | fs/epoll: rename check_events label to send_eventsDavidlohr Bueso2019-01-041-3/+3
| * | fs/epoll: avoid barrier after an epoll_wait(2) timeoutDavidlohr Bueso2019-01-041-2/+6
| * | fs/epoll: reduce the scope of wq lock in epoll_wait()Davidlohr Bueso2019-01-041-54/+60
| * | fs/epoll: robustify ep->mtx held checksDavidlohr Bueso2019-01-041-0/+2
| * | fs/epoll: drop ovflist branch predictionDavidlohr Bueso2019-01-041-1/+1
| * | fs/epoll: simplify ep_send_events_proc() ready-list loopDavidlohr Bueso2019-01-041-36/+37
| * | fs/epoll: remove max_nests argument from ep_call_nested()Davidlohr Bueso2019-01-041-8/+6
| * | checkpatch: warn on const char foo[] = "bar"; declarationsJoe Perches2019-01-041-2/+11
| * | drivers/firmware/memmap.c: modify memblock_alloc to memblock_alloc_nopanichuang.zijiang2019-01-041-1/+1
| * | lib/genalloc.c: use vzalloc_node() to allocate the bitmapHuang Shijie2019-01-041-2/+2
| * | lib/find_bit_benchmark.c: align test_find_next_and_bit with othersYury Norov2019-01-041-6/+5
| * | lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov2019-01-042-14/+19
| * | fls: change parameter to unsigned intMatthew Wilcox2019-01-0416-20/+19
| * | include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack()Alexey Dobriyan2019-01-041-1/+1
| * | drivers/dma-buf/udmabuf.c: convert to use vm_fault_tSouptick Joarder2019-01-041-1/+1
| * | kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa2019-01-041-4/+4
| * | kernel/hung_task.c: force console verbose before panicLiu, Chuansheng2019-01-041-7/+5
| * | build_bug.h: remove most of dummy BUILD_BUG_ON stubs for SparseMasahiro Yamada2019-01-041-15/+7
| * | build_bug.h: remove negative-array fallback for BUILD_BUG_ON()Masahiro Yamada2019-01-041-14/+0
| * | Documentation/process/coding-style.rst: don't use "extern" with function prot...Alexey Dobriyan2019-01-041-0/+3
| * | proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin2019-01-041-0/+2
| * | fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan2019-01-041-2/+4
| * | fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan2019-01-041-3/+1
| * | fs/proc/util.c: include fs/proc/internal.h for name_to_int()Eric Biggers2019-01-041-0/+1
| * | fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon2019-01-041-3/+9
* | | ia64: fix compile without swiotlbChristoph Hellwig2019-01-052-1/+3
* | | x86: re-introduce non-generic memcpy_{to,from}ioLinus Torvalds2019-01-054-18/+51
* | | Use __put_user_goto in __put_user_size() and unsafe_put_user()Linus Torvalds2019-01-051-31/+22
* | | x86 uaccess: Introduce __put_user_gotoLinus Torvalds2019-01-051-11/+17
* | | make 'user_access_begin()' do 'access_ok()'Linus Torvalds2019-01-047-20/+36
* | | i915: fix missing user_access_end() in page fault exception caseLinus Torvalds2019-01-041-0/+1
* | | Fix access_ok() fallout for sparc32 and powerpcLinus Torvalds2019-01-042-3/+2
* | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-04221-679/+610
* | | Merge tag 'locks-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2019-01-031-1/+1
|\ \ \
| * | | locks: fix error in locks_move_blocks()NeilBrown2019-01-031-1/+1
* | | | Merge tag 'sound-fix-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-01-036-117/+11
|\ \ \ \
| * | | | ALSA: hda - Revert DSP detection on legacy HD-audio driverTakashi Iwai2019-01-014-116/+8
| * | | | ALSA: hda/tegra: clear pending irq handlersSameer Pujar2019-01-011-0/+2
| * | | | ALSA: hda/realtek: Enable the headset mic auto detection for ASUS laptopsJian-Hong Pan2019-01-011-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-0360-385/+2060
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern2019-01-031-0/+3
| * | | | ipv6: Fix dump of specific table with strict checkingDavid Ahern2019-01-031-1/+5
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-036-89/+1433
| |\ \ \ \
| | * \ \ \ Merge branch 'prevent-oob-under-speculation'Alexei Starovoitov2019-01-035-88/+1432
| | |\ \ \ \
| | | * | | | bpf: add various test cases to selftestsDaniel Borkmann2019-01-031-3/+1105
| | | * | | | bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2019-01-032-6/+189