summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-02-17preempt/dynamic: Provide irqentry_exit_cond_resched() static callPeter Zijlstra (Intel)
2021-02-17preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)
2021-02-17preempt/dynamic: Provide cond_resched() and might_resched() static callsPeter Zijlstra (Intel)
2021-02-17preempt: Introduce CONFIG_PREEMPT_DYNAMICMichal Hocko
2021-02-17static_call/x86: Add __static_call_return0()Peter Zijlstra
2021-02-17sched/core: Update task_prio() function headerDietmar Eggemann
2021-02-17sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann
2021-02-17sched: Remove MAX_USER_RT_PRIODietmar Eggemann
2021-02-17sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann
2021-02-17rbtree, rtmutex: Use rb_add_cached()Peter Zijlstra
2021-02-17rbtree, uprobes: Use rbtree helpersPeter Zijlstra
2021-02-17rbtree, perf: Use new rbtree helpersPeter Zijlstra
2021-02-17rbtree, sched/deadline: Use rb_add_cached()Peter Zijlstra
2021-02-17rbtree, sched/fair: Use rb_add_cached()Peter Zijlstra
2021-02-17sched/fair: Merge select_idle_core/cpu()Mel Gorman
2021-02-17sched/fair: Remove select_idle_smt()Mel Gorman
2021-02-17Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchIngo Molnar
2021-02-13Merge branch 'for-5.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-12Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-11tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-02-10bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann
2021-02-10bpf: Fix verifier jmp32 pruning decision logicDaniel Borkmann
2021-02-10bpf: Fix verifier jsgt branch analysis on max boundDaniel Borkmann
2021-02-08Merge tag 'trace-v5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-02-07Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-02-07Merge tag 'irq_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-07Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-02-07Merge tag 'timers_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-02-06entry: Use different define for selector variable in SUDGabriel Krisman Bertazi
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi
2021-02-05tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)
2021-02-05init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovJohannes Berg
2021-02-05ntp: Use freezable workqueue for RTC synchronizationGeert Uytterhoeven
2021-02-05dma-mapping: benchmark: use u8 for reserved field in uAPI structureBarry Song
2021-02-03bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh
2021-02-03Merge tag 'trace-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-02-03bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov
2021-02-02Merge tag 'dma-mapping-5.11-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-02-02Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-01-31Merge tag 'core-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-01-30genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier
2021-01-29kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo
2021-01-29Merge tag 'pm-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-01-29tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu
2021-01-29tracing: Use pause-on-trace with the latency tracersViktor Rosendahl
2021-01-29fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)
2021-01-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-01-28entry: Unbreak single step reporting behaviourYuxuan Shui
2021-01-27sched/fair: Move avg_scan_cost calculations under SIS_PROPMel Gorman