index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-04-06
selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAX
Kumar Kartikeya Dwivedi
-0
/
+108
2026-04-06
selftests/bpf: Add tests for unaligned syscall ctx accesses
Kumar Kartikeya Dwivedi
-0
/
+133
2026-04-06
selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTX
Kumar Kartikeya Dwivedi
-0
/
+94
2026-04-06
selftests/bpf: Add syscall ctx variable offset tests
Kumar Kartikeya Dwivedi
-6
/
+267
2026-04-06
selftests/bpf: Convert ctx tests from ASM to C
Kumar Kartikeya Dwivedi
-45
/
+35
2026-04-06
bpf: Enable unaligned accesses for syscall ctx
Kumar Kartikeya Dwivedi
-2
/
+1
2026-04-06
bpf: Support variable offsets for syscall PTR_TO_CTX
Kumar Kartikeya Dwivedi
-40
/
+65
2026-04-06
e1000: check return value of e1000_read_eeprom
Agalakov Daniil
-1
/
+7
2026-04-06
igb: remove napi_synchronize() in igb_down()
Alex Dvoretsky
-2
/
+1
2026-04-06
ixgbevf: add missing negotiate_features op to Hyper-V ops table
Michal Schmidt
-0
/
+7
2026-04-06
ixgbe: stop re-reading flash on every get_drvinfo for e610
Aleksandr Loktionov
-8
/
+19
2026-04-06
ice: fix PTP timestamping broken by SyncE code on E825C
Petr Oros
-10
/
+12
2026-04-06
ice: ptp: don't WARN when controlling PF is unavailable
Kohei Enju
-1
/
+7
2026-04-06
idpf: set the payload size before calling the async handler
Emil Tantilov
-0
/
+4
2026-04-06
idpf: improve locking around idpf_vc_xn_push_free()
Emil Tantilov
-0
/
+2
2026-04-06
idpf: fix PREEMPT_RT raw/bh spinlock nesting for async VC handling
Emil Tantilov
-11
/
+8
2026-04-06
kunit: tool: Terminate kernel under test on SIGINT
David Gow
-9
/
+19
2026-04-06
kunit: tool: skip stty when stdin is not a tty
Shuvam Pandey
-2
/
+50
2026-04-06
kunit: tool: Recommend --raw_output=all if no KTAP found
David Gow
-1
/
+2
2026-04-06
kunit: Add --list_suites to show suites
Ryota Sakamoto
-5
/
+27
2026-04-06
blk-wbt: remove WARN_ON_ONCE from wbt_init_enable_default()
Yuto Ohnuki
-2
/
+3
2026-04-06
ocfs2: fix out-of-bounds write in ocfs2_write_end_inline
Joseph Qi
-0
/
+10
2026-04-06
mm/damon/stat: deallocate damon_call() failure leaking damon_ctx
SeongJae Park
-0
/
+7
2026-04-06
mm/vma: fix memory leak in __mmap_region()
Sechang Lim
-0
/
+7
2026-04-06
mm/memory_hotplug: maintain N_NORMAL_MEMORY during hotplug
Hao Li
-0
/
+20
2026-04-06
mm/damon/sysfs: dealloc repeat_call_control if damon_call() fails
SeongJae Park
-1
/
+2
2026-04-06
mm: reinstate unconditional writeback start in balance_dirty_pages()
Joanne Koong
-0
/
+21
2026-04-06
liveupdate: propagate file deserialization failures
Leo Timmins
-2
/
+7
2026-04-06
mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()
Baolin Wang
-3
/
+8
2026-04-06
sched_ext: Documentation: Add ops.dequeue() to task lifecycle
Andrea Righi
-9
/
+15
2026-04-06
tools/sched_ext: Fix off-by-one in scx_sdt payload zeroing
Cheng-Yang Chou
-1
/
+2
2026-04-06
selftests/nolibc: only use libgcc when really necessary
Thomas Weißschuh
-13
/
+4
2026-04-06
selftests/nolibc: test the memory allocator
Thomas Weißschuh
-0
/
+55
2026-04-06
tools/nolibc: check for overflow in calloc() without divisions
Thomas Weißschuh
-2
/
+2
2026-04-06
tools/nolibc: add support for asprintf()
Thomas Weißschuh
-0
/
+74
2026-04-06
PCI/NPEM: Set LED_HW_PLUGGABLE for hotplug-capable ports
Richard Cheng
-1
/
+1
2026-04-06
cpupower: remove extern declarations in cmd functions
Kaushlendra Kumar
-12
/
+0
2026-04-06
Merge tag 'soc-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-271
/
+271
2026-04-06
PCI: imx6: Fix reference clock source selection for i.MX95
Franz Schnyder
-2
/
+2
2026-04-06
PCI/TPH: Pass ACPI Processor UID to Cache Locality _DSM
Chengwen Feng
-9
/
+15
2026-04-06
ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()
Chengwen Feng
-26
/
+37
2026-04-06
perf: arm_cspmu: Switch to acpi_get_cpu_uid() from get_acpi_id_for_cpu()
Chengwen Feng
-2
/
+4
2026-04-06
ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.h
Chengwen Feng
-5
/
+11
2026-04-06
x86/acpi: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrieval
Chengwen Feng
-4
/
+25
2026-04-06
RISC-V: ACPI: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrieval
Chengwen Feng
-4
/
+29
2026-04-06
LoongArch: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrieval
Chengwen Feng
-0
/
+10
2026-04-06
arm64: acpi: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrieval
Chengwen Feng
-12
/
+32
2026-04-06
remoteproc: qcom: pas: Add Eliza ADSP support
Abel Vesa
-0
/
+1
2026-04-06
ACPI: APEI: GHES: Add NVIDIA vendor CPER record handler
Kai-Heng Feng
-0
/
+170
2026-04-06
PCI: hisi: Use devm_ghes_register_vendor_record_notifier()
Kai-Heng Feng
-11
/
+1
[prev]
[next]