summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-01-0320-141/+347
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2018-12-2919-141/+346
| |\
| | * Input: atmel_mxt_ts - don't try to free unallocated kernel memorySanjeev Chugh2018-12-291-2/+2
| | * Input: drv2667 - fix indentation issuesColin Ian King2018-12-221-3/+3
| | * Input: touchscreen - fix coding style issueHardik Singh Rathore2018-12-215-8/+8
| | * Input: add official Raspberry Pi's touchscreen driverNicolas Saenz Julienne2018-12-214-0/+266
| | * Input: nomadik-ske-keypad - fix a loop timeout testDan Carpenter2018-12-211-1/+1
| | * Input: rotary-encoder - don't log EPROBE_DEFER to kernel logUwe Kleine-König2018-12-091-2/+4
| | * Input: olpc_apsp - remove set but not used variable 'np'YueHaibing2018-12-031-2/+0
| | * Input: olpc_apsp - enable the SP clockLubomir Rintel2018-11-152-0/+18
| | * Input: olpc_apsp - check FIFO status on open(), not probe()Lubomir Rintel2018-11-151-7/+7
| | * Input: olpc_apsp - drop CONFIG_OLPC dependencyLubomir Rintel2018-11-151-1/+0
| | * clk: mmp2: add SP clockLubomir Rintel2018-11-151-0/+4
| | * dt-bindings: marvell,mmp2: Add clock id for the SP clockLubomir Rintel2018-11-151-0/+1
| | * Input: ad7879 - drop platform data supportLinus Walleij2018-11-152-116/+33
| * | Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573GPatrick Dreyer2018-12-291-0/+1
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-01-037-125/+279
|\ \ \
| * | | vhost: correct the related warning messagewangyan2018-12-201-2/+2
| * | | vhost: split structs into a separate header filePaolo Bonzini2018-12-202-111/+130
| * | | virtio: remove deprecated VIRTIO_PCI_CONFIG()Dongli Zhang2018-12-201-2/+4
| * | | vhost/vsock: switch to a mutex for vhost_vsock_hashStefan Hajnoczi2018-12-201-8/+8
| * | | virtio_blk: add discard and write zeroes supportChangpeng Liu2018-12-202-2/+135
* | | | Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-0323-131/+467
|\ \ \ \
| * | | | block/swim3: Fix regression on PowerBook G3Finn Thain2018-12-311-4/+3
| * | | | block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain2018-12-311-1/+5
| * | | | block/swim3: Remove dead return statementFinn Thain2018-12-311-1/+0
| * | | | block/amiflop: Don't log error message on invalid ioctlFinn Thain2018-12-311-2/+0
| * | | | gdrom: fix a memory leak bugWenwen Wang2018-12-291-0/+1
| * | | | lightnvm: pblk: fix use-after-free bugGustavo A. R. Silva2018-12-221-1/+0
| * | | | block: sunvdc: remove redundant codeChengguang Xu2018-12-221-1/+0