summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/test_string.c: avoid masking memset16/32/64 failuresPeter Rosin2019-07-171-3/+3
* lib/string.c: allow searching for NUL with strnchrPeter Rosin2019-07-171-1/+10
* lib/list: tweak LIST_POISON2 for better code generation on x86_64Alexey Dobriyan2019-07-171-1/+1
* get_maintainer: add ability to skip moderated mailing listsJoe Perches2019-07-171-4/+10
* asm-generic: fix a compilation warningQian Cai2019-07-171-14/+60
* arch/*: remove unused isa_page_to_bus()Stephen Kitt2019-07-174-9/+0
* arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada2019-07-179-135/+136
* linux/bits.h: make BIT(), GENMASK(), and friends available in assemblyMasahiro Yamada2019-07-171-7/+10
* kernel: fix typos and some coding style in commentsWeitao Hou2019-07-174-12/+12
* fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny2019-07-171-0/+4
* proc: test /proc/sysvipc vs setns(CLONE_NEWIPC)Alexey Dobriyan2019-07-173-0/+135
* fs/proc/inode.c: use typeof_member() macroAlexey Dobriyan2019-07-171-10/+17
* include/linux/kernel.h: add typeof_member() macroAlexey Dobriyan2019-07-171-0/+2
* vmcore: add a kernel parameter novmcoreddKairui Song2019-07-173-1/+22
* tools/testing/selftests/proc/proc-pid-vm.c: hide "segfault at ffffffffff60000...Alexey Dobriyan2019-07-171-2/+15
* mm: stub out all of swapops.h for !CONFIG_MMUChristoph Hellwig2019-07-171-2/+3
* mm: provide a print_vma_addr stub for !CONFIG_MMUChristoph Hellwig2019-07-171-0/+6
* mm: fix the MAP_UNINITIALIZED flagChristoph Hellwig2019-07-173-11/+7
* mm/cma.c: fail if fixed declaration can't be honoredDoug Berger2019-07-171-0/+13
* mm/z3fold.c: reinitialize zhdr structs after migrationHenry Burns2019-07-171-0/+10
* mm/z3fold.c: remove z3fold_migration trylockHenry Burns2019-07-171-6/+0
* mm/vmscan.c: add checks for incorrect handling of current->reclaim_stateAndrew Morton2019-07-171-13/+24
* mm/vmscan.c: calculate reclaimed slab caches in all reclaim pathsYafang Shao2019-07-171-0/+7
* mm/vmscan.c: add a new member reclaim_state in struct shrink_controlYafang Shao2019-07-172-16/+8
* mm/memcontrol.c: keep local VM counters in sync with the hierarchical onesYafang Shao2019-07-171-7/+15
* mm/z3fold.c: allow __GFP_HIGHMEM in z3fold_allocHenry Burns2019-07-171-3/+5
* mm/cma.c: fix a typo ("alloc_cma" -> "cma_alloc") in cma_release() commentsRyohei Suzuki2019-07-171-1/+1
* mm/slab_common.c: work around clang bug #42570Arnd Bergmann2019-07-171-1/+2
* lib/mpi/longlong.h: fix building with 32-bit x86Arnd Bergmann2019-07-171-8/+8
* mm/shmem.c: fix unused shmem_parse_huge() function warningArnd Bergmann2019-07-171-1/+3
* mm/z3fold: don't try to use buddy slots after freeVitaly Wool2019-07-171-1/+4
* Merge tag 'backlight-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-162-36/+17
|\
| * backlight: pwm_bl: Fix heuristic to determine number of brightness levelsMatthias Kaehlcke2019-06-271-18/+6
| * backlight: gpio_backlight: Enable ACPI enumerationAndy Shevchenko2019-06-271-14/+9
| * backlight: pwm_bl: Convert to use SPDX identifierAndy Shevchenko2019-06-271-8/+3
* | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-1650-210/+660
|\ \
| * | MAINTAINERS: add entry for block io cgroupKonstantin Khlebnikov2019-07-121-0/+13
| * | null_blk: fixup ->report_zones() for !CONFIG_BLK_DEV_ZONEDJens Axboe2019-07-121-1/+1
| * | block: Limit zone array allocation sizeDamien Le Moal2019-07-122-16/+25
| * | sd_zbc: Fix report zones buffer allocationDamien Le Moal2019-07-121-29/+75
| * | block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-1212-44/+46
| * | block: Allow mapping of vmalloc-ed buffersDamien Le Moal2019-07-121-1/+27
| * | block/bio-integrity: fix a memory leak bugWenwen Wang2019-07-121-2/+6
| * | nvme: fix NULL deref for fabrics optionsMinwoo Im2019-07-121-1/+1
| * | Merge branch 'nvme-5.3' of git://git.infradead.org/nvme into for-linusJens Axboe2019-07-1114-51/+237
| |\ \
| | * | nvme: fix regression upon hot device removal and insertionSagi Grimberg2019-07-101-2/+2
| | * | nvme-fc: fix module unloads while lports still pendingJames Smart2019-07-091-3/+48
| | * | nvme-tcp: don't use sendpage for SLAB pagesMikhail Skorzhinskii2019-07-091-1/+8
| | * | nvme-tcp: set the STABLE_WRITES flag when data digests are enabledMikhail Skorzhinskii2019-07-091-0/+5
| | * | nvmet: print a hint while rejecting NSID 0 or 0xffffffffMikhail Skorzhinskii2019-07-091-1/+3