summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-0111-4/+180
|\
| * kprobes: Prevent probes in .noinstr.text sectionThomas Gleixner2020-05-193-0/+23
| * Merge tag 'noinstr-lds-2020-05-19' into core/kprobesThomas Gleixner2020-05-196-1/+72
| |\
| | * vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner2020-05-196-1/+72
| * | samples/kprobes: Add __kprobes and NOKPROBE_SYMBOL() for handlers.Masami Hiramatsu2020-05-122-2/+6
| * | kprobes: Support NOKPROBE_SYMBOL() in modulesMasami Hiramatsu2020-05-123-0/+22
| * | kprobes: Support __kprobes blacklist in modulesMasami Hiramatsu2020-05-123-0/+50
| * | kprobes: Lock kprobe_mutex while showing kprobe_blacklistMasami Hiramatsu2020-05-121-1/+7
| |/
* | 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
| * | | | | | fs-verity: fix all kerneldoc warningsEric Biggers2020-05-137-1/+15
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2020-06-0118-302/+737
|\ \ \ \ \ \
| * | | | | | fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers2020-05-197-46/+157