Age | Commit message (Expand) | Author | Files | Lines |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 7 | -12/+12 |
2020-06-09 | mmap locking API: add mmap_read_trylock_non_owner() | Michel Lespinasse | 1 | -12/+5 |
2020-06-09 | mmap locking API: convert nested write lock sites | Michel Lespinasse | 1 | -1/+1 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 10 | -39/+39 |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 3 | -3/+0 |
2020-06-09 | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov | 3 | -3/+3 |
2020-06-09 | kernel: use show_stack_loglvl() | Dmitry Safonov | 1 | -1/+1 |
2020-06-09 | sched: print stack trace with KERN_INFO | Dmitry Safonov | 1 | -1/+1 |
2020-06-09 | kdb: don't play with console_loglevel | Dmitry Safonov | 1 | -7/+8 |
2020-06-09 | kallsyms/printk: add loglvl to print_ip_sym() | Dmitry Safonov | 3 | -10/+8 |
2020-06-08 | module: move the set_fs hack for flush_icache_range to m68k | Christoph Hellwig | 1 | -8/+0 |
2020-06-08 | mm: rename flush_icache_user_range to flush_icache_user_page | Christoph Hellwig | 1 | -1/+1 |
2020-06-08 | mm/gup.c: convert to use get_user_{page|pages}_fast_only() | Souptick Joarder | 1 | -2/+2 |
2020-06-08 | kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.tainted | Rafael Aquini | 1 | -3/+2 |
2020-06-08 | panic: add sysctl to dump all CPUs backtraces on oops event | Guilherme G. Piccoli | 2 | -0/+22 |
2020-06-08 | kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ... | Guilherme G. Piccoli | 2 | -2/+29 |
2020-06-08 | kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases | Guilherme G. Piccoli | 1 | -28/+9 |
2020-06-08 | kernel/hung_task convert hung_task_panic boot parameter to sysctl | Vlastimil Babka | 1 | -10/+0 |
2020-06-08 | kernel: add panic_on_taint | Rafael Aquini | 2 | -1/+44 |
2020-06-07 | Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+5 |
2020-06-07 | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 3 | -3/+3 |
2020-06-06 | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -1/+1 |
2020-06-06 | Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 7 | -136/+318 |
2020-06-06 | Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -98/+109 |
2020-06-06 | Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2 | -17/+53 |
2020-06-06 | kbuild: add variables for compression tools | Denis Efremov | 1 | -1/+1 |
2020-06-05 | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+16 |
2020-06-05 | Merge tag 'modules-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -10/+40 |
2020-06-04 | Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+12 |
2020-06-04 | Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
2020-06-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -116/+213 |
2020-06-04 | kernel/relay.c: fix read_pos error when multiple readers | Pengcheng Yang | 1 | -10/+7 |
2020-06-04 | kernel/relay.c: handle alloc_percpu returning NULL in relay_open | Daniel Axtens | 1 | -0/+5 |
2020-06-04 | kernel/kprobes.c: convert to use DEFINE_SEQ_ATTRIBUTE macro | Kefeng Wang | 1 | -28/+6 |
2020-06-04 | user.c: make uidhash_table static | Jason Yan | 1 | -1/+1 |
2020-06-04 | kexec_file: don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGED | David Hildenbrand | 1 | -0/+5 |
2020-06-04 | kcov: collect coverage from interrupts | Andrey Konovalov | 1 | -39/+155 |
2020-06-04 | kcov: use t->kcov_mode as enabled indicator | Andrey Konovalov | 1 | -9/+23 |
2020-06-04 | kcov: move t->kcov_sequence assignment | Andrey Konovalov | 1 | -1/+1 |
2020-06-04 | kcov: move t->kcov assignments into kcov_start/stop | Andrey Konovalov | 1 | -9/+7 |
2020-06-04 | kcov: fix potential use-after-free in kcov_remote_start | Andrey Konovalov | 1 | -6/+8 |
2020-06-04 | kcov: cleanup debug messages | Andrey Konovalov | 1 | -20/+2 |
2020-06-04 | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 2 | -1/+4 |
2020-06-04 | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 3 | -67/+68 |
2020-06-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv... | Linus Torvalds | 2 | -87/+117 |
2020-06-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -60/+230 |
2020-06-03 | mm: allow swappiness that prefers reclaiming anon over the file workingset | Johannes Weiner | 1 | -1/+2 |
2020-06-03 | mm: memcontrol: delete unused lrucare handling | Johannes Weiner | 1 | -2/+1 |
2020-06-03 | mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API | Johannes Weiner | 1 | -8/+3 |