index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2023-10-27
tracing/kprobes: Fix the description of variable length arguments
Yujie Liu
2023-10-27
perf: Add branch stack counters
Kan Liang
2023-10-27
module: enable automatic module signing with FIPS 202 SHA-3
Dimitri John Ledkov
2023-10-27
padata: Fix refcnt handling in padata_free_shell()
WangJinchao
2023-10-27
futex: Don't include process MM in futex key on no-MMU
Ben Wolsieffer
2023-10-27
genirq/generic_chip: Make irq_remove_generic_chip() irqdomain aware
Herve Codina
2023-10-26
Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...
Jakub Kicinski
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-26
Merge branches 'pm-sleep', 'powercap' and 'pm-tools'
Rafael J. Wysocki
2023-10-26
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2023-10-26
bpf: Add more WARN_ON_ONCE checks for mismatched alloc and free
Hou Tao
2023-10-26
x86/apic/msi: Fix misconfigured non-maskable MSI quirk
Koichiro Den
2023-10-25
audit: don't take task_lock() in audit_exe_compare() code path
Paul Moore
2023-10-25
sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()
Kefeng Wang
2023-10-25
sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()
Kefeng Wang
2023-10-25
genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()
Chen Yu
2023-10-25
swiotlb: do not try to allocate a TLB bigger than MAX_ORDER pages
Petr Tesarik
2023-10-24
netkit, bpf: Add bpf programmable net device
Daniel Borkmann
2023-10-24
bpf: Improve JEQ/JNE branch taken logic
Andrii Nakryiko
2023-10-24
bpf: Fold smp_mb__before_atomic() into atomic_set_release()
Paul E. McKenney
2023-10-24
bpf: Fix unnecessary -EBUSY from htab_lock_bucket
Song Liu
2023-10-24
perf/core: Fix potential NULL deref
Peter Zijlstra
2023-10-24
sched/fair: Remove SIS_PROP
Peter Zijlstra
2023-10-24
sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster...
Yicong Yang
2023-10-24
sched/fair: Scan cluster before scanning LLC in wake-up path
Barry Song
2023-10-24
sched: Add cpus_share_resources API
Barry Song
2023-10-24
sched/core: Fix RQCF_ACT_SKIP leak
Hao Jia
2023-10-24
printk: printk: Remove unnecessary statements'len = 0;'
Li kunyu
2023-10-23
bpf: print full verifier states on infinite loop detection
Eduard Zingerman
2023-10-23
bpf: correct loop detection for iterators convergence
Eduard Zingerman
2023-10-23
bpf: exact states comparison for iterator convergence checks
Eduard Zingerman
2023-10-23
bpf: extract same_callsites() as utility function
Eduard Zingerman
2023-10-23
bpf: move explored_state() closer to the beginning of verifier.c
Eduard Zingerman
2023-10-24
Merge tag 'topic/vmemdup-user-array-2023-10-24-1' of git://anongit.freedeskto...
Dave Airlie
2023-10-24
kprobes: unused header files removed
wuqiang.matt
2023-10-23
bpf, tcx: Get rid of tcx_link_const
Daniel Borkmann
2023-10-23
tracing/histograms: Simplify last_cmd_set()
Christophe JAILLET
2023-10-23
Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/t...
Frederic Weisbecker
2023-10-23
Merge tag 'v6.6-rc7' into sched/core, to pick up fixes
Ingo Molnar
2023-10-23
dma-debug: Fix a typo in a debugging eye-catcher
Chuck Lever
2023-10-23
swiotlb: rewrite comment explaining why the source is preserved on DMA_FROM_D...
Sean Christopherson
2023-10-22
dma-direct: warn when coherent allocations aren't supported
Christoph Hellwig
2023-10-22
dma-direct: simplify the use atomic pool logic in dma_direct_alloc
Christoph Hellwig
2023-10-22
dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbol
Christoph Hellwig
2023-10-22
dma-direct: add dependencies to CONFIG_DMA_GLOBAL_POOL
Christoph Hellwig
2023-10-21
Merge tag 'sched-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-10-21
Merge tag 'perf-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-10-21
Merge tag 'probes-fixes-v6.6-rc6.2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-10-20
bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
Hou Tao
2023-10-20
bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
Hou Tao
[prev]
[next]