| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-11-09 | 1 | -4/+8 |
|\ |
|
| * | ubd: fix missing initialization of io_req | Anton Ivanov | 2018-11-08 | 1 | -2/+1 |
| * | ubd: fix missing lock around request issue | Jens Axboe | 2018-11-07 | 1 | -2/+7 |
* | | Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-10-31 | 10 | -444/+19 |
|\ \ |
|
| * | | um: Make line/tty semantics use true write IRQ | Anton Ivanov | 2018-10-29 | 1 | -2/+2 |
| * | | um: trap: fix spelling mistake, EACCESS -> EACCES | Colin Ian King | 2018-10-29 | 1 | -1/+1 |
| * | | um: Don't hardcode path as it is architecture dependent | Ritesh Raj Sarraf | 2018-10-29 | 1 | -1/+1 |
| * | | um: NULL check before kfree is not needed | YueHaibing | 2018-10-29 | 3 | -16/+8 |
| * | | um: remove unused AIO code | Christoph Hellwig | 2018-10-29 | 3 | -424/+2 |
| * | | um: Give start_idle_thread() a return code | Richard Weinberger | 2018-10-29 | 1 | -0/+5 |
* | | | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 2018-10-31 | 3 | -3/+3 |
* | | | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 5 | -5/+3 |
* | | | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | | | memblock: replace free_bootmem{_node} with memblock_free | Mike Rapoport | 2018-10-31 | 1 | -1/+2 |
* | | | memblock: replace alloc_bootmem with memblock_alloc | Mike Rapoport | 2018-10-31 | 3 | -3/+3 |
* | | | memblock: replace alloc_bootmem_low_pages with memblock_alloc_low | Mike Rapoport | 2018-10-31 | 1 | -4/+6 |
* | | | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 2018-10-31 | 1 | -1/+0 |
* | | | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport | 2018-10-31 | 1 | -1/+0 |
* | | | um: switch to NO_BOOTMEM | Mike Rapoport | 2018-10-27 | 2 | -11/+11 |
* | | | um: setup_physmem: stop using global variables | Mike Rapoport | 2018-10-27 | 1 | -3/+3 |
| |/
|/| |
|
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-10-24 | 1 | -2/+0 |
|\ \ |
|
| * | | vmlinux.lds.h: Move LSM_TABLE into INIT_DATA | Kees Cook | 2018-10-11 | 1 | -2/+0 |
| |/ |
|
* | | ubd: remove use of blk_rq_map_sg | Christoph Hellwig | 2018-10-18 | 1 | -104/+54 |
* | | um: Convert ubd driver to blk-mq | Richard Weinberger | 2018-10-14 | 1 | -85/+93 |
* | | block: genhd: add 'groups' argument to device_add_disk | Hannes Reinecke | 2018-09-28 | 1 | -1/+1 |
|/ |
|
* | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada | 2018-08-24 | 1 | -1/+1 |
* | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 2018-08-18 | 1 | -1/+1 |
* | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-08-15 | 7 | -219/+195 |
|\ |
|
| * | kconfig: include kernel/Kconfig.preempt from init/Kconfig | Christoph Hellwig | 2018-08-02 | 1 | -0/+1 |
| * | Kconfig: consolidate the "Kernel hacking" menu | Christoph Hellwig | 2018-08-02 | 2 | -7/+0 |
| * | kconfig: include common Kconfig files from top-level Kconfig | Christoph Hellwig | 2018-08-02 | 1 | -20/+0 |
| * | um: create a proper drivers Kconfig | Christoph Hellwig | 2018-08-02 | 3 | -128/+125 |
| * | um: cleanup Kconfig files | Christoph Hellwig | 2018-08-02 | 4 | -206/+210 |
| * | um: stop abusing KBUILD_KCONFIG | Christoph Hellwig | 2018-08-02 | 2 | -3/+4 |
* | | um: clean up archheaders recipe | Masahiro Yamada | 2018-08-07 | 1 | -7/+1 |
* | | um: fix parallel building with O= option | Masahiro Yamada | 2018-08-07 | 1 | -2/+1 |
* | | kbuild: do not redirect the first prerequisite for filechk | Masahiro Yamada | 2018-07-28 | 1 | -1/+1 |
* | | kbuild: change ld_flags to contain LDFLAGS_$(@F) | Masahiro Yamada | 2018-07-19 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental | Linus Torvalds | 2018-06-16 | 1 | -1/+1 |
|\ |
|
| * | docs: Fix some broken references | Mauro Carvalho Chehab | 2018-06-15 | 1 | -1/+1 |
* | | Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-06-15 | 4 | -29/+14 |
|\ \
| |/
|/| |
|
| * | um: Fix raw interface options | Anton Ivanov | 2018-06-10 | 1 | -3/+2 |
| * | um: Fix initialization of vector queues | Anton Ivanov | 2018-06-10 | 1 | -3/+12 |
| * | um: remove uml initcalls | Alexander Pateenok | 2018-06-10 | 3 | -23/+0 |
* | | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 2 | -12/+12 |
* | | net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan | Willem de Bruijn | 2018-06-07 | 1 | -1/+2 |
* | | Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2018-06-06 | 1 | -4/+0 |
|\ \ |
|
| * | | kconfig: reference environment variables directly and remove 'option env=' | Masahiro Yamada | 2018-05-28 | 1 | -4/+0 |
| |/ |
|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-06-05 | 1 | -0/+1 |
|\ \ |
|
| * | | time: Add an asm-generic/compat.h file | Arnd Bergmann | 2018-04-19 | 1 | -0/+1 |
| |/ |
|