aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-11-26Linux 6.7-rc3HEADv6.7-rc3masterLinus Torvalds1-1/+1
2023-11-26Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-48/+31
2023-11-26Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-34/+43
2023-11-26Merge tag 'x86-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-48/+37
2023-11-26Merge tag 'perf-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-11-26Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2023-11-26Merge tag '6.7-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-375/+314
2023-11-25Merge tag 'usb-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds29-2245/+175
2023-11-25Merge tag 'xfs-6.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-5/+21
2023-11-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-8/+20
2023-11-25Merge tag 'for-linus-6.7a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-2/+4
2023-11-25parisc: Reduce size of the bug_table on 64-bit kernel by halfHelge Deller2-19/+22
2023-11-25parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller3-10/+0
2023-11-25parisc: Use natural CPU alignment for bug_tableHelge Deller1-12/+18
2023-11-25parisc: Ensure 32-bit alignment on parisc unwind sectionHelge Deller1-0/+1
2023-11-25parisc: Mark lock_aligned variables 16-byte aligned on SMPHelge Deller1-1/+1
2023-11-25parisc: Mark jump_table naturally alignedHelge Deller1-2/+6
2023-11-25parisc: Mark altinstructions read-only and 32-bit alignedHelge Deller1-3/+6
2023-11-25parisc: Mark ex_table entries 32-bit aligned in uaccess.hHelge Deller1-0/+1
2023-11-25parisc: Mark ex_table entries 32-bit aligned in assembly.hHelge Deller1-0/+1
2023-11-24Merge tag 's390-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds5-10/+7
2023-11-24Merge tag 'acpi-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds5-2/+23
2023-11-24Merge tag 'pm-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2023-11-24Merge tag 'afs-fixes-20231124' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-3/+18
2023-11-24Merge branches 'acpi-video' and 'acpi-processor' into acpiRafael J. Wysocki4-2/+16
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-58/+121
2023-11-24Merge tag 'drm-fixes-2023-11-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds16-78/+138
2023-11-24Merge tag 'usb-serial-6.7-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman251-3262/+4004
2023-11-24afs: Mark a superblock for an R/O or Backup volume as SB_RDONLYDavid Howells1-1/+3
2023-11-24afs: Fix file locking on R/O volumes to operate in local modeDavid Howells1-0/+2
2023-11-24afs: Return ENOENT if no cell DNS record can be foundDavid Howells1-0/+10
2023-11-24lockdep: Fix block chain corruptionPeter Zijlstra1-1/+2
2023-11-23Merge tag 'ata-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-0/+3
2023-11-23Merge tag 'block-6.7-2023-11-23' of git://git.kernel.dk/linuxLinus Torvalds25-148/+210
2023-11-23Merge tag 'io_uring-6.7-2023-11-23' of git://git.kernel.dk/linuxLinus Torvalds2-2/+2
2023-11-23Merge tag 'for-linus-2023112301' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-22/+74
2023-11-24Merge tag 'drm-intel-fixes-2023-11-23' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-22/+9
2023-11-24Merge tag 'drm-misc-fixes-2023-11-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-46/+113
2023-11-24Merge tag 'drm-msm-fixes-2023-11-21' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie6-10/+16
2023-11-23arm64: add dependency between vmlinuz.efi and ImageMasahiro Yamada1-1/+1
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds72-667/+1429
2023-11-23smb: client: introduce cifs_sfu_make_node()Paulo Alcantara3-120/+52
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara8-61/+116
2023-11-23smb: client: introduce ->parse_reparse_point()Paulo Alcantara4-42/+56
2023-11-23smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara5-175/+113
2023-11-23cifs: fix use after free for iface while disabling secondary channelsRitvik Budhiraja1-1/+1
2023-11-23USB: serial: option: add Luat Air72*U series productsAsuna Yang1-0/+3
2023-11-23tools: ynl: fix duplicate op name in devlinkJakub Kicinski2-1/+7
2023-11-23tools: ynl: fix header path for nfsdJakub Kicinski1-1/+1
2023-11-23net: ipa: fix one GSI register field widthAlex Elder1-1/+1
2023-11-23tls: fix NULL deref on tls_sw_splice_eof() with empty recordJann Horn1-0/+3
2023-11-23net: axienet: Fix check for partial TX checksumSamuel Holland1-1/+1
2023-11-23vsock/test: fix SEQPACKET message bounds testArseniy Krasnov1-6/+13
2023-11-23i40e: Fix adding unsupported cloud filtersIvan Vecera1-7/+9
2023-11-23Merge branch 'ice-restore-timestamp-config-after-reset'Paolo Abeni5-82/+83
2023-11-23ice: restore timestamp configuration after device resetJacob Keller3-40/+51
2023-11-23ice: unify logic for programming PFINT_TSYN_MSKJacob Keller1-26/+34
2023-11-23ice: remove ptp_tx ring parameter flagJacob Keller3-18/+0
2023-11-23kselftest/arm64: Fix output formatting for za-forkMark Brown1-1/+1
2023-11-23Merge branch 'amd-xgbe-fixes-to-handle-corner-cases'Paolo Abeni3-4/+35
2023-11-23amd-xgbe: propagate the correct speed and duplex statusRaju Rangoju1-3/+8
2023-11-23amd-xgbe: handle the corner-case during tx completionRaju Rangoju1-0/+14
2023-11-23amd-xgbe: handle corner-case during sfp hotplugRaju Rangoju1-1/+13
2023-11-23net: veth: fix ethtool stats reportingLorenzo Bianconi1-1/+1
2023-11-23octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx ...Suman Ghosh1-1/+19
2023-11-23arm/xen: fix xen_vcpu_info allocation alignmentStefano Stabellini1-1/+2
2023-11-23net: usb: qmi_wwan: claim interface 4 for ZTE MF290Lech Perczak1-0/+1
2023-11-22nvme: tcp: fix compile-time checks for TLS modeArnd Bergmann1-17/+14
2023-11-22nvme: target: fix Kconfig select statementsArnd Bergmann1-2/+2
2023-11-22nvme: target: fix nvme_keyring_id() referencesArnd Bergmann1-1/+1
2023-11-22MAINTAINERS: TRACING: Add Mathieu Desnoyers as ReviewerMathieu Desnoyers1-0/+1
2023-11-22eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)1-0/+4
2023-11-22eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)1-9/+4
2023-11-22eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)1-14/+2
2023-11-22eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)1-2/+2
2023-11-22arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=yWill Deacon2-6/+18
2023-11-22Merge tag 'loongarch-fixes-6.7-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-30/+34
2023-11-22xfs: dquot recovery does not validate the recovered dquotDarrick J. Wong1-0/+14
2023-11-22xfs: clean up dqblk extractionDarrick J. Wong2-5/+7
2023-11-22Merge tag 'hyperv-fixes-signed-20231121' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-15/+39
2023-11-22asm-generic: qspinlock: fix queued_spin_value_unlocked() implementationLinus Torvalds1-1/+1
2023-11-22Merge tag 'nvme-6.7-2023-11-22' of git://git.infradead.org/nvme into block-6.7Jens Axboe8-22/+37
2023-11-22nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke4-12/+11
2023-11-22scripts/checkstack.pl: match all stack sizes for s390Heiko Carstens1-2/+1
2023-11-22s390: remove odd commentHeiko Carstens1-1/+0
2023-11-22s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init()Mikhail Zaslonko1-0/+1
2023-11-22s390/pai: cleanup event initializationThomas Richter2-7/+5
2023-11-22USB: dwc3: qcom: fix ACPI platform device leakJohan Hovold1-7/+30
2023-11-22USB: dwc3: qcom: fix software node leak on probe errorsJohan Hovold1-5/+8
2023-11-22USB: dwc3: qcom: fix resource leaks on probe deferralJohan Hovold1-3/+6
2023-11-22USB: dwc3: qcom: simplify wakeup interrupt setupJohan Hovold1-8/+4
2023-11-22USB: dwc3: qcom: fix wakeup after probe deferralJohan Hovold1-4/+4
2023-11-22dt-bindings: usb: qcom,dwc3: fix example wakeup interrupt typesJohan Hovold1-2/+2
2023-11-22usb: misc: onboard-hub: add support for Microchip USB5744Stefan Eichenberger2-0/+9
2023-11-22dt-bindings: usb: microchip,usb5744: Add second supplyStefan Eichenberger1-1/+6
2023-11-22Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"Heiner Kallweit1-3/+1
2023-11-22usb: misc: ljca: Fix enumeration error on Dell Latitude 9420Hans de Goede1-1/+2
2023-11-22net/smc: avoid data corruption caused by declineD. Wythe1-2/+6
2023-11-22nfc: virtual_ncidev: Add variable to check if ndev is runningNguyen Dinh Phi1-1/+6
2023-11-22HID: multitouch: Add quirk for HONOR GLO-GXXX touchpadAoba K1-0/+5
2023-11-22HID: hid-asus: reset the backlight brightness level on resumeDenis Benato1-0/+19
2023-11-22HID: hid-asus: add const to read-only outgoing usb bufferDenis Benato1-4/+4
2023-11-22USB: serial: option: add Fibocom L7xx modulesVictor Fragoso1-0/+1
2023-11-22x86/hyperv: Use atomic_try_cmpxchg() to micro-optimize hv_nmi_unknown()Uros Bizjak1-1/+4
2023-11-21dpll: Fix potential msg memleak when genlmsg_put_reply failedHao Ge1-5/+12
2023-11-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski18-416/+1043
2023-11-21docs: netdev: try to guide people on dealing with silenceJakub Kicinski1-3/+17
2023-11-21net: usb: ax88179_178a: fix failed operations during ax88179_resetJose Ignacio Tornos Martinez1-2/+2
2023-11-21nouveau/gsp: allocate enough space for all channel ids.Dave Airlie1-1/+1
2023-11-21Merge tag 'platform-drivers-x86-v6.7-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5-56/+20
2023-11-21Merge tag 'erofs-for-6.7-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-66/+44
2023-11-21drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel HFP and HBPCong Yang1-4/+4
2023-11-21x86/microcode: Rework early revisions reportingBorislav Petkov (AMD)4-44/+37
2023-11-21x86/microcode: Remove the driver announcement and versionBorislav Petkov (AMD)1-4/+0
2023-11-21nbd: pass nbd_sock to nbd_read_reply() instead of indexLi Nan1-13/+22
2023-11-21USB: xhci-plat: fix legacy PHY double initJohan Hovold1-20/+30
2023-11-21usb: typec: tipd: Supply also I2C driver dataHeikki Krogerus1-2/+5
2023-11-21usb: xhci-mtk: fix in-ep's start-split check failureChunfeng Yun2-3/+12
2023-11-21usb: dwc3: set the dma max_seg_sizeRicardo Ribalda1-0/+2
2023-11-21usb: config: fix iteration issue in 'usb_get_bos_descriptor()'Niklas Neronin1-1/+2
2023-11-21usb: dwc3: add missing of_node_put and platform_device_putStanley Chang1-1/+7
2023-11-21USB: dwc2: write HCINT with INTMASK appliedOliver Neukum1-8/+7
2023-11-21usb: misc: ljca: Drop _ADR support to get ljca children devicesWentong Wu1-12/+2
2023-11-21usb: cdnsp: Fix deadlock issue during using NCM gadgetPawel Laszczak1-0/+3
2023-11-21usb: typec: tcpm: Fix sink caps op current checkBadhri Jagan Sridharan1-1/+2
2023-11-21usb: dwc3: Fix default mode initializationAlexander Stein1-1/+1
2023-11-21USB: typec: tps6598x: Fix a memory leak in an error handling pathChristophe JAILLET1-3/+4
2023-11-21usb: typec: tcpm: Skip hard reset when in error recoveryBadhri Jagan Sridharan1-0/+9
2023-11-21dt-bindings: usb: hcd: add missing phy name to exampleJohan Hovold1-1/+1
2023-11-21MAINTAINERS: Add indirect_call_wrapper.h to NETWORKING [GENERAL]Simon Horman1-0/+1
2023-11-21Revert "HID: logitech-dj: Add support for a new lightspeed receiver iteration"Jiri Kosina2-9/+3
2023-11-21USB: serial: option: fix FM101R-GL definesPuliang Lu1-2/+2
2023-11-21USB: serial: option: don't claim interface 4 for ZTE MF290Lech Perczak1-1/+2
2023-11-21perf/x86/intel: Correct incorrect 'or' operation for PMU capabilitiesDapeng Mi1-1/+1
2023-11-21Merge branch 'hv_netvsc-fix-race-of-netvsc-vf-register-and-slave-bit'Paolo Abeni1-21/+45
2023-11-21hv_netvsc: Mark VF as slave before exposing it to user-modeLong Li1-9/+23
2023-11-21hv_netvsc: Fix race of register_netdevice_notifier and VF registerHaiyang Zhang1-2/+7
2023-11-21hv_netvsc: fix race of netvsc and VF register_netdeviceHaiyang Zhang1-10/+15
2023-11-21ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan1-1/+1
2023-11-21HID: add ALWAYS_POLL quirk for Apple kbOliver Neukum1-0/+1
2023-11-21drm/ast: Disconnect BMC if physical connector is connectedThomas Zimmermann2-8/+67
2023-11-21HID: glorious: fix Glorious Model I HID reportBrett Raye2-6/+21
2023-11-21HID: fix HID device resource race between HID core and debugging supportCharles Yi3-2/+16
2023-11-21HID: apple: add Jamesdonkey and A3R to non-apple keyboards listYihong Cao1-0/+2
2023-11-21HID: mcp2221: Allow IO to start during probeHamish Martin1-0/+2
2023-11-21HID: mcp2221: Set driver data before I2C adapter addHamish Martin1-1/+1
2023-11-21accel/ivpu/37xx: Fix hangs related to MMIO resetJacek Lawrynowicz1-24/+22
2023-11-21platform/x86: intel_telemetry: Fix kernel doc descriptionsAndy Shevchenko1-2/+2
2023-11-21MAINTAINERS: Drop Mark Gross as maintainer for x86 platform driversHans de Goede1-3/+0
2023-11-21Merge tag 'thunderbolt-for-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1763-38564/+40895
2023-11-21Docs/zh_CN/LoongArch: Update links in LoongArch introduction.rstYanteng Si1-2/+2
2023-11-21Docs/LoongArch: Update links in LoongArch introduction.rstYanteng Si1-2/+2
2023-11-21LoongArch: Implement constant timer shutdown interfaceBibo Mao1-14/+9
2023-11-21LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPLHuacai Chen1-2/+2
2023-11-21LoongArch: Silence the boot warning about 'nokaslr'Huacai Chen1-0/+8
2023-11-21LoongArch: Add __percpu annotation for __percpu_read()/__percpu_write()Huacai Chen1-6/+5
2023-11-21LoongArch: Record pc instead of offset in la_abs relocationWANG Rui3-4/+3
2023-11-21LoongArch: Explicitly set -fdirect-access-external-data for vmlinuxWANG Rui1-0/+1
2023-11-21LoongArch: Add dependency between vmlinuz.efi and vmlinux.efiMasahiro Yamada1-0/+2
2023-11-20Merge branch 'verify-callbacks-as-if-they-are-called-unknown-number-of-times'Alexei Starovoitov10-217/+709
2023-11-20selftests/bpf: check if max number of bpf_loop iterations is trackedEduard Zingerman1-0/+75
2023-11-20bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman3-12/+53
2023-11-20selftests/bpf: test widening for iterating callbacksEduard Zingerman1-0/+20
2023-11-20bpf: widening for callback iteratorsEduard Zingerman1-2/+22
2023-11-20selftests/bpf: tests for iterating callbacksEduard Zingerman2-0/+149
2023-11-20bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman5-113/+240
2023-11-20bpf: extract setup_func_entry() utility functionEduard Zingerman1-36/+48
2023-11-20bpf: extract __check_reg_arg() utility functionEduard Zingerman1-6/+13
2023-11-20selftests/bpf: fix bpf_loop_bench for new callback verification schemeEduard Zingerman1-5/+8
2023-11-20selftests/bpf: track string payload offset as scalar in strobemetaEduard Zingerman1-30/+48
2023-11-20selftests/bpf: track tcp payload offset as scalar in xdp_synproxyEduard Zingerman1-32/+52
2023-11-20eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)1-13/+6
2023-11-20eventfs: Remove expectation that ei->is_freed means ei->dentry == NULLSteven Rostedt (Google)1-10/+12
2023-11-20io_uring: fix off-by one bvec indexKeith Busch1-1/+1
2023-11-20s390/dasd: protect device queue against concurrent accessJan Höppner1-11/+13
2023-11-20s390/dasd: resolve spelling mistakeMuhammad Muzammil1-1/+1
2023-11-20Merge branch 'bpf_redirect_peer fixes'Martin KaFai Lau8-199/+334
2023-11-20selftests/bpf: Add netkit to tc_redirect selftestDaniel Borkmann1-0/+52
2023-11-20selftests/bpf: De-veth-ize the tc_redirect test caseDaniel Borkmann1-126/+137
2023-11-20bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann3-6/+21
2023-11-20bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye2-0/+9
2023-11-20veth: Use tstats per-CPU traffic countersPeilin Ye1-19/+11
2023-11-20netkit: Add tstats per-CPU traffic countersDaniel Borkmann1-1/+18
2023-11-20net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann4-30/+69
2023-11-20net, vrf: Move dstats structure to coreDaniel Borkmann2-17/+17
2023-11-20block/null_blk: Fix double blk_mq_start_request() warningChengming Zhou1-12/+13
2023-11-20nvmet-tcp: always initialize tls_handshake_tmo_workHannes Reinecke1-1/+3
2023-11-20nvmet: nul-terminate the NQNs passed in the connect commandChristoph Hellwig1-0/+4
2023-11-20nvme: blank out authentication fabrics options if not configuredHannes Reinecke1-0/+2
2023-11-20nvme: catch errors from nvme_configure_metadata()Hannes Reinecke1-6/+13
2023-11-20nvme-tcp: only evaluate 'tls' option if TLS is selectedHannes Reinecke1-1/+1
2023-11-20nvme-auth: set explanation code for failure2 msgsMark O'Donovan1-0/+2
2023-11-20nvme-auth: unlock mutex in one place onlyMark O'Donovan1-2/+1
2023-11-20block: Remove blk_set_runtime_active()Damien Le Moal2-29/+5
2023-11-20nbd: fix null-ptr-dereference while accessing 'nbd->config'Li Nan1-1/+17
2023-11-20nbd: factor out a helper to get nbd_config without holding 'config_lock'Li Nan1-8/+19
2023-11-20nbd: fold nbd config initialization into nbd_alloc_config()Li Nan1-22/+19
2023-11-20PM: tools: Fix sleepgraph syntax errorDavid Woodhouse1-1/+1
2023-11-20Merge tag 'md-fixes-20231120' of https://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe1-1/+2
2023-11-20ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVAHans de Goede1-0/+7