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
/
task-analyzer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-01
revert "xarray: port tests to kunit"
Andrew Morton
16
-410
/
+294
2025-02-01
MAINTAINERS: add lib/test_xarray.c
Tamir Duberstein
1
-0
/
+1
2025-02-01
mailmap, MAINTAINERS, docs: update Carlos's email address
Carlos Bilbao
3
-6
/
+8
2025-02-01
mm/hugetlb: fix hugepage allocation for interleaved memory nodes
Ritesh Harjani (IBM)
1
-1
/
+1
2025-02-01
mm: gup: fix infinite loop within __get_longterm_locked
Zhaoyang Huang
1
-10
/
+4
2025-02-01
mm, swap: fix reclaim offset calculation error during allocation
Kairui Song
1
-1
/
+1
2025-02-01
.mailmap: update email address for Christopher Obbard
Christopher Obbard
1
-0
/
+1
2025-02-01
kfence: skip __GFP_THISNODE allocations on NUMA systems
Marco Elver
1
-0
/
+2
2025-02-01
nilfs2: fix possible int overflows in nilfs_fiemap()
Nikita Zhandarovich
1
-3
/
+3
2025-02-01
mm: compaction: use the proper flag to determine watermarks
yangge
1
-4
/
+25
2025-02-01
kernel: be more careful about dup_mmap() failures and uprobe registering
Liam R. Howlett
2
-3
/
+18
2025-02-01
mm/fake-numa: handle cases with no SRAT info
Bruno Faccini
1
-1
/
+10
2025-02-01
mm: kmemleak: fix upper boundary check for physical address objects
Catalin Marinas
1
-1
/
+1
2025-02-01
mailmap: add an entry for Hamza Mahfooz
Hamza Mahfooz
1
-0
/
+1
2025-02-01
MAINTAINERS: mailmap: update Yosry Ahmed's email address
Yosry Ahmed
2
-1
/
+2
2025-02-01
scripts/gdb: fix aarch64 userspace detection in get_current_task
Jan Kiszka
1
-1
/
+1
2025-02-01
mm/vmscan: accumulate nr_demoted for accurate demotion statistics
Li Zhijian
1
-3
/
+4
2025-02-01
ocfs2: fix incorrect CPU endianness conversion causing mount failure
Heming Zhao
1
-1
/
+1
2025-02-01
mm/zsmalloc: add __maybe_unused attribute for is_first_zpdesc()
Hyeonggon Yoo
1
-1
/
+1
2025-02-01
mm/vmscan: fix hard LOCKUP in function isolate_lru_folios
liuye
2
-1
/
+6
2025-01-31
Remove stale generated 'genheaders' file
Linus Torvalds
1
-0
/
+0
2025-01-31
Revert "media: uvcvideo: Require entities to have a non-zero unique ID"
Thadeu Lima de Souza Cascardo
1
-43
/
+27
2025-02-01
kbuild: fix Clang LTO with CONFIG_OBJTOOL=n
Masahiro Yamada
2
-4
/
+8
2025-02-01
kbuild: Strip runtime const RELA sections correctly
Ard Biesheuvel
4
-16
/
+7
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
26
-84
/
+136
2025-01-30
MAINTAINERS: Update my email address
Brian Cain
2
-1
/
+3
2025-01-30
hexagon: Fix unbalanced spinlock in die()
Lin Yujun
1
-1
/
+3
2025-01-30
hexagon: Fix warning comparing pointer to 0
Yang Li
1
-1
/
+1
2025-01-30
hexagon: Move kernel prototypes out of uapi/asm/setup.h header
Thomas Huth
2
-12
/
+22
2025-01-30
hexagon: time: Remove redundant null check for resource
Hardevsinh Palaniya
1
-2
/
+1
2025-01-30
hexagon: fix using plain integer as NULL pointer warning in cmpxchg
Willem de Bruijn
1
-1
/
+1
2025-01-30
MAINTAINERS: add Neal to TCP maintainers
Jakub Kicinski
1
-0
/
+1
2025-01-30
net: revert RTNL changes in unregister_netdevice_many_notify()
Eric Dumazet
1
-30
/
+3
2025-01-30
net: hsr: fix fill_frame_info() regression vs VLAN packets
Eric Dumazet
1
-2
/
+5
2025-01-30
kbuild: Use -fzero-init-padding-bits=all
Kees Cook
1
-0
/
+3
2025-01-30
stackinit: Add union initialization to selftests
Kees Cook
1
-0
/
+103
2025-01-30
stackinit: Add old-style zero-init syntax to struct tests
Kees Cook
1
-0
/
+3
2025-01-30
io_uring/net: don't retry connect operation on EPOLLERR
Jens Axboe
2
-0
/
+7
2025-01-30
doc: mptcp: sysctl: blackhole_timeout is per-netns
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-01-30
mptcp: blackhole only if 1st SYN retrans w/o MPC is accepted
Matthieu Baerts (NGI0)
1
-2
/
+2
2025-01-30
ALSA: hda/realtek: Workaround for resume on Dell Venue 11 Pro 7130
Takashi Iwai
1
-0
/
+16
2025-01-30
netfilter: nf_tables: reject mismatching sum of field_len with set key length
Pablo Neira Ayuso
1
-4
/
+4
2025-01-30
net: sh_eth: Fix missing rtnl lock in suspend/resume path
Kory Maincent
1
-0
/
+4
2025-01-30
net: ravb: Fix missing rtnl lock in suspend/resume path
Kory Maincent
1
-8
/
+14
2025-01-29
selftests/net: Add test for loading devbound XDP program in generic mode
Toke Høiland-Jørgensen
1
-1
/
+13
2025-01-29
net: xdp: Disallow attaching device-bound programs in generic mode
Toke Høiland-Jørgensen
1
-0
/
+4
2025-01-29
tcp: correct handling of extreme memory squeeze
Jon Maloy
1
-3
/
+6
2025-01-29
bgmac: reduce max frame size to support just MTU 1500
Rafał Miłecki
1
-2
/
+1
2025-01-29
vsock/test: Add test for connect() retries
Michal Luczaj
1
-0
/
+47
2025-01-29
vsock/test: Add test for UAF due to socket unbinding
Michal Luczaj
1
-0
/
+58
[next]