summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov
2020-08-20bpf: Add BPF program and map iterators as built-in BPF programs.Alexei Starovoitov
2020-08-20bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov
2020-08-20fork: introduce kernel_clone()Christian Brauner
2020-08-19sys: Convert to the new fallthrough notationMiaohe Lin
2020-08-19signal: Convert to the new fallthrough notationMiaohe Lin
2020-08-19time: Use generic ns_common::countKirill Tkhai
2020-08-19cgroup: Use generic ns_common::countKirill Tkhai
2020-08-19user: Use generic ns_common::countKirill Tkhai
2020-08-19pid: Use generic ns_common::countKirill Tkhai
2020-08-19uts: Use generic ns_common::countKirill Tkhai
2020-08-19sched/topology: Mark SD_PREFER_SIBLING as SDF_NEEDS_GROUPSValentin Schneider
2020-08-19sched/topology: Propagate SD_ASYM_CPUCAPACITY upwardsValentin Schneider
2020-08-19sched/topology: Remove SD_SERIALIZE degeneration special caseValentin Schneider
2020-08-19sched/topology: Use prebuilt SD flag degeneration maskValentin Schneider
2020-08-19sched/debug: Output SD flag names rather than their valuesValentin Schneider
2020-08-19sched/topology: Verify SD_* flags setup when sched_debug is onValentin Schneider
2020-08-19ARM, sched/topology: Remove SD_SHARE_POWERDOMAINValentin Schneider
2020-08-18bpf: Avoid visit same object multiple timesYonghong Song
2020-08-18bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorYonghong Song
2020-08-18perf/core: Add a new PERF_EV_CAP_SIBLING event capabilityKan Liang
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard
2020-08-17audit: uninitialize variable audit_sig_sidJules Irenge
2020-08-17audit: change unnecessary globals into staticsJules Irenge
2020-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-17bpf: Use get_file_rcu() instead of get_file() for task_file iteratorYonghong Song
2020-08-17watch_queue: Limit the number of watches a user can holdDavid Howells
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds
2020-08-15Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-15Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-08-15Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-15Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni
2020-08-14dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-08-14dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds
2020-08-14dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()Hugh Dickins
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-08-14Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-14Merge tag 'irq-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-14Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-14dma-pool: Only allocate from CMA when in same memory zoneNicolas Saenz Julienne
2020-08-14dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig
2020-08-14sched/debug: Fix the alignment of the show-state debug outputLibing Zhou
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-13futex: Convert to use the preferred 'fallthrough' macroMiaohe Lin
2020-08-13task_work: only grab task signal lock when neededJens Axboe
2020-08-13genirq: Unlock irq descriptor after errorsGuenter Roeck