summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter-4/+9
2024-08-04profiling: remove profile=sleep supportTetsuo Handa-20/+1
2024-08-04Merge tag 'timers-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+3
2024-08-04Merge tag 'sched-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-21/+53
2024-08-04Merge tag 'locking-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+3
2024-08-02clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()Paul E. McKenney-1/+1
2024-07-31jump_label: Fix the fix, brown paper bags galorePeter Zijlstra-2/+2
2024-07-31tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner-1/+2
2024-07-29profiling: remove stale percpu flip buffer variablesLinus Torvalds-6/+0
2024-07-29task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORKLinus Torvalds-0/+6
2024-07-29profiling: attempt to remove per-cpu profile flip bufferLinus Torvalds-181/+2
2024-07-29profiling: remove prof_cpu_maskTetsuo Handa-40/+13
2024-07-29sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()Yang Yingliang-0/+1
2024-07-29sched/core: Introduce sched_set_rq_on/offline() helperYang Yingliang-14/+26
2024-07-29sched/smt: Fix unbalance sched_smt_present dec/incYang Yingliang-0/+1
2024-07-29sched/smt: Introduce sched_smt_present_inc/dec() helperYang Yingliang-7/+19
2024-07-29sched/cputime: Fix mul_u64_u64_div_u64() precision for cputimeZheng Zucheng-0/+6
2024-07-29locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node()Uros Bizjak-1/+1
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann-319/+289
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds-2/+0
2024-07-27Merge tag 'timers-urgent-2024-07-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-205/+215
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-15/+13
2024-07-25Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2024-07-25Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-71/+71
2024-07-25Merge tag 'kgdb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-20/+8
2024-07-25Merge tag 'dma-mapping-6.11-2024-07-24' of git://git.infradead.org/users/hch/...Linus Torvalds-1/+1
2024-07-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-15/+13
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-71/+71
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-14/+1
2024-07-23Merge tag 'livepatching-for-6.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+14
2024-07-22Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-76/+22
2024-07-22Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-128/+338
2024-07-22timers/migration: Fix grammar in commentAnna-Maria Behnsen-1/+1
2024-07-22timers/migration: Spare write when nothing changedAnna-Maria Behnsen-6/+5
2024-07-22timers/migration: Rename childmask by groupmask to make naming more obviousAnna-Maria Behnsen-20/+19
2024-07-22timers/migration: Read childmask and parent pointer in a single placeAnna-Maria Behnsen-15/+5
2024-07-22timers/migration: Use a single struct for hierarchy walk dataAnna-Maria Behnsen-71/+55
2024-07-22timers/migration: Improve tracingAnna-Maria Behnsen-6/+5
2024-07-22timers/migration: Move hierarchy setup into cpuhotplug prepare callbackAnna-Maria Behnsen-87/+119
2024-07-22timers/migration: Do not rely always on group->parentAnna-Maria Behnsen-19/+26
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds-60/+110
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-61/+67
2024-07-20kallsyms: get rid of code for absolute kallsymsJann Horn-9/+1
2024-07-19Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-37/+31
2024-07-19Merge tag 'tty-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-15/+89
2024-07-19Merge tag 'dma-mapping-6.11-2024-07-19' of git://git.infradead.org/users/hch/...Linus Torvalds-44/+59
2024-07-19bpf, events: Use prog to emit ksymbol event for main programHou Tao-15/+13
2024-07-19dma: fix call order in dmam_free_coherentLance Richardson-1/+1
2024-07-18Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds-1/+8
2024-07-18Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds-0/+1