summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm/slub: fix stack overruns with SLUB_STATSQian Cai2020-06-021-1/+2
* slub: remove kmalloc under list_lock from list_slab_objects() V2Christopher Lameter2020-06-021-5/+15
* slub: Remove userspace notifier for cache add/removeChristoph Lameter2020-06-021-16/+1
* mm/slub.c: fix corrupted freechain in deactivate_slab()Dongli Zhang2020-06-021-0/+27
* usercopy: mark dma-kmalloc caches as usercopy cachesVlastimil Babka2020-06-021-1/+2
* fs/buffer.c: record blockdev write errors in super_block that it backsJeff Layton2020-06-021-0/+7
* vfs: track per-sb writeback errors and report them to syncfsJeff Layton2020-06-026-5/+27
* arch/parisc/include/asm/pgtable.h: remove unused `old_pte'Andrew Morton2020-06-021-2/+0
* ocfs2: mount shared volume without ha stackGang He2020-06-023-20/+51
* ocfs2: add missing annotation for dlm_empty_lockres()Jules Irenge2020-06-021-0/+1
* squashfs: migrate from ll_rw_block usage to BIOPhilippe Liard2020-06-0211-242/+287
* Merge tag 'x86_cache_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-06-0114-65/+91
|\
| * x86/resctrl: Support wider MBM countersReinette Chatre2020-05-062-2/+14
| * x86/resctrl: Support CPUID enumeration of MBM counter widthReinette Chatre2020-05-062-1/+7
| * x86/resctrl: Maintain MBM counter width per resourceReinette Chatre2020-05-064-14/+24
| * x86/resctrl: Query LLC monitoring properties once during bootReinette Chatre2020-05-064-2/+11
| * x86/resctrl: Remove unnecessary RMID checksReinette Chatre2020-05-061-15/+0
| * x86/cpu: Move resctrl CPUID code to resctrl/Reinette Chatre2020-05-063-25/+29
| * x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre2020-05-067-9/+9
* | Merge tag 'x86_microcode_for_5.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-011-8/+7
|\ \
| * | x86/microcode: Fix return value for microcode late loadingMihai Carabas2020-04-221-8/+7
* | | Merge tag 'edac_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-0110-55/+73
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'edac-i10nm' and 'edac-misc' into edac-updates-for-5.8Borislav Petkov2020-06-0110-55/+73
| |\ \ \ \
| | | * | | EDAC/amd64: Remove redundant assignment to variable ret in hw_info_get()Colin Ian King2020-05-291-1/+1
| | | * | | EDAC/skx: Use the mcmtr register to retrieve close_pg/bank_xor_enableQiuxu Zhuo2020-05-204-17/+13
| | | * | | EDAC/amd8131: Remove defined but not used bridge_strJason Yan2020-04-241-8/+0
| | | * | | EDAC/thunderx: Make symbols staticZou Wei2020-04-231-4/+4
| | | * | | MAINTAINERS: Remove sifive_l2_cache.c from EDAC-SIFIVE patternLukas Bulwahn2020-04-151-1/+0
| | | * | | EDAC/xgene: Remove set but not used address local varJason Yan2020-04-141-3/+0
| | | * | | EDAC/armada_xp: Fix some log messagesChristophe JAILLET2020-04-141-7/+7
| | | |/ /
| | * | | EDAC/i10nm: Update driver to support different bus number config register off...Qiuxu Zhuo2020-04-271-4/+14
| | * | | EDAC, {skx,i10nm}: Make some configurations CPU model specificQiuxu Zhuo2020-04-274-14/+38
| | |/ /
* | | | Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-06-0110-85/+163
|\ \ \ \
| * \ \ \ Merge branch 'for-5.8-printf-time64_t' into for-linusPetr Mladek2020-06-015-29/+55
| |\ \ \ \
| | * | | | usb: pulse8-cec: Switch to use %ptTAndy Shevchenko2020-05-201-5/+1
| | * | | | ARM: bcm2835: Switch to use %ptTAndy Shevchenko2020-05-201-9/+3
| | * | | | lib/vsprintf: Print time64_t in human readable formatAndy Shevchenko2020-05-203-15/+51
| | | |/ / | | |/| |
| * | | | Merge branch 'for-5.8' into for-linusPetr Mladek2020-06-0115035-404961/+812876
| |\ \ \ \
| | * | | | printk: Remove pr_cont_once()Tetsuo Handa2020-05-251-2/+1
| | * | | | printk: handle blank console arguments passed in.Shreyas Joshi2020-05-221-0/+3
| | * | | | kernel/printk: add kmsg SEEK_CUR handlingBruno Meneguele2020-05-212-0/+15
| | * | | | printk: Fix a typo in comment "interator"->"iterator"Ethon Paul2020-05-211-2/+2
| | |/ / /
| * | | | Merge branch 'for-5.7-preferred-console' into for-linusPetr Mladek2020-06-013-45/+80
| |\ \ \ \
| | * | | | printk: Correctly set CON_CONSDEV even when preferred console was not registeredBenjamin Herrenschmidt2020-02-182-1/+3
| | * | | | printk: Fix preferred console selection with multiple matchesBenjamin Herrenschmidt2020-02-182-11/+19
| | * | | | printk: Move console matching logic into a separate functionBenjamin Herrenschmidt2020-02-181-40/+65
| * | | | | lib/vsprintf: update comment about simple_strto<foo>() functionsAndy Shevchenko2020-02-281-4/+4
| * | | | | printk: Convert a use of sprintf to snprintf in console_unlockNathan Chancellor2020-02-111-3/+3
| |/ / / /
* | | | | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2020-06-017-10/+24
|\ \ \ \ \
| * | | | | fs-verity: remove unnecessary extern keywordsEric Biggers2020-05-132-9/+9