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
...
|
|
*
|
|
KVM: arm64: vgic-its: Add error handling in vgic_its_cache_translation
Keisuke Nishimura
2024-12-04
1
-1
/
+11
|
|
*
|
|
KVM: arm64: Do not allow ID_AA64MMFR0_EL1.ASIDbits to be overridden
Marc Zyngier
2024-12-04
1
-1
/
+2
|
|
*
|
|
KVM: arm64: Fix S1/S2 combination when FWB==1 and S2 has Device memory type
Marc Zyngier
2024-11-26
1
-2
/
+9
|
|
*
|
|
arm64: Fix usage of new shifted MDCR_EL2 values
James Clark
2024-11-26
3
-6
/
+6
*
|
|
|
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2024-12-15
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
scsi: ufs: core: Update compl_time_stamp_local_clock after completing a cqe
liuderong
2024-12-10
1
-0
/
+1
*
|
|
|
|
|
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2024-12-14
23
-164
/
+596
|
\
\
\
\
\
\
|
*
|
|
|
|
|
bpf: Avoid deadlock caused by nested kprobe and fentry bpf programs
Priya Bala Govindasamy
2024-12-14
1
-0
/
+6
|
*
|
|
|
|
|
Merge branch 'explicit-raw_tp-null-arguments'
Alexei Starovoitov
2024-12-14
7
-97
/
+183
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
selftests/bpf: Add tests for raw_tp NULL args
Kumar Kartikeya Dwivedi
2024-12-14
2
-0
/
+27
|
|
*
|
|
|
|
|
bpf: Augment raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
2024-12-14
2
-10
/
+147
|
|
*
|
|
|
|
|
bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"
Kumar Kartikeya Dwivedi
2024-12-14
4
-87
/
+9
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
Merge branch 'add-missing-size-check-for-btf-based-ctx-access'
Alexei Starovoitov
2024-12-12
3
-4
/
+46
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
selftests/bpf: Add test for narrow ctx load for pointer args
Kumar Kartikeya Dwivedi
2024-12-12
1
-0
/
+36
|
|
*
|
|
|
|
|
bpf: Check size for BTF-based ctx access of pointer members
Kumar Kartikeya Dwivedi
2024-12-12
3
-4
/
+10
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
selftests/bpf: extend changes_pkt_data with cases w/o subprograms
Eduard Zingerman
2024-12-12
3
-22
/
+66
|
*
|
|
|
|
|
bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogs
Eduard Zingerman
2024-12-12
1
-2
/
+5
|
*
|
|
|
|
|
bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
Jann Horn
2024-12-10
2
-9
/
+10
|
*
|
|
|
|
|
bpf: fix potential error return
Anton Protopopov
2024-12-10
1
-1
/
+5
|
*
|
|
|
|
|
Merge branch 'bpf-track-changes_pkt_data-property-for-global-functions'
Alexei Starovoitov
2024-12-10
11
-47
/
+280
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
selftests/bpf: validate that tail call invalidates packet pointers
Eduard Zingerman
2024-12-10
1
-0
/
+28
|
|
*
|
|
|
|
|
bpf: consider that tail calls invalidate packet pointers
Eduard Zingerman
2024-12-10
2
-0
/
+4
|
|
*
|
|
|
|
|
selftests/bpf: freplace tests for tracking of changes_packet_data
Eduard Zingerman
2024-12-10
3
-0
/
+120
|
|
*
|
|
|
|
|
bpf: check changes_pkt_data property for extension programs
Eduard Zingerman
2024-12-10
2
-4
/
+13
|
|
*
|
|
|
|
|
selftests/bpf: test for changing packet data from global functions
Eduard Zingerman
2024-12-10
1
-0
/
+28
|
|
*
|
|
|
|
|
bpf: track changes_pkt_data property for global functions
Eduard Zingerman
2024-12-10
2
-1
/
+32
|
|
*
|
|
|
|
|
bpf: refactor bpf_helper_changes_pkt_data to use helper number
Eduard Zingerman
2024-12-10
4
-38
/
+31
|
|
*
|
|
|
|
|
bpf: add find_containing_subprog() utility function
Eduard Zingerman
2024-12-10
1
-4
/
+24
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog
Jiri Olsa
2024-12-10
1
-0
/
+4
|
*
|
|
|
|
|
bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors
Jann Horn
2024-12-10
1
-0
/
+7
|
*
|
|
|
|
|
selftests/bpf: Extend test for sockmap update with same
Michal Luczaj
2024-12-10
1
-3
/
+5
|
*
|
|
|
|
|
bpf, sockmap: Fix race between element replace and close()
Michal Luczaj
2024-12-10
1
-3
/
+2
|
*
|
|
|
|
|
bpf, sockmap: Fix update element with same
Michal Luczaj
2024-12-10
1
-0
/
+1
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'usb-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2024-12-14
12
-72
/
+116
|
\
\
\
\
\
\
|
*
|
|
|
|
|
usb: typec: ucsi: Fix connector status writing past buffer size
Lucas De Marchi
2024-12-04
1
-1
/
+2
|
*
|
|
|
|
|
usb: typec: ucsi: Fix completion notifications
Ćukasz Bartosik
2024-12-04
1
-2
/
+4
|
*
|
|
|
|
|
usb: dwc2: Fix HCD port connection race
Stefan Wahren
2024-12-04
1
-1
/
+1
|
*
|
|
|
|
|
usb: dwc2: hcd: Fix GetPortStatus & SetPortFeature
Stefan Wahren
2024-12-04
1
-10
/
+6
|
*
|
|
|
|
|
usb: dwc2: Fix HCD resume
Stefan Wahren
2024-12-04
1
-0
/
+1
|
*
|
|
|
|
|
usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessin...
Lianqin Hu
2024-12-04
1
-3
/
+6
|
*
|
|
|
|
|
usb: misc: onboard_usb_dev: skip suspend/resume sequence for USB5744 SMBus su...
Radhey Shyam Pandey
2024-12-04
1
-1
/
+3
|
*
|
|
|
|
|
usb: dwc3: xilinx: make sure pipe clock is deselected in usb2 only mode
Neal Frager
2024-12-04
1
-1
/
+4
|
*
|
|
|
|
|
usb: core: hcd: only check primary hcd skip_phy_initialization
Xu Yang
2024-12-04
1
-1
/
+7
|
*
|
|
|
|
|
usb: gadget: midi2: Fix interpretation of is_midi1 bits
Takashi Iwai
2024-12-04
1
-1
/
+5
|
*
|
|
|
|
|
usb: dwc3: imx8mp: fix software node kernel dump
Xu Yang
2024-12-04
1
-14
/
+16
|
*
|
|
|
|
|
usb: typec: anx7411: fix OF node reference leaks in anx7411_typec_switch_probe()
Joe Hattori
2024-12-04
1
-7
/
+12
|
*
|
|
|
|
|
usb: typec: anx7411: fix fwnode_handle reference leak
Joe Hattori
2024-12-04
1
-18
/
+29
|
*
|
|
|
|
|
usb: host: max3421-hcd: Correctly abort a USB request.
Mark Tomlinson
2024-12-04
1
-5
/
+11
|
*
|
|
|
|
|
dt-bindings: phy: imx8mq-usb: correct reference to usb-switch.yaml
Xu Yang
2024-12-04
1
-5
/
+2
|
*
|
|
|
|
|
usb: ehci-hcd: fix call balance of clocks handling routines
Vitalii Mordan
2024-12-04
1
-2
/
+7
[prev]
[next]