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
*
drivers/misc/sram-exec.c: use set_memory.h header
Laura Abbott
2017-05-09
1
-1
/
+2
*
alsa: use set_memory.h header
Laura Abbott
2017-05-09
3
-3
/
+5
*
kernel/power/snapshot.c: use set_memory.h header
Laura Abbott
2017-05-09
1
-0
/
+3
*
kernel/module.c: use set_memory.h header
Laura Abbott
2017-05-09
1
-0
/
+3
*
include/linux/filter.h: use set_memory.h header
Laura Abbott
2017-05-09
1
-1
/
+3
*
drivers/watchdog/hpwdt.c: use set_memory.h header
Laura Abbott
2017-05-09
1
-1
/
+1
*
drivers/hwtracing/intel_th/msu.c: use set_memory.h header
Laura Abbott
2017-05-09
1
-1
/
+3
*
drm: use set_memory.h header
Laura Abbott
2017-05-09
8
-0
/
+19
*
agp: use set_memory.h header
Laura Abbott
2017-05-09
5
-1
/
+7
*
x86: use set_memory.h header
Laura Abbott
2017-05-09
15
-12
/
+15
*
s390: use set_memory.h header
Laura Abbott
2017-05-09
7
-1
/
+7
*
arm64: use set_memory.h header
Laura Abbott
2017-05-09
2
-0
/
+2
*
arm: use set_memory.h header
Laura Abbott
2017-05-09
4
-0
/
+4
*
treewide: move set_memory_* functions away from cacheflush.h
Laura Abbott
2017-05-09
9
-136
/
+167
*
treewide: spelling: correct diffrent[iate] and banlance typos
Joe Perches
2017-05-09
7
-6
/
+9
*
scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances
Masahiro Yamada
2017-05-09
6
-8
/
+11
*
scripts/spelling.txt: add regsiter -> register spelling mistake
Stephen Boyd
2017-05-09
25
-28
/
+29
*
scripts/spelling.txt: add "memory" pattern and fix typos
Stephen Boyd
2017-05-09
5
-4
/
+5
*
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
2017-05-09
20
-41
/
+31
*
mm, swap: use kvzalloc to allocate some swap data structures
Huang Ying
2017-05-09
3
-13
/
+18
*
drivers/md/bcache/super.c: use kvmalloc
Michal Hocko
2017-05-09
1
-6
/
+2
*
drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variant
Michal Hocko
2017-05-09
1
-9
/
+4
*
net: use kvmalloc with __GFP_REPEAT rather than open coded variant
Michal Hocko
2017-05-09
2
-26
/
+10
*
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2017-05-09
44
-350
/
+128
*
fs/xattr.c: zero out memory copied to userspace in getxattr
Michal Hocko
2017-05-09
1
-1
/
+1
*
net/ipv6/ila/ila_xlat.c: simplify a strange allocation pattern
Michal Hocko
2017-05-09
1
-7
/
+1
*
lib/rhashtable.c: simplify a strange allocation pattern
Michal Hocko
2017-05-09
1
-10
/
+3
*
mm: support __GFP_REPEAT in kvmalloc_node for >32kB
Michal Hocko
2017-05-09
4
-27
/
+24
*
mm, vmalloc: properly track vmalloc users
Michal Hocko
2017-05-09
2
-11
/
+20
*
mm: introduce kv[mz]alloc helpers
Michal Hocko
2017-05-09
24
-130
/
+103
*
sysv,ipc: cacheline align kern_ipc_perm
Davidlohr Bueso
2017-05-09
2
-6
/
+4
*
ipc/shm: some shmat cleanups
Davidlohr Bueso
2017-05-09
1
-9
/
+7
*
initramfs: use vfs_stat/lstat directly
Arnd Bergmann
2017-05-09
2
-24
/
+10
*
initramfs: provide a way to ignore image provided by bootloader
Daniel Thompson
2017-05-09
2
-1
/
+11
*
lib/zlib_inflate/inftrees.c: fix potential buffer overflow
Guenter Roeck
2017-05-09
1
-1
/
+1
*
lib/fault-inject.c: use correct check for interrupts
Dmitry Vyukov
2017-05-09
1
-1
/
+1
*
kcov: simplify interrupt check
Dmitry Vyukov
2017-05-09
1
-8
/
+1
*
taskstats: add e/u/stime for TGID command
Zhang Xiao
2017-05-09
1
-0
/
+14
*
pidns: expose task pid_ns_for_children to userspace
Kirill Tkhai
2017-05-09
3
-0
/
+36
*
ns: allow ns_entries to have custom symlink content
Kirill Tkhai
2017-05-09
2
-1
/
+4
*
pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()
Kirill Tkhai
2017-05-09
1
-1
/
+3
*
powerpc/fadump: update documentation about crashkernel parameter reuse
Hari Bathini
2017-05-09
1
-8
/
+15
*
powerpc/fadump: reuse crashkernel parameter for fadump memory reservation
Hari Bathini
2017-05-09
1
-13
/
+10
*
powerpc/fadump: remove dependency with CONFIG_KEXEC
Hari Bathini
2017-05-09
5
-37
/
+16
*
ia64: reuse append_elf_note() and final_note() functions
Hari Bathini
2017-05-09
5
-70
/
+20
*
crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE
Hari Bathini
2017-05-09
9
-462
/
+531
*
cpumask: make "nr_cpumask_bits" unsigned
Alexey Dobriyan
2017-05-09
3
-4
/
+4
*
fork: free vmapped stacks in cache when cpus are offline
Hoeun Ryu
2017-05-09
1
-0
/
+23
*
reiserfs: use designated initializers
Kees Cook
2017-05-09
1
-12
/
+12
*
checkpatch: improve the SUSPECT_CODE_INDENT test
Joe Perches
2017-05-09
1
-1
/
+3
[next]