summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-8/+4
2025-12-03Merge tag 'integrity-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+14
2025-12-03Merge tag 'audit-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-27/+21
2025-12-03perf/uprobes: Remove <space><Tab> whitespace noiseIngo Molnar-4/+4
2025-12-03x86/asm: Remove ANNOTATE_DATA_SPECIAL usageJosh Poimboeuf-0/+1
2025-12-02Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-140/+886
2025-12-02ring-buffer: Add helper functions for allocationsSteven Rostedt-44/+53
2025-12-02Merge tag 'core-core-2025-12-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+3
2025-12-02Merge tag 'timers-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-179/+408
2025-12-02Merge tag 'irq-msi-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-112/+174
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1074/+893
2025-12-02Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-57/+5
2025-12-02rv: Convert to use __freeNam Cao-58/+46
2025-12-02rv: Convert to use lock guardNam Cao-45/+20
2025-12-01Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-7/+9
2025-12-01Merge tag 'sched-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-788/+1316
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-38/+176
2025-12-01Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+16
2025-12-01Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-39/+47
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-53/+23
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-65/+23
2025-12-01sched_ext: Fix incorrect sched_class settings for per-cpu migration tasksZqiang-4/+10
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-156/+980
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2025-12-01Merge branch 'rework/write_atomic-unsafe' into for-linusPetr Mladek-15/+32
2025-12-01Merge branch 'rework/threaded-printk' into for-linusPetr Mladek-10/+7
2025-12-01Merge branch 'rework/suspend-fixes' into for-linusPetr Mladek-21/+79
2025-12-01Merge branch 'rework/preempt-legacy-kthread' into for-linusPetr Mladek-66/+118
2025-12-01Merge branch 'rework/nbcon-in-kdb' into for-linusPetr Mladek-71/+104
2025-12-01Merge branch 'rework/atomic-flush-hardlockup' into for-linusPetr Mladek-5/+44
2025-12-01Merge branch 'for-6.19-vsprintf-timespec64' into for-linusPetr Mladek-3/+3
2025-12-01locking/mutex: Redo __mutex_init() to reduce generated code sizeSebastian Andrzej Siewior-22/+40
2025-11-30Merge branch 'rcu/misc' into nextFrederic Weisbecker-5/+22
2025-11-30Merge tag 'timers_urgent_for_v6.18_rc8' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+3
2025-11-29mm: simplify and rename mm flags function for clarityLorenzo Stoakes-2/+2
2025-11-29bpf: optimize bpf_map_update_elem() for map-in-map typesRitesh Oedayrajsingh Varma-1/+1
2025-11-29bpf: make kprobe_multi_link_prog_run always_inlineMenglong Dong-1/+1
2025-11-29rqspinlock: Precede non-head waiter queueing with AA checkKumar Kartikeya Dwivedi-0/+13
2025-11-29rqspinlock: Disable spinning for trylock fallbackKumar Kartikeya Dwivedi-10/+8
2025-11-29rqspinlock: Use trylock fallback when per-CPU rqnode is busyKumar Kartikeya Dwivedi-1/+1
2025-11-29rqspinlock: Perform AA checks immediatelyKumar Kartikeya Dwivedi-18/+7
2025-11-29rqspinlock: Enclose lock/unlock within lock entry acquisitionsKumar Kartikeya Dwivedi-9/+6
2025-11-28bpf: Disable file_alloc_security hookAmery Hung-0/+1
2025-11-28bpf: check for insn arrays in check_ptr_alignmentAnton Protopopov-3/+3
2025-11-28bpf: force BPF_F_RDONLY_PROG on insn array creationAnton Protopopov-7/+9
2025-11-28Merge branch 'rcu/refscale' into nextFrederic Weisbecker-9/+321
2025-11-28Merge branches 'pm-qos' and 'pm-tools'Rafael J. Wysocki-5/+124
2025-11-28Merge branches 'pm-em' and 'pm-opp'Rafael J. Wysocki-3/+509
2025-11-28Merge branch 'pm-sleep'Rafael J. Wysocki-131/+252