summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()Sven Schnelle2022-07-091-1/+1
* Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-071-66/+47
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-07-011-66/+47
| |\
| | * bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann2022-07-011-49/+23
| | * bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann2022-07-011-17/+24
* | | signal handling: don't use BUG_ON() for debuggingLinus Torvalds2022-07-071-4/+4
|/ /
* | tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada2022-06-271-1/+0
* | Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-261-7/+7
|\ \
| * | kthread: make it clear that kthread_create_on_node() might be terminated by a...Petr Mladek2022-06-161-7/+7
* | | Merge tag 'dma-mapping-5.19-2022-06-26' of git://git.infradead.org/users/hch/...Linus Torvalds2022-06-261-3/+2
|\ \ \
| * | | dma-direct: use the correct size for dma_set_encrypted()Dexuan Cui2022-06-231-3/+2
* | | | Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-241-3/+0
|\ \ \ \
| * | | | block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig2022-06-171-3/+0
| | |/ / | |/| |
* | | | Merge tag 'printk-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-249-605/+65
|\ \ \ \
| * \ \ \ Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-06-239-605/+65
| |\ \ \ \
| | * | | | Revert "printk: add functions to prefer direct printing"Petr Mladek2022-06-237-65/+2
| | * | | | Revert "printk: add kthread console printers"Petr Mladek2022-06-231-307/+22
| | * | | | Revert "printk: extend console_lock for per-console locking"Petr Mladek2022-06-231-205/+56
| | * | | | Revert "printk: remove @console_locked"Petr Mladek2022-06-231-14/+15
| | * | | | Revert "printk: Block console kthreads when direct printing will be required"Petr Mladek2022-06-231-3/+1
| | * | | | Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek2022-06-235-42/+0
* | | | | | Merge tag 'pm-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-06-231-1/+1
|\ \ \ \ \ \
| * | | | | | PM: hibernate: Use kernel_can_power_off()Dmitry Osipenko2022-06-211-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-06-233-4/+10
|\ \ \ \ \ \
| * | | | | | tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create()Gautam Menghani2022-06-171-1/+0
| * | | | | | tracing: Simplify conditional compilation code in tracing_set_tracer()sunliming2022-06-171-2/+0
| * | | | | | tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...Masami Hiramatsu (Google)2022-06-171-1/+10
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-234-17/+70
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-06-174-17/+70
| |\ \ \ \
| | * | | | rethook: Reject getting a rethook if RCU is not watchingMasami Hiramatsu (Google)2022-06-171-0/+9
| | * | | | bpf: Force cookies array to follow symbols sortingJiri Olsa2022-06-161-15/+45
| | * | | | ftrace: Keep address offset in ftrace_lookup_symbolsJiri Olsa2022-06-161-2/+11
| | * | | | bpf: Limit maximum modifier chain length in btf_check_type_tagsKumar Kartikeya Dwivedi2022-06-151-0/+5
* | | | | | Merge tag 'sched-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-192-3/+38
|\ \ \ \ \ \
| * | | | | | sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra2022-06-132-3/+38
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'locking-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-191-1/+1
|\ \ \ \ \ \
| * | | | | | locking/lockdep: Use sched_clock() for random numbersSebastian Andrzej Siewior2022-06-131-1/+1
| |/ / / / /
* | | | | | Merge tag 'irq-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-191-1/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | genirq: PM: Use runtime PM for chained interruptsMarc Zyngier2022-06-091-1/+4
* | | | | | Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-175-1/+45
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-06-175-1/+45
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | printk: Wait for the global console lock when the system is going downPetr Mladek2022-06-155-0/+42
| | * | | | | printk: Block console kthreads when direct printing will be requiredPetr Mladek2022-06-151-1/+3
* | | | | | | Merge tag 'audit-pr-20220616' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-161-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | audit: free module nameChristian Göttsche2022-06-151-1/+1
| | |_|_|/ / | |/| | | |
* / | | | | cfi: Fix __cfi_slowpath_diag RCU usage with cpuidleSami Tolvanen2022-06-131-6/+16
|/ / / / /
* | | | | Merge tag 'wq-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-121-4/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | workqueue: Wrap flush_workqueue() using a macroTetsuo Handa2022-06-071-4/+12
* | | | | Merge tag 'pm-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-06-101-25/+62
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-sysoff'Rafael J. Wysocki2022-06-101-25/+62
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |