Age | Commit message (Expand) | Author | Files | Lines |
2024-08-04 | profiling: remove profile=sleep support | Tetsuo Handa | 2 | -20/+1 |
2024-08-04 | Merge tag 'timers-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -2/+3 |
2024-08-04 | Merge tag 'sched-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -21/+53 |
2024-08-04 | Merge tag 'locking-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -3/+3 |
2024-08-02 | clocksource: Fix brown-bag boolean thinko in cs_watchdog_read() | Paul E. McKenney | 1 | -1/+1 |
2024-07-31 | jump_label: Fix the fix, brown paper bags galore | Peter Zijlstra | 1 | -2/+2 |
2024-07-31 | tick/broadcast: Move per CPU pointer access into the atomic section | Thomas Gleixner | 1 | -1/+2 |
2024-07-29 | profiling: remove stale percpu flip buffer variables | Linus Torvalds | 1 | -6/+0 |
2024-07-29 | task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORK | Linus Torvalds | 1 | -0/+6 |
2024-07-29 | profiling: attempt to remove per-cpu profile flip buffer | Linus Torvalds | 1 | -181/+2 |
2024-07-29 | profiling: remove prof_cpu_mask | Tetsuo Handa | 2 | -40/+13 |
2024-07-29 | sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate() | Yang Yingliang | 1 | -0/+1 |
2024-07-29 | sched/core: Introduce sched_set_rq_on/offline() helper | Yang Yingliang | 1 | -14/+26 |
2024-07-29 | sched/smt: Fix unbalance sched_smt_present dec/inc | Yang Yingliang | 1 | -0/+1 |
2024-07-29 | sched/smt: Introduce sched_smt_present_inc/dec() helper | Yang Yingliang | 1 | -7/+19 |
2024-07-29 | sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime | Zheng Zucheng | 1 | -0/+6 |
2024-07-29 | locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node() | Uros Bizjak | 1 | -1/+1 |
2024-07-28 | minmax: make generic MIN() and MAX() macros available everywhere | Linus Torvalds | 1 | -2/+0 |
2024-07-27 | Merge tag 'timers-urgent-2024-07-26' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -205/+215 |
2024-07-25 | Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -15/+13 |
2024-07-25 | Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+3 |
2024-07-25 | Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 28 | -71/+71 |
2024-07-25 | Merge tag 'kgdb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da... | Linus Torvalds | 4 | -20/+8 |
2024-07-25 | Merge tag 'dma-mapping-6.11-2024-07-24' of git://git.infradead.org/users/hch/... | Linus Torvalds | 1 | -1/+1 |
2024-07-25 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -15/+13 |
2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 28 | -71/+71 |
2024-07-23 | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 3 | -14/+1 |
2024-07-23 | Merge tag 'livepatching-for-6.11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+14 |
2024-07-22 | Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -76/+22 |
2024-07-22 | Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -128/+338 |
2024-07-22 | timers/migration: Fix grammar in comment | Anna-Maria Behnsen | 1 | -1/+1 |
2024-07-22 | timers/migration: Spare write when nothing changed | Anna-Maria Behnsen | 1 | -6/+5 |
2024-07-22 | timers/migration: Rename childmask by groupmask to make naming more obvious | Anna-Maria Behnsen | 2 | -20/+19 |
2024-07-22 | timers/migration: Read childmask and parent pointer in a single place | Anna-Maria Behnsen | 1 | -15/+5 |
2024-07-22 | timers/migration: Use a single struct for hierarchy walk data | Anna-Maria Behnsen | 1 | -71/+55 |
2024-07-22 | timers/migration: Improve tracing | Anna-Maria Behnsen | 1 | -6/+5 |
2024-07-22 | timers/migration: Move hierarchy setup into cpuhotplug prepare callback | Anna-Maria Behnsen | 1 | -87/+119 |
2024-07-22 | timers/migration: Do not rely always on group->parent | Anna-Maria Behnsen | 2 | -19/+26 |
2024-07-21 | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 9 | -60/+110 |
2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 9 | -61/+67 |
2024-07-20 | kallsyms: get rid of code for absolute kallsyms | Jann Horn | 3 | -9/+1 |
2024-07-19 | Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -37/+31 |
2024-07-19 | Merge tag 'tty-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -15/+89 |
2024-07-19 | Merge tag 'dma-mapping-6.11-2024-07-19' of git://git.infradead.org/users/hch/... | Linus Torvalds | 4 | -44/+59 |
2024-07-19 | bpf, events: Use prog to emit ksymbol event for main program | Hou Tao | 1 | -15/+13 |
2024-07-19 | dma: fix call order in dmam_free_coherent | Lance Richardson | 1 | -1/+1 |
2024-07-18 | Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 1 | -1/+8 |
2024-07-18 | Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds | 1 | -0/+1 |
2024-07-18 | Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 9 | -349/+1894 |
2024-07-18 | Merge tag 'trace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/trac... | Linus Torvalds | 2 | -4/+5 |