Age | Commit message (Expand) | Author | Files | Lines |
2020-08-15 | mm/mempool: fix a data race in mempool_free() | Qian Cai | 1 | -1/+1 |
2020-08-15 | mm/list_lru: fix a data race in list_lru_count_one | Qian Cai | 1 | -1/+1 |
2020-08-15 | mm/memcontrol: fix a data race in scan count | Qian Cai | 1 | -1/+1 |
2020-08-15 | mm/page_counter: fix various data races at memsw | Qian Cai | 1 | -6/+7 |
2020-08-15 | mm/swapfile: fix and annotate various data races | Qian Cai | 2 | -15/+20 |
2020-08-15 | mm/filemap.c: fix a data race in filemap_fault() | Kirill A. Shutemov | 1 | -7/+13 |
2020-08-15 | mm/swap_state: mark various intentional data races | Qian Cai | 1 | -2/+2 |
2020-08-15 | mm/page_io: mark various intentional data races | Qian Cai | 1 | -4/+4 |
2020-08-15 | mm/frontswap: mark various intentional data races | Qian Cai | 1 | -4/+4 |
2020-08-15 | mm/kmemleak: silence KCSAN splats in checksum | Qian Cai | 1 | -0/+2 |
2020-08-15 | all arch: remove system call sys_sysctl | Xiaoming Ni | 52 | -227/+24 |
2020-08-15 | fs: autofs: delete repeated words in comments | Randy Dunlap | 1 | -2/+2 |
2020-08-15 | mm: introduce offset_in_thp | Matthew Wilcox (Oracle) | 1 | -0/+1 |
2020-08-15 | mm: add thp_head | Matthew Wilcox (Oracle) | 1 | -0/+15 |
2020-08-15 | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) | 20 | -62/+65 |
2020-08-15 | mm: add thp_size | Matthew Wilcox (Oracle) | 6 | -11/+18 |
2020-08-15 | mm: add thp_order | Matthew Wilcox (Oracle) | 1 | -0/+19 |
2020-08-15 | mm: move page-flags include to top of file | Matthew Wilcox (Oracle) | 1 | -5/+1 |
2020-08-15 | mm: store compound_nr as well as compound_order | Matthew Wilcox (Oracle) | 3 | -3/+8 |
2020-08-15 | mailmap: add entry for Greg Kurz | Greg Kurz | 1 | -0/+1 |
2020-08-15 | selftests/exec: add file type errno tests | Kees Cook | 3 | -2/+200 |
2020-08-15 | exec: restore EACCES of S_ISDIR execve() | Kees Cook | 1 | -1/+3 |
2020-08-15 | lz4: fix kernel decompression speed | Nick Terrell | 4 | -12/+22 |
2020-08-15 | Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp... | Baoquan He | 1 | -6/+6 |
2020-08-15 | asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one() | Mike Rapoport | 1 | -1/+1 |
2020-08-15 | sh: landisk: Add missing initialization of sh_io_port_base | Geert Uytterhoeven | 1 | -0/+3 |
2020-08-15 | sh: bring syscall_set_return_value in line with other architectures | Michael Karcher | 1 | -4/+1 |
2020-08-15 | sh: Add SECCOMP_FILTER | Michael Karcher | 4 | -3/+13 |
2020-08-15 | sh: Rearrange blocks in entry-common.S | Michael Karcher | 1 | -28/+29 |
2020-08-15 | sh: switch to copy_thread_tls() | Christian Brauner | 2 | -3/+4 |
2020-08-15 | sh: use the generic dma coherent remap allocator | Christoph Hellwig | 2 | -49/+4 |
2020-08-15 | sh: don't allow non-coherent DMA for NOMMU | Christoph Hellwig | 1 | -1/+2 |
2020-08-15 | dma-mapping: consolidate the NO_DMA definition in kernel/dma/Kconfig | Christoph Hellwig | 4 | -6/+6 |
2020-08-15 | sh: unexport register_trapped_io and match_trapped_io_handler | Christoph Hellwig | 1 | -2/+0 |
2020-08-15 | sh: don't include <asm/io_trapped.h> in <asm/io.h> | Christoph Hellwig | 3 | -1/+2 |
2020-08-15 | sh: move the ioremap implementation out of line | Christoph Hellwig | 2 | -86/+68 |
2020-08-15 | sh: move ioremap_fixed details out of <asm/io.h> | Christoph Hellwig | 5 | -16/+26 |
2020-08-15 | sh: remove __KERNEL__ ifdefs from non-UAPI headers | Christoph Hellwig | 19 | -54/+0 |
2020-08-15 | sh: sort the selects for SUPERH alphabetically | Christoph Hellwig | 1 | -48/+47 |
2020-08-15 | sh: remove -Werror from Makefiles | Christoph Hellwig | 3 | -6/+0 |
2020-08-15 | sh: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
2020-08-15 | arch/sh/configs: remove obsolete CONFIG_SOC_CAMERA* | Hans Verkuil | 4 | -11/+0 |
2020-08-15 | sh: stacktrace: Remove stacktrace_ops.stack() | Geert Uytterhoeven | 5 | -29/+0 |
2020-08-15 | sh: machvec: Modernize printing of kernel messages | Geert Uytterhoeven | 1 | -4/+4 |
2020-08-15 | sh: pci: Modernize printing of kernel messages | Geert Uytterhoeven | 3 | -21/+19 |
2020-08-15 | sh: sh2007: Modernize printing of kernel messages | Geert Uytterhoeven | 1 | -2/+2 |
2020-08-15 | sh: process: Fix broken lines in register dumps | Geert Uytterhoeven | 1 | -21/+17 |
2020-08-15 | sh: dump_stack: Fix broken lines and ptrval in calltrace dumps | Geert Uytterhoeven | 1 | -9/+9 |
2020-08-15 | sh: kernel: disassemble: Fix broken lines in disassembly dumps | Geert Uytterhoeven | 1 | -51/+52 |
2020-08-15 | Revert "sh: remove needless printk()" | Geert Uytterhoeven | 1 | -0/+1 |