summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-1520-62/+65
* mm: add thp_sizeMatthew Wilcox (Oracle)2020-08-156-11/+18
* mm: add thp_orderMatthew Wilcox (Oracle)2020-08-151-0/+19
* mm: move page-flags include to top of fileMatthew Wilcox (Oracle)2020-08-151-5/+1
* mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)2020-08-153-3/+8
* mailmap: add entry for Greg KurzGreg Kurz2020-08-151-0/+1
* selftests/exec: add file type errno testsKees Cook2020-08-153-2/+200
* exec: restore EACCES of S_ISDIR execve()Kees Cook2020-08-151-1/+3
* lz4: fix kernel decompression speedNick Terrell2020-08-154-12/+22
* Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp...Baoquan He2020-08-151-6/+6
* asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one()Mike Rapoport2020-08-151-1/+1
* Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-1415-16/+84
|\
| * time: Delete repeated words in commentsRandy Dunlap2020-08-103-3/+3
| * lib/vdso: Allow to add architecture-specific vdso dataSven Schnelle2020-08-062-0/+13
| * timekeeping/vsyscall: Provide vdso_update_begin/end()Thomas Gleixner2020-08-064-4/+53
| * vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner2020-08-067-9/+15
* | Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-146-25/+223
|\ \
| * | x86: Select POSIX_CPU_TIMERS_TASK_WORKThomas Gleixner2020-08-061-0/+1
| * | posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner2020-08-065-12/+204
| * | posix-cpu-timers: Split run_posix_cpu_timers()Thomas Gleixner2020-08-061-19/+24
* | | Merge tag 'irq-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-142-4/+11
|\ \ \
| * | | genirq: Unlock irq descriptor after errorsGuenter Roeck2020-08-131-2/+5
| * | | genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()Guenter Roeck2020-08-121-2/+6
* | | | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-08-1410-58/+145
|\ \ \ \
| * | | | openrisc: uaccess: Add user address space check to access_okStafford Horne2020-08-091-0/+1
| * | | | openrisc: signal: Fix sparse address space warningsStafford Horne2020-08-091-7/+7
| * | | | openrisc: uaccess: Remove unused macro __addr_okStafford Horne2020-08-091-3/+0
| * | | | openrisc: uaccess: Use static inline function in access_okStafford Horne2020-08-091-4/+7
| * | | | openrisc: uaccess: Fix sparse address space warningsStafford Horne2020-08-091-4/+4
| * | | | openrisc: io: Fixup defines and move include to the endStafford Horne2020-08-051-2/+7
| * | | | asm-generic/io.h: Fix sparse warnings on big-endian architecturesStafford Horne2020-08-041-8/+8
| * | | | openrisc: Implement proper SMP tlb flushingStafford Horne2020-08-042-13/+89
| * | | | openrisc: Fix oops caused when dumping stackStafford Horne2020-08-041-2/+16
| * | | | openrisc: Add support for external initrd imagesStafford Horne2020-08-042-15/+5
| * | | | init: Align init_task to avoid conflict with MUTEX_FLAGSStafford Horne2020-08-041-0/+1
| * | | | openrisc: fix __user in raw_copy_to_user()'s prototypeLuc Van Oostenryck2020-08-041-1/+1
* | | | | Merge tag 'powerpc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-142-9/+8
|\ \ \ \ \
| * | | | | powerpc/pkeys: Fix boot failures with Nemo board (A-EON AmigaOne X1000)Aneesh Kumar K.V2020-08-102-9/+8
* | | | | | Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-1427-1143/+397
|\ \ \ \ \ \
| * | | | | | drm/xen-front: Pass dumb buffer data offset to the backendOleksandr Andrushchenko2020-08-133-4/+7
| * | | | | | xen: Sync up with the canonical protocol definition in XenOleksandr Andrushchenko2020-08-131-3/+88
| * | | | | | drm/xen-front: Add YUYV to supported formatsOleksandr Andrushchenko2020-08-131-0/+1
| * | | | | | drm/xen-front: Fix misused IS_ERR_OR_NULL checksOleksandr Andrushchenko2020-08-133-7/+7
| * | | | | | xen/gntdev: Fix dmabuf import with non-zero sgt offsetOleksandr Andrushchenko2020-08-131-0/+8
| * | | | | | x86/xen: drop tests for highmem in pv codeJuergen Gross2020-08-112-95/+57
| * | | | | | x86/xen: eliminate xen-asm_64.SJuergen Gross2020-08-113-195/+180
| * | | | | | x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2020-08-1118-840/+50
* | | | | | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-144-8/+16
|\ \ \ \ \ \ \
| * | | | | | | x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley2020-08-113-8/+12
| * | | | | | | Drivers: hv: vmbus: Only notify Hyper-V for die events that are oopsMichael Kelley2020-08-071-0/+4
| | |_|/ / / / | |/| | | | |