| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | tracing/probe: reverse arguments to list_add | Julia Lawall | 2020-05-19 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | ftrace: show debugging information when panic_on_warn set | Cheng Jian | 2020-05-19 | 1 | -4/+4 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-06-09 | 21 | -176/+215 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | maccess: always use strict semantics for probe_kernel_read | Christoph Hellwig | 2020-06-09 | 2 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | tracing/kprobes: handle mixed kernel/userspace probes better | Christoph Hellwig | 2020-06-09 | 1 | -29/+43 | |
| | * | | | | | | | | | | | | | | | | | | | | bpf: rework the compat kernel probe handling | Christoph Hellwig | 2020-06-09 | 1 | -42/+67 | |
| | * | | | | | | | | | | | | | | | | | | | | bpf:bpf_seq_printf(): handle potentially unsafe format string better | Andrew Morton | 2020-06-09 | 1 | -3/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | bpf: handle the compat string in bpf_trace_copy_string better | Christoph Hellwig | 2020-06-09 | 1 | -2/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | bpf: factor out a bpf_trace_copy_string helper | Christoph Hellwig | 2020-06-09 | 1 | -18/+24 | |
| | * | | | | | | | | | | | | | | | | | | | | maccess: rename strnlen_unsafe_user to strnlen_user_nofault | Christoph Hellwig | 2020-06-09 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault | Christoph Hellwig | 2020-06-09 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault | Christoph Hellwig | 2020-06-09 | 2 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 2020-06-09 | 7 | -12/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | mmap locking API: add mmap_read_trylock_non_owner() | Michel Lespinasse | 2020-06-09 | 1 | -12/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | mmap locking API: convert nested write lock sites | Michel Lespinasse | 2020-06-09 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 2020-06-09 | 10 | -39/+39 | |
| | * | | | | | | | | | | | | | | | | | | | | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 3 | -3/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov | 2020-06-09 | 3 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | kernel: use show_stack_loglvl() | Dmitry Safonov | 2020-06-09 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | sched: print stack trace with KERN_INFO | Dmitry Safonov | 2020-06-09 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | kdb: don't play with console_loglevel | Dmitry Safonov | 2020-06-09 | 1 | -7/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | kallsyms/printk: add loglvl to print_ip_sym() | Dmitry Safonov | 2020-06-09 | 3 | -10/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly aligned | Oleg Nesterov | 2020-06-09 | 1 | -4/+12 | |
| |/ / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | module: move the set_fs hack for flush_icache_range to m68k | Christoph Hellwig | 2020-06-08 | 1 | -8/+0 | |
| * | | | | | | | | | | | | | | | | | | | | mm: rename flush_icache_user_range to flush_icache_user_page | Christoph Hellwig | 2020-06-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | mm/gup.c: convert to use get_user_{page|pages}_fast_only() | Souptick Joarder | 2020-06-08 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.tainted | Rafael Aquini | 2020-06-08 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | | | | | | | | panic: add sysctl to dump all CPUs backtraces on oops event | Guilherme G. Piccoli | 2020-06-08 | 2 | -0/+22 | |
| * | | | | | | | | | | | | | | | | | | | | kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ... | Guilherme G. Piccoli | 2020-06-08 | 2 | -2/+29 | |
| * | | | | | | | | | | | | | | | | | | | | kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases | Guilherme G. Piccoli | 2020-06-08 | 1 | -28/+9 | |
| * | | | | | | | | | | | | | | | | | | | | kernel/hung_task convert hung_task_panic boot parameter to sysctl | Vlastimil Babka | 2020-06-08 | 1 | -10/+0 | |
| * | | | | | | | | | | | | | | | | | | | | kernel: add panic_on_taint | Rafael Aquini | 2020-06-08 | 2 | -1/+44 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-06-07 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | /dev/mem: Revoke mappings when a driver claims the region | Dan Williams | 2020-05-27 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | | | | | | | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2020-06-07 | 3 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 5.7-rc7 into tty-next | Greg Kroah-Hartman | 2020-05-25 | 11 | -105/+184 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | rcu: constify sysrq_key_op | Emil Velikov | 2020-05-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | kernel/power: constify sysrq_key_op | Emil Velikov | 2020-05-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | kdb: constify sysrq_key_op | Emil Velikov | 2020-05-15 | 1 | -1/+1 | |
| | | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2020-06-06 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | kbuild: add variables for compression tools | Denis Efremov | 2020-06-06 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2020-06-06 | 7 | -136/+318 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | dma-contiguous: fix comment for dma_release_from_contiguous | Peter Collingbourne | 2020-04-25 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | dma-pool: scale the default DMA coherent pool size with memory capacity | David Rientjes | 2020-04-25 | 1 | -2/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | dma-pool: add pool sizes to debugfs | David Rientjes | 2020-04-25 | 1 | -0/+30 | |
| | * | | | | | | | | | | | | | | | | | | | | | dma-direct: atomic allocations must come from atomic coherent pools | David Rientjes | 2020-04-25 | 2 | -10/+63 | |
| | * | | | | | | | | | | | | | | | | | | | | | dma-pool: dynamically expanding atomic pools | David Rientjes | 2020-04-25 | 1 | -38/+84 | |
| | * | | | | | | | | | | | | | | | | | | | | | dma-pool: add additional coherent pools to map to gfp mask | David Rientjes | 2020-04-20 | 2 | -49/+83 | |
| | * | | | | | | | | | | | | | | | | | | | | | dma-remap: separate DMA atomic pools from direct remap code | David Rientjes | 2020-04-20 | 4 | -121/+130 | |
