Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
91c63ecda75d3004da8ffd5d2590383e0ba47722
91c63ecd
xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAIL
by Michal Hocko
· 7 years ago
dcda9b0
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic
by Michal Hocko
· 7 years ago
473738eb
MIPS: do not use __GFP_REPEAT for order-0 request
by Michal Hocko
· 7 years ago
0a782dc
powerpc,mmap: properly account for stack randomization in mmap_base
by Rik van Riel
· 7 years ago
cf92251
arm64/mmap: properly account for stack randomization in mmap_base
by Rik van Riel
· 7 years ago
c204d21
x86/mmap: properly account for stack randomization in mmap_base
by Rik van Riel
· 7 years ago
2c8340e
sh64: ascii armor the sh64 boot init stack canary
by Rik van Riel
· 7 years ago
d21f549
arm64: ascii armor the arm64 boot init stack canary
by Rik van Riel
· 7 years ago
bf9eb54
x86: ascii armor the x86_64 boot init stack canary
by Rik van Riel
· 7 years ago
7cd815b
fork,random: use get_random_canary() to set tsk->stack_canary
by Rik van Riel
· 7 years ago
022c204
random,stackprotect: introduce get_random_canary function
by Rik van Riel
· 7 years ago
579e145
sh: mark end of BUG() implementation as unreachable
by Kees Cook
· 7 years ago
6974f0c
include/linux/string.h: add the option of fortified string.h functions
by Daniel Micay
· 7 years ago
c69a48c
powerpc: make feature-fixup tests fortify-safe
by Daniel Axtens
· 7 years ago
054f367
powerpc: don't fortify prom_init
by Daniel Axtens
· 7 years ago
4c93496
IB/rxe: do not copy extra stack memory to skb
by Kees Cook
· 7 years ago
e2ae8ab
kexec_file: adjust declaration of kexec_purgatory
by Kees Cook
· 7 years ago
3e2c044
efi: avoid fortify checks in EFI stub
by Kees Cook
· 7 years ago
2104180
powerpc/64s: implement arch-specific hardlockup watchdog
by Nicholas Piggin
· 7 years ago
a10a842
kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogs
by Nicholas Piggin
· 7 years ago
05a4a95
kernel/watchdog: split up config options
by Nicholas Piggin
· 7 years ago
f2e0cff
kernel/watchdog: introduce arch_touch_nmi_watchdog()
by Nicholas Piggin
· 7 years ago
24bb446
kernel/watchdog: remove unused declaration
by Nicholas Piggin
· 7 years ago
eacd86c
net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info()
by Michal Hocko
· 7 years ago
62b49c9
ipc/util.h: update documentation for ipc_getref() and ipc_putref()
by Manfred Spraul
· 7 years ago
e2029df
ipc/sem: drop __sem_free()
by Kees Cook
· 7 years ago
fb259c3
ipc/msg: remove special msg_alloc/free
by Kees Cook
· 7 years ago
42e618f
ipc/shm: remove special shm_alloc/free
by Kees Cook
· 7 years ago
3d3653f
ipc: move atomic_set() to where it is needed
by Kees Cook
· 7 years ago
51c23b7
ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()
by Manfred Spraul
· 7 years ago
a2642f8
ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()
by Manfred Spraul
· 7 years ago
2ec55f8
ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid()
by Manfred Spraul
· 7 years ago
c3f6fb6
ipc/util: drop ipc_rcu_alloc()
by Kees Cook
· 7 years ago
52f9089
ipc/msg: avoid ipc_rcu_alloc()
by Kees Cook
· 7 years ago
3e0c240
ipc/shm: avoid ipc_rcu_alloc()
by Kees Cook
· 7 years ago
101ede0
ipc/sem: avoid ipc_rcu_alloc()
by Kees Cook
· 7 years ago
5ccc8fb
ipc/util: drop ipc_rcu_free()
by Kees Cook
· 7 years ago
9ef5932
ipc/msg: do not use ipc_rcu_free()
by Kees Cook
· 7 years ago
66470b1
ipc/shm: do not use ipc_rcu_free()
by Kees Cook
· 7 years ago
1b4654e
ipc/sem: do not use ipc_rcu_free()
by Kees Cook
· 7 years ago
f8dbe8d
ipc: drop non-RCU allocation
by Kees Cook
· 7 years ago
2cd648c
include/linux/sem.h: correctly document sem_ctime
by Manfred Spraul
· 7 years ago
dba4cdd
ipc: merge ipc_rcu and kern_ipc_perm
by Manfred Spraul
· 7 years ago
1a23395
ipc/sem.c: remove sem_base, embed struct sem
by Manfred Spraul
· 7 years ago
e41d581
fault-inject: support systematic fault injection
by Dmitry Vyukov
· 7 years ago
92ef6da
kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORE
by Cyrill Gorcunov
· 7 years ago
0791e36
kcmp: add KCMP_EPOLL_TFD mode to compare epoll target files
by Cyrill Gorcunov
· 7 years ago
77493f0
procfs: fdinfo: extend information about epoll target files
by Cyrill Gorcunov
· 7 years ago
9263969
kfifo: clean up example to not use page_link
by Logan Gunthorpe
· 7 years ago
46d10a0
scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replace
by Leonard Crestez
· 7 years ago
c454756
scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetch
by Leonard Crestez
· 7 years ago
821f744
scripts/gdb: add lx-fdtdump command
by Peter Griffin
· 7 years ago
59224ac
fs/Kconfig: kill CONFIG_PERCPU_RWSEM some more
by Davidlohr Bueso
· 7 years ago
5f9f48f
bfs: fix sanity checks for empty files
by Rakesh Pandit
· 7 years ago
ee7998c
random: do not ignore early device randomness
by Kees Cook
· 7 years ago
9380fa6
kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning()
by Mateusz Jurczyk
· 7 years ago
7c43a65
test_sysctl: test against int proc_dointvec() array support
by Luis R. Rodriguez
· 7 years ago
2920fad
test_sysctl: add simple proc_douintvec() case
by Luis R. Rodriguez
· 7 years ago
eb965ed
test_sysctl: add simple proc_dointvec() case
by Luis R. Rodriguez
· 7 years ago
1c0357c
test_sysctl: test against PAGE_SIZE for int
by Luis R. Rodriguez
· 7 years ago
64b6712
test_sysctl: add generic script to expand on tests
by Luis R. Rodriguez
· 7 years ago
9308f2f
test_sysctl: add dedicated proc sysctl test driver
by Luis R. Rodriguez
· 7 years ago
61d9b56
sysctl: add unsigned int range support
by Luis R. Rodriguez
· 7 years ago
4f2fec0
sysctl: simplify unsigned int support
by Luis R. Rodriguez
· 7 years ago
d383d48
sysctl: fold sysctl_writes_strict checks into helper
by Luis R. Rodriguez
· 7 years ago
a19ac33
sysctl: kdoc'ify sysctl_writes_strict
by Luis R. Rodriguez
· 7 years ago
89c5b53
sysctl: fix lax sysctl_check_table() sanity check
by Luis R. Rodriguez
· 7 years ago
a711bdc
kexec/kdump: minor Documentation updates for arm64 and Image
by Bharat Bhushan
· 7 years ago
1229384
kdump: protect vmcoreinfo data under the crash memory
by Xunlei Pang
· 7 years ago
5203f49
powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdr
by Xunlei Pang
· 7 years ago
203e9e4
kexec: move vmcoreinfo out of the kernel's .bss section
by Xunlei Pang
· 7 years ago
112166f
kernel/fork.c: virtually mapped stacks: do not disable interrupts
by Christoph Lameter
· 7 years ago
91a9014
mm/memory.c: mark create_huge_pmd() inline to prevent build failure
by Geert Uytterhoeven
· 7 years ago
c7acec71
kernel.h: handle pointers to arrays better in container_of()
by Ian Abbott
· 7 years ago
0a2c13d
include/linux/dcache.h: use unsigned chars in struct name_snapshot
by Stephen Rothwell
· 7 years ago
235b84f
Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 7 years ago
fb4e3be
Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 7 years ago
6b1c776
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 7 years ago
58c7ffc
fix a braino in compat_sys_getrlimit()
by Al Viro
· 7 years ago
3b06b1a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 7 years ago
130568d
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
908b852
Merge tag 'smb3-security-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
3bf7878
Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
07d306c
Merge git://www.linux-watchdog.org/linux-watchdog
by Linus Torvalds
· 7 years ago
a3ddacb
Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform
by Linus Torvalds
· 7 years ago
a018817
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
by Linus Torvalds
· 7 years ago
9967468
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
dd83c16
kernel/exit.c: avoid undefined behaviour when calling wait4()
by zhongjiang
· 7 years ago
4ea7701
kernel/signal.c: avoid undefined behaviour in kill_something_info
by zhongjiang
· 7 years ago
67c6777
binfmt_elf: safely increment argv pointers
by Kees Cook
· 7 years ago
a73dc53
s390: reduce ELF_ET_DYN_BASE
by Kees Cook
· 7 years ago
47ebb09
powerpc: move ELF_ET_DYN_BASE to 4GB / 4MB
by Kees Cook
· 7 years ago
0244599
arm64: move ELF_ET_DYN_BASE to 4GB / 4MB
by Kees Cook
· 7 years ago
6a9af90
arm: move ELF_ET_DYN_BASE to 4MB
by Kees Cook
· 7 years ago
eab0953
binfmt_elf: use ELF_ET_DYN_BASE only for PIE
by Kees Cook
· 7 years ago
c257a34
fs, epoll: short circuit fetching events if thread has been killed
by David Rientjes
· 7 years ago
fd71f63
checkpatch: improve multi-line alignment test
by Joe Perches
· 7 years ago
7fe528a2
checkpatch: improve macro reuse test
by Joe Perches
· 7 years ago
737c076
checkpatch: change format of --color argument to --color[=WHEN]
by John Brooks
· 7 years ago
8d81ae0
checkpatch: silence perl 5.26.0 unescaped left brace warnings
by Cyril Bur
· 7 years ago
Next »