summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-10-27genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina
2023-10-26Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-26Merge branches 'pm-sleep', 'powercap' and 'pm-tools'Rafael J. Wysocki
2023-10-26Merge branch 'pm-cpufreq'Rafael J. Wysocki
2023-10-26bpf: Add more WARN_ON_ONCE checks for mismatched alloc and freeHou Tao
2023-10-26x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den
2023-10-25audit: don't take task_lock() in audit_exe_compare() code pathPaul Moore
2023-10-25genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu
2023-10-25swiotlb: do not try to allocate a TLB bigger than MAX_ORDER pagesPetr Tesarik
2023-10-24netkit, bpf: Add bpf programmable net deviceDaniel Borkmann
2023-10-24bpf: Improve JEQ/JNE branch taken logicAndrii Nakryiko
2023-10-24bpf: Fold smp_mb__before_atomic() into atomic_set_release()Paul E. McKenney
2023-10-24bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu
2023-10-24perf/core: Fix potential NULL derefPeter Zijlstra
2023-10-24sched/fair: Remove SIS_PROPPeter Zijlstra
2023-10-24sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster...Yicong Yang
2023-10-24sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song
2023-10-24sched: Add cpus_share_resources APIBarry Song
2023-10-24sched/core: Fix RQCF_ACT_SKIP leakHao Jia
2023-10-23bpf: print full verifier states on infinite loop detectionEduard Zingerman
2023-10-23bpf: correct loop detection for iterators convergenceEduard Zingerman
2023-10-23bpf: exact states comparison for iterator convergence checksEduard Zingerman
2023-10-23bpf: extract same_callsites() as utility functionEduard Zingerman
2023-10-23bpf: move explored_state() closer to the beginning of verifier.cEduard Zingerman
2023-10-24Merge tag 'topic/vmemdup-user-array-2023-10-24-1' of git://anongit.freedeskto...Dave Airlie
2023-10-24kprobes: unused header files removedwuqiang.matt
2023-10-23bpf, tcx: Get rid of tcx_link_constDaniel Borkmann
2023-10-23Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/t...Frederic Weisbecker
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar
2023-10-23dma-debug: Fix a typo in a debugging eye-catcherChuck Lever
2023-10-23swiotlb: rewrite comment explaining why the source is preserved on DMA_FROM_D...Sean Christopherson
2023-10-22dma-direct: warn when coherent allocations aren't supportedChristoph Hellwig
2023-10-22dma-direct: simplify the use atomic pool logic in dma_direct_allocChristoph Hellwig
2023-10-22dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbolChristoph Hellwig
2023-10-22dma-direct: add dependencies to CONFIG_DMA_GLOBAL_POOLChristoph Hellwig
2023-10-21Merge tag 'sched-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-21Merge tag 'perf-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-21Merge tag 'probes-fixes-v6.6-rc6.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-20bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()Hou Tao
2023-10-20bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao
2023-10-20bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao
2023-10-20bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao
2023-10-20sched/fair: Remove unused 'curr' argument from pick_next_entity()Yiwei Lin
2023-10-20tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel
2023-10-20sched/nohz: Update comments about NEWILB_KICKJoel Fernandes (Google)
2023-10-20module: Do not offer sha224 for built-in module signingDimitri John Ledkov
2023-10-20crypto: pkcs7 - remove sha1 supportDimitri John Ledkov
2023-10-19bpf: Let bpf_iter_task_new accept null task ptrChuyi Zhou
2023-10-19bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou