summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki
2020-11-10arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon
2020-11-10bpf, btf: Remove the duplicate btf_ids.h includeWang Qing
2020-11-09bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepareWang Qing
2020-11-09perf: Tweak perf_event_attr::exclusive semanticsPeter Zijlstra
2020-11-09perf: Fix event multiplexing for exclusive groupsPeter Zijlstra
2020-11-09perf: Simplify group_sched_in()Peter Zijlstra
2020-11-09perf: Simplify group_sched_out()Peter Zijlstra
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra
2020-11-09perf: Optimize get_recursion_context()Peter Zijlstra
2020-11-09perf: Fix get_recursion_context()Peter Zijlstra
2020-11-09perf: Reduce stack usage of perf_output_begin()Peter Zijlstra
2020-11-09futex: Don't enable IRQs unconditionally in put_pi_state()Dan Carpenter
2020-11-08fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu
2020-11-08Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-08Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-08Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-08Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-07futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith
2020-11-07perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-06bpf: Update verification logic for LSM programsKP Singh
2020-11-06bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh
2020-11-06bpf: Implement task local storageKP Singh
2020-11-06bpf: Allow LSM programs to use bpf spin locksKP Singh
2020-11-06printk: remove unneeded dead-store assignmentLukas Bulwahn
2020-11-05bpf: Lift hashtab key_size limitFlorian Lehner
2020-11-05bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren
2020-11-05bpf: BPF_PRELOAD depends on BPF_SYSCALLRandy Dunlap
2020-11-05Merge tag 'trace-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-11-05Merge tag 'pm-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-11-04entry: Fix the incorrect ordering of lockdep and RCU checkThomas Gleixner
2020-11-04kprobes: Tell lockdep about kprobe nestingSteven Rostedt (VMware)
2020-11-02kernel: make kcov_common_handle consider the current contextAleksandr Nogikh
2020-11-02tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)
2020-11-02ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)
2020-11-02kernel/hung_task.c: make type annotations consistentLukas Bulwahn
2020-11-02kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Zqiang
2020-11-02ptrace: fix task_join_group_stop() for the case when current is tracedOleg Nesterov
2020-11-02cpufreq: schedutil: Don't skip freq update if need_freq_update is setViresh Kumar
2020-11-02tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang
2020-11-02bpf: Fix error path in htab_map_alloc()Eric Dumazet
2020-11-02swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig
2020-11-02swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Stefano Stabellini
2020-11-02ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)
2020-11-02ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)
2020-11-02tracing: Fix out of bounds write in get_trace_bufQiujun Huang
2020-11-01Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-11-01Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds