index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-01
firewire: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2023-05-31
mailbox: mailbox-test: fix a locking issue in mbox_test_message_write()
Dan Carpenter
1
-4
/
+6
2023-05-31
HID: logitech-hidpp: Handle timeout differently from busy
Bastien Nocera
1
-0
/
+1
2023-05-30
ext4: enable the lazy init thread when remounting read/write
Theodore Ts'o
1
-12
/
+12
2023-05-30
ext4: fix fsync for non-directories
Jan Kara
1
-0
/
+7
2023-05-30
ext4: add lockdep annotations for i_data_sem for ea_inode's
Theodore Ts'o
2
-0
/
+6
2023-05-30
ext4: disallow ea_inodes with extended attributes
Theodore Ts'o
1
-0
/
+3
2023-05-30
ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()
Theodore Ts'o
1
-0
/
+1
2023-05-30
module: fix module load for ia64
Song Liu
1
-2
/
+2
2023-05-30
ata: libata-scsi: Use correct device no in ata_find_dev()
Damien Le Moal
1
-8
/
+26
2023-05-29
RDMA/irdma: Fix Local Invalidate fencing
Mustafa Ismail
1
-0
/
+1
2023-05-29
RDMA/irdma: Prevent QP use after free
Mustafa Ismail
1
-5
/
+6
2023-05-29
MAINTAINERS: Update maintainer of Amazon EFA driver
Michael Margolin
1
-1
/
+2
2023-05-29
Revert "module: error out early on concurrent load of the same module file"
Linus Torvalds
2
-49
/
+15
2023-05-29
tracing: Have function_graph selftest call cond_resched()
Steven Rostedt (Google)
1
-0
/
+10
2023-05-29
tracing: Only make selftest conditionals affect the global_trace
Steven Rostedt (Google)
1
-2
/
+8
2023-05-29
tracing: Make tracing_selftest_running/delete nops when not used
Steven Rostedt (Google)
1
-1
/
+4
2023-05-29
tracing: Have tracer selftests call cond_resched() before running
Steven Rostedt (Google)
1
-0
/
+7
2023-05-29
tracing: Move setting of tracing_selftest_running out of register_tracer()
Steven Rostedt (Google)
1
-4
/
+16
2023-05-28
ext4: add EA_INODE checking to ext4_iget()
Theodore Ts'o
3
-35
/
+35
2023-05-28
Linux 6.4-rc4
v6.4-rc4
Linus Torvalds
1
-1
/
+1
2023-05-27
cifs: address unused variable warning
Steve French
1
-1
/
+5
2023-05-27
smb: delete an unnecessary statement
Dan Carpenter
1
-1
/
+0
2023-05-27
ksmbd: call putname after using the last component
Namjae Jeon
1
-2
/
+6
2023-05-27
ksmbd: fix incorrect AllocationSize set in smb2_get_info
Namjae Jeon
1
-18
/
+3
2023-05-27
ksmbd: fix UAF issue from opinfo->conn
Namjae Jeon
1
-25
/
+47
2023-05-27
ksmbd: fix multiple out-of-bounds read during context decoding
Kuan-Ting Chen
1
-19
/
+34
2023-05-27
ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate
Kuan-Ting Chen
1
-5
/
+5
2023-05-27
ksmbd: fix credit count leakage
Namjae Jeon
1
-5
/
+1
2023-05-27
ksmbd: fix uninitialized pointer read in smb2_create_link()
Namjae Jeon
1
-3
/
+3
2023-05-27
ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()
Namjae Jeon
1
-0
/
+1
2023-05-26
btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...
pengfuyuan
1
-1
/
+1
2023-05-26
btrfs: fix an uninitialized variable warning in btrfs_log_inode
Shida Zhang
1
-1
/
+1
2023-05-26
btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_work
Christoph Hellwig
1
-1
/
+1
2023-05-26
cxl: Explicitly initialize resources when media is not ready
Dave Jiang
1
-6
/
+11
2023-05-26
x86: re-introduce support for ERMS copies for user space accesses
Linus Torvalds
1
-1
/
+9
2023-05-26
perf evsel: Separate bpf_counter_list and bpf_filters, can be used at the sam...
Song Liu
2
-4
/
+3
2023-05-26
tools headers UAPI: Sync the linux/in.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2023-05-26
perf cs-etm: Copy kernel coresight-pmu.h header
James Clark
2
-13
/
+13
2023-05-26
perf bpf: Do not use llvm-strip on BPF binary
Song Liu
1
-2
/
+1
2023-05-26
perf build: Don't compile demangle-cxx.cpp if not necessary
Ian Rogers
3
-1
/
+29
2023-05-26
perf arm: Fix include path to cs-etm.h
Ian Rogers
1
-1
/
+1
2023-05-26
perf bpf filter: Fix a broken perf sample data naming for BPF CO-RE
Namhyung Kim
1
-2
/
+2
2023-05-26
NVMe: Add MAXIO 1602 to bogus nid list.
Tatsuki Sugiura
1
-0
/
+2
2023-05-26
perf ftrace latency: Remove unnecessary "--" from --use-nsec option
Namhyung Kim
1
-1
/
+1
2023-05-26
smb3: missing null check in SMB2_change_notify
Steve French
1
-1
/
+1
2023-05-26
smb3: update a reviewer email in MAINTAINERS file
Steve French
1
-1
/
+1
2023-05-26
module: error out early on concurrent load of the same module file
Linus Torvalds
2
-15
/
+49
2023-05-25
x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms
Zhang Rui
1
-2
/
+3
2023-05-25
cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf()
Wyes Karny
1
-1
/
+7
[next]