aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/error-inject: convert to DEFINE_SEQ_ATTRIBUTEwuchi2022-06-161-13/+3
* checkpatch: fix incorrect camelcase detection on numeric constantAntonio Borneo2022-06-161-1/+1
* selftests/filesystems: add a vfat RENAME_EXCHANGE testJavier Martinez Canillas2022-06-167-0/+132
* fat: add renameat2 RENAME_EXCHANGE flag supportJavier Martinez Canillas2022-06-161-1/+122
* fat: factor out reusable code in vfat_rename() as helper functionsOGAWA Hirofumi2022-06-161-32/+57
* fat: add a vfat_rename2() and make existing .rename callback a helperJavier Martinez Canillas2022-06-161-7/+14
* squashfs: don't use intermediate buffer if pages missingPhillip Lougher2022-06-161-63/+12
* squashfs: extend "page actor" to handle missing pagesPhillip Lougher2022-06-1610-31/+126
* delayacct: remove some unused variablescxbing2022-06-161-4/+0
* kexec_file: increase maximum file size to 4GPasha Tatashin2022-06-161-3/+7
* fs/kernel_read_file: allow to read files up-to ssize_tPasha Tatashin2022-06-163-35/+36
* include/uapi/linux/swab.h: move explicit cast outside ternaryJustin Stitt2022-06-161-3/+3
* lib/btree: simplify btree_{lookup|update}wuchi2022-06-161-17/+13
* ia64: fix sparse warnings with cmpxchg() & xchg()Luc Van Oostenryck2022-06-161-14/+14
* include/linux/rbtree.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-06-161-1/+1
* lib/flex_proportions.c: remove local_irq_ops in fprop_new_period()wuchi2022-06-161-8/+2
* lib/list_debug.c: Detect uninitialized listsGuenter Roeck2022-06-161-2/+10
* ocfs2: kill EBUSY from dlmfs_evict_inodeJunxiao Bi2022-06-161-3/+11
* profiling: fix shift too large makes kernel panicChen Zhongjin2022-06-161-0/+7
* checkpatch: add XA_STATE and XA_STATE_ORDER to the macro declaration listJoe Perches2022-06-161-1/+2
* Linux 5.19-rc2Linus Torvalds2022-06-121-1/+1
* Merge tag 'platform-drivers-x86-v5.19-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-06-128-14/+35
|\
| * platform/x86/intel: hid: Add Surface Go to VGBS allow listDuke Lee2022-06-121-0/+6
| * platform/x86: hp-wmi: Use zero insize parameter only when supportedBedant Patnaik2022-06-121-8/+15
| * platform/x86: hp-wmi: Resolve WMI query failures on some devicesJorge Lopez2022-06-121-2/+4
| * platform/x86: gigabyte-wmi: Add support for B450M DS3H-CFAugust Wikerfors2022-06-101-0/+1
| * platform/x86: gigabyte-wmi: Add Z690M AORUS ELITE AX DDR4 supportPiotr Chmura2022-06-101-0/+1
| * platform/x86: barco-p50-gpio: Add check for platform_driver_registerJiasheng Jiang2022-06-101-1/+4
| * platform/x86/intel: pmc: Support Intel Raptorlake PGeorge D Sworo2022-06-101-0/+1
| * platform/x86/intel: Fix pmt_crashlog array referenceDavid Arcari2022-06-101-1/+1
| * platform/mellanox: Add static in struct declaration.Michael Shych2022-06-101-1/+1
| * platform/mellanox: Spelling s/platfom/platform/Geert Uytterhoeven2022-06-101-1/+1
* | Merge tag 'wq-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-123-17/+73
|\ \
| * | workqueue: Switch to new kerneldoc syntax for named variable macro argumentJonathan Neuschäfer2022-06-111-1/+1
| * | workqueue: Fix type of cpu in trace eventWonhyuk Yang2022-06-071-4/+4
| * | workqueue: Wrap flush_workqueue() using a macroTetsuo Handa2022-06-072-12/+68
* | | Merge tag 'kbuild-fixes-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-125-23/+40
|\ \ \
| * | | scripts/gdb: change kernel config dumping methodKuan-Ying Lee2022-06-111-3/+3
| * | | scripts/check-local-export: avoid 'wait $!' for process substitutionMasahiro Yamada2022-06-102-15/+33
| * | | scripts/nsdeps: adjust to the format change of *.mod filesMasahiro Yamada2022-06-081-3/+2
| * | | kbuild: avoid regex RS for POSIX awkKevin Locke2022-06-081-2/+2
| | |/ | |/|
* | | Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-06-126-14/+29
|\ \ \
| * | | cifs: populate empty hostnames for extra channelsShyam Prasad N2022-06-102-1/+8
| * | | cifs: return errors during session setup during reconnectsShyam Prasad N2022-06-061-0/+3
| * | | cifs: fix reconnect on smb3 mount typesPaulo Alcantara2022-06-063-13/+18
| |/ /
* | | Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-129-62/+71
|\ \ \
| * | | wireguard: selftests: use maximum cpu features and allow rng seedingJason A. Donenfeld2022-06-113-15/+19
| * | | random: remove rng_has_arch_random()Jason A. Donenfeld2022-06-103-16/+1
| * | | random: credit cpu and bootloader seeds by defaultJason A. Donenfeld2022-06-101-19/+31
| * | | random: do not use jump labels before they are initializedJason A. Donenfeld2022-06-101-1/+10