aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sh: clkfwk: remove r8/r16/r32Kuninori Morimoto2020-08-141-19/+4
* include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour2020-08-141-0/+1
* mm: annotate a data race in page_zonenum()Qian Cai2020-08-141-0/+1
* mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai2020-08-141-2/+3
* mm/rmap: annotate a data race at tlb_flush_batchedQian Cai2020-08-141-1/+1
* mm/mempool: fix a data race in mempool_free()Qian Cai2020-08-141-1/+1
* mm/list_lru: fix a data race in list_lru_count_oneQian Cai2020-08-141-1/+1
* mm/memcontrol: fix a data race in scan countQian Cai2020-08-141-1/+1
* mm/page_counter: fix various data races at memswQian Cai2020-08-141-6/+7
* mm/swapfile: fix and annotate various data racesQian Cai2020-08-142-15/+20
* mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov2020-08-141-7/+13
* mm/swap_state: mark various intentional data racesQian Cai2020-08-141-2/+2
* mm/page_io: mark various intentional data racesQian Cai2020-08-141-4/+4
* mm/frontswap: mark various intentional data racesQian Cai2020-08-141-4/+4
* mm/kmemleak: silence KCSAN splats in checksumQian Cai2020-08-141-0/+2
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-1452-227/+24
* fs: autofs: delete repeated words in commentsRandy Dunlap2020-08-141-2/+2
* mm: introduce offset_in_thpMatthew Wilcox (Oracle)2020-08-141-0/+1
* mm: add thp_headMatthew Wilcox (Oracle)2020-08-141-0/+15
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-1420-62/+65
* mm: add thp_sizeMatthew Wilcox (Oracle)2020-08-146-11/+18
* mm: add thp_orderMatthew Wilcox (Oracle)2020-08-141-0/+19
* mm: move page-flags include to top of fileMatthew Wilcox (Oracle)2020-08-141-5/+1
* mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)2020-08-143-3/+8
* mailmap: add entry for Greg KurzGreg Kurz2020-08-141-0/+1
* selftests/exec: add file type errno testsKees Cook2020-08-143-2/+200
* exec: restore EACCES of S_ISDIR execve()Kees Cook2020-08-141-1/+3
* lz4: fix kernel decompression speedNick Terrell2020-08-144-12/+22
* Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp...Baoquan He2020-08-141-6/+6
* asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one()Mike Rapoport2020-08-141-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-061-2/+7
| * | | | asm-generic/io.h: Fix sparse warnings on big-endian architecturesStafford Horne2020-08-041-8/+8