index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-11
syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturn
Sami Tolvanen
2
-4
/
+5
2019-10-11
syscalls/x86: Wire up COMPAT_SYSCALL_DEFINE0
Andy Lutomirski
1
-2
/
+30
2019-10-11
syscalls/x86: Use the correct function type in SYSCALL_DEFINE0
Sami Tolvanen
1
-11
/
+12
2019-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
18
-147
/
+154
2019-10-09
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
16
-104
/
+98
2019-10-08
Merge tag 'led-fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-3
/
+3
2019-10-08
Add my linux-leds branch to MAINTAINERS
Pavel Machek
1
-0
/
+1
2019-10-08
leds: core: Fix leds.h structure documentation
Dan Murphy
1
-3
/
+2
2019-10-08
Merge tag 'gpio-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
4
-15
/
+27
2019-10-08
Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+8
2019-10-08
Merge tag 'linux-kselftest-5.4-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-11
/
+97
2019-10-08
arm64: armv8_deprecated: Checking return value for memory allocation
Yunfeng Ye
1
-0
/
+5
2019-10-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
21
-89
/
+281
2019-10-07
mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)
Vlastimil Babka
4
-12
/
+49
2019-10-07
mm, sl[ou]b: improve memory accounting
Vlastimil Babka
3
-9
/
+33
2019-10-07
mm, memcg: make scan aggression always exclude protection
Chris Down
2
-54
/
+32
2019-10-07
mm, memcg: make memory.emin the baseline for utilisation determination
Chris Down
2
-28
/
+46
2019-10-07
mm, memcg: proportional memory.{low,min} reclaim
Chris Down
4
-12
/
+115
2019-10-07
mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()
Dan Carpenter
1
-9
/
+11
2019-10-07
mm/page_alloc.c: fix a crash in free_pages_prepare()
Qian Cai
1
-1
/
+7
2019-10-07
mm/z3fold.c: claim page in the beginning of free
Vitaly Wool
1
-2
/
+8
2019-10-07
kernel/sysctl.c: do not override max_threads provided by userspace
Michal Hocko
1
-2
/
+2
2019-10-07
memcg: only record foreign writebacks with dirty pages when memcg is not disa...
Baoquan He
1
-0
/
+3
2019-10-07
mm: fix -Wmissing-prototypes warnings
Yi Wang
2
-2
/
+2
2019-10-07
writeback: fix use-after-free in finish_writeback_work()
Tejun Heo
1
-2
/
+7
2019-10-07
mm/memremap: drop unused SECTION_SIZE and SECTION_MASK
Anshuman Khandual
1
-2
/
+0
2019-10-07
panic: ensure preemption is disabled during panic()
Will Deacon
1
-0
/
+1
2019-10-07
fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...
Jia-Ju Bai
1
-1
/
+1
2019-10-07
fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()
Jia-Ju Bai
1
-1
/
+2
2019-10-07
fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()
Jia-Ju Bai
1
-33
/
+23
2019-10-07
ocfs2: clear zero in unaligned direct IO
Jia Guo
1
-1
/
+21
2019-10-07
uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to it
Linus Torvalds
3
-44
/
+29
2019-10-07
arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig option
Will Deacon
2
-7
/
+13
2019-10-07
arm64: vdso32: Rename COMPATCC to CC_COMPAT
Will Deacon
1
-13
/
+13
2019-10-07
arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGS
Will Deacon
1
-1
/
+5
2019-10-07
arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionally
Will Deacon
1
-4
/
+2
2019-10-07
arm64: vdso32: Move definition of COMPATCC into vdso32/Makefile
Will Deacon
2
-7
/
+6
2019-10-07
arm64: Default to building compat vDSO with clang when CONFIG_CC_IS_CLANG
Will Deacon
1
-0
/
+4
2019-10-07
lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSO
Vincenzo Frascino
1
-9
/
+0
2019-10-07
arm64: vdso32: Remove jump label config option in Makefile
Vincenzo Frascino
1
-3
/
+0
2019-10-07
arm64: vdso32: Detect binutils support for dmb ishld
Vincenzo Frascino
2
-1
/
+10
2019-10-07
arm64: vdso: Remove stale files from old assembly implementation
Vincenzo Frascino
2
-33
/
+0
2019-10-07
arm64: vdso32: Fix broken compat vDSO build warnings
Vincenzo Frascino
3
-16
/
+6
2019-10-07
arm64: mm: fix spurious fault detection
Mark Rutland
1
-1
/
+1
2019-10-06
Linux 5.4-rc2
v5.4-rc2
Linus Torvalds
1
-2
/
+2
2019-10-06
elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
Linus Torvalds
1
-10
/
+3
2019-10-06
Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+2
2019-10-05
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
14
-144
/
+53
2019-10-05
Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
15
-86
/
+41
2019-10-05
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
15
-80
/
+193
[next]