aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-11-01Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-16/+2
2020-11-01Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2020-11-01Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-14/+10
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds3-3/+3
2020-10-30printk: ringbuffer: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+1
2020-10-30timekeeping: remove xtime_updateArnd Bergmann3-18/+21
2020-10-30timekeeping: add CONFIG_LEGACY_TIMER_TICKArnd Bergmann3-0/+27
2020-10-30timekeeping: remove arch_gettimeoffsetArnd Bergmann4-43/+1
2020-10-30bpf: Avoid hashtab deadlock with map_lockedSong Liu1-32/+82
2020-10-30bpf: Use separate lockdep class for each hashtabSong Liu1-2/+10
2020-10-30Merge tag 'pm-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-3/+5
2020-10-30lockdep: Fix nr_unused_locks accountingPeter Zijlstra1-10/+4
2020-10-30locking/lockdep: Remove more raw_cpu_read() usagePeter Zijlstra1-1/+1
2020-10-30Merge branches 'pm-cpuidle' and 'pm-sleep'Rafael J. Wysocki1-1/+1
2020-10-29bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel2-2/+6
2020-10-29params: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-29tracepoint: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-29cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki1-2/+4
2020-10-29module: set MODULE_STATE_GOING state when a module fails to loadMiroslav Benes1-0/+1
2020-10-29entry: Fixup irqentry_enter() commentIra Weiny1-1/+1
2020-10-29perf,mm: Handle non-page-table-aligned hugetlbfsPeter Zijlstra1-6/+33
2020-10-29perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian1-1/+10
2020-10-29perf/core: Add PERF_SAMPLE_DATA_PAGE_SIZEKan Liang1-0/+103
2020-10-29sched/fair: Check for idle core in wake_affineJulia Lawall1-0/+3
2020-10-29sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra6-12/+24
2020-10-29sched: Reenable interrupts in do_sched_yield()Thomas Gleixner1-5/+1
2020-10-29sched: membarrier: document memory ordering scenariosMathieu Desnoyers1-0/+128
2020-10-29sched: membarrier: cover kthread_use_mm (v4)Mathieu Desnoyers3-4/+25
2020-10-29sched: fix exit_mm vs membarrier (v4)Mathieu Desnoyers2-1/+27
2020-10-29sched/fair: Exclude the current CPU from find_new_ilb()Peter Zijlstra1-0/+4
2020-10-29sched/cpupri: Add CPUPRI_HIGHERPeter Zijlstra3-4/+14
2020-10-29sched/cpupri: Remap CPUPRI_NORMAL to MAX_RT_PRIO-1Peter Zijlstra2-14/+36
2020-10-29sched/cpupri: Remove pri_to_cpu[1]Dietmar Eggemann2-5/+5
2020-10-29sched/cpupri: Remove pri_to_cpu[CPUPRI_IDLE]Dietmar Eggemann2-10/+7
2020-10-29sched/deadline: Fix sched_dl_global_validate()Peng Liu2-26/+21
2020-10-29sched/deadline: Optimize sched_dl_global_validate()Peng Liu3-7/+42
2020-10-29sched/fair: Improve the accuracy of sched_stat_wait statisticsjun qian1-0/+9
2020-10-29task_work: Use TIF_NOTIFY_SIGNAL if availableJens Axboe1-12/+29
2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe3-3/+28
2020-10-29signal: Add task_sigpending() helperJens Axboe2-5/+5
2020-10-28bpf: Permit cond_resched for some iteratorsYonghong Song2-0/+16
2020-10-28don't dump the threads that had been already exiting when zapped.Al Viro1-1/+4
2020-10-28genirq/irqdomain: Implement get_name() method on irqchip fwnodesDavid Woodhouse1-1/+10
2020-10-28Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-14/+22
2020-10-28futex: Fix incorrect should_fail_futex() handlingMateusz Nosek1-1/+3
2020-10-27audit: trigger accompanying records when no rules presentRichard Guy Briggs2-20/+10
2020-10-27audit: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-10-27PM: sleep: fix typo in kernel/power/process.cJackie Zamow1-1/+1
2020-10-27tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSteven Rostedt (VMware)1-14/+22