summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-11-16seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi
2020-11-16entry: Wire up syscall_work in common entry codeGabriel Krisman Bertazi
2020-11-16tracing: Clean up after filter logic rewritingLukas Bulwahn
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-11-16genirq: Fix kernel-doc markupsMauro Carvalho Chehab
2020-11-16hrtimer: Fix kernel-doc markupsMauro Carvalho Chehab
2020-11-16timers: Make run_local_timers() staticThomas Gleixner
2020-11-15entry: Fix spelling/typo errors in irq entry codeIra Weiny
2020-11-15timekeeping: Address parameter documentation issues for various functionsAlex Shi
2020-11-15timekeeping: Fix parameter docs of read_persistent_wall_and_boot_offset()Alex Shi
2020-11-15timekeeping: Add missing parameter docs for pvclock_gtod_[un]register_notifier()Alex Shi
2020-11-15timekeeping: Fix up function documentation for the NMI safe accessorsThomas Gleixner
2020-11-15timekeeping: Add missing parameter documentation for update_fast_timekeeper()Alex Shi
2020-11-15timekeeping: Remove static functions from kernel-doc markupAlex Shi
2020-11-15time: Add missing colons for parameter documentation of time64_to_tm()Alex Shi
2020-11-15timers: Don't block on ->expiry_lock for TIMER_IRQSAFE timersSebastian Andrzej Siewior
2020-11-15timer_list: Use printk format instead of open-coded symbol lookupHelge Deller
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-15Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-15Merge tag 'locking-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-15sched/wait: Add add_wait_queue_priority()David Woodhouse
2020-11-15genirq/irqdomain: Make irq_domain_disassociate() staticThomas Gleixner
2020-11-14genirq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQThomas Gleixner
2020-11-14panic: don't dump stack twice on warnChristophe Leroy
2020-11-14kernel/watchdog: fix watchdog_allowed_mask not used warningSantosh Sivaraj
2020-11-14reboot: fix overflow parsing reboot cpu numberMatteo Croce
2020-11-14Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Matteo Croce
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-14bpf: Relax return code check for subprogramsDmitrii Banshchikov
2020-11-14futex: Remove unused empty compat_exit_robust_list()Lukas Bulwahn
2020-11-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-11-13tracing: Remove the useless value assignment in test_create_synth_event()Kaixu Xia
2020-11-13livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)
2020-11-13ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-11-13bpf: Expose bpf_d_path helper to sleepable LSM hooksKP Singh
2020-11-13bpf: Augment the set of sleepable LSM hooksKP Singh
2020-11-12bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-13bpf: Support for pointers beyond pkt_end.Alexei Starovoitov
2020-11-12Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-11-12Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-11-11bpf: Fix NULL dereference in bpf_task_storageMartin KaFai Lau
2020-11-11Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-11-11printk: ringbuffer: Reference text_data_ring directly in callees.Nikolay Borisov
2020-11-11bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_idKaixu Xia
2020-11-10bpf: Compile out btf_parse_module() if module BTF is not enabledAndrii Nakryiko
2020-11-10tracing: Fix some typos in commentsQiujun Huang
2020-11-10ftrace: Remove unused varible 'ret'Alex Shi
2020-11-10ring-buffer: Add recording of ring buffer recursion into recursed_functionsSteven Rostedt (VMware)