index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-25
x86/cpu: Support AMD Automatic IBRS
Kim Phillips
6
-22
/
+32
2023-01-25
x86/cpu, kvm: Add the SMM_CTL MSR not present feature
Kim Phillips
2
-1
/
+2
2023-01-25
x86/cpu, kvm: Add the Null Selector Clears Base feature
Kim Phillips
3
-5
/
+4
2023-01-25
x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf
Kim Phillips
3
-5
/
+16
2023-01-25
x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature
Kim Phillips
2
-1
/
+4
2023-01-25
KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code
Kim Phillips
1
-19
/
+12
2023-01-25
x86/cpu, kvm: Add support for CPUID_80000021_EAX
Kim Phillips
6
-5
/
+14
2023-01-13
x86/gsseg: Add the new <asm/gsseg.h> header to <asm/asm-prototypes.h>
Ingo Molnar
1
-0
/
+1
2023-01-13
x86/gsseg: Use the LKGS instruction if available for load_gs_index()
H. Peter Anvin (Intel)
3
-4
/
+31
2023-01-12
x86/gsseg: Move load_gs_index() to its own new header file
H. Peter Anvin (Intel)
6
-21
/
+45
2023-01-12
x86/gsseg: Make asm_load_gs_index() take an u16
H. Peter Anvin (Intel)
2
-2
/
+2
2023-01-12
x86/opcode: Add the LKGS instruction to x86-opcode-map
H. Peter Anvin (Intel)
2
-0
/
+2
2023-01-12
x86/cpufeature: Add the CPU feature bit for LKGS
H. Peter Anvin (Intel)
2
-0
/
+2
2023-01-12
x86/bugs: Reset speculation control settings on init
Breno Leitao
2
-1
/
+13
2023-01-10
x86/cpu: Remove redundant extern x86_read_arch_cap_msr()
Ashok Raj
3
-2
/
+2
2023-01-08
Linux 6.2-rc3
v6.2-rc3
Linus Torvalds
1
-1
/
+1
2023-01-06
tpm: Allow system suspend to continue when TPM suspend fails
Jason A. Donenfeld
1
-1
/
+3
2023-01-06
hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling
Linus Torvalds
1
-5
/
+10
2023-01-06
usb: dwc3: gadget: Ignore End Transfer delay on teardown
Thinh Nguyen
1
-1
/
+4
2023-01-06
usb: dwc3: xilinx: include linux/gpio/consumer.h
Arnd Bergmann
1
-0
/
+1
2023-01-06
udf: initialize newblock to 0
Tom Rix
1
-3
/
+1
2023-01-06
udf: Fix extension of the last extent in the file
Jan Kara
1
-1
/
+1
2023-01-06
usb: fotg210-udc: fix error return code in fotg210_udc_probe()
Yang Yingliang
1
-0
/
+2
2023-01-05
riscv: uaccess: fix type of 0 variable on error in get_user()
Ben Dooks
1
-1
/
+1
2023-01-05
riscv, kprobes: Stricter c.jr/c.jalr decoding
Björn Töpel
1
-2
/
+2
2023-01-05
lib/scatterlist: Fix to merge contiguous pages into the last SG properly
Yishai Hadas
1
-1
/
+1
2023-01-05
block: Remove "select SRCU"
Paul E. McKenney
1
-1
/
+0
2023-01-05
io_uring: fix CQ waiting timeout handling
Pavel Begunkov
1
-3
/
+3
2023-01-06
powerpc/vmlinux.lds: Don't discard .comment
Michael Ellerman
1
-1
/
+1
2023-01-06
powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
Michael Ellerman
1
-1
/
+4
2023-01-06
powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
Michael Ellerman
1
-0
/
+1
2023-01-05
fbdev: omapfb: avoid stack overflow warning
Arnd Bergmann
1
-10
/
+18
2023-01-05
caif: fix memory leak in cfctrl_linkup_request()
Zhengchao Shao
1
-1
/
+5
2023-01-05
kbuild: readd -w option when vmlinux.o or Module.symver is missing
Masahiro Yamada
1
-4
/
+5
2023-01-05
kbuild: fix single *.ko build
Masahiro Yamada
1
-1
/
+1
2023-01-04
cifs: fix interface count calculation during refresh
Shyam Prasad N
1
-1
/
+2
2023-01-04
cifs: refcount only the selected iface during interface update
Shyam Prasad N
1
-1
/
+2
2023-01-04
inet: control sockets should not use current thread task_frag
Eric Dumazet
1
-0
/
+1
2023-01-04
net/ulp: prevent ULP without clone op from entering the LISTEN status
Paolo Abeni
2
-0
/
+18
2023-01-04
qed: allow sleep in qed_mcp_trace_dump()
Caleb Sander
1
-8
/
+20
2023-01-04
of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2
Rob Herring
1
-13
/
+15
2023-01-04
Revert "of: fdt: Honor CONFIG_CMDLINE* even without /chosen node"
Rob Herring
1
-20
/
+20
2023-01-04
Revert "drm/amd/display: Enable Freesync Video Mode by default"
Michel Dänzer
3
-5
/
+35
2023-01-04
Revert "pktcdvd: remove driver."
Jens Axboe
8
-0
/
+3419
2023-01-04
Revert "block: remove devnode callback from struct block_device_operations"
Jens Axboe
2
-0
/
+12
2023-01-04
Revert "block: bio_copy_data_iter"
Jens Axboe
2
-15
/
+24
2023-01-04
io_uring: move 'poll_multi_queue' bool in io_ring_ctx
Jens Axboe
1
-1
/
+2
2023-01-04
ublk: honor IO_URING_F_NONBLOCK for handling control command
Ming Lei
1
-0
/
+3
2023-01-04
block: don't allow splitting of a REQ_NOWAIT bio
Jens Axboe
1
-0
/
+10
2023-01-04
perf/x86/rapl: Add support for Intel Emerald Rapids
Zhang Rui
1
-0
/
+1
[next]