aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
5 hoursMerge branch into tip/master: 'x86/boot'HEADmasterIngo Molnar7-251/+273
5 hoursMerge branch into tip/master: 'sched/core'Ingo Molnar10-255/+276
5 hoursMerge branch into tip/master: 'x86/urgent'tip/urgentIngo Molnar6-106/+106
5 hoursMerge branch into tip/master: 'irq/urgent'Ingo Molnar1-1/+1
5 hoursx86/boot/e820: Use <linux/sizes.h> symbols for literalsx86/bootIngo Molnar1-3/+3
5 hoursx86/boot/e820: Make sure e820_search_gap() finds all gapsIngo Molnar1-18/+41
5 hoursx86/boot/e820: Simplify the e820__range_remove() APIIngo Molnar4-14/+11
5 hoursx86/boot/e820: Remove e820__range_remove()'s unused return parameterIngo Molnar2-8/+2
5 hoursx86/boot/e820: Simplify append_e820_table() and remove restriction on single-...Ingo Molnar1-24/+11
5 hoursx86/boot/e820: Standardize __init/__initdata tag placementIngo Molnar1-46/+46
5 hoursx86/boot/e820: Simplify & clarify __e820__range_add() a bitIngo Molnar1-4/+7
5 hoursx86/boot/e820: Rename gap_start/gap_size to max_gap_start/max_gap_start in e8...Ingo Molnar1-11/+11
5 hoursx86/boot/e820: Change e820_search_gap() to search for the highest-address PCI...Ingo Molnar1-1/+1
5 hoursx86/boot/e820: Clean up e820__setup_pci_gap()/e820_search_gap() a bitIngo Molnar1-11/+11
5 hoursx86/boot/e820: Change struct e820_table::nr_entries type from __u32 to u32Ingo Molnar1-1/+1
5 hoursx86/boot/e820: Standardize e820 table index variable types under 'u32'Ingo Molnar1-12/+12
5 hoursx86/boot/e820: Standardize e820 table index variable names under 'idx'Ingo Molnar1-57/+57
5 hoursx86/boot/e820: Remove unnecessary header inclusionsIngo Molnar1-2/+0
5 hoursx86/boot/e820: Clean up __refdata use a bitIngo Molnar1-3/+3
5 hoursx86/boot/e820: Clean up __e820__range_add() a bitIngo Molnar1-7/+8
5 hoursx86/boot/e820: Improve e820_print_type() messagesIngo Molnar1-8/+8
5 hoursx86/boot/e820: Clean up confusing and self-contradictory verbiage around E820...Ingo Molnar1-18/+37
5 hoursx86/boot/e820: Remove pointless early_panic() indirectionIngo Molnar1-7/+1
5 hoursx86/boot/e820: Use 'u64' consistently instead of 'unsigned long long'Ingo Molnar1-5/+5
5 hoursx86/boot/e820: Call the PCI gap a 'gap' in the boot log printoutIngo Molnar1-1/+1
5 hoursx86/boot/e820: Print E820_TYPE_RAM entries as ... RAM entriesIngo Molnar1-1/+1
5 hoursx86/boot/e820: Make the field separator space character part of e820_print_ty...Ingo Molnar1-11/+11
5 hoursx86/boot/e820: Print gaps in the E820 tableIngo Molnar1-4/+18
5 hoursx86/boot/e820: Mark e820__print_table() staticIngo Molnar2-2/+1
5 hoursx86/boot/e820: Simplify the PPro Erratum #50 workaroundIngo Molnar1-4/+2
5 hoursx86/boot/e820: Simplify e820__print_table() a bitIngo Molnar1-3/+5
5 hoursx86/boot/e820: Remove inverted boolean logic from the e820_nomerge() function...Ingo Molnar1-6/+10
5 hoursx86/acpi/boot: Correct acpi_is_processor_usable() check againYazen Ghannam2-19/+8
6 hoursx86/platform/uv: Fix UBSAN array-index-out-of-boundsx86/urgentKyle Meyer1-1/+1
6 hourssched/fair: Sort out 'blocked_load*' namespace noisesched/coreIngo Molnar1-20/+20
6 hourssched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers f...Ingo Molnar1-15/+51
6 hourssched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper funct...Ingo Molnar2-14/+14
6 hourssched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weightIngo Molnar2-9/+9
6 hourssched/fair: Separate se->vlag from se->vprotIngo Molnar1-9/+4
6 hourssched/fair: Clean up comments in 'struct cfs_rq'Ingo Molnar1-6/+6
6 hourssched/fair: Join two #ifdef CONFIG_FAIR_GROUP_SCHED blocksIngo Molnar1-6/+4
6 hourssched/core: Rework sched_class::wakeup_preempt() and rq_modified_*()Peter Zijlstra8-57/+52
6 hourssched/core: Add assertions to QUEUE_CLASSPeter Zijlstra2-0/+14
6 hourssched/fair: Limit hrtick workPeter Zijlstra1-0/+6
6 hourssched/fair: Remove superfluous rcu_read_lock()Peter Zijlstra1-8/+1
6 hourssched/fair: Switch to rcu_dereference_all()Peter Zijlstra2-25/+25
6 hourssched/headers: Rename rcu_dereference_check_sched_domain() => rcu_dereference...Peter Zijlstra2-3/+3
6 hourssched/fair: Avoid rq->lock bouncing in sched_balance_newidle()Peter Zijlstra1-9/+18
6 hourssched/fair: Fold the sched_avg updatePeter Zijlstra1-76/+32
6 hours<linux/compiler_types.h>: Add the __signed_scalar_typeof() helperPeter Zijlstra1-0/+19
10 hoursLinux 6.19-rc1v6.19-rc1Linus Torvalds1-2/+2
10 hoursMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-56/+165
10 hoursMerge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds9-79/+316
10 hoursMerge tag 'tomoyo-pr-20251212' of git://git.code.sf.net/p/tomoyo/tomoyoLinus Torvalds1-7/+2
19 hoursMerge tag 'smp-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+16
19 hoursMerge tag 'perf-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-18/+20
19 hoursMerge tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-21/+4
20 hoursMerge tag 'core-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+6
28 hoursmm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS from <linux/mm_types.h>Tal Zussman1-1/+0
28 hoursx86/mm/tlb/trace: Export the TLB_REMOTE_WRONG_CPU enum in <trace/events/tlb.h>Tal Zussman1-2/+3
28 hoursx86/sgx: Remove unmatched quote in __sgx_encl_extend function commentThorsten Blum1-1/+1
29 hoursMerge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds22-44/+154
29 hoursMerge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-97/+131
30 hoursfile: ensure cleanupChristian Brauner1-7/+6
30 hoursx86/hv: Add gitignore entry for generated header fileLinus Torvalds1-0/+1
32 hoursMerge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds16-76/+166
32 hoursMerge tag 'drm-next-2025-12-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds20-151/+266
32 hoursMerge tag 'i3c/for-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/i...Linus Torvalds7-49/+28
32 hoursMerge tag 'rtc-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds30-100/+1352
33 hoursMerge tag 'pwm/for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
33 hoursMerge tag 'gpio-fixes-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-27/+63
33 hoursMerge tag 'pci-v6.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
33 hoursMerge tag 'soundwire-6.19-rc1_updated' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds13-207/+531
33 hoursMerge tag 'sound-fix-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds46-71/+626
36 hoursgenirq: Don't overwrite interrupt thread flags on setupirq/urgentThomas Gleixner1-1/+1
37 hoursMerge tag 'drm-misc-fixes-2025-12-10' of https://gitlab.freedesktop.org/drm/m...Dave Airlie16-76/+166
39 hoursi3c: adi: Fix confusing cleanup.h syntaxKrzysztof Kozlowski1-6/+4
39 hoursi3c: master: Fix confusing cleanup.h syntaxKrzysztof Kozlowski1-2/+1
39 hoursi3c: master: cleanup callback .priv_xfers()Frank Li2-22/+4
44 hoursMerge tag 'loongarch-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds77-771/+3001
2 daysMerge tag 'libcrypto-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-142/+130
2 daysMerge tag 'block-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-31/+41
2 daysMerge tag 'io_uring-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2 daysMerge tag 'v6.19-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-548/+10
2 daysMerge tag 'v6.19-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds5-607/+581
2 daysMerge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds25-91/+385
2 daysrseq: Always inline rseq_debug_syscall_return()core-urgent-2025-12-12core/urgentEric Dumazet1-1/+1
2 daysbug: Hush suggest-attribute=format for __warn_printf()Brendan Jackman1-0/+4
2 daysbug: Let report_bug_entry() provide the correct bugaddrHeiko Carstens1-1/+1
2 daysMerge tag 'drm-intel-next-fixes-2025-12-12' of https://gitlab.freedesktop.org...Dave Airlie2-5/+8
2 daysperf/x86/intel: Fix NULL event dereference crash in handle_pmi_common()perf-urgent-2025-12-12perf/urgentEvan Li1-0/+3
2 daysx86/boot/Documentation: Fix whitespace noise in boot.rstIngo Molnar1-97/+97
3 daysMerge tag 'amd-drm-fixes-6.19-2025-12-11' of https://gitlab.freedesktop.org/a...Dave Airlie14-138/+239
3 daysMerge tag 'drm-misc-next-fixes-2025-12-10' of https://gitlab.freedesktop.org/...Dave Airlie4-8/+19
3 daysALSA: hda/tas2781: Add new quirk for HP new projectBaojun Xu1-0/+1
3 daysALSA: hda: cix-ipbloq: Use modern PM opsNathan Chancellor1-5/+5
3 daysMerge tag 'asoc-fix-v6.19-merge-window' of https://git.kernel.org/pub/scm/lin...Takashi Iwai15-38/+82
3 dayssmb/client: remove DeviceType Flags and Device Characteristics definitionsZhangGuoDong1-34/+0
3 dayssmb: move File Attributes definitions into common/fscc.hChenXiaoSong2-35/+45
3 dayssmb: update struct duplicate_extents_to_file_exChenXiaoSong1-1/+2
3 daysMerge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds44-484/+761
4 daysMerge tag 'spi-fix-v6.19-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
4 daysMerge tag 'regulator-fix-v6.19-merge-window' of git://git.kernel.org/pub/scm/...Linus Torvalds3-12/+16
4 daysmm: memfd_luo: add CONFIG_SHMEM dependencyArnd Bergmann1-0/+1
4 daysmm: shmem: avoid build warning for CONFIG_SHMEM=nArnd Bergmann1-2/+9
4 daysocfs2: fix memory leak in ocfs2_merge_rec_left()Dmitry Antipov1-1/+0
4 daysocfs2: invalidate inode if i_mode is zero after block readAhmet Eray Karadag1-0/+8
4 daysocfs2: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-2/+6
4 daysocfs2: convert remaining read-only checks to ocfs2_emergency_stateAhmet Eray Karadag6-11/+10
4 daysocfs2: add ocfs2_emergency_state helper and apply to setattrAhmet Eray Karadag2-0/+24
4 dayscheckpatch: add uninitialized pointer with __free attribute checkAlly Heev2-0/+29
4 daysargs: fix documentation to reflect the correct numbersAndy Shevchenko1-2/+2
4 daysocfs2: fix kernel BUG in ocfs2_find_victim_chainPrithvi Tambewagh1-0/+10
4 daysliveupdate: luo_core: fix redundant bound check in luo_ioctl()Pasha Tatashin1-3/+1
4 daysocfs2: validate inline xattr size and entry count in ocfs2_xattr_ibody_listDeepanshu Kartikey1-2/+28
4 daysfs/fat: remove unnecessary wrapper fat_max_cache()Lalit Shankar Chowdhury1-6/+1
4 daysocfs2: replace deprecated strcpy with strscpyThorsten Blum6-11/+16
4 daysocfs2: check tl_used after reading it from trancate log inodeEdward Adam Davis1-2/+4
4 daysliveupdate: luo_file: don't use invalid list iteratorDan Carpenter1-2/+5
4 daysMerge tag 'slab-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-40/+75
4 daysMerge tag 's390-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds15-144/+303
4 daysMerge tag 'dma-mapping-6.19-2025-12-10' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-2/+2
4 daysRevert "drm/amd/display: Fix pbn to kbps Conversion"Mario Limonciello1-23/+36
4 daysdrm/amd: Fix unbind/rebind for VCN 4.0.5Mario Limonciello (AMD)1-0/+2
4 daysMerge tag 'alpha-for-v6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-14/+14
4 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds4-33/+87
4 daysblk-mq-dma: always initialize dma stateKeith Busch1-0/+1
4 daysdm pcache: fix segment info indexingLi Chen1-1/+4
4 daysdm pcache: fix cache info indexingLi Chen1-1/+4
4 daysdm-pcache: advance slot index before writing slotDongsheng Yang2-8/+8
4 daysdm raid: add documentation for takeover/reshape raid1 -> raid5 table line exa...Heinz Mauelshagen1-7/+73
4 daysdm log-writes: Add missing set_freezable() for freezable kthreadHaotian Zhang1-0/+1
4 daysdm-raid: fix possible NULL dereference with undefined raid typeAlexey Simakov1-0/+2
4 daysdm-snapshot: fix 'scheduling while atomic' on real-time kernelsMikulas Patocka2-40/+35
4 daysdm: ignore discard return valueChaitanya Kulkarni1-7/+5
4 daysMAINTAINERS: add Benjamin Marzinski as a device mapper maintainerMikulas Patocka1-0/+1
4 daysdm-mpath: Simplify the setup_scsi_dh codeBenjamin Marzinski1-38/+23
4 daysdm vdo: fix kerneldoc warningsMatthew Sakai20-169/+298
4 daysdm-bufio: align write boundary on physical block sizeMikulas Patocka1-4/+6
4 daysdm-crypt: enable DM_TARGET_ATOMIC_WRITESMikulas Patocka1-15/+24
4 daysdm: test for REQ_ATOMIC in dm_accept_partial_bio()Mikulas Patocka1-2/+7
4 daysdm-verity: remove useless mempoolMikulas Patocka2-10/+3
4 daysdm-verity: disable recursive forward error correctionMikulas Patocka3-7/+2
4 dayscrypto: arm64/ghash - Fix incorrect output from ghash-neonEric Biggers1-1/+1
4 daysALSA: hda: intel-dsp-config: Prefer legacy driver as fallbackTakashi Iwai1-1/+2
4 daysMerge branches 'fixes' and 'misc' into for-nextRussell King (Oracle)1-2/+2
4 daysARM: fix branch predictor hardeningRussell King (Oracle)2-14/+31
4 daysARM: fix hash_name() faultRussell King (Oracle)1-0/+35
4 daysARM: allow __do_kernel_fault() to report execution of memory faultsRussell King (Oracle)1-0/+2
4 daysrbd: stop selecting CRC32, CRYPTO, and CRYPTO_AESIlya Dryomov1-3/+0
4 daysceph: stop selecting CRC32, CRYPTO, and CRYPTO_AESEric Biggers1-3/+0
4 dayslibceph: make decode_pool() more resilient against corrupted osdmapsIlya Dryomov1-64/+52
4 dayslibceph: Amend checking to fix `make W=1` build breakageAndy Shevchenko1-2/+2
4 daysceph: Amend checking to fix `make W=1` build breakageAndy Shevchenko1-1/+1
4 daysceph: add trace points to the MDS clientMax Kellermann4-2/+259
4 dayslibceph: fix log output race condition in OSD clientSimon Buttgereit1-4/+2
4 daysblk-mq: delete task running check in blk_hctx_poll()Fengnan Chang1-10/+2
4 daysdrm/mgag200: Fix big-endian supportRené Rebe1-0/+25
4 daysMerge tag 'locking-futex-2025-12-10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-15/+567
4 daysMerge tag 'kbuild-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-1/+1
4 daysx86/fpu: Fix FPU state core dump truncation on CPUs with no extended xfeaturesYongxin Liu1-2/+2
4 daysMerge tag 'input-for-v6.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-445/+207
4 daysMerge tag 'trace-v6.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds2-0/+4
4 daysx86/boot/Documentation: Fix htmldocs build warning due to malformed table in ...Swaraj Gaikwad1-2/+2
4 dayspwm: th1520: Fix missing Kconfig dependenciesMichal Wilczynski1-0/+2
4 dayscpu: Make atomic hotplug callbacks run with interrupts disabled on UPsmp-urgent-2025-12-12smp/urgentSebastian Andrzej Siewior1-9/+16
4 daysblock: fix cached zone reports on devices with native zone appendJohannes Thumshirn1-1/+1
4 dayssmb: move file_notify_information to common/fscc.hChenXiaoSong2-11/+11
4 dayssmb: move SMB2 Notify Action Flags into common/smb2pdu.hChenXiaoSong2-9/+2
4 dayssmb: move notify completion filter flags into common/smb2pdu.hChenXiaoSong2-14/+1
4 dayssmb/client: add parentheses to NT error code definitions containing bitwise O...ChenXiaoSong1-506/+506
4 dayssmb: add documentation references for smb2 change notify definitionsChenXiaoSong2-2/+10
4 dayssmb/client: add 4 NT error code definitionsChenXiaoSong2-0/+9
4 dayssmb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong1-1/+1
4 dayssmb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong1-1/+1
4 dayssmb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong1-1/+1
4 daysMerge tag 'csky-for-linus-6.19' of https://github.com/c-sky/csky-linuxLinus Torvalds13-20/+21
4 daysirqchip/mchp-eic: Fix error code in mchp_eic_domain_alloc()irq-urgent-2025-12-12Dan Carpenter1-1/+1
4 dayssmb/server: add comment to FileSystemName of FileFsAttributeInformationChenXiaoSong1-0/+7
4 dayssmb/server: remove unused nterr.hChenXiaoSong3-545/+0
4 dayssmb/server: rename include guard in smb_common.hChenXiaoSong1-3/+3
4 daysMAINTAINERS: Add tracepoint-update.c to TRACING sectionSteven Rostedt1-0/+1
4 daysirqdomain: Delete irq_domain_add_tree()Andy Shevchenko2-20/+0
4 daystracing: Fix unused tracepoints when module uses only exported onesSteven Rostedt1-0/+3
5 daysgenirq: Allow NULL affinity for setup_percpu_irq()Marc Zyngier1-0/+3
5 daysASoC: amd: acp: update tdm channels for specific DAIHemalatha Pinnamreddy1-0/+2
5 daysio_uring: fix min_wait wakeups for SQPOLLJens Axboe1-0/+3
5 dayscrypto/arm64: sm4/xts - Merge ksimd scopes to reduce stack bloatArd Biesheuvel1-22/+20
5 dayscrypto/arm64: aes/xts - Use single ksimd scope to reduce stack bloatArd Biesheuvel2-62/+57
5 dayslib/crypto: blake2s: Replace manual unrolling with unrolled_fullEric Biggers1-22/+16
5 dayslib/crypto: blake2b: Roll up BLAKE2b round loop on 32-bitEric Biggers2-25/+20
5 dayslib/crypto: riscv: Depend on RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESSEric Biggers2-7/+14
5 dayslib/crypto: riscv/chacha: Avoid s0/fp registerVivian Wang1-3/+2
5 daysMerge tag 'i2c-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-111/+120
5 daysMerge tag 'platform-drivers-x86-v6.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds70-675/+7114
5 daysMerge tag 'pm-6.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds5-25/+8
5 daysMerge tag 'mips_6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds9-116/+178
5 dayslockref: add a __cond_lock annotation for lockref_put_or_lockChristoph Hellwig2-0/+3
5 daysMerge tag 'auto-type-conversion-for-v6.19-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds11-29/+46
5 daysmm/damon/tests/core-kunit: avoid damos_test_commit stack warningArnd Bergmann1-2/+7