summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-27net/mlx5e: Rewrite IPsec vs. TC block interfaceLeon Romanovsky
2023-08-27net/mlx5: Drop extra layer of locks in IPsecLeon Romanovsky
2023-08-27devlink: Expose port function commands to control IPsec packet offloadsDima Chumak
2023-08-27devlink: Expose port function commands to control IPsec crypto offloadsDima Chumak
2023-08-28i3c: master: Fix SETDASA processAniket
2023-08-28dt-bindings: i3c: Fix description for assigned-addressAniket
2023-08-28i3c: master: svc: Describe member 'saved_regs'Miquel Raynal
2023-08-28rtc: twl: add NVRAM supportLadislav Michl
2023-08-28rtc: pcf85363: Allow to wake up system without IRQMike Looijmans
2023-08-28rtc: m48t86: add DT support for m48t86Nikita Shubin
2023-08-28dt-bindings: rtc: Add ST M48T86Nikita Shubin
2023-08-27rtc: pcf2127: remove useless checkAlexandre Belloni
2023-08-27rtc: rzn1: Report maximum alarm limit to rtc coreGuenter Roeck
2023-08-27rtc: ds1305: Report maximum alarm limit to rtc coreGuenter Roeck
2023-08-27rtc: tps6586x: Report maximum alarm limit to rtc coreGuenter Roeck
2023-08-27rtc: cmos: Report supported alarm limit to rtc infrastructureGuenter Roeck
2023-08-27rtc: cros-ec: Detect and report supported alarm window sizeGuenter Roeck
2023-08-27rtc: Add support for limited alarm timer offsetsGuenter Roeck
2023-08-27Linux 6.5v6.5Linus Torvalds
2023-08-27rtc: isl1208: Fix incorrect logic in isl1208_set_xtoscb()Biju Das
2023-08-27MAINTAINERS: remove obsolete pattern in RTC SUBSYSTEM sectionLukas Bulwahn
2023-08-27dt-bindings: PCI: qcom: Fix SDX65 compatibleKrzysztof Kozlowski
2023-08-27ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li
2023-08-27libfs: remove redundant checks of s_encodingEric Biggers
2023-08-27ext4: remove redundant checks of s_encodingEric Biggers
2023-08-27ext4: reject casefold inode flag without casefold featureEric Biggers
2023-08-27ext4: use LIST_HEAD() to initialize the list_head in mballoc.cRuan Jinjie
2023-08-27ext4: do not mark inode dirty every time when appending using delallocLiu Song
2023-08-27ext4: rename s_error_work to s_sb_upd_workTheodore Ts'o
2023-08-27ext4: add periodic superblock update checkVitaliy Kuznetsov
2023-08-27ext4: drop dio overwrite only flag and associated warningBrian Foster
2023-08-27ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian
2023-08-27ext4: remove unused function declarationCai Xinchen
2023-08-27ext4: mballoc: avoid garbage value from errSu Hui
2023-08-27ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple()Lu Hongfei
2023-08-27ext4: change the type of blocksize in ext4_mb_init_cache()Lu Hongfei
2023-08-27ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng
2023-08-27jbd2: correct the end of the journal recovery scan rangeZhang Yi
2023-08-27ext4: ext4_get_{dev}_journal return proper error valueZhang Yi
2023-08-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-08-27parisc: led: Fix LAN receive and transmit LEDsHelge Deller
2023-08-27Merge tag 'usb-serial-6.6-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2023-08-27tty: shrink the size of struct tty_struct by 40 bytesGreg Kroah-Hartman
2023-08-27tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()Jiri Slaby (SUSE)
2023-08-27tty: n_tty: extract ECHO_OP processing to a separate functionJiri Slaby (SUSE)
2023-08-27tty: n_tty: unify counts to size_tJiri Slaby (SUSE)
2023-08-27tty: n_tty: use u8 for chars and flagsJiri Slaby (SUSE)
2023-08-27tty: n_tty: simplify chars_in_buffer()Jiri Slaby (SUSE)
2023-08-27tty: n_tty: remove unsigned char casts from character constantsJiri Slaby (SUSE)
2023-08-27tty: n_tty: move newline handling to a separate functionJiri Slaby (SUSE)