summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-09-25sched/fair: Reduce minimal imbalance thresholdVincent Guittot
2020-09-25sched/fair: Relax constraint on task's load during load balanceVincent Guittot
2020-09-25sched/fair: Remove the force parameter of update_tg_load_avg()Xianting Tian
2020-09-25sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang
2020-09-25sched: Remove unused inline function uclamp_bucket_base_value()YueHaibing
2020-09-25sched/rt: Disable RT_RUNTIME_SHARE by defaultDaniel Bristot de Oliveira
2020-09-25sched/deadline: Fix stale throttling on de-/boosted tasksLucas Stach
2020-09-25sched/numa: Use runnable_avg to classify nodeVincent Guittot
2020-09-24timers: Mask invalid flags in do_init_timer()Qianli Zhao
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd
2020-09-24kprobes: Use module_name() macroJarkko Sakkinen
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-22x86/entry: Fix typo in comments for syscall_enter_from_user_mode()x86_cleanups_for_v5.10Kees Cook
2020-09-22Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-09-21bpf: Fix sysfs export of empty BTF sectionTony Ambardar
2020-09-21Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2020-09-21rcu/tree: Export rcu_idle_{enter,exit} to modulesBorislav Petkov
2020-09-20Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-09-20Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-09-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-09-19stackleak: let stack_erasing_sysctl take a kernel pointer bufferTobias Klauser
2020-09-19ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser
2020-09-19kprobes: fix kill kprobe which has been marked as goneMuchun Song
2020-09-18Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu
2020-09-18tracing: fix double freeTom Rix
2020-09-18ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser
2020-09-18tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior
2020-09-18ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter
2020-09-18ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes
2020-09-18kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu
2020-09-18stacktrace: Remove reliable argument from arch_stack_walk() callbackMark Brown
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds
2020-09-17Merge remote-tracking branch 'origin/irq/gic-retrigger' into irq/irqchip-nextMarc Zyngier
2020-09-16rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()Paul E. McKenney
2020-09-16irqdomain/msi: Allow to override msi_domain_alloc/free_irqs()Thomas Gleixner
2020-09-16irqdomain/msi: Provide DOMAIN_BUS_VMD_MSIThomas Gleixner
2020-09-16x86/msi: Use generic MSI domain opsThomas Gleixner
2020-09-16genirq/chip: Use the first chip in irq_chip_compose_msi_msg()Thomas Gleixner
2020-09-16locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countlocking_urgent_for_v5.9_rc6Hou Tao
2020-09-16softirq: Add debug check to __raise_softirq_irqoff()Jiafei Pan
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-09-15bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song
2020-09-14core/entry: Report syscall correctly for trace and auditcore_urgent_for_v5.9_rc6Kees Cook
2020-09-14kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()perf-kprobes-2020-10-12Masami Hiramatsu
2020-09-14lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle
2020-09-13genirq: Allow interrupts to be excluded from /proc/interruptsMarc Zyngier
2020-09-13genirq: Add fasteoi IPI flowMarc Zyngier
2020-09-12Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-09-11gcov: add support for GCC 10.1Peter Oberparleiter