summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-023-6/+3
* mm: enforce that vmap can't map pages executableChristoph Hellwig2020-06-022-0/+9
* mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGChristoph Hellwig2020-06-021-1/+1
* mm: remove __get_vm_areaChristoph Hellwig2020-06-022-2/+4
* powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig2020-06-023-65/+21
* powerpc: add an ioremap_phb helperChristoph Hellwig2020-06-023-19/+38
* x86: fix vmap arguments in map_irq_stackChristoph Hellwig2020-06-021-1/+1
* x86/hyperv: use vmalloc_exec for the hypercall pageChristoph Hellwig2020-06-022-3/+1
* mm: ptdump: expand type of 'val' in note_page()Steven Price2020-06-023-3/+3
* x86: mm: ptdump: calculate effective permissions correctlySteven Price2020-06-021-13/+20
* arch/parisc/include/asm/pgtable.h: remove unused `old_pte'Andrew Morton2020-06-021-2/+0
* Merge tag 'x86_cache_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-06-0113-64/+90
|\
| * 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-066-8/+8
* | 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 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-011-3/+1
|\ \ \
| * | | printk: Collapse shutdown types into a single dump reasonKees Cook2020-05-301-3/+1
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-0124-48/+23
|\ \ \
| * | | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-0820-20/+0
| * | | crypto: s390/sha1 - prefix the "sha1_" functionsEric Biggers2020-05-081-6/+6
| * | | crypto: powerpc/sha1 - prefix the "sha1_" functionsEric Biggers2020-05-081-13/+13
| * | | crypto: powerpc/sha1 - remove unused temporary workspaceEric Biggers2020-05-081-5/+2
| * | | crypto: arm64/aes-glue - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-3/+1
| * | | crypto: arm64 - Consistently enable extensionMark Brown2020-04-241-1/+1
| |/ /
* | | Merge tag 'x86-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-316-56/+73
|\ \ \
| * \ \ Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf...Ingo Molnar2020-05-291-38/+48
| |\ \ \
| | * | | copy_xstate_to_kernel(): don't leave parts of destination uninitializedAl Viro2020-05-271-38/+48
| | |/ /
| * | | x86/ioperm: Prevent a memory leak when fork failsJay Lang2020-05-283-15/+15
| * | | x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl2020-05-281-1/+1
| * | | x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long"Andy Lutomirski2020-05-261-2/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-311-0/+1
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-05-301-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | powerpc/bpf: Enable bpf_probe_read{, str}() on powerpc againPetr Mladek2020-05-281-0/+1
* | | | | Merge tag 'powerpc-5.7-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-05-302-0/+5
|\ \ \ \ \
| * | | | | powerpc/64s: Disable sanitisers for C syscall/interrupt entry/exit codeDaniel Axtens2020-05-291-0/+3
| * | | | | powerpc/64s: Fix restore of NV GPRs after facility unavailable exceptionMichael Ellerman2020-05-261-0/+2
* | | | | | Merge tag 'armsoc-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-05-3016-53/+41
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'omap-for-v5.7/cpsw-fixes-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann2020-05-267-11/+11
| |\ \ \ \ \ \
| | * | | | | | ARM: dts: Fix wrong mdio clock for dm814xTony Lindgren2020-05-121-1/+1
| | * | | | | | ARM: dts: am437x: fix networking on boards with ksz9031 phyGrygorii Strashko2020-05-083-4/+4
| | * | | | | | ARM: dts: am57xx: fix networking on boards with ksz9031 phyGrygorii Strashko2020-05-073-6/+6
| * | | | | | | Merge tag 'arm-soc/for-5.7/devicetree-fixes-part2-v2' of https://github.com/B...Arnd Bergmann2020-05-252-4/+4
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: dts: bcm: HR2: Fix PPI interrupt typesHamish Martin2020-05-211-3/+3
| | * | | | | | | ARM: dts: bcm2835-rpi-zero-w: Fix led polarityVincent Stehlé2020-05-211-1/+1