summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-01-3117-171/+264
|\
| *-. Merge branches 'pm-cpufreq' and 'pm-core'Rafael J. Wysocki2020-01-3112-125/+156
| |\ \
| | | * PM: core: Fix handling of devices deleted during system-wide resumeRafael J. Wysocki2020-01-241-5/+37
| | * | cpufreq: Avoid creating excessively large stack framesRafael J. Wysocki2020-01-2711-120/+119
| * | | tools/power/x86/intel_pstate_tracer: change several graphs to autoscale y-axisDoug Smythies2020-01-281-9/+7
| * | | tools/power/x86/intel_pstate_tracer: changes for python 3 compatibilityDoug Smythies2020-01-281-11/+11
| * | | Merge tag 'linux-cpupower-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki2020-01-284-26/+90
| |\ \ \
| | * | | Correction to manpage of cpupowerBrahadambal Srinivasan2020-01-271-3/+3
| | * | | cpupower: Revert library ABI changes from commit ae2917093fb60bdc1ed3eThomas Renninger2020-01-173-23/+87
* | | | | Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2020-01-3112-70/+73
|\ \ \ \ \
| * | | | | Revert "gfs2: eliminate tr_num_revoke_rm"Bob Peterson2020-01-283-4/+6
| * | | | | gfs2: remove unused LBIT macrosAlex Shi2020-01-211-10/+0
| * | | | | fs/gfs2: remove unused IS_DINODE and IS_LEAF macrosAlex Shi2020-01-211-3/+0
| * | | | | gfs2: Remove GFS2_MIN_LVB_SIZE defineAndreas Gruenbacher2020-01-202-3/+1
| * | | | | gfs2: Fix incorrect variable nameAndreas Gruenbacher2020-01-202-6/+6
| * | | | | gfs2: Avoid access time thrashing in gfs2_inode_lookupAndreas Gruenbacher2020-01-151-5/+5
| * | | | | gfs2: minor cleanup: remove unneeded variable ret in gfs2_jdata_writepageBob Peterson2020-01-081-3/+1
| * | | | | gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson2020-01-077-14/+12
| * | | | | gfs2: Another gfs2_find_jhead fixAndreas Gruenbacher2020-01-071-24/+44
| * | | | | Merge branch 'for-linus' from git://git.kernel.dk/linux-blockAndreas Gruenbacher2019-12-1011-33/+72
| |\ \ \ \ \
* | \ \ \ \ \ Merge tag 'iomap-5.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-01-312-13/+33
|\ \ \ \ \ \ \
| * | | | | | | fs: Fix page_mkwrite off-by-one errorsAndreas Gruenbacher2020-01-062-13/+33
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-31136-1293/+2724
|\ \ \ \ \ \ \ \
| * | | | | | | | kcov: ignore fault-inject and stacktraceDmitry Vyukov2020-01-313-0/+3
| * | | | | | | | include/linux/io-mapping.h-mapping: use PHYS_PFN() macro in io_mapping_map_at...Andy Shevchenko2020-01-311-3/+2
| * | | | | | | | execve: warn if process starts with executable stackAlexey Dobriyan2020-01-311-0/+5
| * | | | | | | | reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye2020-01-311-1/+2
| * | | | | | | | init/main.c: fix misleading "This architecture does not have kernel memory pr...Christophe Leroy2020-01-311-0/+5
| * | | | | | | | init/main.c: fix quoted value handling in unknown_bootoptionArvind Sankar2020-01-311-3/+4
| * | | | | | | | init/main.c: remove unnecessary repair_env_string in do_initcall_levelArvind Sankar2020-01-311-6/+10
| * | | | | | | | init/main.c: log arguments and environment passed to initArvind Sankar2020-01-311-0/+8
| * | | | | | | | fs/binfmt_elf.c: coredump: allow process with empty address space to coredumpAlexey Dobriyan2020-01-311-1/+9
| * | | | | | | | fs/binfmt_elf.c: coredump: delete duplicated overflow checkAlexey Dobriyan2020-01-311-2/+0
| * | | | | | | | fs/binfmt_elf.c: coredump: allocate core ELF header on stackAlexey Dobriyan2020-01-311-11/+5
| * | | | | | | | fs/binfmt_elf.c: make BAD_ADDR() unlikelyAlexey Dobriyan2020-01-311-1/+1
| * | | | | | | | fs/binfmt_elf.c: better codegen around current->mmAlexey Dobriyan2020-01-311-24/+28
| * | | | | | | | fs/binfmt_elf.c: don't copy ELF header aroundAlexey Dobriyan2020-01-311-28/+27
| * | | | | | | | fs/binfmt_elf.c: fix ->start_code calculationAlexey Dobriyan2020-01-311-1/+1
| * | | | | | | | fs/binfmt_elf.c: smaller code generation around auxv vector fillAlexey Dobriyan2020-01-311-7/+8
| * | | | | | | | lib/find_bit.c: uninline helper _find_next_bit()Yury Norov2020-01-311-1/+1
| * | | | | | | | lib/find_bit.c: join _find_next_bit{_le}Yury Norov2020-01-311-45/+19
| * | | | | | | | uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov2020-01-313-14/+13
| * | | | | | | | lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor2020-01-311-1/+1
| * | | | | | | | btrfs: use larger zlib buffer for s390 hardware compressionMikhail Zaslonko2020-01-312-36/+101
| * | | | | | | | lib/zlib: add zlib_deflate_dfltcc_enabled() functionMikhail Zaslonko2020-01-315-9/+24
| * | | | | | | | s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko2020-01-319-2/+55
| * | | | | | | | lib/zlib: add s390 hardware support for kernel zlib_inflateMikhail Zaslonko2020-01-317-11/+233
| * | | | | | | | s390/boot: rename HEAP_SIZE due to name collisionMikhail Zaslonko2020-01-311-4/+4
| * | | | | | | | lib/zlib: add s390 hardware support for kernel zlib_deflateMikhail Zaslonko2020-01-3111-102/+751
| * | | | | | | | iio: adc: qcom-vadc-common: use <linux/units.h> helpersAkinobu Mita2020-01-312-4/+3