summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-09-21bpf: Check scalar or invalid register in check_helper_mem_accessLorenz Bauer-13/+11
2020-09-21btf: Make btf_set_contains take a const pointerLorenz Bauer-1/+1
2020-09-21bpf: Fix sysfs export of empty BTF sectionTony Ambardar-3/+3
2020-09-21Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds-1/+1
2020-09-21bpf: Fix potential call bpf_link_free() in atomic contextMuchun Song-6/+2
2020-09-21dma-debug: convert comma to semicolonXu Wang-2/+2
2020-09-21rcu/tree: Export rcu_idle_{enter,exit} to modulesBorislav Petkov-0/+2
2020-09-20Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+4
2020-09-20Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-8/+33
2020-09-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+10
2020-09-19stackleak: let stack_erasing_sysctl take a kernel pointer bufferTobias Klauser-1/+1
2020-09-19ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser-2/+1
2020-09-19kprobes: fix kill kprobe which has been marked as goneMuchun Song-1/+8
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang-61/+57
2020-09-18tracing: toplevel d_entry already initializedWei Yang-7/+2
2020-09-18Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-2/+2
2020-09-19bpf: Use hlist_add_head_rcu when linking to local_storageMartin KaFai Lau-1/+1
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu-0/+22
2020-09-18tracing: fix double freeTom Rix-1/+0
2020-09-18ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser-2/+1
2020-09-18tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior-25/+25
2020-09-18ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter-0/+1
2020-09-18ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes-0/+2
2020-09-18kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu-2/+3
2020-09-18stacktrace: Remove reliable argument from arch_stack_walk() callbackMark Brown-5/+3
2020-09-17bpf: Add abnormal return checks.Alexei Starovoitov-19/+48
2020-09-17bpf: allow for tailcalls in BPF subprograms for x64 JITMaciej Fijalkowski-4/+17
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski-7/+51
2020-09-17bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski-0/+29
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski-9/+11
2020-09-17bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski-3/+63
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds-0/+8
2020-09-17quota: simplify the quotactl compat handlingChristoph Hellwig-1/+0
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan-6/+52
2020-09-17dma-direct: Fix potential NULL pointer dereferenceThomas Tai-0/+11
2020-09-17Merge remote-tracking branch 'origin/irq/gic-retrigger' into irq/irqchip-nextMarc Zyngier-2/+13
2020-09-16rcu-tasks: Enclose task-list scan in rcu_read_lock()Paul E. McKenney-0/+2
2020-09-16rcu-tasks: Fix low-probability task_struct leakPaul E. McKenney-4/+4
2020-09-16rcu-tasks: Fix grace-period/unlock race in RCU Tasks TracePaul E. McKenney-0/+6
2020-09-16rcu-tasks: Shorten per-grace-period sleep for RCU Tasks TracePaul E. McKenney-1/+9
2020-09-16rcu-tasks: Selectively enable more RCU Tasks Trace IPIsPaul E. McKenney-2/+3
2020-09-16rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()Paul E. McKenney-1/+1
2020-09-16rcu-tasks: Use more aggressive polling for RCU Tasks TracePaul E. McKenney-2/+14
2020-09-16rcu-tasks: Mark variables staticPaul E. McKenney-3/+3
2020-09-16irqdomain/msi: Allow to override msi_domain_alloc/free_irqs()Thomas Gleixner-22/+48
2020-09-16irqdomain/msi: Provide DOMAIN_BUS_VMD_MSIThomas Gleixner-1/+6
2020-09-16x86/msi: Use generic MSI domain opsThomas Gleixner-6/+0
2020-09-16genirq/chip: Use the first chip in irq_chip_compose_msi_msg()Thomas Gleixner-5/+13
2020-09-16locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao-2/+2
2020-09-16softirq: Add debug check to __raise_softirq_irqoff()Jiafei Pan-0/+1