index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
binfmt_elf: Introduce KUnit test
Kees Cook
2022-03-03
4
-0
/
+80
*
ELF: Properly redefine PT_GNU_* in terms of PT_LOOS
Kees Cook
2022-03-01
1
-3
/
+4
*
MAINTAINERS: Update execve entry with more details
Kees Cook
2022-03-01
1
-0
/
+4
*
exec: cleanup comments
Tom Rix
2022-03-01
1
-3
/
+3
*
fs/binfmt_elf: Refactor load_elf_binary function
Akira Kawata
2022-03-01
1
-8
/
+6
*
fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
Akira Kawata
2022-03-01
1
-6
/
+18
*
binfmt: move more stuff undef CONFIG_COREDUMP
Alexey Dobriyan
2022-03-01
4
-1
/
+7
*
selftests/exec: Test for empty string on NULL argv
Kees Cook
2022-03-01
2
-0
/
+79
*
exec: Force single empty string when argv is empty
Kees Cook
2022-03-01
1
-1
/
+25
*
coredump: Also dump first pages of non-executable ELF libraries
Jann Horn
2022-03-01
1
-5
/
+34
*
ELF: fix overflow in total mapping size calculation
Alexey Dobriyan
2022-03-01
1
-12
/
+11
*
binfmt_elf: Avoid total_mapping_size for ET_EXEC
Kees Cook
2022-03-01
1
-7
/
+18
*
Linux 5.17-rc3
v5.17-rc3
Linus Torvalds
2022-02-06
1
-1
/
+1
*
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-02-06
19
-160
/
+196
|
\
|
*
fs/ext4: fix comments mentioning i_mutex
hongnanli
2022-02-03
8
-20
/
+20
|
*
ext4: fix incorrect type issue during replay_del_range
Xin Yin
2022-02-03
1
-2
/
+3
|
*
jbd2: fix kernel-doc descriptions for jbd2_journal_shrink_{scan,count}()
Yang Li
2022-02-03
1
-0
/
+4
|
*
ext4: fix potential NULL pointer dereference in ext4_fill_super()
Lukas Czerner
2022-02-03
1
-1
/
+1
|
*
jbd2: refactor wait logic for transaction updates into a common function
Ritesh Harjani
2022-02-03
3
-38
/
+38
|
*
jbd2: cleanup unused functions declarations from jbd2.h
Ritesh Harjani
2022-02-03
1
-7
/
+0
|
*
ext4: fix error handling in ext4_fc_record_modified_inode()
Ritesh Harjani
2022-02-03
1
-35
/
+29
|
*
ext4: remove redundant max inline_size check in ext4_da_write_inline_data_beg...
Ritesh Harjani
2022-02-03
1
-9
/
+4
|
*
ext4: fix error handling in ext4_restore_inline_data()
Ritesh Harjani
2022-02-03
1
-1
/
+9
|
*
ext4: fast commit may miss file actions
Xin Yin
2022-02-03
3
-10
/
+7
|
*
ext4: fast commit may not fallback for ineligible commit
Xin Yin
2022-02-03
11
-23
/
+42
|
*
ext4: modify the logic of ext4_mb_new_blocks_simple
Xin Yin
2022-02-03
1
-9
/
+17
|
*
ext4: prevent used blocks from being allocated during fast commit replay
Xin Yin
2022-02-03
3
-5
/
+22
*
|
Merge tag 'perf-tools-fixes-for-v5.17-2022-02-06' of git://git.kernel.org/pub...
Linus Torvalds
2022-02-06
18
-45
/
+186
|
\
\
|
*
|
perf ftrace: system_wide collection is not effective by default
Changbin Du
2022-02-06
1
-21
/
+24
|
*
|
libperf: Add arm64 support to perf_mmap__read_self()
Rob Herring
2022-02-06
2
-1
/
+102
|
*
|
tools include UAPI: Sync sound/asound.h copy with the kernel sources
Arnaldo Carvalho de Melo
2022-02-06
1
-1
/
+3
|
*
|
perf stat: Fix display of grouped aliased events
Ian Rogers
2022-02-06
1
-9
/
+10
|
*
|
perf tools: Apply correct label to user/kernel symbols in branch mode
German Gomez
2022-02-06
3
-2
/
+5
|
*
|
perf bpf: Fix a typo in bpf_counter_cgroup.c
Masanari Iida
2022-02-06
1
-1
/
+1
|
*
|
perf synthetic-events: Return error if procfs isn't mounted for PID namespaces
Leo Yan
2022-02-06
1
-0
/
+19
|
*
|
perf session: Check for NULL pointer before dereference
Ameer Hamza
2022-02-06
1
-1
/
+2
|
*
|
perf annotate: Set error stream of objdump process for TUI
Namhyung Kim
2022-02-06
1
-0
/
+1
|
*
|
perf tools: Add missing branch_sample_type to perf_event_attr__fprintf()
Anshuman Khandual
2022-02-06
1
-1
/
+1
|
*
|
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
2022-02-06
1
-3
/
+3
|
*
|
Merge remote-tracking branch 'torvalds/master' into perf/urgent
Arnaldo Carvalho de Melo
2022-02-06
335
-2199
/
+4741
|
|
\
\
|
*
|
|
tools headers UAPI: Sync linux/prctl.h with the kernel sources
Arnaldo Carvalho de Melo
2022-02-01
1
-0
/
+3
|
*
|
|
perf beauty: Make the prctl arg regexp more strict to cope with PR_SET_VMA
Arnaldo Carvalho de Melo
2022-02-01
1
-1
/
+1
|
*
|
|
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
2022-02-01
1
-0
/
+2
|
*
|
|
tools headers UAPI: Sync linux/perf_event.h with the kernel sources
Arnaldo Carvalho de Melo
2022-02-01
1
-3
/
+3
|
*
|
|
tools include UAPI: Sync sound/asound.h copy with the kernel sources
Arnaldo Carvalho de Melo
2022-02-01
1
-1
/
+6
*
|
|
|
Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-02-06
5
-10
/
+43
|
\
\
\
\
|
*
|
|
|
perf/x86/intel/pt: Fix crash with stop filters in single-range mode
Tristan Hume
2022-02-02
1
-2
/
+3
|
*
|
|
|
perf: uapi: Document perf_event_attr::sig_data truncation on 32 bit architect...
Marco Elver
2022-02-02
1
-0
/
+2
|
*
|
|
|
selftests/perf_events: Test modification of perf_event_attr::sig_data
Marco Elver
2022-02-02
1
-8
/
+9
|
*
|
|
|
perf: Copy perf_event_attr::sig_data on modification
Marco Elver
2022-02-02
1
-0
/
+16
[next]