index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...
Arnd Bergmann
2022-02-25
127
-1292
/
+403
|
\
|
*
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
2022-02-25
76
-531
/
+14
|
*
ia64: remove CONFIG_SET_FS support
Arnd Bergmann
2022-02-25
5
-43
/
+45
|
*
sh: remove CONFIG_SET_FS support
Arnd Bergmann
2022-02-25
8
-61
/
+21
|
*
sparc64: remove CONFIG_SET_FS support
Arnd Bergmann
2022-02-25
9
-49
/
+9
|
*
lib/test_lockup: fix kernel pointer check for separate address spaces
Arnd Bergmann
2022-02-25
1
-3
/
+8
|
*
uaccess: generalize access_ok()
Arnd Bergmann
2022-02-25
32
-362
/
+110
|
*
uaccess: fix type mismatch warnings from access_ok()
Arnd Bergmann
2022-02-25
10
-21
/
+23
|
*
arm64: simplify access_ok()
Arnd Bergmann
2022-02-25
1
-24
/
+10
|
*
m68k: fix access_ok for coldfire
Arnd Bergmann
2022-02-25
1
-6
/
+9
|
*
MIPS: use simpler access_ok()
Arnd Bergmann
2022-02-25
1
-18
/
+4
|
*
MIPS: Handle address errors for accesses above CPU max virtual user address
Thomas Bogendoerfer
2022-02-25
1
-0
/
+17
|
*
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
2022-02-25
14
-131
/
+19
|
*
nios2: drop access_ok() check from __put_user()
Arnd Bergmann
2022-02-25
1
-23
/
+33
|
*
x86: use more conventional access_ok() definition
Arnd Bergmann
2022-02-25
1
-22
/
+3
|
*
x86: remove __range_not_ok()
Arnd Bergmann
2022-02-25
5
-13
/
+9
|
*
sparc64: add __{get,put}_kernel_nofault()
Arnd Bergmann
2022-02-25
1
-0
/
+78
|
*
nds32: fix access_ok() checks in get/put_user
Arnd Bergmann
2022-02-25
1
-5
/
+17
|
*
uaccess: fix nios2 and microblaze get_user_8()
Arnd Bergmann
2022-02-25
2
-19
/
+25
|
*
uaccess: fix integer overflow on access_ok()
Arnd Bergmann
2022-02-14
3
-28
/
+16
*
|
sparc64: fix building assembly files
Arnd Bergmann
2022-02-18
1
-1
/
+1
*
|
Merge branch 'asm-generic-compile-test' into asm-generic
Arnd Bergmann
2022-02-17
25
-34
/
+47
|
\
\
|
|
/
|
/
|
|
*
reiserfs_xattr.h: add linux/reiserfs_xattr.h to UAPI compile-test coverage
Masahiro Yamada
2022-02-17
2
-2
/
+1
|
*
kexec.h: add linux/kexec.h to UAPI compile-test coverage
Masahiro Yamada
2022-02-17
2
-3
/
+2
|
*
fsmap.h: add linux/fsmap.h to UAPI compile-test coverage
Masahiro Yamada
2022-02-17
2
-2
/
+1
|
*
android/binder.h: add linux/android/binder(fs).h to UAPI compile-test coverage
Masahiro Yamada
2022-02-17
2
-4
/
+2
|
*
shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverage
Masahiro Yamada
2022-02-17
8
-8
/
+27
|
*
signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverage
Masahiro Yamada
2022-02-17
14
-15
/
+14
|
/
*
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
[next]