index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: f_fs: restore ffs_func_disable() functionality
Tudor Ambarus
2024-08-07
1
-3
/
+3
*
Merge tag 'usb-serial-6.11-rc2' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2024-08-07
1
-0
/
+7
|
\
|
*
USB: serial: debug: do not echo input by default
Marek Marczykowski-Górecki
2024-07-31
1
-0
/
+7
*
|
usb: typec: tipd: Delete extra semi-colon
Harshit Mogalapalli
2024-07-31
1
-1
/
+1
*
|
usb: typec: tipd: Fix dereferencing freeing memory in tps6598x_apply_patch()
Harshit Mogalapalli
2024-07-31
1
-1
/
+1
*
|
usb: gadget: u_serial: Set start_delayed during suspend
Prashanth K
2024-07-31
1
-0
/
+1
*
|
usb: typec: tcpci: Fix error code in tcpci_check_std_output_cap()
Dan Carpenter
2024-07-31
1
-1
/
+1
*
|
usb: typec: fsa4480: Check if the chip is really there
Konrad Dybcio
2024-07-31
1
-0
/
+14
*
|
usb: gadget: core: Check for unset descriptor
Chris Wulff
2024-07-31
1
-6
/
+4
*
|
usb: vhci-hcd: Do not drop references before new references are gained
Oliver Neukum
2024-07-31
1
-3
/
+6
*
|
usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_...
Chris Wulff
2024-07-31
1
-8
/
+34
*
|
usb: gadget: midi2: Fix the response for FB info with block 0xff
Takashi Iwai
2024-07-31
1
-6
/
+15
*
|
dt-bindings: usb: microchip,usb2514: Add USB2517 compatible
Alexander Stein
2024-07-31
1
-0
/
+1
*
|
Merge tag 'usb-serial-6.11-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2024-07-31
9
-13
/
+9
|
\
\
|
|
/
|
/
|
|
*
USB: serial: garmin_gps: use struct_size() to allocate pkt
Javier Carrasco
2024-07-05
1
-2
/
+1
|
*
USB: serial: garmin_gps: annotate struct garmin_packet with __counted_by
Javier Carrasco
2024-07-05
1
-1
/
+1
|
*
USB: serial: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-07-05
7
-0
/
+7
|
*
USB: serial: spcp8x5: remove unused struct 'spcp8x5_usb_ctrl_arg'
Dr. David Alan Gilbert
2024-07-05
1
-10
/
+0
*
|
Linux 6.11-rc1
v6.11-rc1
Linus Torvalds
2024-07-28
1
-2
/
+2
*
|
Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-07-28
4
-4
/
+4
|
\
\
|
*
|
kbuild: Fix '-S -c' in x86 stack protector scripts
Nathan Chancellor
2024-07-28
2
-2
/
+2
|
*
|
kbuild: rpm-pkg: ghost modules.weakdep file
Jose Ignacio Tornos Martinez
2024-07-28
1
-1
/
+1
|
*
|
kbuild: rpm-pkg: Fix C locale setup
Petr Vorel
2024-07-24
1
-1
/
+1
*
|
|
minmax: simplify and clarify min_t()/max_t() implementation
Linus Torvalds
2024-07-28
1
-8
/
+11
*
|
|
minmax: add a few more MIN_T/MAX_T users
Linus Torvalds
2024-07-28
7
-10
/
+10
*
|
|
Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2024-07-28
21
-214
/
+135
|
\
\
\
|
*
|
|
ubi: Fix ubi_init() ubiblock_exit() section mismatch
Richard Weinberger
2024-07-28
1
-1
/
+1
|
*
|
|
ubifs: add check for crypto_shash_tfm_digest
Chen Ni
2024-07-12
1
-1
/
+4
|
*
|
|
ubifs: Fix inconsistent inode size when powercut happens during appendant wri...
Zhihao Cheng
2024-07-12
1
-1
/
+1
|
*
|
|
ubi: block: fix null-pointer-dereference in ubiblock_create()
Li Nan
2024-07-12
1
-3
/
+4
|
*
|
|
ubifs: fix kernel-doc warnings
Jeff Johnson
2024-07-12
6
-6
/
+10
|
*
|
|
ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarity
ZhaoLong Wang
2024-07-12
6
-18
/
+12
|
*
|
|
mtd: ubi: Restore missing cleanup on ubi_init() failure path
Ben Hutchings
2024-07-12
1
-1
/
+4
|
*
|
|
ubifs: dbg_orphan_check: Fix missed key type checking
Zhihao Cheng
2024-07-12
1
-2
/
+6
|
*
|
|
ubifs: Fix unattached inode when powercut happens in creating
Zhihao Cheng
2024-07-12
3
-26
/
+51
|
*
|
|
ubifs: Fix space leak when powercut happens in linking tmpfile
Zhihao Cheng
2024-07-12
4
-17
/
+15
|
*
|
|
ubifs: Move ui->data initialization after initializing security
Zhihao Cheng
2024-07-12
1
-8
/
+10
|
*
|
|
ubifs: Fix adding orphan entry twice for the same inode
Zhihao Cheng
2024-07-12
1
-1
/
+1
|
*
|
|
ubifs: Remove insert_dead_orphan from replaying orphan process
Zhihao Cheng
2024-07-12
1
-49
/
+0
|
*
|
|
Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path"
Zhihao Cheng
2024-07-12
1
-2
/
+0
|
*
|
|
ubifs: Don't add xattr inode into orphan area
Zhihao Cheng
2024-07-12
2
-74
/
+14
|
*
|
|
ubifs: Fix unattached xattr inode if powercut happens after deleting
Zhihao Cheng
2024-07-12
1
-7
/
+4
|
*
|
|
mtd: ubi: avoid expensive do_div() on 32-bit machines
Arnd Bergmann
2024-07-12
1
-3
/
+3
|
*
|
|
mtd: ubi: make ubi_class constant
Ricardo B. Marliere
2024-07-12
2
-2
/
+2
|
*
|
|
ubi: eba: properly rollback inside self_check_eba
Fedor Pchelkin
2024-07-12
1
-1
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'v6.11-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb...
Linus Torvalds
2024-07-28
5
-495
/
+2274
|
\
\
\
|
*
|
|
tools/power turbostat: version 2024.07.26
Len Brown
2024-07-26
1
-53
/
+52
|
*
|
|
tools/power turbostat: Include umask=%x in perf counter's config
Patryk Wlazlyn
2024-07-26
1
-10
/
+50
|
*
|
|
tools/power turbostat: Document PMT in turbostat.8
Patryk Wlazlyn
2024-07-26
1
-0
/
+65
|
*
|
|
tools/power turbostat: Add MTL's PMT DC6 builtin counter
Patryk Wlazlyn
2024-07-26
1
-1
/
+69
[next]