summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-02bpf: Refactor bpf_tracing_func_proto() and remove bpf_get_probe_write_proto()Marco Elver
2024-12-02bpf: Remove bpf_probe_write_user() warning messageMarco Elver
2024-12-02sched: Unify HK_TYPE_{TIMER|TICK|MISC} to HK_TYPE_KERNEL_NOISEWaiman Long
2024-12-02sched/isolation: Consolidate housekeeping cpumasks that are always identicalWaiman Long
2024-12-02sched/isolation: Make "isolcpus=nohz" equivalent to "nohz_full"Waiman Long
2024-12-02sched/core: Remove HK_TYPE_SCHEDWaiman Long
2024-12-02uprobes: add speculative lockless VMA-to-inode-to-uprobe resolutionAndrii Nakryiko
2024-12-02uprobes: simplify find_active_uprobe_rcu() VMA checksAndrii Nakryiko
2024-12-02mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan
2024-12-02sched/fair: Remove CONFIG_CFS_BANDWIDTH=n definition of cfs_bandwidth_used()Valentin Schneider
2024-12-02sched/deadline: Consolidate Timer CancellationWander Lairson Costa
2024-12-02sched/deadline: Check bandwidth overflow earlier for hotplugJuri Lelli
2024-12-02sched/deadline: Correctly account for allocated bandwidth during hotplugJuri Lelli
2024-12-02sched/deadline: Restore dl_server bandwidth on non-destructive root domain ch...Juri Lelli
2024-12-02sched: add READ_ONCE to task_on_rq_queuedHarshit Agarwal
2024-12-02sched: Don't try to catch up excess steal time.Suleiman Souhlal
2024-12-02locking: rtmutex: Fix wake_q logic in task_blocks_on_rt_mutexJohn Stultz
2024-12-02sched/deadline: Fix warning in migrate_enable for boosted tasksWander Lairson Costa
2024-12-02sched/core: Prevent wakeup of ksoftirqd during idle load balanceK Prateek Nayak
2024-12-02sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...K Prateek Nayak
2024-12-02sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()K Prateek Nayak
2024-12-02softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernelK Prateek Nayak
2024-12-02sched: fix warning in sched_setaffinityJosh Don
2024-12-02sched/deadline: Fix replenish_dl_new_period dl_server conditionJuri Lelli
2024-12-02Merge tag 'v6.13-rc1' into perf/core, to refresh the branchIngo Molnar
2024-12-02pid: allow pid_max to be set per pid namespaceChristian Brauner
2024-12-02trace: avoid pointless cred reference count bumpChristian Brauner
2024-12-02cgroup: avoid pointless cred reference count bumpChristian Brauner
2024-12-02acct: avoid pointless reference count bumpChristian Brauner
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner
2024-12-02cred: remove old {override,revert}_creds() helpersChristian Brauner
2024-12-02tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner
2024-12-01Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-11-30Merge tag 'dma-mapping-6.13-2024-11-30' of git://git.infradead.org/users/hch/...Linus Torvalds
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-29posix-timers: Target group sigqueue to current task only if not exitingFrederic Weisbecker
2024-11-28Merge tag 'trace-v6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2024-11-28ntp: Remove invalid cast in time offset mathMarcelo Dalmas
2024-11-28dma-debug: fix physical address calculation for struct dma_debug_entryFedor Pchelkin
2024-11-27Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-27Revert "fs: don't block i_writecount during exec"Christian Brauner
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-25bpf: fix OOB devmap writes when deleting elementsMaciej Fijalkowski
2024-11-25bpf, lsm: Remove getlsmprop hooks BTF IDsThomas Weißschuh
2024-11-25futex: improve user space accessesLinus Torvalds
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds