summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-08-04Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown
2022-08-04Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/akp...Mark Brown
2022-08-04Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Mark Brown
2022-08-04Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitMark Brown
2022-08-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.gitMark Brown
2022-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...Mark Brown
2022-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Mark Brown
2022-08-04Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown
2022-08-04Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/xe...Mark Brown
2022-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Mark Brown
2022-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti...Mark Brown
2022-08-04Merge branch 'master' of https://scm.osdn.net/gitroot/tomoyo/tomoyo-test1.gitMark Brown
2022-08-04Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown
2022-08-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/...Mark Brown
2022-08-04Merge branch 'for-next' of git://git.infradead.org/users/hch/dma-mapping.gitMark Brown
2022-08-04Merge branch into tip/master: 'sched/core'Ingo Molnar
2022-08-04Merge branch into tip/master: 'locking/core'Ingo Molnar
2022-08-04Merge branch into tip/master: 'sched/urgent'Ingo Molnar
2022-08-04sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman
2022-08-04locking/spinlocks: Mark spinlocks noinline when inline spinlocks are disabledAndi Kleen
2022-08-04sched/core: Remove superfluous semicolonXin Gao
2022-08-04perf/core: Fix ';;' typoSlark Xiao
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmlinaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-allmodconfigLinus Torvalds
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03sched/fair: Make per-cpu cpumasks staticBing Huang
2022-08-03sched/fair: Remove unused parameter idle of _nohz_idle_balance()Hao Jia
2022-08-03Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03sched/rt: Fix Sparse warnings due to undefined rt.c declarationsBen Dooks
2022-08-03exit: Fix typo in comment: s/sub-theads/sub-threadsIngo Molnar
2022-08-03sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long
2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-02Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2022-08-02Merge tag 'safesetid-6.0' of https://github.com/micah-morton/linuxLinus Torvalds
2022-08-02Merge tag 'audit-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-02Merge tag 'execve-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-02wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-02Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-02sched/debug: Print each field value left-aligned in sched_show_task()Zhen Lei
2022-08-02tracing/eprobe: Show syntax error logs in error_log fileMasami Hiramatsu (Google)
2022-08-02tracing: Use free_trace_buffer() in allocate_trace_buffers()Zhiqiang Liu
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-08-02sched/deadline: Use sched_dl_entity's dl_density in dl_task_fits_capacity()Dietmar Eggemann
2022-08-02sched/deadline: Make dl_cpuset_cpumask_can_shrink() capacity-awareDietmar Eggemann
2022-08-02sched/core: Introduce sched_asym_cpucap_active()Dietmar Eggemann
2022-08-02kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin