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