index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
jbd2
/
transaction.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-17
samples: pidfd: build sample program for target architecture
Masahiro Yamada
2
-5
/
+5
2020-05-17
samples: vfs: build sample programs for target architecture
Masahiro Yamada
2
-9
/
+4
2020-05-17
samples: connector: build sample program for target architecture
Masahiro Yamada
1
-9
/
+3
2020-05-17
samples: hidraw: build sample program for target architecture
Masahiro Yamada
2
-7
/
+4
2020-05-17
samples: uhid: build sample program for target architecture
Masahiro Yamada
4
-6
/
+12
2020-05-17
samples: uhid: fix warnings in uhid-example
Sam Ravnborg
1
-2
/
+2
2020-05-17
kbuild: doc: document the new syntax 'userprogs'
Masahiro Yamada
1
-48
/
+135
2020-05-17
samples: seccomp: build sample programs for target architecture
Masahiro Yamada
2
-40
/
+4
2020-05-17
bpfilter: use 'userprogs' syntax to build bpfilter_umh
Masahiro Yamada
1
-8
/
+4
2020-05-17
kbuild: add infrastructure to build userspace programs
Masahiro Yamada
4
-4
/
+62
2020-05-17
bpfilter: check if $(CC) can link static libc in Kconfig
Masahiro Yamada
2
-1
/
+6
2020-05-17
bpfilter: match bit size of bpfilter_umh to that of the kernel
Masahiro Yamada
3
-3
/
+10
2020-05-17
kbuild: warn if always, hostprogs-y, or hostprogs-m is used
Masahiro Yamada
1
-1
/
+11
2020-05-12
kbuild: determine the output format of DTC by the target suffix
Masahiro Yamada
1
-3
/
+3
2020-05-12
kbuild: remove unused AS assignment
Masahiro Yamada
2
-4
/
+0
2020-05-12
kbuild: remove '/' target
Masahiro Yamada
1
-4
/
+0
2020-05-12
Revert "objtool: Skip samples subdirectory"
Masahiro Yamada
1
-1
/
+0
2020-05-12
kbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_COMPILER macro
Masahiro Yamada
2
-3
/
+2
2020-05-12
kbuild: use -MMD instead of -MD to exclude system headers from dependency
Masahiro Yamada
4
-8
/
+8
2020-05-12
kbuild: ensure full rebuild when the compiler is updated
Masahiro Yamada
3
-2
/
+19
2020-05-12
kbuild: use $(CC_VERSION_TEXT) to evaluate CC_IS_GCC and CC_IS_CLANG
Masahiro Yamada
1
-2
/
+2
2020-05-12
unicore32: do not evaluate compiler's library path when cleaning
Masahiro Yamada
1
-2
/
+2
2020-05-12
h8300: suppress error messages for 'make clean'
Masahiro Yamada
1
-1
/
+1
2020-05-12
hexagon: suppress error message for 'make clean'
Masahiro Yamada
1
-1
/
+1
2020-05-12
um: do not evaluate compiler's library path when cleaning
Masahiro Yamada
1
-2
/
+2
2020-05-11
Linux 5.7-rc5
v5.7-rc5
Linus Torvalds
1
-1
/
+1
2020-05-10
gcc-10: mark more functions __init to avoid section mismatch warnings
Linus Torvalds
2
-2
/
+2
2020-05-10
gcc-10: avoid shadowing standard library 'free()' in crypto
Linus Torvalds
2
-6
/
+6
2020-05-10
gcc-10: disable 'restrict' warning for now
Linus Torvalds
1
-0
/
+3
2020-05-10
gcc-10: disable 'stringop-overflow' warning for now
Linus Torvalds
1
-0
/
+1
2020-05-10
nvme: fix possible hang when ns scanning fails during error recovery
Sagi Grimberg
1
-1
/
+1
2020-05-10
nvme-pci: fix "slimmer CQ head update"
Alexey Dobriyan
1
-1
/
+5
2020-05-10
bdi: add a ->dev_name field to struct backing_dev_info
Christoph Hellwig
2
-2
/
+4
2020-05-10
bdi: use bdi_dev_name() to get device name
Yufen Yu
4
-8
/
+10
2020-05-09
gcc-10: disable 'array-bounds' warning for now
Linus Torvalds
1
-0
/
+1
2020-05-09
gcc-10: disable 'zero-length-bounds' warning for now
Linus Torvalds
1
-0
/
+3
2020-05-09
Stop the ad-hoc games with -Wno-maybe-initialized
Linus Torvalds
3
-23
/
+3
2020-05-08
ceph: demote quotarealm lookup warning to a debug message
Luis Henriques
1
-2
/
+2
2020-05-08
iommu/virtio: Reverse arguments to list_add
Julia Lawall
1
-1
/
+1
2020-05-08
mm: limit boost_watermark on small zones
Henry Willard
1
-0
/
+8
2020-05-08
ubsan: disable UBSAN_ALIGNMENT under COMPILE_TEST
Kees Cook
2
-10
/
+6
2020-05-08
mm/vmscan: remove unnecessary argument description of isolate_lru_pages()
Qiwu Chen
1
-1
/
+0
2020-05-08
epoll: atomically remove wait entry on wake up
Roman Penyaev
1
-19
/
+24
2020-05-08
kselftests: introduce new epoll60 testcase for catching lost wakeups
Roman Penyaev
1
-0
/
+146
2020-05-08
percpu: make pcpu_alloc() aware of current gfp context
Filipe Manana
1
-4
/
+10
2020-05-08
mm/slub: fix incorrect interpretation of s->offset
Waiman Long
1
-15
/
+30
2020-05-08
scripts/gdb: repair rb_first() and rb_last()
Aymeric Agon-Rambosson
1
-2
/
+2
2020-05-08
eventpoll: fix missing wakeup for ovflist in ep_poll_callback
Khazhismel Kumykov
1
-9
/
+9
2020-05-08
arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()
Janakarajan Natarajan
1
-1
/
+1
2020-05-08
scripts/decodecode: fix trapping instruction formatting
Ivan Delalande
1
-1
/
+1
[next]