summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | usb: dwc3: gadget: Add 1ms delay after end transfer command without IOCWesley Cheng2023-03-091-3/+11
| * | usb: dwc3: Fix a typo in field nameVincenzo Palazzo2023-03-091-1/+1
| * | usb: ucsi_acpi: Increase the command completion timeoutHans de Goede2023-03-091-1/+1
| * | usb: ucsi: Fix ucsi->connector raceHans de Goede2023-03-091-13/+9
| * | usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()Hans de Goede2023-03-091-5/+6
| |/
* | Merge tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-03-262-11/+47
|\ \
| * | sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2023-03-212-11/+47
* | | Merge tag 'perf_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-03-261-2/+1
|\ \ \
| * | | perf/x86/amd/core: Always clear status for idxBreno Leitao2023-03-211-2/+1
| |/ /
* | | Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-03-263-2/+6
|\ \ \
| * | | entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-upFrederic Weisbecker2023-03-211-1/+2
| * | | entry: Fix noinstr warning in __enter_from_user_mode()Josh Poimboeuf2023-03-213-1/+4
| |/ /
* | | Merge tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-263-19/+126
|\ \ \
| * | | selftests/x86/amx: Add a ptrace testChang S. Bae2023-03-221-3/+105
| * | | x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf()Chang S. Bae2023-03-221-16/+14
| * | | x86/mm: Do not shuffle CPU entry areas without KASLRMichal Koutný2023-03-221-0/+7
* | | | Merge tag 'smb3-client-fixes-6.3-rc3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-03-2615-92/+221
|\ \ \ \
| * | | | smb3: fix unusable share after force unmount failureSteve French2023-03-244-13/+11
| * | | | cifs: fix dentry lookups in directory handle cachePaulo Alcantara2023-03-241-2/+34
| * | | | smb3: lower default deferred close timeout to address perf regressionSteve French2023-03-241-1/+1
| * | | | cifs: fix missing unload_nls() in smb2_reconnect()Paulo Alcantara2023-03-241-3/+3
| * | | | cifs: avoid race conditions with parallel reconnectsShyam Prasad N2023-03-243-33/+76
| * | | | cifs: append path to open_enter trace eventShyam Prasad N2023-03-246-6/+25
| * | | | cifs: print session id while listing open filesShyam Prasad N2023-03-231-2/+3
| * | | | cifs: dump pending mids for all channels in DebugDataShyam Prasad N2023-03-231-14/+27
| * | | | cifs: empty interface list when server doesn't support query interfacesShyam Prasad N2023-03-231-1/+1
| * | | | cifs: do not poll server interfaces too regularlyShyam Prasad N2023-03-231-0/+14
| * | | | cifs: lock chan_lock outside match_sessionShyam Prasad N2023-03-231-6/+7
| * | | | cifs: check only tcon status on tcon related functionsShyam Prasad N2023-03-174-11/+19
* | | | | Merge tag 'nfsd-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-251-5/+5
|\ \ \ \ \
| * | | | | SUNRPC: Fix a crash in gss_krb5_checksum()Chuck Lever2023-03-221-5/+5
* | | | | | Merge tag 'xfs-6.3-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-03-252-5/+10
|\ \ \ \ \ \
| * | | | | | xfs: fix mismerged tracepointsDarrick J. Wong2023-03-241-4/+4
| * | | | | | xfs: clear incore AGFL_RESET state if it's not neededDarrick J. Wong2023-03-241-0/+2
| * | | | | | xfs: pass the correct cursor to xfs_iomap_prealloc_sizeDarrick J. Wong2023-03-241-1/+4
* | | | | | | Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-03-256-34/+77
|\| | | | | |
| * | | | | | pcpcntr: remove percpu_counter_sum_all()Dave Chinner2023-03-192-35/+11
| * | | | | | fork: remove use of percpu_counter_sum_allDave Chinner2023-03-191-5/+0
| * | | | | | pcpcntrs: fix dying cpu summation raceDave Chinner2023-03-191-3/+12
| * | | | | | cpumask: introduce for_each_cpu_orDave Chinner2023-03-193-0/+63
* | | | | | | Merge tag 'xfs-6.3-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-03-256-1/+722
|\| | | | | |
| * | | | | | xfs: test dir/attr hash when loading moduleDarrick J. Wong2023-03-194-0/+680
| * | | | | | xfs: add tracepoints for each of the externally visible allocatorsDarrick J. Wong2023-03-192-0/+24
| * | | | | | xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_agsDarrick J. Wong2023-03-191-1/+5
| * | | | | | xfs: try to idiot-proof the allocatorsDarrick J. Wong2023-03-161-0/+13
* | | | | | | Merge tag 'hwmon-for-v6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-03-254-11/+22
|\ \ \ \ \ \ \
| * | | | | | | hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCsFrank Crawford2023-03-221-1/+3
| * | | | | | | hwmon: (xgene) Fix ioremap and memremap leakTianyi Jing2023-03-211-7/+7
| * | | | | | | hwmon: fix potential sensor registration fail if of_node is missingPhinex Hung2023-03-211-2/+5
| * | | | | | | hwmon: (peci/cputemp) Fix miscalculated DTS for SKXIwona Winiarska2023-03-211-1/+7
| | |_|_|_|/ / | |/| | | | |